dajester2013
27806d90a8
traversal(_tree) vertex filtering
...
added params "filterVertices" and "vertexFilterType" to traversal(_tree). "filterVertices" accepts an array of examples similar to "followEdges", while "vertexFilterType" defines how to filter out vertices that do not match the examples. "vertexFilterType" can be set to "prune", "exclude", or (default) ["prune","exclude"].
2014-01-23 05:45:28 -06:00
Jan Steemann
17c8de6560
updated CHANGELOG
...
Conflicts:
CHANGELOG
2014-01-21 13:41:20 +01:00
Jan Steemann
2d4db0ea40
mount all system apps by name
2014-01-21 13:39:57 +01:00
Jan Steemann
4f5052f469
issue #730 : initial implementation of A*
2014-01-18 01:46:24 +01:00
Jan Steemann
a2e11e606b
added graph-specific error code
2014-01-18 01:08:24 +01:00
Jan Steemann
e99f813e0a
follow up for issue #738
2014-01-17 22:58:43 +01:00
Jan Steemann
9f69aae986
issue #736 : AQL function to parse collection and key from document handle
2014-01-17 22:39:04 +01:00
Jan Steemann
ed08a41a11
small improvement for issue #738
2014-01-17 22:01:24 +01:00
Jan Steemann
c0aa6157ff
Merge branch 'globals-filename-dirname' of https://github.com/pluma/ArangoDB into devel
2014-01-17 21:41:44 +01:00
Alan Plum
371bba964b
Added __dirname, __filename pseudo-globals. Fixes #733 .
2014-01-17 21:31:16 +01:00
Jan Steemann
0bbbd53d4d
added fm.rescan() method
...
Conflicts:
CHANGELOG
2014-01-17 14:06:27 +01:00
Jan Steemann
657406bb70
fixed jslint warnings
2014-01-15 18:15:38 +01:00
Jan Steemann
f760d056df
added startupPath value to result of /_api/foxx/config
...
Conflicts:
js/actions/api-foxx.js
2014-01-15 18:10:26 +01:00
Jan Steemann
db0c6dacae
added test
2014-01-15 18:09:56 +01:00
Jan Steemann
d8ac4046f8
added fm.configJson method
2014-01-15 18:07:47 +01:00
Frank Celler
30252c1877
Merge pull request #731 from pluma/error-response-error-names
...
Added support for error names instead of error types
2014-01-14 00:27:39 -08:00
Jan Steemann
f8c50ade6e
force reloading of user functions
2014-01-13 17:50:36 +01:00
Jan Steemann
50105fc0d9
fixed error in index documentation
2014-01-13 17:30:08 +01:00
Michael Hackstein
4bb630b030
Further additions to router tests
2014-01-12 22:05:41 +01:00
Michael Hackstein
93065b4a3d
Added some more tests to web-interface router. Some routes are tested now. Fixed some minor bugs during tests
2014-01-12 14:44:21 +01:00
Alan Plum
d055c778d4
Added support for error names instead of error types.
2014-01-11 21:37:59 +01:00
Frank Celler
2fd7bfcbc3
Merge pull request #727 from pluma/manifest-lib-default-local
...
App requires should be module-relative by default. Fixes #721
2014-01-11 02:35:31 -08:00
Jan Steemann
22a7f3e083
a few small corrections in the upload web interface
2014-01-10 18:38:12 +01:00
Jan Steemann
f95a0dc6c1
defer evaluation of subqueries
2014-01-10 16:45:36 +01:00
Jan Steemann
269e50eb8f
defer evaluation of logical operators
2014-01-10 16:45:07 +01:00
Michael Hackstein
7d86b21a43
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-01-10 15:59:35 +01:00
Michael Hackstein
dc6f83d561
Updated the WebFrontend Font, this version is now at least rendered on Windows/Chrome+FF
2014-01-10 15:59:28 +01:00
Frank Celler
9582ea8c94
Merge pull request #723 from pluma/npm-default-package-main
...
Default package "main" to "index". Fixes #719 .
2014-01-09 14:05:06 -08:00
Alan Plum
3d511060ce
App requires should be module-relative by default. Fixes #721
2014-01-09 22:06:57 +01:00
Alan Plum
6c0f9ef6b0
Fixed package file resolution. Fixes #718 , #720 .
2014-01-09 19:06:15 +01:00
Alan Plum
1b72d07efc
Default package "main" to "index". Fixes #719 .
2014-01-09 18:17:20 +01:00
Jan Steemann
7a3635adf9
fixed problem with AQL functions in multiple databases
2014-01-08 09:53:03 +01:00
Jan Steemann
ca1e6288a2
allow functions results as parameters in all function calls
2014-01-06 11:14:54 +01:00
Jan Steemann
03b55488b6
fixed client-side implementation of function registration
2014-01-03 13:58:35 +01:00
Jan Steemann
91c52a3a2e
fixed potential deadlock in global context execution
2014-01-03 13:47:11 +01:00
Jan Steemann
1dd385f52d
use `--data-binary` instead of `--data` in curl examples
2014-01-03 12:12:54 +01:00
Michael Hackstein
605d6e9483
Moved the content a bit mor to the top
2014-01-02 14:00:09 +01:00
Frank Celler
84507cfc44
merged changes from 1.4 back to devel
2013-12-27 14:59:23 +01:00
Frank Celler
684464c935
release version 1.4.4
2013-12-24 10:15:45 +01:00
Frank Celler
046eb9df9d
release version 1.4.4-rc1
2013-12-22 18:28:12 +01:00
Frank Celler
2e3956856e
generated files
2013-12-22 14:59:37 +01:00
Jan Steemann
8bc1692d54
fixed issue #711 , #687
2013-12-20 15:13:23 +01:00
Jan Steemann
55deb10126
fixed issue #711 , #687
2013-12-20 15:12:21 +01:00
Jan Steemann
5d5035ed3a
fixed JS error
2013-12-18 16:24:03 +01:00
Jan Steemann
2c8ef0125f
ported web interface changes from devel to 1.4
2013-12-18 16:22:16 +01:00
Michael Hackstein
ec83539390
The start view of the graph viewer now offers support for multiple label/colour attributes
2013-12-18 09:36:05 +01:00
Michael Hackstein
bf520f652f
GraphViewer it is now possible to define a list of label attributes and colour attributes
2013-12-17 23:25:06 +01:00
Michael Hackstein
d3be3c37b8
GraphViewer: Nodes can now be coloured by a list of attributes also. Still Missing Interface
2013-12-17 11:04:05 +01:00
Michael Hackstein
521314c73a
The nodeshaper will now cut down long word labels. Also it is able internally use an array of label attributes. TODO: Add list to colours and offer interface for it
2013-12-17 09:57:40 +01:00
Michael Hackstein
3be384a624
Fixed all karma tests (especially JSLint in Browsers). Problem is that i had a test checking for location.replace which did fail but pointed the browser to some undefined location instead
2013-12-17 09:06:46 +01:00