Alan Plum
4b65779cc4
Add req.trustProxy, req.arangoUser, req.arangoVersion
2016-06-15 17:11:57 +02:00
Max Neunhoeffer
8239ed9ea4
Slight improvement of toArgv.
2016-06-15 16:26:13 +02:00
Mark
e7516f159c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-15 16:19:05 +02:00
Mark
37e99291c0
fixed compatibility functions
2016-06-15 16:18:46 +02:00
Alan Plum
e6e0f5d655
_.functions -> _.functionsIn
2016-06-15 15:09:43 +02:00
Alan Plum
2bb8957caf
Update all dependencies to latest
2016-06-15 13:47:01 +02:00
jsteemann
83466c2342
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-14 16:14:21 +02:00
jsteemann
34877186dd
make user-defined AQL functions throw again
2016-06-14 16:14:02 +02:00
Max Neunhoeffer
527b9159dd
Minor corrections.
2016-06-14 15:58:53 +02:00
Max Neunhoeffer
5a4750a89e
New error TRI_ERROR_SHUTTING_DOWN.
2016-06-10 11:59:46 +02:00
Frank Celler
fdf375a01e
isStopping
2016-06-10 11:12:01 +02:00
jsteemann
3a247716e6
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-08 16:55:51 +02:00
jsteemann
abcc5c01e9
some fixes
2016-06-08 16:55:45 +02:00
Michael Hackstein
84695c2ef1
Fixed JSLint
2016-06-08 16:33:02 +02:00
Michael Hackstein
9c9ab164ae
Fixed a bug in graph _paths if it was called without any direction. It generated an illegal query.
2016-06-08 16:06:51 +02:00
Michael Hackstein
b7be6cce4a
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-07 20:10:41 +02:00
Michael Hackstein
d055ae176d
Fixed explainer for shortest path.
2016-06-07 17:41:51 +02:00
Frank Celler
f9298c2b43
3.0
2016-06-07 17:39:32 +02:00
jsteemann
6e3c05817e
jslint
2016-06-07 17:33:13 +02:00
Michael Hackstein
6033a0f40b
Removed obsolete unused code
2016-06-07 17:10:35 +02:00
Michael Hackstein
80e2531741
Removed OBSOLETE AQLGenerator. Use AQB instead
2016-06-07 16:59:57 +02:00
Michael Hackstein
aa380c7d31
Added compatibility mode functions in general-graph. These allow to automatically bind user-defined functions that can be used to seemlessly replace 2.8 GRAPH_ functions. Just execute this bind once and replace all calls by arangodb::GRAPH_ in AQL.
2016-06-07 16:47:23 +02:00
Michael Hackstein
832d2a94f3
Squashed commit of the following:
...
commit 6b5b1fc821f304ce0445220bbf781060bd2995af
Merge: c987b9f 1754e78
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 12:55:24 2016 +0200
Merge branch 'AQL_GRAPHICATION' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit c987b9f71f75a95a45a32d5cb15ed5570b2ff938
Merge: c4437e2 274cfeb
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 12:55:07 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 1754e78736bf3f93c32b0c7c4a5d5569f3c834d9
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 12:01:24 2016 +0200
fixed leaks
commit 6f8be7707623c10b1365d12db61011f73ca3e36a
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 11:53:58 2016 +0200
don't emit "expected" errors
commit c4437e29c72a54f46942c616447ddee377cce478
Merge: e567d81 f4e2ead
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 11:40:53 2016 +0200
Merge branch 'AQL_GRAPHICATION' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit e567d810b2ff624fc4acc8c12948cd89b4592b8d
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 11:40:44 2016 +0200
Removed now unused SHORTEST_PATH code. Use the AQL Node instead.
commit f4e2eadbf03fecf7d0f0aa699caaf1198ca79443
Merge: 3d24da5 52f20f8
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 11:30:40 2016 +0200
Merge branch 'AQL_GRAPHICATION' of https://github.com/arangodb/arangodb into AQL_GRAPHICATION
commit 3d24da5b0060025ae7c133600bfae40b11c6ed70
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 11:30:25 2016 +0200
simplify initialize()
commit 52f20f842dd966b046e428eb08429f036240e112
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 11:04:08 2016 +0200
Removed an unused ClusterComm->drop
commit c4bc6fa53340ab9de39bb0ef2d573ca77197c580
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 11:00:36 2016 +0200
do not show "expected" errors on shutdown
commit 50c170737311ae031addec8fb251cd5c1a2fbf5b
Merge: 7da771b 0141cdd
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 11:00:34 2016 +0200
Merge branch 'AQL_GRAPHICATION' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 7da771bb2bc3daa6c332507e021d37f536d17080
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 10:59:55 2016 +0200
Fixed VertexUniqueness::PATH in cluster Traverser. And Fixed global edge Uniqueness in cluster.
commit 0141cdd1ca929f14ac5d66a2fcf6da5faf7b0e7f
Author: jsteemann <jan@arangodb.com>
Date: Tue Jun 7 10:30:16 2016 +0200
pass by const reference, not by copying
commit 8b96da25cdbee4a8a6508470500ae19a8ddbc129
Merge: 7b79575 d87aa2b
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 09:07:30 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 7b79575a28871307f25284e1b9141a684ecc5b23
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue Jun 7 09:04:45 2016 +0200
Attempt to improve getFilteredEdges in cluster.
commit 963e93e4f00afedeaa5fc960d629a6ea7e62f0ed
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 17:05:23 2016 +0200
Fixed cloning of ShortestPathNode. Also fixed explainer to display Shortest Path Node.
commit 884df03a15ca936367bc79fdf339f633ae6d88a5
Merge: 3a28e21 2477077
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 16:10:10 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 3a28e210cc6e6097febd7fb0629723ee38dced48
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 16:09:56 2016 +0200
Now allow to stringify the name of SHORTEST_PATH_NODE.
commit f3898a0a4bb37af46de50a740f43f4e00076c9fb
Merge: a284d2f 7574e60
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 16:03:11 2016 +0200
Merge branch 'AQL_GRAPHICATION' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 7574e6005a3b377f23180d1a4ff1d07262576144
Author: jsteemann <jan@arangodb.com>
Date: Mon Jun 6 16:01:35 2016 +0200
attempt to init remote blocks in AQL queries
commit a284d2f4803371e2f43af28b36ca77c9d7722f8a
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 15:37:38 2016 +0200
Added ShortestPathNode as TypeName
commit 6a283fad9469622d1b6f5a955b17a98861ff839c
Merge: cfaf2c0 d54030e
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 13:38:57 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit cfaf2c06885aa65b5289e2b8c3866bcf791989f8
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 11:33:37 2016 +0200
Fixed Path Uniqueness of vertices in local case
commit 372298c78732dcdf936e3796287d2f7d3c10e3a8
Merge: d55fe00 442c7d0
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 11:32:29 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit d55fe0074f78d0cd567ca1c8d8873f06aba3855f
Merge: 3179c30 9e3c9e3
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 10:50:26 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 3179c30b068ac384fa8d7723dac95d2ba5731949
Merge: 20bca1c 9fa9d49
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 10:50:09 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 20bca1c25956789f695765aab498112776296e71
Merge: 4f148ba e843719
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon Jun 6 09:32:41 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 4f148baafef979a61d8d195b6bed7cdea058ff2e
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri Jun 3 16:33:23 2016 +0200
Fixed vertex uniqueness in Cluster case. Still fails in single though
commit 533be3b15c4d2899c1c287cc6f5224260210c7d2
Merge: fc3d65e a3032db
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri Jun 3 13:58:50 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit fc3d65ebf529344e8870898efb1ec965a88ee106
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri Jun 3 13:33:47 2016 +0200
Replaced callback function in PathEnumerator to get Vertices by a real struct, due to issue with virtual function.
commit cac533bbaf195eb1bad5e9428402e3aeb895551f
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu Jun 2 18:06:38 2016 +0200
Fixed Namespace issue. was okay for clang but not for g++
commit 4f046ad5d43a5654c8e9e35dc178d325588a8f4e
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu Jun 2 17:56:28 2016 +0200
Fixed memmory issues for ShortestPath in cluster. Seems to be working now. Let full test run start.
commit f8ace613fefaefd5236e0fae47a98c13baff5b77
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu Jun 2 15:20:46 2016 +0200
First Implementation of ShortestPath in cluster. Seems to be working with default weight but not with attribute-based weight.
commit 49ddf78902f2c814c6dddccc1d4fef7318eeb098
Merge: 31b81f3 b469cea
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu Jun 2 09:17:53 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 31b81f39530138204bd2f2f9bae33f81a7948cd5
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 17:50:54 2016 +0200
Unified the shortest Path finders. The shortest path block now directly creates a finder and reuses it throughout the AQL. It does not go via V8Traverser any more. Next Step: Expander Functions for cluster ShortestPath.
commit db402142e4f664f9997853c9f77b60a5d30fa7c6
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 14:40:58 2016 +0200
Removed _api/graph test. The _api/graph does not exist any more
commit a481570346935be11553047f40957e1cf719a9de
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 14:40:06 2016 +0200
Fixed inconsistency in RocksDB functions.
commit 2dc6811f9b7632ab12f7a534e7bb8673cfaed526
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 14:39:37 2016 +0200
Fixed all tests after removing blueprints module
commit e2d68832e6744b6c11d8b5ecd24f50892aafd0f0
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 11:43:38 2016 +0200
Removed all libraries for the deprecated graph-blueprints module. They can all be replaced by general graphs now. The have been deprecated since 2.4
commit 51330ea34c117e2ed19dc3dd249f460dbb75b281
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 10:38:15 2016 +0200
Fixed DISTANCE_TO and SHORTEST_PATH in general-graph module. It was not moved to AQL only yet.
commit c876fe736306f0bac1655e37ed6acf75976ac1ec
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 09:22:19 2016 +0200
Removed now obsolete graph AQL JS code.
commit 18891b346dcd519486c0540bc68b05b2359caf43
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed Jun 1 09:20:54 2016 +0200
Replaced GRAPH_ECCENTRICITY by a call in the general graph module and relaced all it's tests.
commit 06371d4d2fbd8e77e0caed82d595f250835a909b
Merge: d17c3c7 8dde0e8
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 31 18:44:03 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit d17c3c7d927abba24beffde6da2990e095d4b1c3
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 31 18:29:01 2016 +0200
Removed BETWEENNESS and ABSOLUTE_BETWEENNESS from AQL and moved it to the general-graph module.
commit efa566ba99394eb2367fe7734fe09868302b5c14
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 27 14:11:22 2016 +0200
Removed GRAPH_CLOSENESS from AQL and Tests. Reimplemented it in general-graph module instead
commit 0eff3d38947627414972603d95e36ed6beb7a8de
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 27 12:28:57 2016 +0200
Entirely removed GRAPH_ABSOLUTE_CLOSENESS from AQL. general_graph still offers _absoluteCloseness(). Now general_graph also offers _farness() which is identical and the correct academic name for the result of this function. Also tests are adopted.
commit b3e7678343c380cceb5ae71bca3071ce855baf9e
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 27 11:10:50 2016 +0200
Removed ABSOLUTE_ECCENTRICITY function from AQL Executor and deleted the JS code for it
commit 904527ce53475485ff1a89f51991a6781573d97a
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 27 10:57:13 2016 +0200
Reimplemented ABSOLUTE_ECCENTRICITY as AQL only variant.
commit 42a5230b6fabf14ced7a51636a7342a52504a32d
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 27 10:56:37 2016 +0200
Reactivated bi-directional search in ShortestPath. Was deactivated by accident and algorithm is only correct if activated.
commit 9d61dfd18e1cdb900c39f9bc6d2bb7466a86c7d7
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 25 16:25:35 2016 +0200
Entirely removed GRAPH_RADIUS from AQL. Moved tests to general-graph module _radius() function. Same for _diameter.
commit 4a8e51483e292b501d1d2ad9983513bc99312bef
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 25 14:52:53 2016 +0200
Replaced call of _diameter with a new AQL query not using the deleted GRAPH_DIAMETER function
commit 15fc45e438515980ea39d711fcfca5edd78a5bea
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 25 13:05:39 2016 +0200
Entirely removed GRAPH_DISTANCE_TO from AQL
commit bdaa20cff54170abdcd2f9ec4d246765151d71e5
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 25 12:55:20 2016 +0200
Implemented all functions in the ShortestPathNode it is now clone-able and serves estimates. Also added Flags for ShortestPath and Traversal in the JSON representation.
commit ae6c922f56c4498aaaba7f76ffb37a0560ca1476
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 17:09:15 2016 +0200
Removed debug output in test
commit dce2ea1e2f1c5244c26bb9fa3b783454aa4e8163
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 17:07:12 2016 +0200
Removed GRAPH_DISTANCE_TO from test. It was identical to SHORTEST_PATH anyways...
commit c4b48bc9457fd7112feb96f9e619568ad79d29ec
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 17:00:12 2016 +0200
Removed GRAPH_SHORTEST_PATH from stresstest and brute test
commit 87a0b725d1cef05473eff0a2b48c3ac52a549192
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 16:57:52 2016 +0200
Removed SHORTEST_PATH and GRAPH_SHORTEST_PATH from Tests. Replaced them by there new IN DIRECTION SHORTEST_PATH equivalent.
commit 72c3cbf69dcf6aa4f167d77b29271e217ce0e2bc
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 16:55:50 2016 +0200
Removed SHORTEST_PATH and GRAPH_SHORTEST_PATH from AQL Executor.
commit 6499ca12802f45f69e30e09fbbcebdcbca88deaa
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 14:17:35 2016 +0200
Shortest Path now honors a distance attribute. Basic AQL graph tests are green yay ;). Now former general-graph tests are next.
commit 316280400585d9af5e09f4365c39fe80423d9eef
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 09:48:21 2016 +0200
Fixed variable usage in Shortest Path. However now it does not terminate
commit 84359e3223cbf01b283b9bda2f6de8b367df236e
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 09:17:46 2016 +0200
Shortest Path now correctly rejects invalid start nodes
commit c8a831e0d6b95445ea3cd276d0c0c0ad2ceb4901
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 24 09:13:06 2016 +0200
Fixed a bug with autocasting to bool where it was not expected
commit 0300e1b4aa120fc04db7da620a905ed86bedd068
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 23 18:08:29 2016 +0200
First shortest-path runs are successful. First tests are getting green again. Make Tests Green Again
commit d593f3317e8578e307c2246e65d3452d78cf043e
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 23 15:58:22 2016 +0200
Added reading of start and target vertex in ShortestPath Block.
commit 46ce5b7a3cf6abb4a01d8e004b34ad2118573430
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 23 15:23:25 2016 +0200
Fixed Constructor variable ordering
commit 23d666d929bdf84c302fe4729faeab2ab77886b8
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 23 15:20:44 2016 +0200
Added the required parameters and implementation to return the result in ShortestPathBlock. Tests still RED
. Next actually compute the path
commit 015da1ccdf50ca1123d600ac4b1afb460ad2b2dc
Author: Michael Hackstein <michael@arangodb.com>
Date: Mon May 23 13:32:42 2016 +0200
Prepared the ShortestPathFinder to get injected the result container instead of creating it's own one. Deactivated parts of the OLD api, shall be deleted soon.
commit bd72afa565ecaea38a4979180d4aadc0edbf52d7
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 20 15:40:56 2016 +0200
Added infrastructure for new Shortest Path Node in AQL. It is not Functional yet and will throw errors. Tests are RED
commit 15b76dc27c118f60ee58cf2154ba84ee1311f8e7
Merge: 625e305 893802e
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 20 15:38:51 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 625e305ca163fcbe928e5353bd06f4232664a0ee
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 16:23:14 2016 +0200
Activated the AQL syntax for new non function SHORTEST_PATH in AQL. Also adapted One test file for new Syntax. However the feature is NOT implement at this point. Some Tests are RED
commit a935e9d9f962a2bcb6fdeed5facec2486ab4dc06
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 12:49:18 2016 +0200
Removed _paths test. It does not exist any more
commit 1c182858a4d9427b0be9ec5749b587e40f804386
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 12:47:06 2016 +0200
Fixed AQL_GRAPH tests
commit 5cd4e79ab77123db322defc5dd2f9417bc99e80e
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 11:42:47 2016 +0200
Fixed all tests in aql-general-graph
commit a8ddd72ffa2ee29d085ea4c5002190149200a3b8
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 11:39:24 2016 +0200
Removed GRAPH_COMMON_PROPERTIES from tests and AQL.
commit 4c0be7fdd3d610a2196aec3e93338bf3851f3606
Merge: 98e270e 7ca4d39
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 11:17:59 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 98e270e47a1f85df47c54e4461457bdb10331696
Merge: ff177cc 1f9f46b
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 19 09:35:15 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit ff177ccf47cda7778212621df7b512c8a6a859ee
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 18:04:36 2016 +0200
Removed PATHS() from AQL and tests. It can be replaced by Path Pattern Matching.
commit e568d5966e516c1bc6be9da79b01fd740bf2c4ff
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 17:38:49 2016 +0200
Removed GRAPH_PATHS from Tests and from AQL. It is easily replaceable by Pattern Matching.
commit 107b2890397b4076042dc9b08ea2a7c1ab7f0284
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 16:59:36 2016 +0200
Removed GRAPH_COMMON_NEIGHBORS from aql.js
commit dd7f6b4b68099c9c861b05dd2506cbd0f8b9c22d
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 16:54:39 2016 +0200
Fixed some COMMON_NEIGHBORS transformation. Uniqueness is not guarenteed accross start vertices. It was with GRAPH_COMMON_NEIGHBORS.
commit 863a2e3b4728add2bad088c021d3bcf54ec6f569
Merge: 9a940aa 0064e25
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 15:19:40 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 9a940aa8d8d9c74d26b819d54d743c369dcfa350
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 11:07:12 2016 +0200
Added a new uniqness version for vertices. Not complete yet
commit 8c3db5519ff85b13a24c326c5982102226272635
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 18 09:13:03 2016 +0200
Replaced GRAPH_COMMON_NEIGHBORS with their new equivalent in AQL in the tests.
commit 7c9782900d798019965c4ab685c24d624dd53238
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 16:35:32 2016 +0200
AQL does not export GRAPH_NEIGHBORS any more
commit e23c3f2b9993d62290da7966419b58e9d391efe2
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 16:35:06 2016 +0200
Replaced vertexUniqueness with uniqueVertices and edgeUniqueness with uniqueEdges as proposed in the preliminary documentation document.
commit b589f6c1113f5e02016eac0a49c0b5ea9f42620e
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 15:28:53 2016 +0200
Removed GRAPH_NEIGHBORS from Tests and replaced them by their corresponding AQL equivalent. Only two of them are red because uniqueness is not correct yet.
commit 0bc36996429493e9ceadcb3ea82a126f2cfa66fa
Merge: 9d0473a 39083cb
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 12:48:25 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 9d0473aeada534cd47e99dab3ceae4f91ed4ebbb
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 12:48:13 2016 +0200
Implemented base version of vertex Uniqueness in AQL traversal. Single Server only.
commit 980fd6aaa09666dbe55e3811fb6430d49bfd5a1a
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 11:02:24 2016 +0200
Edge Uniqueness levels also implemented in Cluster Case. Not yet tested due to errors in the agancy right now.
commit 73e3bf1da26afbdf0dffe815629003364e2469c4
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 10:57:51 2016 +0200
Implemented all levels of edgeUniqueness in local Traversal case.
commit 2aba559e8db4ab7ac4d297590723277bd9a305cd
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 10:42:54 2016 +0200
Now the options test actually checks for correctness of result.
commit 2b36bf92f3cf8ff6d0bc80079fddfebf36c1df92
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 10:38:01 2016 +0200
Started Adding tests for OPTIONS in AQL Traversal
commit 86874ae290da2ba39e5cd42ec5ddaab0487091b2
Merge: f182f24 f6b7bd2
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 17 10:37:30 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit f182f244fdc38c6648fc5527a518ab41e73c6865
Author: Michael Hackstein <michael@arangodb.com>
Date: Fri May 13 09:45:14 2016 +0200
Typo fix
commit 15b63ef8a2c9b02af5917634319a5a461905402a
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 17:29:06 2016 +0200
AQL Traverser now reacts to option: edgeUniqueness (NONE or PATH). Test yet missing.
commit 1ebd4abd45e085679eb3ef24b6cff6d6debe4f0a
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 15:34:03 2016 +0200
Added infrastructure to insert OPTIONS into AQL Traversals. Right now they are only parsed not used.
commit 5440118412b43024beb451e47cc59e33591dbf84
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 13:29:51 2016 +0200
Removed NEIGHBORS() from tests and replaced them by new syntax. Tests are RED.
commit 9fc6ec448d970b27cda16abc7f51217d8e2ba3de
Merge: 8084e28 07aa8b4
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 11:31:43 2016 +0200
Merge branch 'devel' of github.com:arangodb/arangodb into AQL_GRAPHICATION
commit 8084e2804d4e4c537c9c7719303362b08e2fe0bc
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 11:30:09 2016 +0200
Started Moving NEIGHBORS => AQL PPM. Test is RED.
commit afda95eb59b97f43b2b3ad891bb404d69ca5414e
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 10:55:42 2016 +0200
Removed GRAPH_EDGES from AQL.
commit 3766babe444781555f5373287aa98f45b7a32406
Author: Michael Hackstein <michael@arangodb.com>
Date: Thu May 12 10:53:20 2016 +0200
Removed the old Graph Datasource from Traversals. Only the newer generalGraph is available.
commit 6ace9c992d3d06c5cb9c9e24c117e821412f63f1
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 11 16:31:42 2016 +0200
Removed _getConnectingEdges from Test. Is not supported any more.
commit fbd28aae6f11782e34fcfb51887c89c878705f0a
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 11 14:55:03 2016 +0200
Removed GRAPH_EDGES from AQL tests
commit e032683ccf79f185808bfadc154b587af39b5818
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 11 12:42:06 2016 +0200
Removed EDGES function from AQL.
commit 42b2c31d1eddb6b2790d21d6aedfeb6c3892919f
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 11 11:10:08 2016 +0200
Replaced EDGES() in Tests by the new corresponding usage of Path Pattern Matching
commit 110d1b497f7df4b94709bfd2149c72dbf4f28e8c
Author: Michael Hackstein <michael@arangodb.com>
Date: Wed May 11 11:08:09 2016 +0200
Fixed minor bugs in Cluster Path Pattern Matching. It did not react properly on Invalid user input.
commit 8f47a3a01c0928825c13ceba5f60c3e1fe5e4691
Author: Michael Hackstein <michael@arangodb.com>
Date: Tue May 10 17:13:33 2016 +0200
Removed unused AST reference in Index Lookups for Ast Conditions
2016-06-07 13:58:21 +02:00
jsteemann
eca908359a
make some system collections smaller
2016-06-06 17:16:55 +02:00
Frank Celler
ab5234ec9f
fixed test
2016-06-03 15:28:35 +02:00
Jan Steemann
38dbbfdf9d
changed division by zero result
2016-06-03 11:50:45 +02:00
Frank Celler
8c9055f3fd
Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
2016-06-02 11:13:23 +02:00
jsteemann
222c57ed32
renamed "rocksdb" index to "persistent" index
2016-06-02 10:23:30 +02:00
Andreas Streichardt
ba14069f93
Merge branch 'devel' into jwt
2016-06-01 12:10:12 +02:00
Andreas Streichardt
630d12713d
Merge branch 'devel' into jwt
2016-06-01 10:19:53 +02:00
Andreas Streichardt
2a1c9b93f4
Fix eslint stuff
2016-06-01 09:50:32 +02:00
Kaveh Vahedipour
7b440f94dc
Moving Job classes out of Supervision
2016-05-31 16:28:54 +02:00
Alan Plum
d4a9b0e1f3
Indicate legacy state in app store
2016-05-31 14:46:00 +02:00
Alan Plum
5bdfcc5f88
Port 0ef698a
and 1f17514
to 3.0
2016-05-31 14:45:59 +02:00
Jan Steemann
154eb49ad5
added test for deadlock detection
2016-05-31 10:19:45 +02:00
Max Neunhoeffer
d6b9643a8e
Temporarily use replicationFactor 1 for system collections.
...
This is to avoid bugs which are still in the synchronous replication.
2016-05-25 23:36:18 +02:00
Max Neunhoeffer
a73c617da2
Revert "Temporarily go back to unresilient system collections."
...
This reverts commit bf2642c7bf
.
2016-05-20 15:07:25 +02:00
Max Neunhoeffer
bf2642c7bf
Temporarily go back to unresilient system collections.
2016-05-20 14:24:20 +02:00
Max Neunhoeffer
b24bbeeda9
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-05-20 12:53:54 +02:00
Max Neunhoeffer
d90e31eb71
System collections now resilient. :-)
2016-05-20 12:53:39 +02:00
Jan Steemann
a8e2e3021e
added some tests
2016-05-20 12:15:19 +02:00
jsteemann
3b318805ec
don't leak buffers
2016-05-19 18:15:08 +02:00
Max Neunhoeffer
a73b348e77
Add TRI_SuspendExternalProcess and TRI_ContinueExternalProcess for Unix.
2016-05-19 14:06:57 +02:00
Andreas Streichardt
aba66a50eb
_listEndpoints => _endpoints()
2016-05-18 15:34:42 +02:00
Jan Steemann
c6b883d41d
fixed issue #1826
2016-05-18 11:40:58 +02:00
jsteemann
4f72db6451
speed up calls to user-defined functions
2016-05-13 23:08:39 +02:00
jsteemann
1faaa18f6e
display "const" attribute
2016-05-13 18:51:20 +02:00
Andreas Streichardt
4d13e8fb1b
_listDatabases() => _databases()
2016-05-11 15:30:47 +02:00
Alan Plum
6459b39159
Fix missing name/version in generated foxxes
2016-05-09 18:12:33 +02:00
jsteemann
4612869028
show execution location of execution nodes in ArangoShell
2016-05-09 15:58:14 +02:00
Michael Hackstein
8dd27b01f8
Added an Index and an AQL statement to the quickie test.
2016-05-09 09:39:23 +02:00
jsteemann
e1f874ad4a
jslint
2016-05-07 07:56:16 +02:00
Max Neunhoeffer
b5c87fba33
Add a trivial quickie test and a convenience script.
2016-05-06 22:47:17 +02:00
Kaveh Vahedipour
e623198d6c
Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm
2016-05-04 17:06:23 +02:00
jsteemann
f2d014ff6a
bugfixes
2016-05-04 16:10:04 +02:00
Alan Plum
7e2603bdcc
Merge pull request #1811 from arangodb/kill-the-monkey
...
Remove monkeypatches
2016-05-04 11:42:24 +02:00
Kaveh Vahedipour
7ac2f7111a
Merge branch 'json_agency_comm' of https://github.com/arangodb/arangodb into json_agency_comm
2016-05-03 15:48:48 +02:00
Andreas Streichardt
f882db1436
Merge branch 'json_agency_comm' of github.com:arangodb/arangodb into json_agency_comm
2016-05-03 15:48:17 +02:00
Andreas Streichardt
f5f040e21a
Merge branch 'json_agency_comm' of github.com:arangodb/arangodb into json_agency_comm
2016-05-03 15:47:00 +02:00
Kaveh Vahedipour
d2513d7579
wrong implementation of property collectionsetting through coordinator
2016-05-03 15:45:19 +02:00
Michael Hackstein
be6b8908fa
Fixed cluster crud tests. They did by accident not run into the untested state thus far.
2016-05-03 15:28:01 +02:00
Alan Plum
85950c9798
Remove monkeypatches.js
2016-05-03 14:55:32 +02:00
Alan Plum
c1828234d6
Move shallowCopy and propertyKeys into @arangodb/util
2016-05-03 14:55:32 +02:00
Kaveh Vahedipour
dab8accd5b
Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm
2016-05-03 08:57:09 +02:00
Alan Plum
698dfae860
Print jshint exceptions to console
2016-05-03 00:51:49 +02:00
Alan Plum
53c7169d5b
Remove redundant test
...
The name and version fields are now optional.
2016-05-02 18:52:02 +02:00
Alan Plum
3bb355e3dc
Don't default to index.js
2016-05-02 18:47:37 +02:00
Alan Plum
8643f45c25
Add missing index.js files
2016-05-02 18:45:51 +02:00
Kaveh Vahedipour
b791188f18
Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm
2016-05-02 17:49:11 +02:00
Alan Plum
3fb6d517f7
Object#propertyKeys -> internal.propertyKeys
2016-05-02 17:34:08 +02:00
Alan Plum
571e07c613
Missed one
2016-05-02 17:23:51 +02:00
Alan Plum
4af0c67c5c
Unbreak shallowCopy
2016-05-02 17:19:01 +02:00
Kaveh Vahedipour
00ce93b8d0
Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm
2016-05-02 16:14:37 +02:00
Kaveh Vahedipour
88ea3473b0
too much output in logs
2016-05-02 16:07:00 +02:00
Alan Plum
0c420c746c
Remove unused code
2016-05-02 15:53:58 +02:00
Alan Plum
53dc168a71
Linting
2016-05-02 14:42:10 +02:00
Alan Plum
2bd0f59d9d
Bump jshint to 2.9.2
2016-05-02 14:42:09 +02:00
Alan Plum
f81c946fd7
app -> service
2016-05-02 14:42:08 +02:00
jsteemann
3bb0f5fbe1
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-04-29 14:52:30 +02:00
Alan Plum
c253026711
Support iterator API in query results
2016-04-29 13:30:55 +02:00
jsteemann
64ee910e38
move system attributes to the front of objects
2016-04-29 13:13:39 +02:00
jsteemann
285da023e5
ShapedJson removal
2016-04-27 00:45:15 +02:00
Max Neunhoeffer
877e42e7c5
Merge branch 'FMH' into devel
2016-04-21 14:04:39 +02:00
Simran Brucherseifer
a5ad9f33a9
Minor corrections
...
Excluded Aardvark, the graph viewer in particular
2016-04-20 22:09:00 +02:00
Alan Plum
eea0a0e259
Deduplicate AQL template bindVars and support AQB
2016-04-20 16:18:19 +02:00
Alan Plum
2b0c1f6f9a
_.extend -> Object.assign
2016-04-20 15:23:03 +02:00
Alan Plum
95b9f8db7e
Nevermind that
2016-04-20 13:45:17 +02:00
Kaveh Vahedipour
d53e47c7d5
Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
2016-04-20 11:23:10 +00:00
Alan Plum
8b7a98f2e8
global.aqlQuery -> arangodb.aql
2016-04-20 13:05:27 +02:00
Frank Celler
3bb24146a6
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-19 19:18:02 -07:00
Alan Plum
17854b57a8
Formatting
2016-04-19 18:16:18 +02:00
Jan Steemann
c091031ec7
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-04-19 18:12:06 +02:00
Jan Steemann
54df0ecb5b
fixed statistics
2016-04-19 18:11:55 +02:00
Michael Hackstein
95662103f2
Fixed JSLint
2016-04-19 17:39:58 +02:00
Michael Hackstein
2c246c860c
Fixed a bug in general-graph module. It was possible to create a graph using document collections for relations. This did lead into undefined behaviour.
2016-04-19 17:07:18 +02:00
Kaveh Vahedipour
87bc35068b
FHM merge from devel
2016-04-19 09:59:33 +00:00
Alan Plum
ffcbd0a69e
Fix require tests
2016-04-19 09:29:24 +02:00
Frank Celler
007fe8e053
Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
...
Conflicts:
arangod/Agency/Constituent.cpp
arangod/Agency/RestAgencyHandler.cpp
arangod/Aql/Query.cpp
arangod/Aql/grammar.cpp
arangod/RestHandler/RestSimpleQueryHandler.cpp
arangod/RestServer/ArangoServer.cpp
js/client/modules/@arangodb/testing.js
2016-04-19 07:44:00 +02:00
Alan Plum
c39eca49e4
Add require.aliases
2016-04-18 18:01:06 +02:00
Alan Plum
6fc9b185eb
hasOwnProperty is now global
2016-04-18 18:00:41 +02:00
Alan Plum
27e4b43fa6
Fixup add ArangoCollection#isArangoCollection
2016-04-18 18:00:39 +02:00
Alan Plum
9cf8d347ad
More SyntheticResponse tests
2016-04-18 18:00:38 +02:00
Alan Plum
926f02ace5
Use mime-types
2016-04-18 18:00:35 +02:00
Alan Plum
22a8b5ec65
Add util.inline
2016-04-18 18:00:34 +02:00
Alan Plum
ad717505fe
Add pluck to util
2016-04-18 18:00:29 +02:00
Alan Plum
95613be7c6
Mark ArangoDB result sets and errors
...
This makes it easier to recognize them (see joi.isJoi).
2016-04-18 18:00:29 +02:00
Alan Plum
314d19d20d
Extract router tree
2016-04-18 18:00:24 +02:00
Alan Plum
4b0fd593ce
Implement rudimentary route handling
2016-04-18 18:00:22 +02:00
Alan Plum
5161c63670
Remove magical Foxx comments
2016-04-18 18:00:18 +02:00
Alan Plum
4140c26d30
Use symbols for internal module props
2016-04-18 18:00:17 +02:00
Alan Plum
c7688a72f8
module.requireCache -> module.require.cache
2016-04-18 18:00:17 +02:00
Alan Plum
eacf570a39
applicationContext -> module.context
2016-04-18 18:00:17 +02:00
Alan Plum
a385738601
Revert "fixed version"
...
This reverts commit 034eea10b3
.
2016-04-18 18:00:17 +02:00
Jan Steemann
8430f1f71c
added test case
2016-04-18 17:29:06 +02:00
Jan Steemann
1355618f67
added tests for indexes on "_key", "_from" and "_to"
2016-04-18 17:22:10 +02:00
Jan Steemann
0b07b77cf8
added index tests
2016-04-18 16:50:39 +02:00
Michael Hackstein
75015da169
Fixed JSLint
2016-04-18 13:43:09 +02:00
Michael Hackstein
4cf47bf9c4
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-18 12:42:00 +02:00
Frank Celler
e298ac9881
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-15 21:05:52 -07:00
Frank Celler
cd91d3654e
Merge remote-tracking branch 'origin' into FMH
2016-04-15 19:01:38 -07:00
Michael Hackstein
cd12a07a4d
Fixed return codes in cluster. They are now forwarded properly from DBServer to Client
2016-04-15 17:58:06 +02:00
jsteemann
ecd7de16cb
added optimizer rule "inline-subqueries"
2016-04-15 17:21:22 +02:00
Michael Hackstein
a4f6844e27
Fixed babies test in error cases.
2016-04-15 15:53:21 +02:00
Michael Hackstein
20733a81ae
Improved baby errors in cluster
2016-04-15 14:48:44 +02:00
Michael Hackstein
3434be7b7a
Implemented documents baby variant for cluster and also improved the baby tests. ALl errors will now have exactly one representation for each baby document even if they could be identified earlier.
2016-04-14 17:40:28 +02:00
Michael Hackstein
1e92fd3485
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-14 08:28:28 +02:00
Kaveh Vahedipour
d247e7a3bd
mop is fixing the cluster load
2016-04-13 15:36:11 +02:00
Andreas Streichardt
4c27442bd9
Implement callbacks
2016-04-13 14:05:15 +02:00
Michael Hackstein
a14d7dffe2
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-13 08:30:48 +02:00
Jan Steemann
9163236f2b
renamed optimizer rule "merge-traversal-filter" into "optimize-traversals"
2016-04-12 14:51:15 +02:00
Michael Hackstein
1311f73775
Further fixes in cluster communication for baby case
2016-04-12 13:04:51 +02:00
Michael Hackstein
7991815376
Fixed property undefiend bug in test
2016-04-12 10:39:30 +02:00
Michael Hackstein
eeb11919f9
Fixed expectation in cluster-crud test. We cannot guarantee that CHANGE_SHARDING_ATTRIBUTES is thrown, might be NOT_FOUND in some cases
2016-04-12 10:35:09 +02:00
Michael Hackstein
0bc206ff80
Further modification of document babies test
2016-04-12 08:51:16 +02:00
Michael Hackstein
474f70c9ad
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-11 16:33:08 +02:00
Michael Hackstein
5bc4bb51e6
Reactivated babies test in cluster
2016-04-11 16:32:25 +02:00
Michael Hackstein
0ec045d811
Removed debug output
2016-04-11 16:31:41 +02:00
Michael Hackstein
19139a7bf5
Modified document-babies tests. They are now green but correctness has to be discussed.
2016-04-11 16:29:04 +02:00
Wilfried Goesgens
81df4e6e85
migrate 1b41f5c0bb
to devel.
2016-04-11 14:21:46 +02:00
Michael Hackstein
7313df2e5f
Fixed babies-tests to fit the newest definition
2016-04-11 14:21:34 +02:00
Jan Steemann
947fb8d9ad
make LIKE wildcards newline-aware
2016-04-11 14:02:12 +02:00
Michael Hackstein
df497eb8b2
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-10 14:09:25 +02:00
Michael Hackstein
68577f1a45
Fixed expectation of document-babies test. Not yet green
2016-04-10 14:09:18 +02:00
jsteemann
e84a0ff0ad
jslint argl
2016-04-09 01:02:59 +02:00
jsteemann
f94f298862
deactivate babies tests temporarily
2016-04-08 23:50:02 +02:00
Jan Steemann
6df7221691
cleanup
2016-04-07 17:08:44 +02:00
Jan Steemann
ce11474602
jslint
2016-04-07 16:40:21 +02:00
Frank Celler
58b9cf7e91
WIP
2016-04-07 15:40:11 +02:00
Jan Steemann
74794d16db
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-07 14:43:35 +02:00
Jan Steemann
83f18fa419
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-07 13:01:23 +02:00
Jan Steemann
513dc26fc1
make replication tests more deterministic
2016-04-07 13:00:30 +02:00
Michael Hackstein
015c5d2908
Fixed single-server babies test. Also made sure that the error header is capialized properly
2016-04-07 12:41:23 +02:00
Michael Hackstein
3e1b295d68
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-07 10:30:41 +02:00
Michael Hackstein
6847d3f4a7
Preperation to create documents on coordinator with baby awareness.
2016-04-07 10:27:01 +02:00
Jan Steemann
2a12f3d936
make tests a bit more robust?
2016-04-06 17:57:57 +02:00
Jan Steemann
aae8ffa5e3
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-06 15:46:47 +02:00
Jan Steemann
9f8c24b1cd
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-04-06 15:43:27 +02:00
Michael Hackstein
ff195124d2
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-06 09:51:30 +02:00
Michael Hackstein
074e949037
Fixed JSHINT
2016-04-06 09:51:19 +02:00
Jan Steemann
f45b6eeb49
jslint
2016-04-06 09:50:39 +02:00
Michael Hackstein
98b4c43315
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-06 09:30:11 +02:00
Andreas Streichardt
3bdbded541
Fix linter errors
2016-04-05 18:45:39 +02:00
Jan Steemann
782b38e5fa
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-05 18:32:24 +02:00
Jan Steemann
d0f368445a
replication fixes
2016-04-05 18:32:09 +02:00
Andreas Streichardt
d2d7af67fe
Kickstarter and planner are dead
2016-04-05 17:45:39 +02:00
Michael Hackstein
1d43063189
Added check for error-code headers in new babies definition
2016-04-05 15:51:16 +02:00
Michael Hackstein
964535c315
Adapted document-babies-spec to newest version of babies API for insertion of documents. Test is now red
2016-04-05 14:54:58 +02:00
Andreas Streichardt
8859ee1de4
Fix line ending madness
...
treat csv files as binary so we can CONSISTENTLY import csv files
containing \r\n on any system
2016-04-05 11:21:24 +02:00
Michael Hackstein
bdb0261d2e
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-05 10:32:06 +02:00
Michael Hackstein
64308f8ef5
General Graph now uses the new version to save edges with only one json object. instead of the (from, to, doc) used before
2016-04-05 10:31:50 +02:00
Max Neunhoeffer
765b6f6685
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
2016-04-05 10:28:21 +02:00
Max Neunhoeffer
b1963d2cee
Fix replication in the sense that revs are now copied over.
2016-04-05 10:27:43 +02:00
Jan Steemann
ebeb119f4d
some test fixes
2016-04-04 18:20:18 +02:00
Kaveh Vahedipour
5caf02768c
code beautification
2016-04-04 14:42:49 +02:00
Kaveh Vahedipour
1293c9301a
agency's own endpoint is now derived from server.endpoint
2016-04-04 11:23:46 +00:00
Frank Celler
6002ede1c4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-03 21:46:30 +02:00
Frank Celler
e83c1f09b4
WIP
2016-04-02 23:41:21 +02:00
Michael Hackstein
17e7a32fa6
Made the geo index ensure test independent of Index ordering
2016-04-01 13:59:36 +02:00
Michael Hackstein
a14120d239
Removed Test for new features. It cannot work in Cluster Case. Needs to be fixed later on.
2016-04-01 12:27:37 +02:00
Michael Hackstein
618c855c85
Cluster Methods now use the OperationOptions of transactions. And now reacts to these options accordingly incl returnNew/returnOld
2016-03-31 10:52:24 +02:00
Michael Hackstein
7c49288acb
Disabled Document babies test in Cluster Mode. Should only be used cluster Internally
2016-03-30 17:40:03 +02:00
Michael Hackstein
237aea6b5b
Removed tests for removed functions FIRST and LAST
2016-03-30 17:17:11 +02:00
Michael Hackstein
794f692865
Fixed crud test. exists with an old revision now throws Conflict. Former returned false.
2016-03-30 16:18:08 +02:00
Jan Steemann
c7daf1531d
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-24 17:23:11 +01:00
Michael Hackstein
ef834037df
Fixed shell edges Test. The new version of edgeCollection.edge returns a unique array
2016-03-24 17:22:40 +01:00
Michael Hackstein
86513511df
Fixed expected error code. was SHAPER_FAILED is now BAD_PARAMETER
2016-03-24 17:10:32 +01:00
Jan Steemann
cda0646c83
removed unused error codes
2016-03-24 17:04:58 +01:00
Jan Steemann
688109bcc5
jslint
2016-03-24 15:55:13 +01:00
Jan Steemann
eae423349f
fixed test (well, cheating a bit)
2016-03-24 13:17:53 +01:00
Jan Steemann
007e0c6e5c
fixed test
2016-03-24 13:14:59 +01:00
Jan Steemann
f161a98ba4
test fixes
2016-03-24 12:46:08 +01:00
Jan Steemann
ecbd17b992
fixed test
2016-03-23 19:13:03 +01:00
Jan Steemann
f670a07046
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-23 19:01:19 +01:00
Jan Steemann
7975913fc5
fixed tests
2016-03-23 18:50:46 +01:00
Andreas Streichardt
8cdf8eebad
More python fixes
2016-03-23 18:36:22 +01:00
Jan Steemann
c8c9288400
harmonize value comparisons for hash indexes
2016-03-23 16:36:00 +01:00
Jan Steemann
1a2fdb64ee
removed unused test
2016-03-22 18:52:49 +01:00
Jan Steemann
d763c102d6
fulltext fixes
2016-03-22 18:34:40 +01:00
Jan Steemann
2ab44cef03
fixed tests
2016-03-22 16:17:05 +01:00
Jan Steemann
7f95833505
fixed tests
2016-03-22 16:14:52 +01:00
Jan Steemann
04b436f0b5
fixed test
2016-03-22 15:18:34 +01:00
Jan Steemann
d226175e91
test fixes
2016-03-22 15:15:43 +01:00
Jan Steemann
80413739d1
fixed test
2016-03-22 14:34:18 +01:00
Jan Steemann
45cc15fe45
fixes
2016-03-22 10:51:42 +01:00
Jan Steemann
f0724447b6
fixed sparse index test
2016-03-21 17:08:42 +01:00
Jan Steemann
f17d17841f
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-21 09:28:35 +01:00
jsteemann
f12320277f
bugfixes
2016-03-18 16:56:05 +01:00
Max Neunhoeffer
af6f7bd0fa
Fix jslint.
2016-03-18 11:12:34 +01:00
Max Neunhoeffer
e9ad1ad954
Fix jslint.
2016-03-18 11:10:04 +01:00
Max Neunhoeffer
bf77bd31e2
Fix jslint.
2016-03-18 11:08:52 +01:00
Max Neunhoeffer
20fb42afd5
Cleanup of tests.
2016-03-18 02:04:38 +01:00
jsteemann
e0ce1cef5a
make buffers somewhat usable
2016-03-17 22:47:22 +01:00
Max Neunhoeffer
f44b8a6fa9
Add tests for babies DELETE HTTP /_api/document/<collection>.
2016-03-17 21:13:50 +01:00
Max Neunhoeffer
20d0e98462
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
2016-03-17 18:50:33 +01:00
Max Neunhoeffer
827f2f4f44
Improve /_api/simple/remove-by-key.
...
Fix more document methods.
2016-03-17 18:49:52 +01:00
jsteemann
a9cc127ffa
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-17 17:17:26 +01:00
Max Neunhoeffer
105fe3e406
Fix tests for documents.
2016-03-17 15:53:02 +01:00
jsteemann
6ce73b439c
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-17 15:21:32 +01:00
Frank Celler
13603e876e
safety check
2016-03-17 12:00:27 +01:00
Frank Celler
89cf60d217
added missing test
2016-03-16 23:36:48 +01:00
Frank Celler
b39e20c6fc
fixed endpoint
2016-03-16 23:29:56 +01:00
Frank Celler
a92d280f81
added babies http test
2016-03-16 22:18:00 +01:00
Frank Celler
f28f20883a
cosmetics
2016-03-16 22:16:56 +01:00
Max Neunhoeffer
8b8019b28a
Fix behaviour of remove.
2016-03-16 19:55:49 +01:00
Max Neunhoeffer
c9b48ea24b
Add babies tests for returnNew and returnOld.
2016-03-14 15:01:48 +01:00
Max Neunhoeffer
0bd5524a7f
Fix new tests.
2016-03-14 14:06:56 +01:00
Max Neunhoeffer
5dd4426bf7
Add tests for returnNew and returnOld.
2016-03-14 14:05:21 +01:00
Max Neunhoeffer
8f6cd501aa
Change behaviour of remove(), return data, allow returnOld.
2016-03-11 16:35:55 +01:00
Max Neunhoeffer
a25df3aece
Fix jslint problems.
2016-03-10 16:44:44 +01:00
Max Neunhoeffer
6e4a4d1f7b
Add babies tests for document API.
2016-03-10 16:28:10 +01:00
Max Neunhoeffer
df487862a8
Fix some more edge tests.
2016-03-10 13:08:02 +01:00
Jan Steemann
878865c53a
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 17:57:07 +01:00
Alan Plum
075ca6a3a5
Request shouldn't set content-type header to "undefined"
...
Fixes #1776 .
2016-03-09 13:10:41 +01:00
Jan Steemann
329b3d623f
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 09:42:24 +01:00
Jan Steemann
b393c3d9bb
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 09:42:10 +01:00
Max Neunhoeffer
6ca5132b89
Fix test for edge save.
2016-03-09 09:16:33 +01:00
Frank Celler
dfa9047484
switch arangosh to new ApplicationFeatures and ProgramOptions
2016-03-08 23:32:43 +01:00
Max Neunhoeffer
7c4d4ab36c
Adjust test to (new) behaviour.
2016-03-08 18:46:15 +01:00
Max Neunhoeffer
4452578f5f
Fix a test.
2016-03-08 17:46:08 +01:00
Jan Steemann
14a3d02ce7
simple query cleanup
2016-03-07 20:29:04 +01:00
Alan Plum
041ebf1542
Fix #1577 once and for all
...
This guarantees the module resolution doesn't break out of the ArangoDB module root (or the service's root).
2016-02-26 12:24:26 +01:00
Frank Celler
1cd53c20a1
added generateMimetypes and generateErrorfiles
2016-02-25 13:14:06 +01:00
Frank Celler
034eea10b3
fixed version
2016-02-19 20:15:39 +01:00
Michael Hackstein
8295bae5b3
Added generated files
2016-02-16 14:07:10 +01:00
Michael Hackstein
32d0e48d61
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
2016-02-16 13:56:08 +01:00
Alan Plum
fb23c44e3d
Fix client test
2016-02-16 01:45:57 +01:00
Frank Celler
8f1e79e5dc
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-02-15 23:23:44 +01:00
Frank Celler
9a2ced5056
raised waitForSync
2016-02-15 23:22:50 +01:00
Alan Plum
6593f3d358
Clean up stacktraces
...
Fixes #1564 , #1565 , #1744 .
2016-02-15 22:56:29 +01:00
Michael Hackstein
a3cd1aa54e
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
2016-02-15 10:25:31 +01:00
Max Neunhoeffer
4cbd99a54b
Merge branch 'devel' into ClustUp2
2016-02-13 23:06:22 +01:00
Alan Plum
e228ce0cd0
@arangodb/request: res.body -> res.json
2016-02-11 16:50:07 +01:00
Max Neunhoeffer
465a117864
Merge branch 'devel' into ClustUp2
2016-02-11 09:11:29 +01:00
Jan Steemann
196ec2593c
added parentheses for explain
2016-02-10 15:21:12 +01:00
Jan Steemann
cc257b90ff
print brackets in explainer
2016-02-10 13:12:46 +01:00
Jan Steemann
f3107bc25f
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-operators
2016-02-10 11:34:40 +01:00
Jan Steemann
5ba2432d78
remove sort in more cases
2016-02-10 11:23:11 +01:00
Max Neunhoeffer
dc63cb3874
Merge branch 'devel' into ClustUp2
2016-02-09 15:52:36 +01:00
Frank Celler
546ffce3ed
added replication test
2016-02-06 23:30:22 +01:00
Frank Celler
6d4b68245a
added print.limitString
2016-02-06 20:20:07 +01:00
Jan Steemann
6aa28abce3
adjusted test
2016-02-05 20:46:57 +01:00
Jan Steemann
94990da5f9
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-operators
2016-02-04 19:18:43 +01:00
Frank Celler
7769b68d69
fixed returns
2016-02-04 16:46:29 +01:00
Frank Celler
8b6f4b8bec
removed DEV_APP_PATH
2016-02-04 16:38:20 +01:00
Michael Hackstein
edf7f6b9d9
Further implementation of AQL functions for VPack. UNIQUE UNIQUE_SORTED UNION UNION_DISTINCT
2016-02-04 15:23:26 +01:00
Max Neunhoeffer
7a92f3ac0f
Merge branch 'devel' into ClustUp2
2016-02-04 09:39:46 +01:00
Frank Celler
bb3acf8cd5
fixed /_admin/log
2016-02-04 00:41:50 +01:00
Max Neunhoeffer
ac51c221b3
Merge branch 'devel' into ClustUp2
2016-02-03 08:55:01 +01:00
jsteemann
13335d4cf9
bugfixes
2016-02-03 01:06:27 +01:00
jsteemann
b962c5a9e8
array comparison operators
2016-02-03 00:28:03 +01:00
Jan Steemann
fc909486c2
parser adjustments for array operators, not yet working
2016-02-02 18:05:39 +01:00
Jan Steemann
45d9745756
fixed display of Traversals in AQL explain
2016-02-02 11:24:51 +01:00
Max Neunhoeffer
93400bfdcc
Implement followerInfo.
2016-02-01 11:38:10 +01:00
Michael Hackstein
651e705ebd
Introduced a new EMPTY_GRAPH error which is thrown during AQL execitions whenever the graph has no edge collections.
2016-01-28 18:07:26 +01:00
Michael Hackstein
847463f968
Fixed JSLintQ
2016-01-28 17:29:29 +01:00
Michael Hackstein
ff1a3e5675
Updated AQL explainer to work with Multi Direction Traversals. Last step closes #1683
2016-01-28 17:15:53 +01:00
Frank Celler
732fb58f86
moved into sub-directories
2016-01-24 13:16:05 +01:00
Frank Celler
c2a3f90fde
moved tests into sub-directories
2016-01-24 12:21:04 +01:00
Frank Celler
8a7f409380
added fs.append
2016-01-24 11:34:13 +01:00
Frank Celler
df0a6f4abf
create out directory
2016-01-23 23:30:41 +01:00
Andreas Streichardt
4ff105167a
Issue #1675 . allow enabling strict mode in tests
2016-01-22 11:38:56 +01:00
jsteemann
e0f5401bed
fixed test in failure mode
2016-01-21 00:20:32 +01:00
jsteemann
842384016d
namespace cleanup
2016-01-21 00:20:22 +01:00
Frank Celler
9840280637
added vm
2016-01-15 12:36:57 +01:00
Frank Celler
cc91d528e2
do not check DB if connection is down
2016-01-15 12:35:00 +01:00
Jan Steemann
798a1e05cc
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-01-12 19:41:49 +01:00
Jan Steemann
a119837c3e
fixed journalSize handling for collections
2016-01-12 19:41:39 +01:00
Alan Plum
b3c7cfd11e
Remove jasmine completely
...
This should not impact the frontend tests as they use a npm-installed copy of jasmine.
2016-01-12 19:04:49 +01:00
Alan Plum
812060864b
Handle pending mocha tests in output
2016-01-12 18:49:52 +01:00
Alan Plum
f442465445
Implement mocha.grep
...
Allows using context.only and context.skip to skip tests.
2016-01-12 18:49:51 +01:00
Alan Plum
44faf4428d
Improved mocha integration
...
Mocha tests now produce pretty XML files and log output for Jenkins.
2016-01-12 18:49:50 +01:00
Alan Plum
e90c89812f
shell-foxx-manager-install-spec to mocha
2016-01-12 18:49:49 +01:00
Alan Plum
0d16d03853
shell-query-timecritical-spec to mocha
2016-01-12 18:49:48 +01:00
Alan Plum
4eab5cd6c8
Disable mocha timeout and bail
...
The timeout only results in tests being marked as failing
AFTER the tests have run. That's worse than useless for sync-only
tests like we use.
2016-01-12 18:49:27 +01:00
Alan Plum
c7930e1df9
Fix minimal-working setup scripts
2016-01-12 18:49:27 +01:00
Jan Steemann
7524c21f3a
added derived files
2016-01-12 17:45:05 +01:00
Jan Steemann
6937dbc489
aggregate fixes
2016-01-12 17:21:18 +01:00
Jan Steemann
2044cf8038
implemented aggregations for SortedCollectBlock
2016-01-12 12:05:57 +01:00
Alan Plum
c4c8418b6d
Add support for mocha in built-in test runner
2016-01-11 20:00:56 +01:00
Jan Steemann
b64f69cfd7
increase timeout a bit
2016-01-11 19:28:38 +01:00
jsteemann
67147482ce
bumped built-in version number from 2.7.0-devel to 2.8
2016-01-08 01:56:23 +01:00
Jan Steemann
8390793699
moved docu blocks into their own files
2016-01-07 16:39:19 +01:00
Jan Steemann
1e6a07426c
collect refactoring
2016-01-07 14:10:32 +01:00
Jan Steemann
ad1163e3bb
refactoring for Aql COLLECT
2016-01-07 13:35:12 +01:00
Alan Plum
e6149f1fff
rm unused queue-legacy-test fixture
2016-01-06 19:20:50 +01:00
Alan Plum
537ff51445
Mark various test apps as 2.8.0 compat
...
This will make them use legacy mode in FOTF.
2016-01-06 19:18:10 +01:00
Jan Steemann
a15c18572f
fixed test, added more tests
2016-01-04 19:33:18 +01:00
Jan Steemann
10f97380be
updated documentation
2016-01-04 19:10:41 +01:00
Frank Celler
1065a1bd2c
added work monitor
2016-01-04 15:33:06 +01:00
jsteemann
c20cf66e93
add cacheability info for explain
2016-01-03 00:52:36 +01:00
Alan Plum
bdee7f3309
Fix cluster test
...
The implementation of `_.clone` in underscore naively clones all properties including inherited ones.
As lodash does The Right Thing and ignores the prototype, we need to flatten the object first.
2015-12-29 13:44:00 +01:00
Alan Plum
9ecc710491
Avoid _.clone
...
Lodash's clone is subtlely different from underscore's and breaks with ShapedJson.
2015-12-23 23:30:56 +01:00
Alan Plum
de9ae5128a
underscore -> lodash
2015-12-23 23:30:55 +01:00
Jan Steemann
3cfd8214a9
handle id and isSystem when creating collections
2015-12-18 20:16:39 +01:00
Michael Hackstein
ba3fe43a4e
Fixed Explainer for traversal node. It did only know one direction and only hard-coded starting points
2015-12-18 16:17:01 +01:00
jsteemann
fb908043ac
truncate long objects
2015-12-17 22:14:52 +01:00
Jan Steemann
928837e1ff
\0 fix
2015-12-17 13:07:05 +01:00
Alan Plum
dd51a91d59
Always org/arangodb -> @arangodb
2015-12-17 13:02:39 +01:00
Jan Steemann
b76c61adb1
\0 fix
2015-12-17 12:28:16 +01:00
jsteemann
ead2ee47e7
issue #1409 : fix NUL-byte handling
2015-12-17 10:54:24 +01:00
Wilfried Goesgens
788e59ed39
Lintify.
2015-12-16 15:05:29 +01:00
Wilfried Goesgens
e93949674b
while printing the cursor info check for whether its extra section contains a warning.
2015-12-16 14:06:37 +01:00
Wilfried Goesgens
da57d31488
Implement de/serializing of filters in traversalnodes
2015-12-16 11:17:38 +01:00
Alan Plum
34843b76fb
Remove CoffeeScript support
2015-12-16 02:03:44 +01:00
Alan Plum
7039647936
Make require behave again
...
Calls to require should stay within the ArangoDB paths or Foxx service root.
The require cache for Foxx services should be service specific.
Reloading a service's controllers should clear the service's require cache.
See #1577 .
2015-12-16 01:16:38 +01:00
Alan Plum
6910f9eaa8
Don't deprecate CoffeeScript in 2.x
2015-12-16 01:16:34 +01:00
Alan Plum
c7c8ee90ae
Goodbye ES2015 classes
2015-12-16 01:16:33 +01:00
Alan Plum
87c1310690
Log stacktraces in deprecation warnings
2015-12-16 01:16:33 +01:00
Alan Plum
8b66bf1143
Extend will not be removed in 2.9
2015-12-16 01:16:33 +01:00
jsteemann
7a6022466b
fixed test
2015-12-15 22:08:46 +01:00
Max Neunhoeffer
dc033e31d9
Merge branch 'devel' into ClustUp1
2015-12-15 21:08:36 +01:00
jsteemann
4a88a17a44
lol self
2015-12-15 21:07:22 +01:00
Max Neunhoeffer
d43e118244
Merge branch 'devel' into ClustUp1
2015-12-15 20:44:06 +01:00
jsteemann
6bc3e8c5df
fixed rename tests in cluster
2015-12-15 20:42:57 +01:00
Max Neunhoeffer
4451e491ec
Merge branch 'devel' into ClustUp1
2015-12-15 17:46:34 +01:00
Jan Steemann
8ed8681505
updated module name
2015-12-15 16:15:26 +01:00
Alan Plum
1eb99c527b
Add @arangodb/db
2015-12-15 15:51:44 +01:00
Alan Plum
8853ede355
org/arangodb -> @arangodb
2015-12-15 15:51:44 +01:00
Jan Steemann
b123ffbe26
issue #1610
2015-12-15 15:41:50 +01:00
jsteemann
a098289532
fixed test
2015-12-15 13:57:22 +01:00
jsteemann
c043f9301c
changed error message
2015-12-15 13:13:31 +01:00
Max Neunhoeffer
8a69ca5367
Merge branch 'devel' into ClustUp1
2015-12-15 09:23:51 +01:00
Jan Steemann
8e7ac689a2
issue #1606 : fail gracefully on invalid index definitions
2015-12-14 16:58:05 +01:00
Max Neunhoeffer
525e54d5a0
Merge branch 'devel' into ClustUp1
2015-12-14 11:26:10 +01:00
jsteemann
600c48375d
added optimizer rule `sort-in-values`
2015-12-13 23:33:44 +01:00
Alan Plum
3c804390cd
More consistency
2015-12-11 15:26:41 +01:00
Alan Plum
70ad91c122
Consistency
2015-12-11 15:25:51 +01:00
Max Neunhoeffer
95b311f802
Merge branch 'devel' into ClustUp1
2015-12-11 13:33:33 +01:00
jsteemann
18e47457a6
fixes
2015-12-11 13:29:18 +01:00
Max Neunhoeffer
c11ec07564
Merge branch 'devel' into ClustUp1
2015-12-11 13:28:07 +01:00
Jan Steemann
4335af50e7
replication improvements
2015-12-10 19:07:10 +01:00
Jan Steemann
fcf978a422
do not print overly long string values
2015-12-10 17:06:25 +01:00
Max Neunhoeffer
ea72850aeb
Fix bug in client tests.
2015-12-09 23:13:26 +01:00
Alan Plum
d3e2f75c33
Make require behave again
...
Calls to require should stay within the ArangoDB paths or Foxx service root.
The require cache for Foxx services should be service specific.
Reloading a service's controllers should clear the service's require cache.
See #1577 .
2015-12-09 13:33:41 +01:00
Jan Steemann
e4fca5e6b3
issue #1600 : updated documentation for register() function
2015-12-09 13:12:45 +01:00
Alan Plum
adde8c2867
Yak shaving
2015-12-08 20:17:00 +01:00
Alan Plum
6b4fbdc5a7
Make the Foxx console behave as documented
2015-12-08 18:42:13 +01:00
Wilfried Goesgens
fcf3c392c9
Add geo locations to the city navigator.
2015-12-08 18:15:18 +01:00
Jan Steemann
ee6792dd6b
fixes for traversal and multi-modify
2015-12-08 14:50:05 +01:00
Jan Steemann
06e43fc5cb
fixed explainer output for traversals
2015-12-03 14:16:01 +01:00
Jan Steemann
d572f3ed03
Merge branch 'aql-multi-modify' of https://github.com/arangodb/arangodb into devel
2015-12-03 11:38:30 +01:00
Michael Hackstein
2459e2a326
Removed unnecessary tests
2015-12-03 10:19:43 +01:00
Michael Hackstein
3ea14e66a3
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-12-03 10:19:17 +01:00
jsteemann
9fa0f6d3a7
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify
2015-12-02 16:38:50 +01:00
Jan Steemann
7c3034681b
fix for cluster explainer in arangosh
2015-12-02 13:31:13 +01:00
Jan Steemann
1462779281
try to fix cluster access from arangosh
2015-12-02 13:29:42 +01:00
Michael Hackstein
8a76d4be9e
Fixed AQL explainer for Traverser
2015-12-02 11:35:39 +01:00
Alan Plum
707c3fe1e2
Brute force ignore events module in jshint
2015-12-01 20:19:54 +01:00
Alan Plum
125f825420
Add process to system modules (because it's global)
2015-12-01 19:53:34 +01:00
Wilfried Goesgens
4b861dd44a
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-12-01 16:37:06 +01:00
Frank Celler
dd2ba7a0be
added OS to version check to catch new packages
2015-12-01 12:57:40 +01:00
hkernbach
6d25ac57e9
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-12-01 11:25:58 +01:00
Jan Steemann
459d15bb2c
added cluster execution site info in explain output for AQL queries
2015-12-01 10:30:13 +01:00
jsteemann
49af794f5d
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify
2015-12-01 01:56:46 +01:00
jsteemann
04e81ea851
more replication
2015-11-30 23:33:59 +01:00
Jan Steemann
f013c809ea
replication improvements
2015-11-30 18:27:31 +01:00
Michael Hackstein
8a01687565
Moved AQL graph tests into the server side. All other AQL tests are there as well
2015-11-30 15:20:03 +01:00
Michael Hackstein
e9a36a3fbf
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-30 14:17:44 +01:00
Michael Hackstein
d79c2f9048
Added a test if the traverser prunes early
2015-11-27 17:03:24 +01:00
Jan Steemann
bd8b70455a
replication improvements
2015-11-27 16:16:15 +01:00
hkernbach
ac8542fe07
Merge branch 'JHMH' of github.com:arangodb/arangodb into JHMH
2015-11-27 14:58:00 +01:00
hkernbach
7dd817417f
jslint
2015-11-27 14:57:51 +01:00
Michael Hackstein
a93fcac0e8
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-27 09:29:01 +01:00
Wilfried Goesgens
aae19ff291
Fix dangling anchors and add checker script to the make target.
2015-11-26 18:51:39 +01:00
Michael Hackstein
7bf37620bb
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-26 16:32:26 +01:00
Alan Plum
1a23993f99
Make sure constructor is called in legacy-extended classes
...
This is a horrible workaround for the lack of a spread operator in the V8 version we are currently using.
The super keyword has no way to pass a dynamic number of arguments without using the spread operator
but someone might reasonably want to use additional arguments in a regular subclass that is then
legacy-extended with a constructor property. This should at least protect against the majority of such
cases even if it creates a silly function signature.
See #1592 .
2015-11-25 18:19:54 +01:00
Wilfried Goesgens
de76c096c9
Adjust explainer to new simple expressions; linting.
2015-11-25 16:50:23 +01:00
hkernbach
da06ce12e9
typo
2015-11-24 16:09:00 +01:00
hkernbach
a58157f6b4
example graphs now checking if dependencies exist
2015-11-24 15:34:13 +01:00
Alan Plum
5d3b0b0619
Set returnBodyOnError: true by default in org/arangodb/request
...
Fixes #1437 .
2015-11-24 15:00:11 +01:00
hkernbach
2d417e393d
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-24 13:24:12 +01:00
hkernbach
922782c13f
removed unnecessary parameter in explainer function
2015-11-20 15:20:26 +01:00
jsteemann
cb62c657e0
initial commit
2015-11-18 17:46:19 +01:00
Wilfried Goesgens
58dbbda09c
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-11-18 17:31:00 +01:00
Jan Steemann
23a1782bd8
use options
2015-11-18 17:30:46 +01:00
Wilfried Goesgens
0b69da93bc
Add Traversal example
2015-11-18 15:52:23 +01:00
Wilfried Goesgens
0f2686db5d
Add the world graph to the script.
2015-11-18 15:36:35 +01:00
Michael Hackstein
7a36bbb43f
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-18 13:58:47 +01:00
Michael Hackstein
a656182145
Fixed example graph and aql traversal test.
2015-11-18 10:15:44 +01:00
hkernbach
bb814f1c5d
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-11-17 13:10:53 +01:00
hkernbach
f21cb27dca
aql explainer support for bind params
2015-11-17 13:10:47 +01:00
Jan Steemann
f9ba16f8d4
fixed explainer indentation
2015-11-17 11:31:06 +01:00
Wilfried Goesgens
2d5d2d881e
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-11-11 11:05:06 +01:00
Frank Celler
1e8a7d20bc
return graph
2015-11-09 10:22:22 +01:00
Wilfried Goesgens
d51b5cdc9b
Finalize the explain feature
2015-11-06 13:41:44 +01:00
Wilfried Goesgens
bb9039c855
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-10-29 16:01:01 +01:00
Jan Steemann
01499dde43
added deadlock detection for lazy locking of collections
2015-10-29 11:57:22 +01:00
Wilfried Goesgens
951165ab1e
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
...
Conflicts:
arangod/Aql/grammar.cpp
arangod/Aql/grammar.h
js/common/modules/org/arangodb/graph-examples/example-graph.js
2015-10-28 11:08:18 +01:00
Alan Plum
131da2ea97
Workaround for missing root props on Foxx apps
...
Fixes #1547 .
2015-10-27 18:37:22 +01:00
Jan Steemann
3c4849e81a
only drop known graphs
2015-10-23 19:03:11 +02:00
Jan Steemann
e2136ea21a
do not allow index creation with multiple [*] in single attribute
2015-10-23 11:45:17 +02:00
Wilfried Goesgens
e9928de21b
start to fix graph implementation for explain()
2015-10-22 13:05:13 +02:00
Jan Steemann
0d2197e77f
changed documentation for index creation methods
2015-10-21 14:59:45 +02:00
Wilfried Goesgens
dae95de667
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-10-21 14:54:01 +02:00
Jan Steemann
d6cad3bac6
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-19 18:55:36 +02:00
Wilfried Goesgens
30be20224e
Fix fluent AQL interface for fromVertices with arrays: need to use 'ArrayVariable [ * RETURN MERGE(CURRENT, other)]' instead of MERGE(ArrayVariable, other)
2015-10-19 16:40:39 +02:00
Jan Steemann
0ffb11c25e
do not use sparse indexes for sorting
2015-10-14 12:03:52 +02:00
Jan Steemann
fcdd95d7cd
fixes
2015-10-13 16:26:43 +02:00
jsteemann
29b3741156
reworked cost calculations
2015-10-12 22:23:03 +02:00
Jan Steemann
1f4c775a02
print names of files with failing tests
2015-10-12 17:57:27 +02:00
Jan Steemann
ffa777979c
make IN values unique and sort em
2015-10-12 15:34:41 +02:00
Jan Steemann
6a4e9658c5
fixes for explainer and condition
2015-10-08 16:22:52 +02:00
Jan Steemann
0d80a17002
generalize condition handling
2015-10-08 15:10:28 +02:00
Jan Steemann
4bf3bb047b
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-07 17:25:56 +02:00
Frank Celler
4b0911c799
added debugging header x-arango-v8-context
2015-10-07 13:37:35 +02:00
Jan Steemann
a1de2bfcc1
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
...
Conflicts:
CHANGELOG
2015-10-07 10:18:21 +02:00
Alan Plum
3325d46211
Unbreak aardvark shell
2015-10-06 16:18:23 +02:00
Alan Plum
820e694d0c
Re-implement cleanupCancelation
2015-10-06 15:10:43 +02:00
Alan Plum
5b7f3d19d0
Deprecate CS in 2.9, not 2.8
2015-10-06 12:47:58 +02:00
Jan Steemann
849dad60cd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-10-06 11:58:52 +02:00
Jan Steemann
beaf3acbd3
simplifications
2015-10-06 11:58:23 +02:00
Alan Plum
7332f3803e
Make org/arangodb/deprecated work in arangosh without db
2015-10-06 11:37:42 +02:00
Jan Steemann
1f009a046c
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-05 10:32:53 +02:00
Jan Steemann
1c990b7324
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
...
Conflicts:
arangod/Aql/ExecutionNode.cpp
2015-10-05 10:32:36 +02:00
Jan Steemann
3f622d71fb
fixed some require issues
2015-10-05 10:28:44 +02:00
Jan Steemann
7d4c379598
small modifications, temporarily disabled interchange-adjacent-enumerations
2015-10-02 19:53:35 +02:00
Wilfried Goesgens
232d0601cb
fix running of arangosh tests with the proper parametrization.
2015-10-02 15:47:01 +02:00
Wilfried Goesgens
a968707134
Fix foxx-manager test for running in arangosh
2015-10-02 15:39:49 +02:00
Wilfried Goesgens
353c01f04f
don't output the result json when running from an interactive shell.
2015-10-02 14:47:57 +02:00
Jan Steemann
c291a7117a
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
2015-10-01 10:57:55 +02:00
Jan Steemann
7933fe5d4b
restore 2.6 behavior for db-based modules
2015-10-01 10:51:23 +02:00
Jan Steemann
9205739f6a
added IndexNode
2015-09-30 14:10:04 +02:00
Jan Steemann
74358962b5
fixed require on Windows
2015-09-30 13:06:36 +02:00
Alan Plum
e26fc9b442
S'more.
2015-09-25 17:04:08 +02:00
Alan Plum
40837eacf1
Refactored db module loading
2015-09-25 17:02:51 +02:00
Alan Plum
a58fc5fdfa
Also add node/node_modules on Windows
2015-09-25 16:43:50 +02:00
Wilfried Goesgens
06b0057bb1
Fix module loading
2015-09-25 16:24:17 +02:00
Wilfried Goesgens
cba3ed80ae
fix jslint: remove unused variable
2015-09-25 13:50:29 +02:00
Wilfried Goesgens
b280c59aa7
Split tests that don't work in clusters.
2015-09-25 11:50:33 +02:00
Jan Steemann
7c992a5d51
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-24 16:05:15 +02:00
Jan Steemann
a430cb9f6c
allow installing Foxx apps in /_open/
2015-09-24 15:54:09 +02:00
Alan Plum
1a5f5fe65d
Merge pull request #1508 from arangodb/require-sanity
...
Node-compatible require implementation
2015-09-24 15:50:40 +02:00
Jan Steemann
4249095456
issue #1507 : added optional *allowImplicit* sub-attribute for transactions
2015-09-24 15:50:00 +02:00
Alan Plum
963d9b082e
Removed hack for extension-free package main
2015-09-24 14:23:15 +02:00
Alan Plum
ac3e4b0c49
Linting
2015-09-24 14:20:15 +02:00
Alan Plum
95d99ebd16
Make shell-foxx-manager-install-spec pass
2015-09-24 13:46:15 +02:00
Alan Plum
400532043f
Fixed shell-foxx-manager-install-spec module use
2015-09-24 13:46:15 +02:00
Alan Plum
98d2560b4c
Fixed shell-require test
2015-09-24 13:46:14 +02:00
Alan Plum
30588d556f
Add support for 'main: "index"' and expose globalPaths
2015-09-24 13:46:14 +02:00
Alan Plum
f8ef55f437
Fixed Foxx preprocessing
2015-09-24 13:46:14 +02:00
Alan Plum
252cba5e9f
Implemented FoxxService
2015-09-24 13:46:14 +02:00
Alan Plum
f021cdc471
Implemented require from db collection
2015-09-24 13:46:13 +02:00
Alan Plum
038267cb06
Re-implemented require/module based on Node 4.1.0
...
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
CoDEmanX
7b95679040
Minor documentation fixes
2015-09-21 19:37:32 +02:00
Michael Hackstein
1a7f414c16
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-09-18 12:21:39 +02:00
Frank Celler
c4d1fff729
new traversal
2015-09-18 10:40:28 +02:00
Frank Celler
2e2600311a
added aliases
2015-09-16 16:05:18 +02:00
jsteemann
22e17814e3
additionally allow the following characters in document keys:
...
`(` `)` `+` `,` `=` `;` `$` `!` `*` `'` `%`
2015-09-15 00:16:08 +02:00
Jan Steemann
d2d3594351
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-14 17:45:09 +02:00
Jan Steemann
75ccd7e2cc
fixed incremental sync method
2015-09-14 17:44:12 +02:00
Frank Celler
b7bc8526d5
added engine match to available in FoxxManager
2015-09-14 16:52:05 +02:00
Willi Goesgens
3c2b745c2b
wrap long lines.
2015-09-11 15:57:02 +02:00
Jan Steemann
f09b11504e
fix spelling
2015-09-07 21:12:51 +02:00
Jan Steemann
e602ca5662
issue #1471 : document() vs documents() parameters (_key and _id)
2015-09-04 18:13:23 +02:00
CoDEmanX
3a9648d78a
More Americanization
2015-09-03 22:25:43 +02:00
Jan Steemann
4d46286cf7
fancier test output
2015-09-03 14:23:56 +02:00
Jan Steemann
2e617ac0cc
Merge branch 'american-english' of https://github.com/CoDEmanX/ArangoDB into devel
...
Conflicts:
arangod/Wal/Slots.cpp
lib/Basics/debugging.cpp
lib/Basics/files.cpp
2015-09-02 13:14:49 +02:00
Jan Steemann
a80d6635ab
create fat datafiles
...
This prevents SIGBUS when a sparse datafile is accessed and the disk is full. In
this case the mmapped region is not necessarily backed by physical memory, and
accessing the memory may crash the program
2015-09-02 10:18:24 +02:00
CoDEmanX
b4593a7e82
Change spelling of 'initialize' to American English (comments and log messages only)
2015-09-01 17:07:21 +02:00
Jan Steemann
1867d6c4de
added template string generator function `aqlQuery` for generating AQL queries
...
This can be used to generate safe AQL queries with JavaScript parameter
variables or expressions easily:
var name = 'test';
var attributeName = '_key';
var query = aqlQuery`FOR u IN users FILTER u.name == ${name} RETURN u.${attributeName}`;
db._query(query);
2015-08-30 22:32:26 +02:00
Michael Hackstein
d87748f64e
Another graph test depending on unguranteed ordering
2015-08-28 10:45:30 +02:00
Michael Hackstein
e909c79794
Fixed a graph unit test. It assumed a specific ordering which is not guaranteed
2015-08-28 10:14:07 +02:00
Jan Steemann
9374a25822
removed unused error code
2015-08-25 19:55:48 +02:00
Jan Steemann
b08713d768
added tests and documentation
2015-08-24 11:05:26 +02:00
Jan Steemann
387e3e9cd4
make removeByExample, replaceByExample and updateByExample use AQL internally
2015-08-22 23:22:24 +02:00
Jan Steemann
4b7d04de47
added missing whitespace
2015-08-20 01:46:21 +02:00
Willi Goesgens
01a1273a87
Merge pull request #1444 from aurelijusb/documentation
...
Small documentation improvements
2015-08-19 10:23:36 +02:00
Jan Steemann
4e771b2728
replication improvements
2015-08-17 18:41:05 +02:00
Alan Plum
02a72800f3
Removed obsolete test.
2015-08-17 03:24:30 +02:00
Aurelijus Banelis
9c075561f4
Documentation: collection.updateByExample can append not only change
...
From example it was not clear, that old fields are left unchanged.
So it is not confused with replace whole document: replaceByExample
2015-08-16 17:25:27 +03:00
Jan Steemann
1cf67a9df2
fix linting
2015-08-14 13:34:39 +02:00
Jan Steemann
18ba2d5659
fail if a task with non-parsable code is registered
2015-08-14 11:56:54 +02:00
Willi Goesgens
994d850a79
remove toket that is not used anymore.
2015-08-13 18:42:11 +02:00
Michael Hackstein
ca7ca679ee
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-08-13 11:22:12 +02:00
Michael Hackstein
90d089f49f
Fixed an issue with neighborExamples in GRAPH_EDGES
2015-08-13 11:22:06 +02:00
Jan Steemann
a1d0c4e431
fixed g++5.1 compile error, added tests
2015-08-13 11:14:50 +02:00
Jan Steemann
589e67357f
issue #1434 : return more meaningful error message from org/arangodb/general-graph::_fromVertex()
2015-08-12 21:36:27 +02:00
Frank Celler
9de6bd39db
moved to strings, fixed #1432 : arangosh doesn't ignore prefixed ....> on paste
2015-08-12 17:54:14 +02:00
Jan Steemann
68465ebba5
Merge branch 'collection-not-loaded' of https://github.com/arangodb/arangodb into devel
...
Conflicts:
js/apps/system/_admin/aardvark/APP/frontend/build/app.js.gz
js/apps/system/_admin/aardvark/APP/frontend/build/app.min.js
js/apps/system/_admin/aardvark/APP/frontend/build/app.min.js.gz
js/apps/system/_admin/aardvark/APP/frontend/build/scripts.html.part
js/apps/system/_admin/aardvark/APP/frontend/build/standalone-min.html
js/apps/system/_admin/aardvark/APP/frontend/build/standalone-min.html.gz
js/apps/system/_admin/aardvark/APP/frontend/build/standalone.html
2015-08-11 14:16:12 +02:00
Alan Plum
5e4630d31d
Class-based controllers, models, repos and request contexts.
2015-08-11 13:08:41 +02:00
Jan Steemann
e642ce972f
throw error if collection not yet loaded
2015-08-10 17:08:41 +02:00
Alan Plum
7bd08e29aa
Deprecated CS.
2015-08-05 12:48:27 +02:00
Willi Goesgens
a5337ccdcb
fix usage of db._query() when generating documentation.
2015-08-04 18:41:37 +02:00
hkernbach
ae17532ee3
Merge
2015-08-04 17:34:51 +02:00
hkernbach
b328fe6faa
added missing contributer attr in manifest
2015-08-04 17:25:23 +02:00
Alan Plum
1a2b17bce7
Added org/arangodb/deprecated.
2015-08-04 16:57:54 +02:00
Willi Goesgens
8b47ac11d5
remove the endDocuBlock of the broken documentation too.
2015-08-03 16:45:41 +02:00
Willi Goesgens
59868bb4d2
Remove duplicated / broken documentation of deprecated modules.
2015-08-03 16:01:48 +02:00
Willi Goesgens
3766ab9f59
de-duplicate documentation of geo-indices.
2015-08-03 14:42:11 +02:00
Willi Goesgens
c53bade3c1
fix jslint
2015-08-03 14:12:22 +02:00
Willi Goesgens
651c77685c
Fix Errormessage: add collection name.
2015-08-03 10:41:27 +02:00
Jan Steemann
20c96b5e46
removed locks
2015-07-21 17:34:57 +02:00
Willi Goesgens
7c1aca6d11
If teardown fails with an exception, abort accordingly.
2015-07-21 09:44:16 +02:00
Alan Plum
1a3a18ea3e
Only throw if actually an error.
2015-07-15 19:03:10 +02:00
Alan Plum
380e4b929b
Added Response#throw.
2015-07-15 18:04:20 +02:00
Alan Plum
289cdfcd43
Wrong error.
2015-07-14 20:11:03 +02:00
Jan Steemann
72feca418b
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-07-14 18:23:42 +02:00
Jan Steemann
f5a7e2120f
pass filename to internal.parse() call
2015-07-14 18:23:08 +02:00
Alan Plum
c9e193e2b8
genRandomSalt should take an argument.
2015-07-14 16:43:07 +02:00
Jan Steemann
2d9bd616c8
added tests
2015-07-14 10:58:16 +02:00
Jan Steemann
14ccfbabc3
Merge branch 'aql-query-cache' of https://github.com/arangodb/arangodb into devel
2015-07-13 12:46:41 +02:00
Jan Steemann
5a453bbcfc
issue #1409 : Document values with null character truncated with 2.6.2 on Windows
2015-07-13 12:45:13 +02:00
Jan Steemann
c71dc4d9bb
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-query-cache
2015-07-13 10:49:14 +02:00
Michael Hackstein
5348fb78a6
Fixed and reactivated some general-graph tests. Were deactivated by accident.
2015-07-09 16:33:03 +02:00
Michael Hackstein
ecad770e9c
Fixed #1407 . Thank you very much for spotting it.
2015-07-09 15:35:09 +02:00
Alan Plum
d2f6f26a35
Fixed scripts fields in fixture apps.
2015-07-01 17:07:37 +02:00
Jan Steemann
1f5e047486
query cache, now with result limitations, HTTP and JavaScript APIs
2015-06-27 01:12:32 +02:00
Jan Steemann
85c7705684
added test
...
Conflicts:
CHANGELOG
2015-06-25 09:47:03 +02:00
Alan Plum
7362331164
Added config type 'password' in manifest.
2015-06-22 14:16:25 +02:00
Jan Steemann
f9e1430af8
jslint
2015-06-19 11:51:30 +02:00
Jan Steemann
19e05f087e
added unhandled node types
2015-06-19 09:59:29 +02:00
Jan Steemann
1f83842621
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-06-18 16:04:05 +02:00
Jan Steemann
f06bedfecf
adjusted tests
2015-06-18 16:03:28 +02:00
Jan Steemann
c2b343d309
added generated files
2015-06-18 15:42:57 +02:00
Jan Steemann
dcfe29211a
updated CHANGELOG
2015-06-18 14:03:31 +02:00
Jan Steemann
dd314561ed
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification
2015-06-16 19:34:22 +02:00
Alan Plum
fc15d421d6
Implemeneted JSON configs. Cleaned up optional configs.
2015-06-16 17:58:38 +02:00
Jan Steemann
7cd27d5c56
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification
2015-06-16 15:14:18 +02:00
Alan Plum
273d16c0ed
Linting.
2015-06-16 14:54:14 +02:00
Jan Steemann
e7ff3f2a19
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification
2015-06-12 12:04:41 +02:00
Jan Steemann
55d4002ad3
speed up tests
2015-06-11 22:27:38 +02:00
Jan Steemann
ff7a00d6e4
fixed edge index selectivity estimates and added tests
2015-06-11 21:22:01 +02:00
Jan Steemann
0cdf9142c9
jslint warning
2015-06-11 13:39:26 +02:00
Willi Goesgens
6126569d6a
Fix conversion of bool arguments
2015-06-11 13:08:48 +02:00
Jan Steemann
07b2da0ca0
fixed indentation
2015-06-11 11:52:53 +02:00
Jan Steemann
fa8589bd2c
whitespace
2015-06-11 09:34:48 +02:00
Jan Steemann
3985498fc3
added [x..y] array access, added [**] operator
2015-06-11 00:09:41 +02:00
Jan Steemann
d99d164c0a
simplified parser
2015-06-10 20:25:25 +02:00
Alan Plum
53dff0b2d1
Added queue legacy test.
2015-06-10 19:14:49 +02:00
Alan Plum
3576b898d7
Fixed toArgv implementation.
2015-06-10 18:02:23 +02:00
Jan Steemann
bd055a3b1d
fix line numbers being off by 2 in Foxx stack traces
2015-06-10 09:14:55 +02:00
Alan Plum
9d3a1dc453
Less noise.
2015-06-03 21:06:59 +02:00
Jan Steemann
237276c18d
fixed graph examples
2015-06-03 17:10:50 +02:00
Alan Plum
993ad1e0ea
De-IFFE-ify all the modules.
2015-06-03 13:08:58 +02:00
Jan Steemann
b75a39b4c8
fixed typo in message
2015-05-29 18:08:30 +02:00
Alan Plum
e16ddf0b93
Don't allow signing with key and alg:none either. Added test.
2015-05-29 11:08:20 +02:00
Alan Plum
f95cc7d2a6
Don't verify JWT with alg:none if key is given.
2015-05-29 10:46:22 +02:00
Michael Hackstein
6a7dae216d
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
2015-05-28 15:18:32 -07:00
Jan Steemann
30fa33647c
issue #1345 : advanced debug information for User Functions
2015-05-28 14:53:57 +02:00
Jan Steemann
f724cb3185
added test
2015-05-28 12:23:30 +02:00
Jan Steemann
d2fcb64ec4
fixed web interface errors
2015-05-28 12:09:25 +02:00
Alan Plum
9b5acdf25a
Don't dump file content in console.
2015-05-27 12:43:31 +02:00
Alan Plum
e9c5b87ea5
Inject process and console in Module.run.
2015-05-27 10:28:13 +02:00
Alan Plum
00cbb400fd
Simplification.
2015-05-27 10:27:56 +02:00
Alan Plum
797fdc36d7
Support fs.readFileSync(filename, {encoding}).
2015-05-27 10:24:12 +02:00
Michael Hackstein
9a5ee272fe
Fixed several graph tests to use the new return format. Neighbors and ShortestPath are having different return formats now. Still WIP
2015-05-26 16:15:12 -07:00
Jan Steemann
5935a72645
more information in explainer
2015-05-26 21:45:16 +02:00
Jan Steemann
d0b8af7c0b
handle calculated object elements in explain
2015-05-26 21:20:43 +02:00
Alan Plum
4fe795db3c
Implemented script args and results.
2015-05-26 19:52:06 +02:00
Alan Plum
a98f1b088e
Readability.
2015-05-26 19:52:05 +02:00
Frank Celler
d295f87459
added check for newer version
2015-05-26 14:06:50 +02:00
Jan Steemann
6a35c7e514
removed duplicate documentation block
2015-05-22 14:16:48 +02:00
Willi Goesgens
c418f10729
Implement copying of files, since copyRecursive can't copy single files.
2015-05-21 15:49:10 +02:00
Heiko Kernbach
8aa6e4d96d
small explainer fixes
2015-05-19 14:01:18 +02:00
Heiko Kernbach
3da1442cc4
jslint
2015-05-19 10:16:28 +02:00
Heiko Kernbach
24bd3bda44
grunt build
2015-05-19 10:00:43 +02:00
Heiko Kernbach
8659114185
prep for explainer, renamed some interface buttons in query view
2015-05-18 18:48:54 +02:00
Jan Steemann
833978f9ae
added example to documentation
2015-05-12 10:18:54 +02:00
Jan Steemann
40067e6c96
added documents()
2015-05-08 17:11:44 +02:00
Alan Plum
1b3d22ebe3
Whitespace.
2015-05-07 23:14:18 +02:00
Alan Plum
2a40edaa41
Fixed Foxx trace paths.
2015-05-07 23:09:22 +02:00
Alan Plum
61aabc2b06
Update module-fs.js
2015-05-07 03:37:08 +02:00
Alan Plum
45cfa12c91
Added Controller#apiDocumentation.
2015-05-07 01:30:14 +02:00
Alan Plum
7db1593fab
fs.join and fs.safeJoin now take arbitrary number of arguments.
2015-05-07 01:30:14 +02:00
Alan Plum
f89631a71c
Fixed missing joi import.
2015-05-06 17:29:28 +02:00
Alan Plum
e6493d7210
Improved Foxx config handling.
2015-05-06 16:27:44 +02:00
Jan Steemann
4ea2a53771
support arrays in fulltext index, too
2015-05-06 15:11:24 +02:00
Jan Steemann
0996d603c6
fulltext improvements
2015-05-06 14:21:32 +02:00
Willi Goesgens
ed667d7917
Lintify
2015-05-05 19:07:47 +02:00
Jan Steemann
c677ea8b88
added tests for collection.lookupByKeys() and collection.removeByKeys()
2015-05-05 17:57:33 +02:00
Willi Goesgens
312972a4ec
Modify examples so they clean up after their run.
2015-05-04 17:22:25 +02:00
Alan Plum
4f17dfe10e
Added error 1237: collection type mismatch.
2015-05-03 22:55:56 +02:00
Jan Steemann
b0924956f8
allow `@` character in document keys, too.
2015-04-30 21:28:26 +02:00
Alan Plum
fa24c0d229
Implemented dependencies configuring.
2015-04-29 15:59:51 +02:00
Alan Plum
00f36b07a5
Expose deps on Aardvark API and add cfg and deps to listJson.
2015-04-29 15:57:58 +02:00
Willi Goesgens
57e361a74b
Adust documentation snipets
...
- they now node when they expect to throw an exception, so all exceptions else thrown are real bugs
- bugs some snippets fixed
- some snippets now do a proper setup & teardown
2015-04-27 17:12:35 +02:00
Jan Steemann
96fdbe91dc
issue #1318 : Inconsistent db._create() syntax
2015-04-27 10:51:22 +02:00
Jan Steemann
6dd12e423e
fixed jslint warnings
2015-04-24 10:32:11 +02:00
Jan Steemann
260554cb35
added encoding tests
2015-04-24 00:10:05 +02:00
Willi Goesgens
f7175f6652
Add way to fake the foxx github store structure for faster unittests.
2015-04-21 17:23:56 +02:00
Jan Steemann
90610ccb3c
fixed typos in tests
2015-04-21 14:45:36 +02:00
Jan Steemann
974b656c1b
allow overriding COLLECT method
2015-04-21 14:45:22 +02:00
Jan Steemann
f0fdf3aacc
fixed tests
2015-04-20 18:15:33 +02:00
Jan Steemann
ad2e80d334
fixed graph examples
2015-04-20 17:29:24 +02:00
Jan Steemann
10b3ffb877
fixed graph examples
2015-04-20 16:51:16 +02:00
Jan Steemann
9f2643acaa
show type of collect method in explain
2015-04-16 16:29:36 +02:00
Jan Steemann
7e0597f215
fixed cursor output in browser shell
2015-04-15 12:00:35 +02:00
Willi Goesgens
950e05787b
Instead of zip'ing for move, copy recursive & remove original.
2015-04-14 18:30:03 +02:00
Willi Goesgens
6579eefc33
Add function that can copy files recursive.
2015-04-14 14:46:17 +02:00
Alan Plum
decbc6dcea
Fully implemented tests API.
2015-04-14 13:39:06 +02:00
Alan Plum
044669cdac
Hardcore stubbing action.
2015-04-14 13:39:06 +02:00
Jan Steemann
a17d2d2e0e
added generated file
2015-04-13 13:41:57 +02:00
Alan Plum
501f5a3f51
Removed unused modules.
2015-04-10 00:33:47 +02:00
Alan Plum
b02fb586aa
More beautiful console.trace.
2015-04-09 20:04:13 +02:00
Alan Plum
69e63c2c64
Strict mode all the things.
2015-04-09 00:22:05 +02:00
Alan Plum
e8ba1a1332
Even more strictness.
2015-04-08 17:12:34 +02:00
Alan Plum
45ff33b404
More strictness.
2015-04-08 16:18:11 +02:00
Alan Plum
30adf407f0
Cleaned up FoxxManager install tests.
2015-04-08 14:23:02 +02:00
Alan Plum
4f51343100
Fixed Foxx installer errors.
2015-04-08 14:19:38 +02:00
Max Neunhoeffer
19b14bd98c
Move loading of db:// modules later in the search.
...
Collection lookups are painfully slow on a coordinator if they fail,
because the cache has to be reloaded from the Agency. Therefore we
only want to load modules from there after all other local methods
have been tried.
2015-04-08 13:16:34 +02:00
Alan Plum
f8cfcbdbd6
Use ArangoError in module loader.
2015-04-08 13:16:12 +02:00
Alan Plum
83b1b4596a
Added module loader errors.
2015-04-08 13:12:43 +02:00
Alan Plum
064599d1a5
Code style.
2015-04-08 01:53:09 +02:00
Alan Plum
4dcdb1cde9
Fixed relative requires in apps. Also fixes #887 .
2015-04-08 01:49:27 +02:00
Alan Plum
eb255f73ed
Use ArangoError in Module#run.
2015-04-07 23:33:23 +02:00
Alan Plum
8133bd4c6a
Linting
2015-04-07 20:04:59 +02:00
Alan Plum
c0bc47165b
Added more stubs.
2015-04-07 19:55:58 +02:00
Alan Plum
efe7dba4c1
Workaround for internal.sprintf not handling dates properly.
2015-04-07 19:55:45 +02:00
Alan Plum
211d6f3987
Lunt.
2015-04-07 17:41:04 +02:00
Alan Plum
df23003452
Extracted Module#run.
2015-04-07 17:34:32 +02:00
Frank Celler
de1a9fe833
added reload for DB modules
2015-04-05 14:02:34 +02:00
Alan Plum
c23390360b
Unbreak the build.
2015-04-02 01:49:00 +02:00
Alan Plum
8ffd5ddd1c
Allow running arbitrary Foxx scripts.
2015-04-02 00:16:23 +02:00
Michael Hackstein
3c79b54330
Merge branch 'devel' of github.com:arangodb/arangodb into gos
2015-04-01 13:38:29 +02:00
Michael Hackstein
e2fd4cdd65
Further improvements of graph queries. All queries should now be noticably faster.
2015-04-01 13:25:25 +02:00
Jan Steemann
3ddf23d093
hand-moved changes from other branch
2015-03-30 12:30:45 +02:00
Michael Hackstein
a4e4abe3cd
Improved several graph AQL functions by moving the logic into the visitor, reducing the amount of necessary loops thereby
2015-03-30 11:11:05 +02:00
Willi Goesgens
0690b4943f
- Replace the javascript implementation of makeDirectoryRecursive by our native implementation
...
- fix the native implementation so it doesn't try to create driveletters as directories.
2015-03-26 17:23:57 +01:00
Jan Steemann
7ec3a18e04
added internal.options()
2015-03-25 17:08:29 +01:00
Jan Steemann
2f58e4ea61
small cleanup
2015-03-25 12:42:44 +01:00
Jan Steemann
a26c7c7f28
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
2015-03-25 08:57:33 +01:00
Alan Plum
9afb093e84
Replace bundled backbone extend with npm dep.
2015-03-24 22:58:45 +01:00
Jan Steemann
01745402f3
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
2015-03-24 14:34:20 +01:00
Jan Steemann
a3c0612798
added cluster tests
2015-03-24 14:34:09 +01:00
Alan Plum
d1a37cdc17
Fixed failing tests.
2015-03-24 13:33:42 +01:00
Jan Steemann
16348cd10c
added tests
2015-03-24 11:11:55 +01:00
Jan Steemann
7d5cc17d98
added tests
2015-03-23 22:28:26 +01:00
Jan Steemann
c62c26e088
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
2015-03-23 15:31:41 +01:00
Jan Steemann
e3bf1c709c
upsert blocks
2015-03-23 15:31:07 +01:00
Willi Goesgens
d8d0196b85
Add tests for the environment handling.
2015-03-23 11:18:20 +01:00
Jan Steemann
d63f47e840
added possibility to kill JS traversals
2015-03-20 23:05:41 +01:00
Jan Steemann
d512b5fa35
issue #1282 : Geo WITHIN_RECTANGLE for nested lat/lng
2015-03-20 19:27:30 +01:00
Jan Steemann
29ea9f40ec
added tests for attribute names and values containing specifically dollar signs
2015-03-20 12:28:38 +01:00
Willi Goesgens
108fccdbf7
Add environment variable to V8 wrapping.
2015-03-20 11:55:32 +01:00
Jan Steemann
bdae982aa0
refuse to start the server when collection files or parameter.json files are not readable
...
Conflicts:
js/apps/system/aardvark/frontend/js/bootstrap/errors.js
2015-03-18 17:44:06 +01:00
Willi Goesgens
a95a496920
Add (unix) implementation for chmod
2015-03-18 13:41:26 +01:00
Jan Steemann
f04f1ef4cb
fixed inefficiencies in `remove` method of general-graph module
...
Conflicts:
CHANGELOG
js/apps/system/aardvark/frontend/js/modules/org/arangodb/general-graph.js
2015-03-17 18:28:26 +01:00
Jan Steemann
35fdc9a9c0
attempt to fix test
2015-03-17 08:30:07 +01:00
Michael Hackstein
3c7aaf204c
Made the foxx manager install spec more robust and added a test app containing 'app' as sub folder
2015-03-16 11:13:25 +01:00
Jan Steemann
f59dca83d4
fixed warning
2015-03-16 10:40:55 +01:00
Michael Hackstein
4543668a07
Fixed installing of Apps containing an internal app folder
2015-03-16 10:27:32 +01:00
Jan Steemann
ce7b75064a
fixed test
2015-03-14 20:49:35 +01:00
Jan Steemann
d91cc3e9b3
added more tests
2015-03-14 20:49:22 +01:00
Michael Hackstein
6e893826dc
Further tests for api query analysis
2015-03-12 16:05:46 +01:00
Michael Hackstein
08933b3c93
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-03-11 17:50:02 +01:00
Michael Hackstein
5be310fc21
It is now possible to install Apps that are invalid if they are not configured correctly. If they get broken by configuration they are still routed and will display an errorpage. They also display an errorpage until configured.
2015-03-11 17:49:42 +01:00
Alan Plum
5b277891a6
Fixed fixture.
2015-03-11 16:58:39 +01:00
Alan Plum
644a2dc415
Added fixtures for Foxx config errors.
2015-03-11 16:57:04 +01:00
Willi Goesgens
a9d9b56992
Argsparser:
...
- fix parsing of sub-option arrays
- add possibibility to serialize to '--longopt=value' instead of '--longopt' 'value'
2015-03-11 15:04:01 +01:00
Michael Hackstein
6ff88839e9
Removed unnecessary throw
2015-03-10 16:03:57 +01:00
Michael Hackstein
3a8fee211f
The Foxx Comment preprocessor now trimes strings properly
2015-03-10 15:22:16 +01:00
Michael Hackstein
aafd1feb9f
Activated comments in Foxx Test
2015-03-10 15:04:07 +01:00
Jan Steemann
349683fd38
fixed JSDoc comments parsing
2015-03-10 14:38:04 +01:00
Michael Hackstein
d0a43227fb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-03-10 14:00:43 +01:00
Michael Hackstein
ba266d4a0f
Added a test for crazy comments in foxx apps. Deactivated right now due to inconsitencies in testing framework
2015-03-10 13:53:14 +01:00
Jan Steemann
d73ee0fbfe
fix comment parsing in Foxx controllers
2015-03-10 12:08:37 +01:00
Michael Hackstein
f2ea8b0068
Added minimal working test apps
2015-03-06 14:23:58 +01:00
Michael Hackstein
9e99ce2f90
Upgrading and replacing Apps using FoxxManager with broken Apps will now maintain the original App instead of deleting everything
2015-03-06 13:16:50 +01:00
Michael Hackstein
3a1559caa6
Added a more informative stacktrace to foxx manager install spec
2015-03-05 11:30:05 +01:00
Michael Hackstein
67626650df
The frontend now properly prints the license of an app.
2015-03-05 10:37:07 +01:00
Willi Goesgens
24451f3709
Testsuite:
...
- add possibility to skip ruby https tests
- try to send test results from arangosh to server via a temporary file; fallback to rc.
2015-03-02 19:09:28 +01:00
Michael Hackstein
8fc3fd2908
The webinterface will now print the path to a foxx in development mode
2015-03-02 14:23:03 +01:00
Willi Goesgens
2619529f63
Relax cluster timeout when compiled with -DCOVERAGE
2015-02-26 11:01:53 +01:00
Willi Goesgens
8651e88d15
More information on fox manager errors.
2015-02-26 10:35:50 +01:00
Michael Hackstein
c5adf7b089
Fixed tests for foxx on multiple databases. And added generated files
2015-02-25 10:44:15 +01:00
Willi Goesgens
ba23741348
Fix error handling in directory creation: only catch errors of directory existing; throw meaningfull error message.
2015-02-24 11:27:43 +01:00
Michael Hackstein
8db83ce903
Fixed regex to identify Windows absolute and relative pathes also
2015-02-23 15:07:03 +01:00
Michael Hackstein
65b1492bbd
Disallowed mointpoints starting with illegal characters for collection prefixes. Including tests
2015-02-23 14:50:52 +01:00
Frank Celler
5f2655c3d9
Merge branch 'devel' of github.com:arangodb/arangodb into 2.5
2015-02-20 12:49:56 +01:00
Michael Hackstein
28c0498330
Module fs circus
2015-02-20 11:47:49 +01:00
Michael Hackstein
3d8a4584dc
Addded a wrapper around FS move that is actually able to move directories accross mountpoints and on FAT file systems
2015-02-20 10:49:40 +01:00
Frank Celler
08239445f9
Merge branch 'devel' of github.com:arangodb/arangodb into 2.5
2015-02-19 18:46:41 +01:00
Willi Goesgens
989e2a5b9e
- lintify
...
- output error message too when outputting backtrace in errors.
2015-02-19 17:58:51 +01:00
Willi Goesgens
90c96203f9
Indent to Arango style
2015-02-19 17:58:13 +01:00
Frank Celler
6190bb7994
Merge branch 'devel' of github.com:arangodb/arangodb into 2.5
2015-02-18 21:50:33 +01:00
Jan Steemann
ac638e1872
fixed tests
2015-02-18 16:40:48 +01:00
Jan Steemann
83ea75fa8f
removed unused config options
2015-02-18 16:40:15 +01:00
Jan Steemann
595837f5b2
updated index docs
2015-02-18 15:48:46 +01:00
Jan Steemann
f29591135a
adjusted geo index API
2015-02-18 14:59:46 +01:00
Frank Celler
15fb7131f1
Merge remote-tracking branch 'origin/devel' into 2.5
...
Conflicts:
Documentation/Examples/CollectionUnload.generated
Documentation/Examples/HttpGharialAddEdge.generated
Documentation/Examples/HttpGharialAddEdgeCol.generated
Documentation/Examples/HttpGharialAddVertex.generated
Documentation/Examples/HttpGharialAddVertexCol.generated
Documentation/Examples/HttpGharialCreate.generated
Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
Documentation/Examples/HttpGharialGetEdge.generated
Documentation/Examples/HttpGharialGetGraph.generated
Documentation/Examples/HttpGharialGetVertex.generated
Documentation/Examples/HttpGharialList.generated
Documentation/Examples/HttpGharialModifyVertex.generated
Documentation/Examples/HttpGharialPatchEdge.generated
Documentation/Examples/HttpGharialPutEdge.generated
Documentation/Examples/HttpGharialRemoveVertexCollection.generated
Documentation/Examples/HttpGharialReplaceEdgeCol.generated
Documentation/Examples/HttpGharialReplaceVertex.generated
Documentation/Examples/RestAdminStatistics1.generated
Documentation/Examples/RestBatchMultipartHeader.generated
Documentation/Examples/RestCollectionCreateCollection.generated
Documentation/Examples/RestCollectionCreateKeyopt.generated
Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
Documentation/Examples/RestCollectionDeleteCollectionName.generated
Documentation/Examples/RestCollectionGetAllCollections.generated
Documentation/Examples/RestCollectionGetCollectionChecksum.generated
Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
Documentation/Examples/RestCollectionGetCollectionCount.generated
Documentation/Examples/RestCollectionGetCollectionFigures.generated
Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
Documentation/Examples/RestCollectionGetCollectionName.generated
Documentation/Examples/RestCollectionGetCollectionRevision.generated
Documentation/Examples/RestCollectionIdentifierLoad.generated
Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
Documentation/Examples/RestCollectionIdentifierRename.generated
Documentation/Examples/RestCollectionIdentifierTruncate.generated
Documentation/Examples/RestCollectionIdentifierUnload.generated
Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
Documentation/Examples/RestCursorDelete.generated
Documentation/Examples/RestCursorForLimitReturnCont.generated
Documentation/Examples/RestDatabaseGetInfo.generated
Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
Documentation/Examples/RestDocumentHandlerPatchDocument.generated
Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
Documentation/Examples/RestDocumentHandlerPostAccept1.generated
Documentation/Examples/RestDocumentHandlerPostCreate1.generated
Documentation/Examples/RestDocumentHandlerPostCreate2.generated
Documentation/Examples/RestDocumentHandlerPostWait1.generated
Documentation/Examples/RestDocumentHandlerReadDocument.generated
Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated
Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated
Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
Documentation/Examples/RestEdgeCreateEdge.generated
Documentation/Examples/RestEdgesReadEdgesAny.generated
Documentation/Examples/RestEdgesReadEdgesIn.generated
Documentation/Examples/RestEdgesReadEdgesOut.generated
Documentation/Examples/RestEndpointGet.generated
Documentation/Examples/RestExplainAllPlans.generated
Documentation/Examples/RestExplainOptimizerRules.generated
Documentation/Examples/RestExplainOptions.generated
Documentation/Examples/RestGraphChangeEdge.generated
Documentation/Examples/RestGraphChangeVertex.generated
Documentation/Examples/RestGraphChangepEdge.generated
Documentation/Examples/RestGraphChangepVertex.generated
Documentation/Examples/RestGraphCreateEdge.generated
Documentation/Examples/RestGraphCreateVertex.generated
Documentation/Examples/RestGraphGetEdge.generated
Documentation/Examples/RestGraphGetEdges.generated
Documentation/Examples/RestGraphGetGraph.generated
Documentation/Examples/RestGraphGetGraphs.generated
Documentation/Examples/RestGraphGetVertex.generated
Documentation/Examples/RestGraphGetVertexEdges.generated
Documentation/Examples/RestGraphGetVertexVertices.generated
Documentation/Examples/RestGraphGetVertexVertices2.generated
Documentation/Examples/RestGraphGetVertices.generated
Documentation/Examples/RestGraphPostGraph.generated
Documentation/Examples/RestIndexAllIndexes.generated
Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
Documentation/Examples/RestIndexCreateGeoLocation.generated
Documentation/Examples/RestIndexCreateNewCapConstraint.generated
Documentation/Examples/RestIndexCreateNewFulltext.generated
Documentation/Examples/RestIndexCreateNewHashIndex.generated
Documentation/Examples/RestIndexCreateNewSkiplist.generated
Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
Documentation/Examples/RestIndexCreateSparseHashIndex.generated
Documentation/Examples/RestIndexCreateSparseSkiplist.generated
Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
Documentation/Examples/RestReplicationApplierStart.generated
Documentation/Examples/RestReplicationApplierStateNotRunning.generated
Documentation/Examples/RestReplicationApplierStateRunning.generated
Documentation/Examples/RestReplicationApplierStop.generated
Documentation/Examples/RestReplicationDump.generated
Documentation/Examples/RestReplicationInventory.generated
Documentation/Examples/RestReplicationInventoryIndexes.generated
Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
Documentation/Examples/RestReplicationLoggerFollowSome.generated
Documentation/Examples/RestReplicationLoggerStateActive.generated
Documentation/Examples/RestReplicationServerId.generated
Documentation/Examples/RestSimpleAllBatch.generated
Documentation/Examples/RestSimpleAllSkipLimit.generated
Documentation/Examples/RestSimpleAny.generated
Documentation/Examples/RestSimpleByExample.generated
Documentation/Examples/RestSimpleByExample2.generated
Documentation/Examples/RestSimpleByExample3.generated
Documentation/Examples/RestSimpleFirst.generated
Documentation/Examples/RestSimpleFirstExample.generated
Documentation/Examples/RestSimpleFirstSingle.generated
Documentation/Examples/RestSimpleFulltext.generated
Documentation/Examples/RestSimpleLast.generated
Documentation/Examples/RestSimpleLastSingle.generated
Documentation/Examples/RestSimpleNear.generated
Documentation/Examples/RestSimpleNearDistance.generated
Documentation/Examples/RestSimpleRange.generated
Documentation/Examples/RestSimpleWithin.generated
Documentation/Examples/RestSimpleWithinDistance.generated
Documentation/Examples/RestSimpleWithinRectangle.generated
Documentation/Examples/RestTasksCreate.generated
Documentation/Examples/RestTasksListAll.generated
Documentation/Examples/RestTasksListOne.generated
Documentation/Examples/RestTasksPutWithId.generated
Documentation/Examples/RestTraversalAny.generated
Documentation/Examples/RestTraversalBackwardItemOrder.generated
Documentation/Examples/RestTraversalDepthFirst.generated
Documentation/Examples/RestTraversalEdgeUniqueness.generated
Documentation/Examples/RestTraversalFilterExclude.generated
Documentation/Examples/RestTraversalFilterPrune.generated
Documentation/Examples/RestTraversalInbound.generated
Documentation/Examples/RestTraversalMaxDepth.generated
Documentation/Examples/RestTraversalMinDepth.generated
Documentation/Examples/RestTraversalOutbound.generated
Documentation/Examples/RestTraversalPostorder.generated
Documentation/Examples/RestTraversalVisitorCountAndList.generated
Documentation/Examples/RestTraversalVisitorExpander.generated
Documentation/Examples/RestVersion.generated
Documentation/Examples/RestVersionDetails.generated
Documentation/Examples/SaveEdgeCol.generated
Documentation/Examples/collectionAll.generated
Documentation/Examples/collectionAllNext.generated
Documentation/Examples/collectionByExample.generated
Documentation/Examples/collectionByExampleNext.generated
Documentation/Examples/collectionClosedRange.generated
Documentation/Examples/collectionDatabaseCollectionName.generated
Documentation/Examples/collectionDatabaseCreate.generated
Documentation/Examples/collectionDatabaseCreateKey.generated
Documentation/Examples/collectionDatabaseCreateProperties.generated
Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
Documentation/Examples/collectionDatabaseDrop.generated
Documentation/Examples/collectionDatabaseDropName.generated
Documentation/Examples/collectionDatabaseName.generated
Documentation/Examples/collectionDatabaseTruncate.generated
Documentation/Examples/collectionDatabaseTruncateName.generated
Documentation/Examples/collectionDrop.generated
Documentation/Examples/collectionFigures.generated
Documentation/Examples/collectionFirstExample.generated
Documentation/Examples/collectionFulltext.generated
Documentation/Examples/collectionLoad.generated
Documentation/Examples/collectionNear.generated
Documentation/Examples/collectionNearDistance.generated
Documentation/Examples/collectionRange.generated
Documentation/Examples/collectionRename.generated
Documentation/Examples/collectionTruncate.generated
Documentation/Examples/collectionWithin.generated
Documentation/Examples/collectionsDatabaseName.generated
Documentation/Examples/cursorHasNext.generated
Documentation/Examples/cursorNext.generated
Documentation/Examples/documentDocumentRemove.generated
Documentation/Examples/documentDocumentRemoveConflict.generated
Documentation/Examples/documentDocumentUpdate.generated
Documentation/Examples/documentsCollectionFirst.generated
Documentation/Examples/documentsCollectionFirstNull.generated
Documentation/Examples/documentsCollectionInsert.generated
Documentation/Examples/documentsCollectionLast.generated
Documentation/Examples/documentsCollectionLastNull.generated
Documentation/Examples/documentsCollectionName.generated
Documentation/Examples/documentsCollectionRemove.generated
Documentation/Examples/documentsCollectionRemoveConflict.generated
Documentation/Examples/documentsCollectionRemoveSignature.generated
Documentation/Examples/documentsCollectionReplace.generated
Documentation/Examples/documentsCollectionReplaceHandle.generated
Documentation/Examples/documentsCollectionUpdate.generated
Documentation/Examples/documentsCollectionUpdateHandle.generated
Documentation/Examples/documentsCollectionUpdateHandleArray.generated
Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
Documentation/Examples/documentsDocumentName.generated
Documentation/Examples/documentsDocumentReplace.generated
Documentation/Examples/executeQuery.generated
Documentation/Examples/executeQueryBatchSize.generated
Documentation/Examples/generalGraphAbsBetweenness1.generated
Documentation/Examples/generalGraphAbsBetweenness2.generated
Documentation/Examples/generalGraphAbsBetweenness3.generated
Documentation/Examples/generalGraphAbsCloseness1.generated
Documentation/Examples/generalGraphAbsCloseness2.generated
Documentation/Examples/generalGraphAbsEccentricity2.generated
Documentation/Examples/generalGraphBetweenness2.generated
Documentation/Examples/generalGraphBetweenness3.generated
Documentation/Examples/generalGraphCloseness1.generated
Documentation/Examples/generalGraphCloseness3.generated
Documentation/Examples/generalGraphCommonNeighbors1.generated
Documentation/Examples/generalGraphCommonNeighbors2.generated
Documentation/Examples/generalGraphDistanceTo1.generated
Documentation/Examples/generalGraphDropGraphKeep.generated
Documentation/Examples/generalGraphEccentricity1.generated
Documentation/Examples/generalGraphEccentricity2.generated
Documentation/Examples/generalGraphEdgeCollectionRemove.generated
Documentation/Examples/generalGraphEdgeCollectionReplace.generated
Documentation/Examples/generalGraphEdgeCollectionSave1.generated
Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
Documentation/Examples/generalGraphEdges1.generated
Documentation/Examples/generalGraphEdges2.generated
Documentation/Examples/generalGraphEdgesFiltered.generated
Documentation/Examples/generalGraphEdgesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated
Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated
Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated
Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLNext.generated
Documentation/Examples/generalGraphFluentAQLNextRecreate.generated
Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated
Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated
Documentation/Examples/generalGraphFluentAQLPathSimple.generated
Documentation/Examples/generalGraphFluentAQLRestricted.generated
Documentation/Examples/generalGraphFluentAQLToArray.generated
Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated
Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated
Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated
Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated
Documentation/Examples/generalGraphFluentAQLUnrestricted.generated
Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated
Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated
Documentation/Examples/generalGraphGetFromVertex.generated
Documentation/Examples/generalGraphGetToVertex.generated
Documentation/Examples/generalGraphModuleAbsBetweenness1.generated
Documentation/Examples/generalGraphModuleAbsBetweenness2.generated
Documentation/Examples/generalGraphModuleAbsBetweenness3.generated
Documentation/Examples/generalGraphModuleAbsCloseness1.generated
Documentation/Examples/generalGraphModuleAbsCloseness2.generated
Documentation/Examples/generalGraphModuleAbsCloseness3.generated
Documentation/Examples/generalGraphModuleAbsEccentricity2.generated
Documentation/Examples/generalGraphModuleBetweenness1.generated
Documentation/Examples/generalGraphModuleBetweenness2.generated
Documentation/Examples/generalGraphModuleCloseness1.generated
Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
Documentation/Examples/generalGraphModuleConnectingEdges1.generated
Documentation/Examples/generalGraphModuleDistanceTo1.generated
Documentation/Examples/generalGraphModuleDistanceTo2.generated
Documentation/Examples/generalGraphModuleEccentricity2.generated
Documentation/Examples/generalGraphModuleEccentricity3.generated
Documentation/Examples/generalGraphModuleNeighbors1.generated
Documentation/Examples/generalGraphModuleNeighbors2.generated
Documentation/Examples/generalGraphModulePaths.generated
Documentation/Examples/generalGraphModulePaths2.generated
Documentation/Examples/generalGraphModuleShortestPaths1.generated
Documentation/Examples/generalGraphModuleShortestPaths2.generated
Documentation/Examples/generalGraphNeighbors1.generated
Documentation/Examples/generalGraphNeighbors2.generated
Documentation/Examples/generalGraphPaths.generated
Documentation/Examples/generalGraphPaths2.generated
Documentation/Examples/generalGraphShortestPaths1.generated
Documentation/Examples/generalGraphTraversal1.generated
Documentation/Examples/generalGraphTraversal2.generated
Documentation/Examples/generalGraphTraversalTree1.generated
Documentation/Examples/generalGraphTraversalTree2.generated
Documentation/Examples/generalGraphVertexCollectionRemove.generated
Documentation/Examples/generalGraphVertexCollectionReplace.generated
Documentation/Examples/generalGraphVertexCollectionSave.generated
Documentation/Examples/generalGraphVertexCollectionUpdate.generated
Documentation/Examples/generalGraphVertices1.generated
Documentation/Examples/generalGraphVertices2.generated
Documentation/Examples/generalGraphVerticesFiltered.generated
Documentation/Examples/generalGraphVerticesUnfiltered.generated
Documentation/Examples/general_graph__deleteEdgeDefinition.generated
Documentation/Examples/queryLimit.generated
Documentation/Examples/querySkip.generated
build.h
configure
configure.ac
js/common/tests/shell-database.js
2015-02-17 15:31:33 +01:00