1
0
Fork 0
Commit Graph

1269 Commits

Author SHA1 Message Date
Jan Steemann b7cec5dc22 added test case for naming 2013-01-29 11:19:19 +01:00
Jan Steemann 234f2ecaaa simplify list access in AQL 2013-01-29 09:15:14 +01:00
Jan Steemann 7783c320e3 potential fix for issue #376 2013-01-28 20:24:21 +01:00
Jan Steemann 6e81f7f6fa return collection ids, cursor ids, and index ids as stringified integers, too 2013-01-28 20:11:29 +01:00
Jan Steemann 1de10d6ea4 make collection id be returned as a string so it cannot overflow 2013-01-28 18:30:48 +01:00
Jan Steemann d4d7123cc8 issue #363: renamed TREE to TRAVERSAL_TREE 2013-01-28 17:33:17 +01:00
Frank Celler 5620f8aa4d moved to server 2013-01-28 17:08:17 +01:00
Jan Steemann b3d5217f57 removed tabs 2013-01-28 13:56:08 +01:00
Jan Steemann 2cd89f3028 do not abort printing objects when toString() throws 2013-01-25 23:14:39 +01:00
Jan Steemann 17098dd4ef added support for HTTP OPTIONS method, pt 1 2013-01-25 19:11:33 +01:00
a-brandt 1666daa7b3 added "limit" filter 2013-01-25 14:43:17 +01:00
a-brandt 071ddc773b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-25 13:04:25 +01:00
a-brandt 7ce6e8232a changed property filter 2013-01-25 13:03:32 +01:00
Jan Steemann 64377fb161 honor waitForSync parameter from arangosh, too 2013-01-25 11:47:43 +01:00
Jan Steemann 49c267bf0c fixed errors reported by jslint 2013-01-25 11:10:34 +01:00
Jan Steemann 17530a5e45 added number of shapes in return value of figures() 2013-01-25 10:19:02 +01:00
Jan Steemann 35c03ccf6b renamed an internal function to not conflict with collection names 2013-01-25 09:46:04 +01:00
Jan Steemann 909e46c671 moved global AQL functions to internal module 2013-01-25 09:34:51 +01:00
Jan Steemann 0be8df6082 added experimental AQL TREE() function. 2013-01-24 18:08:33 +01:00
Jan Steemann ac91506da4 fixed issues reported by jslint, added AQL ATTRIBUTES() 2013-01-24 17:25:48 +01:00
Jan Steemann e42887e8de removed dead code 2013-01-24 15:27:30 +01:00
Jan Steemann 8fc4b97710 shortened internal aql function names 2013-01-24 14:55:12 +01:00
Jan Steemann 81dc83b8df de-globalised aql 2013-01-24 14:49:55 +01:00
Frank Celler d10f4b2194 Merge remote-tracking branch 'origin/1.2' into devel 2013-01-23 15:46:15 +01:00
Frank Celler af77d2f92e fixed unloadAll 2013-01-23 15:45:54 +01:00
Frank Celler 64ddbe1385 Merge branch '1.2' of github.com:triAGENS/ArangoDB into devel 2013-01-23 14:42:56 +01:00
Frank Celler 53854232ef added getEdges 2013-01-23 14:42:26 +01:00
Jan Steemann 4b433a511a added followEdges property for AQL TRAVERSE() function 2013-01-23 11:28:33 +01:00
Jan Steemann 92abde4932 more tests for indexes to overcome getIndexes() mysteries (related to issue #366) 2013-01-23 10:43:20 +01:00
Jan Steemann 09f0a91595 make MATCHES() AQL function variadic 2013-01-23 10:25:38 +01:00
Frank Celler 3d3132dd87 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-22 19:39:48 +01:00
Frank Celler 3bc98a64b3 preload collections 2013-01-22 19:39:04 +01:00
Jan Steemann 7c5203cfea added documentation and test cases for db.collection.removeByExample 2013-01-22 19:20:11 +01:00
Jan Steemann e0d3eb53e0 added MATCHES 2013-01-22 13:50:30 +01:00
Jan Steemann 376c264281 take precautions to prevent issue #365 2013-01-22 11:58:08 +01:00
Jan Steemann 58cead20e7 allow FUNC(...)[...] and FUNC(...).attr in AQL 2013-01-22 11:27:21 +01:00
Jan Steemann 33d5abbd91 comments 2013-01-21 13:58:23 +01:00
Jan Steemann 765f0670af added tests for collection.revision() 2013-01-21 10:17:31 +01:00
Jan Steemann 3f3987e6a4 made printing nicer 2013-01-19 22:07:32 +01:00
Jan Steemann 1788f54cce fixed a doxygen error 2013-01-18 18:33:45 +01:00
Jan Steemann ac9360eb36 fixed doxygen errors 2013-01-18 17:42:56 +01:00
Jan Steemann 120aa37849 fixed typos 2013-01-18 17:10:24 +01:00
Jan Steemann 9a003247d0 removed the _bidirectional attribute for edges
This will be reimplemented later on collection, and not on individual edges level.
Lucas & the others were sure directed & undirected edges should not be mixed in the same collection
2013-01-18 17:02:30 +01:00
Frank Celler a506c1a638 fixed jslint warnings 2013-01-18 15:48:05 +01:00
Frank Celler f7291b562b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-18 15:32:34 +01:00
Frank Celler 09c6fb0a45 fixed jslint warnings 2013-01-18 15:32:26 +01:00
Jan Steemann 19a717efb7 fixed error throwing? 2013-01-18 14:35:42 +01:00
Frank Celler 5647595053 fixed jslint warnings 2013-01-18 13:39:11 +01:00
Frank Celler dab85633dd fixed WeakDictionary 2013-01-18 13:27:40 +01:00
Frank Celler 10761c616e Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-18 12:36:22 +01:00
Frank Celler 75765bb939 fixed browser shell 2013-01-18 12:34:29 +01:00
Jan Steemann 3b4a18fd94 fixed import tests 2013-01-18 11:14:54 +01:00
Jan Steemann e509f92c5e added test cases for duplicate _key insertion 2013-01-18 11:11:22 +01:00
Frank Celler 53487c8d62 fixed includes and help 2013-01-18 10:56:46 +01:00
Frank Celler 354582750f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-18 10:27:36 +01:00
Frank Celler 61c6433c1c fixed building of html/admin/js files 2013-01-18 10:27:25 +01:00
Jan Steemann a0251be088 fixed wrong usage of ArangoError 2013-01-18 10:27:12 +01:00
Jan Steemann 752b9a4846 fixed tests 2013-01-18 03:45:24 +01:00
Jan Steemann e8be35d420 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-18 00:58:46 +01:00
Jan Steemann 52309cf188 fixed tests & segfault during tests 2013-01-18 00:58:14 +01:00
Frank Celler a92d0c6b4a fixed jslint warnings 2013-01-18 00:13:03 +01:00
Frank Celler cce07ede8c started development mode 2013-01-18 00:02:10 +01:00
Frank Celler 670dc221ab Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	js/client/client.js
	js/common/bootstrap/module-internal.js
	js/common/modules/org/arangodb/simple-query-common.js
	js/server/ahuacatl.js
2013-01-17 23:56:31 +01:00
Frank Celler edef5feacc fixed tests 2013-01-17 23:45:19 +01:00
Frank Celler 159f613169 more cleanup 2013-01-17 18:24:58 +01:00
Jan Steemann 4b4f79d080 updated documentation for TRAVERSE 2013-01-17 18:22:58 +01:00
Jan Steemann e4e5c49639 fixed wrong documentation 2013-01-17 17:45:00 +01:00
Jan Steemann 82a0ec603d updated documentation 2013-01-17 17:40:50 +01:00
Frank Celler 13427c454c more cleanup 2013-01-17 17:12:31 +01:00
Jan Steemann c8b60a3e74 updated fulltext documentation 2013-01-17 16:51:38 +01:00
Frank Celler cfadf6ca06 fixed comments 2013-01-17 16:10:42 +01:00
Jan Steemann c6ea24ca24 fixed examples and client-side fulltext index creation 2013-01-17 16:06:28 +01:00
Frank Celler 3c21a87366 more cleanup 2013-01-17 16:01:15 +01:00
Jan Steemann bbade8c0b8 removed the non-working indexSubstrings property for fulltext indexing 2013-01-17 15:58:28 +01:00
Jan Steemann 7d4e93e4bd changed back printing of strings 2013-01-17 15:17:22 +01:00
Jan Steemann 8160a0183a string printing w/ color 2013-01-17 15:03:44 +01:00
Jan Steemann 913480e881 make revision ids strings so they do not clip in clients that do not support 64 bit integers 2013-01-17 15:02:55 +01:00
Frank Celler 632b9bc430 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-17 10:30:48 +01:00
Frank Celler 250726ca00 reorganisation of modules 2013-01-17 10:30:35 +01:00
Jan Steemann c73cf43874 tests 2013-01-16 18:39:08 +01:00
Jan Steemann 0298bcc601 added more tests for edge creation 2013-01-16 17:41:19 +01:00
Jan Steemann 9e050addc6 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-16 12:50:33 +01:00
Jan Steemann e963f104d8 split collection tests into 2 files 2013-01-16 12:44:37 +01:00
Frank Celler ba9388e5a8 fixed .any on arangosh 2013-01-16 12:43:50 +01:00
Jan Steemann 32e91fddf6 renamed methods 2013-01-16 11:12:58 +01:00
Jan Steemann f50c9e12b4 fixed any traversal for Graph object 2013-01-16 11:12:17 +01:00
Jan Steemann d10d35bf4b colors 2013-01-16 01:40:07 +01:00
Jan Steemann e0e3fe12b8 added graph traversal for Graph 2013-01-15 19:48:53 +01:00
a-brandt f1f6eca036 changed the graph document 2013-01-15 17:28:22 +01:00
Jan Steemann 6fde7e2f27 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 16:45:54 +01:00
Jan Steemann 7a6db16241 added db._version() 2013-01-15 16:44:48 +01:00
Lucas Dohmen 9bb56d801d Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 15:48:29 +01:00
Lucas Dohmen 3d59723f99 Tiny additions to Frank
* Missing templates will result in an error
* The middleware calls next
* All JSLint warnings except one fixed
2013-01-15 15:45:47 +01:00
Jan Steemann 40318ad926 pretty dumper 2013-01-15 15:00:17 +01:00
Jan Steemann c1ec3c49ed shut up prettifiers on demand 2013-01-15 14:53:06 +01:00
Jan Steemann 03a45634d0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 14:46:31 +01:00
Jan Steemann 6686a075ca pretty printing fix 2013-01-15 14:46:18 +01:00
a-brandt 64a72fec62 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 14:41:47 +01:00
a-brandt a57f428277 added documentation 2013-01-15 14:41:20 +01:00
Jan Steemann c22feb5963 fixed test 2013-01-15 14:37:08 +01:00
Jan Steemann 682d22bfb0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-15 14:35:19 +01:00
Jan Steemann 2058700697 issue #353 2013-01-15 14:35:05 +01:00
a-brandt c175c73f97 added some missing changes 2013-01-15 14:07:16 +01:00
a-brandt f2288b5900 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-15 09:08:28 +01:00
a-brandt 60c8ad808f Changed graph moudule to use _key 2013-01-15 09:07:31 +01:00
Frank Celler af98eb2802 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 14:25:49 +01:00
Frank Celler 3a5b66d840 added function action 2013-01-14 14:25:41 +01:00
Jan Steemann 2a3293a59e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-14 14:12:26 +01:00
Jan Steemann 848cc1ae28 added CollectionDatasourceFactory 2013-01-14 14:08:28 +01:00
Lucas Dohmen 7189151f93 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 13:37:15 +01:00
Lucas Dohmen bad6578ce5 Frank: Templates.
You can now use templates (currently via Underscore, but is expandable)
in Frank.
2013-01-14 13:35:43 +01:00
Jan Steemann c8b55b9b4d added patch & head methods 2013-01-14 13:22:02 +01:00
Lucas Dohmen a8561d0121 Frank: Put, Post, Delete 2013-01-14 09:34:25 +01:00
Michael Hackstein f32c4b2ae4 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 02:36:51 +01:00
Michael Hackstein 96a5e832b0 Added includeMatchingAttributesFilter 2013-01-14 02:36:45 +01:00
Lucas Dohmen ef8bb55165 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 02:36:40 +01:00
Lucas Dohmen 9052dbdcbe Frank: Added some simple convenience functions to the response
Will make everything more comfy.
Amazing.
And wonderful 🦄
The middleware is not yet attached.
2013-01-14 02:35:27 +01:00
Frank Celler e5f6a94d12 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 02:20:35 +01:00
Michael Hackstein 1fae3deaa8 Merged conflict 2013-01-14 01:21:00 +01:00
Michael Hackstein 913bb09c67 Expand edges with labels 2013-01-14 01:18:28 +01:00
Michael Hackstein a91d92917e Added follow edges with labels 2013-01-14 01:02:47 +01:00
Jan Steemann f7d8df846b fixed test 2013-01-14 00:24:00 +01:00
Jan Steemann 4761e9c28c added more tests 2013-01-14 00:02:10 +01:00
Michael Hackstein 1f492f2444 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 00:00:53 +01:00
Michael Hackstein c451776ddf creation of first test datasource in function 2013-01-14 00:00:46 +01:00
Frank Celler 21f330c945 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-14 00:00:22 +01:00
Jan Steemann 6acc85389c fixed "any" traversal 2013-01-13 23:56:28 +01:00
Frank Celler 4f0f3abb3a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 23:44:14 +01:00
Jan Steemann e1841ba295 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-13 23:43:56 +01:00
Jan Steemann 87034eaa02 fixed traverse 2013-01-13 23:43:41 +01:00
Lucas Dohmen a29f2f7370 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 23:43:09 +01:00
Lucas Dohmen ffeca77e1a First Version of Frank
* Added Underscore (We still need to run all tests to see if it works
  entirely)
* Added the first version of Frank with a few thoughts on how to
  continue working on it
2013-01-13 23:42:01 +01:00
Frank Celler 24006a170a Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 23:40:52 +01:00
Jan Steemann ad14130aa0 some tests for traversal 2013-01-13 23:40:27 +01:00
Frank Celler d6c59404e3 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 23:25:50 +01:00
Frank Celler 3b5e7dc433 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 23:25:42 +01:00
Frank Celler ab7849be44 fixed return 2013-01-13 23:25:31 +01:00
Jan Steemann b42212e559 removed "redeclaration of bind parameter" 2013-01-13 23:25:27 +01:00
Jan Steemann 0ce59432e0 edge & vertex uniqueness for TRAVERSE 2013-01-13 22:56:14 +01:00
Jan Steemann a2373b7036 added any expander 2013-01-13 14:53:26 +01:00
Jan Steemann dc9969fb27 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-13 14:48:19 +01:00
Jan Steemann f1a741ea7f documentation for TRAVERSE 2013-01-13 14:47:51 +01:00
Michael Hackstein cc2df18db8 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 14:44:25 +01:00
Michael Hackstein f946da1772 Added datasource object for manually created graphs 2013-01-13 14:44:06 +01:00
Frank Celler a3f29b019f Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 14:29:26 +01:00
Jan Steemann 9c995b3d59 added more parameters for TRAVERSE function 2013-01-13 14:17:51 +01:00
Michael Hackstein ebec929394 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 13:52:02 +01:00
Michael Hackstein 8bb5096e42 First version of expand graphs by labels 2013-01-13 13:51:46 +01:00
Frank Celler bad4c293ad Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 13:50:51 +01:00
Jan Steemann 8bf8a733a2 added traversal function 2013-01-13 13:48:23 +01:00
Frank Celler 4e3a118583 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-13 12:40:35 +01:00
Frank Celler fe3e4e5b24 cosmetic changes 2013-01-13 12:40:22 +01:00
Jan Steemann 7ead030f17 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-13 12:39:01 +01:00
Jan Steemann 35a58d4a69 fixed db.collection.document(collection / key) 2013-01-13 12:38:12 +01:00
Michael Hackstein e0dc0be787 Removed unused wrapper filter 2013-01-13 11:36:02 +01:00
Michael Hackstein 8686dbe51b Added combine filters, and min/maxDepth filters 2013-01-13 11:26:43 +01:00
Jan Steemann e23e6e3ae6 changed return value for filter functions 2013-01-13 00:55:03 +01:00
Jan Steemann baaaf81cd3 changed the API for traversals 2013-01-13 00:17:11 +01:00
Jan Steemann 8b13d4687a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-12 21:30:12 +01:00
Jan Steemann 227a92aa1c added test cases, some fixes 2013-01-12 21:29:13 +01:00
Frank Celler 12b611d102 Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel 2013-01-12 21:08:35 +01:00
Frank Celler 3187fcb4f7 fixed iterate 2013-01-12 21:02:31 +01:00
Jan Steemann 8080b2f501 test cases for collection-based expanders 2013-01-12 20:42:43 +01:00
Jan Steemann f53b09c64a adjusted traversal API 2013-01-12 18:26:57 +01:00
Frank Celler e95b2e0f7e fixed batchSize 2013-01-11 23:40:02 +01:00
Frank Celler db7596ed4a added client iterator 2013-01-11 23:23:03 +01:00
Jan Steemann 4f000404ed Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-11 23:09:39 +01:00
Jan Steemann 12c687d934 added AQL fulltext queries 2013-01-11 23:08:54 +01:00
Frank Celler 514244868d added printf 2013-01-11 22:39:03 +01:00
Frank Celler 4cda9c48f1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-11 22:25:52 +01:00
Jan Steemann 43dee1dcf4 fulltext queries from AQL, documentation 2013-01-11 22:25:08 +01:00
Frank Celler ecb2602ba0 fixed path 2013-01-11 21:11:31 +01:00
Jan Steemann 79f40a5822 fixed tests 2013-01-11 20:53:02 +01:00
Jan Steemann b694d72742 added tests 2013-01-11 15:01:57 +01:00
Jan Steemann 196e3872b6 fixed a bug width non-expanded nodes 2013-01-11 14:57:31 +01:00
Jan Steemann a45da0ce05 added path tests 2013-01-11 14:42:41 +01:00
Jan Steemann 3cdac5f258 tests paths 2013-01-11 14:35:12 +01:00
Jan Steemann 0874d95467 more tests 2013-01-11 14:30:58 +01:00
Jan Steemann f34b5085ee more tests 2013-01-11 14:17:42 +01:00
Jan Steemann 5c19f2d196 cleaned up traversal code, initial unittest 2013-01-11 13:59:03 +01:00
Frank Celler ee6658c8e4 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-01-11 10:39:17 +01:00
Jan Steemann 386c884a0d adjusted traversal, breadth first post order still to do 2013-01-10 18:38:04 +01:00
Frank Celler 33e3031380 Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Makefile.in
	VERSION
	arangod/V8Server/v8-query.cpp
	build_posix.h
	configure
	configure.ac
2013-01-10 18:00:25 +01:00
Jan Steemann 5286c636bb make db.collection.document(_key) work in arangosh 2013-01-10 16:31:24 +01:00
Frank Celler 2e6c075405 added getPeerVertex 2013-01-10 15:12:05 +01:00
Frank Celler 6e5b795a3a better error message 2013-01-10 15:11:09 +01:00
Jan Steemann 9ca60d422e Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-01-10 10:56:25 +01:00
Frank Celler 03f85fae23 added 'any' call for collections 2013-01-10 10:39:43 +01:00
Frank Celler 8ec82daba0 nicer error messages 2013-01-10 09:19:40 +01:00
Jan Steemann 7be548ab5d issue #271: optimise LENGTH(p.edges) operator const-value 2013-01-10 01:08:12 +01:00
Frank Celler 627e377a70 added dummy module 2013-01-09 22:50:10 +01:00
Frank Celler 1612f22319 moved graph to org/arangodb/graph 2013-01-09 22:49:56 +01:00
Jan Steemann 4bd1aefbc6 broken, but need to go home 2013-01-09 21:06:34 +01:00
Jan Steemann e61fc070bd initial traversal prototypes 2013-01-09 19:05:33 +01:00
Frank Celler 22357a4cfa removed debug output 2013-01-09 15:46:29 +01:00
Frank Celler 128cb67c8b Merge remote-tracking branch 'origin/1.1' into devel
Conflicts:
	Documentation/Examples/shell-read-document-bad-handle
	Makefile.in
	arangod/Documentation/shell-document.dox
	configure
	js/actions/system/api-collection.js
	js/actions/system/api-index.js
	js/actions/system/api-system.js
	js/common/bootstrap/modules.js
	js/common/bootstrap/print.js
	js/server/ArangoCollection.js
	lib/V8/v8-utils.cpp
2013-01-09 15:30:21 +01:00
Frank Celler 812360145e added flush 2013-01-09 11:47:17 +01:00
Frank Celler 46e0cc70bf deployment tool 2013-01-08 11:02:57 +01:00
Jan Steemann 992c49d4a1 more cases for issue #324 2013-01-08 00:47:44 +01:00
Jan Steemann a05edcdccc fixed JS print output 2013-01-08 00:28:12 +01:00