1
0
Fork 0
Commit Graph

2458 Commits

Author SHA1 Message Date
Jan Steemann 3b5d4a4fc9 issue #204: allow import of tab-separated values
this enables the user to specify the tab as separator for arangoimp.
the separator and eol values used by arangoimp can now also consist of
more than one character.

updated documentation and added test cases
2012-09-30 01:38:32 +02:00
Frank Celler db4d31cd94 fixed jslint issures 2012-09-29 16:39:58 +02:00
Frank Celler aeb83e4435 ssue #165: front-end application howto 2012-09-29 16:03:32 +02:00
Oreste Panaia 8726b833d4 removed long static standard c++ string from header file 2012-09-28 21:52:28 +08:00
Jan Steemann 3bbed7fe3b fixed task numbers 2012-09-26 14:08:03 +02:00
Jan Steemann 372abf03bb der fux mag pilze 2012-09-26 14:05:08 +02:00
Frank Celler e9b1e1c58f Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	3rdParty/mruby/include/mrbconf.h
	3rdParty/mruby/include/mruby.h
	3rdParty/mruby/include/mruby/array.h
	3rdParty/mruby/include/mruby/khash.h
	3rdParty/mruby/include/mruby/object.h
	3rdParty/mruby/include/mruby/variable.h
	3rdParty/mruby/mrblib/error.rb
	3rdParty/mruby/mrblib/print.rb
	3rdParty/mruby/src/array.c
	3rdParty/mruby/src/cdump.c
	3rdParty/mruby/src/class.c
	3rdParty/mruby/src/codegen.c
	3rdParty/mruby/src/error.c
	3rdParty/mruby/src/gc.c
	3rdParty/mruby/src/init.c
	3rdParty/mruby/src/kernel.c
	3rdParty/mruby/src/math.c
	3rdParty/mruby/src/numeric.c
	3rdParty/mruby/src/object.c
	3rdParty/mruby/src/parse.y
	3rdParty/mruby/src/pool.c
	3rdParty/mruby/src/proc.c
	3rdParty/mruby/src/range.c
	3rdParty/mruby/src/sprintf.c
	3rdParty/mruby/src/state.c
	3rdParty/mruby/src/string.c
	3rdParty/mruby/src/struct.c
	3rdParty/mruby/src/symbol.c
	3rdParty/mruby/src/time.c
	3rdParty/mruby/src/variable.c
	3rdParty/mruby/src/vm.c
	3rdParty/mruby/src/y.tab.c
	3rdParty/mruby/test/assert.rb
	3rdParty/mruby/test/t/array.rb
	3rdParty/mruby/test/t/exception.rb
	3rdParty/mruby/test/t/kernel.rb
	3rdParty/mruby/test/t/math.rb
	3rdParty/mruby/test/t/module.rb
	3rdParty/mruby/test/t/string.rb
	3rdParty/mruby/test/t/struct.rb
	3rdParty/mruby/test/t/time.rb
	3rdParty/mruby/tools/mirb/mirb.c
	3rdParty/mruby/tools/mruby/mruby.c
	Doxygen/arango-html.doxy
	Doxygen/arango.template
	Makefile.am
	Makefile.in
	UnitTests/HttpInterface/api-http-spec.rb
	aclocal.m4
	arangod/RestHandler/RestDocumentHandler.cpp
	arangod/RestServer/ArangoServer.cpp
	arangod/V8Server/ApplicationV8.cpp
	arangod/V8Server/ApplicationV8.h
	arangod/V8Server/v8-actions.cpp
	arangod/V8Server/v8-query.cpp
	arangod/V8Server/v8-vocbase.cpp
	arangod/V8Server/v8-vocbase.h
	arangod/VocBase/compactor.c
	arangod/VocBase/compactor.h
	arangod/VocBase/shadow-data.c
	arangod/VocBase/simple-collection.c
	arangod/VocBase/simple-collection.h
	arangod/VocBase/synchroniser.c
	arangod/VocBase/vocbase.c
	arangoirb/MRClient/arangoirb.cpp
	config/compile
	config/depcomp
	config/install-sh
	config/missing
	configure
	js/actions/demo/geo.js
	js/actions/demo/hallo-world.js
	js/actions/system/api-collection.js
	js/actions/system/api-edges.js
	js/actions/system/api-system.js
	js/actions/system/documents.js
	lib/BasicsC/locks-posix.c
	lib/BasicsC/operating-system.h
	lib/HttpServer/HttpCommTask.cpp
	lib/HttpServer/HttpCommTask.h
	lib/MRuby/MRLineEditor.cpp
	lib/MRuby/mr-utils.c
	m4/Makefile.doxygen
	m4/all-in-one.mruby
2012-09-20 16:39:59 +02:00
Frank Celler a67bb18f72 return 5xx if not implemented 2012-09-19 15:33:43 +02:00
Frank Celler 8f5b31177b added redirect 2012-09-18 16:33:16 +02:00
a-brandt d077c97f2c ICU updates 2012-09-18 15:42:46 +02:00
Frank Celler 2ce0c4336a added module in database 2012-09-18 15:07:57 +02:00
a-brandt 1a9961cb4c Added COMPARE_STRING function 2012-09-18 13:13:26 +02:00
Frank Celler 88b72adea4 more actions example, reloadCache added 2012-09-17 18:08:28 +02:00
Frank Celler 4f6762436c added first go at user actions 2012-09-16 17:25:57 +02:00
Frank Celler 21eb612376 first version of new actions module 2012-09-15 19:16:36 +02:00
Frank Celler 49b19e4657 Merge branch 'devel' of github.com:triAGENS/ArangoDB
Conflicts:
	lib/BasicsC/terminal-utils-posix.c
	lib/BasicsC/terminal-utils.c
	lib/SimpleHttpClient/SimpleHttpResult.cpp
2012-09-12 23:49:14 +02:00
Frank Celler e8089d86a7 removed user manager 2012-09-12 23:37:39 +02:00
Jan Steemann d002fde025 documentation 2012-09-12 22:02:20 +02:00
Jan Steemann 650261faed issue #195: make arango-upgrade write VERSION file, add global Javascript variable DATABASEPATH 2012-09-12 21:53:01 +02:00
Jan Steemann d670fbca5b issue #150, issue #188 2012-09-12 09:32:25 +02:00
Oreste Panaia f93eef34d7 git
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

Conflicts:
	lib/ShapedJson/json-shaper.c
2012-09-10 20:53:41 +08:00
Jan Steemann c0268ce475 try to avoid duplicate read-locking from AQL queries 2012-09-10 14:44:29 +02:00
Oreste Panaia 8847d87580 added limited AQL support for bit indexes 2012-09-10 20:42:14 +08:00
Jan Steemann 8944637717 issue #183: strange unittest error 2012-09-03 08:42:38 +02:00
Jan Steemann b8f694ec0a issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
Frank Celler 2ab77278d9 changes to allow SUBDIR build 2012-08-30 18:06:23 +02:00
Jan Steemann 1167b62ca6 issue #153: wrote upgrade script for arango. this will convert collections into edge collections etc. 2012-08-28 17:29:36 +02:00
Jan Steemann b8e7d5634d issue #153: edge collection should be a flag for a collection 2012-08-28 10:48:24 +02:00
Jan Steemann d602942925 preparation for issue #110: added HTTP patch method 2012-08-20 13:50:24 +02:00
Jan Steemann 291d3fbc64 issue #108: speed up truncate operation 2012-08-20 11:13:01 +02:00
Jan Steemann 31dbf59cc8 issue #137: AQL optimizer should use indexes for ref accesses with 2 named attributes 2012-08-06 13:08:45 +02:00
Jan Steemann a70d4f2920 issue #137: exploit indexes for FILTER patterns collection.attribute operator collection.attribute 2012-08-06 12:56:11 +02:00
Frank Celler 325a4d59bb datafile check 2012-07-28 20:57:03 +02:00
Frank Celler 818b6d9ec2 datafile debugger 2012-07-28 09:32:45 +02:00
Frank Celler a02faec3a3 added basic authentication 2012-07-15 17:06:59 +02:00
Jan Steemann 3411a9b98c fixed a few query optimiser bugs, added test cases 2012-06-29 15:26:35 +02:00
Jan Steemann fa3b6a74fa fixed some range optimiser bugs, added test cases 2012-06-29 11:30:44 +02:00
Jan Steemann bafc974623 added test cases for range optimisation, fixed some range optimiser bugs 2012-06-29 10:23:04 +02:00
Frank Celler 94c954b8fd application v8 2012-06-21 22:40:11 +02:00
Lucas Dohmen 15eddecc34 Revert "Monkeypatches have their own module now."
This reverts commit d01b16a930cfc5a47174d7e24a1742c20f874318.

Conflicts:
	js/common/modules/monkeypatches.js
2012-06-20 16:43:08 +02:00
Lucas Dohmen 455befdbf6 Monkeypatches loaded by default and refactored
The monkeypatches will now always be loaded a server startup.
I also refactored them.
2012-06-20 16:18:04 +02:00
Jan Steemann e3a075057f reference accesses can now use indexes 2012-06-13 12:07:29 +02:00
Jan Steemann d84193bce7 explain & optimizer 2012-06-11 17:55:09 +02:00
Jan Steemann 7d84873f4f added test cases for ref access 2012-06-06 16:20:23 +02:00
Jan Steemann c21659fbac added more test cases for index access 2012-06-06 15:57:38 +02:00
Jan Steemann 60429b39eb issue #100: "count" attribute exists in cursor response with "count: false" 2012-06-06 08:59:55 +02:00
Jan Steemann 0da201adb5 potential fix for issue #100 2012-06-05 09:59:15 +02:00
Jan Steemann 15a504d023 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-01 13:21:20 +02:00
Heiko Kernbach 6a8c0c2400 test suite 2012-06-01 10:33:18 +02:00
Jan Steemann 11612dbe15 fixed a segfault with some broken queries 2012-06-01 09:12:14 +02:00
Jan Steemann 164b63f7a6 handling special case for empty strings in contains() 2012-05-31 16:25:27 +02:00
Heiko Kernbach 030ba0f2e2 ahuacatl-contains 2012-05-31 14:15:46 +02:00
Jan Steemann 2b841bacf7 contains() 2012-05-31 13:15:00 +02:00
Jan Steemann 68db2dc0b5 test case for issue #97 2012-05-28 20:52:00 +02:00
Frank Celler 86fcb881e9 fixed === and !== and == and != 2012-05-25 15:33:35 +02:00
Frank Celler b2d521ee35 cleanup action queues 2012-05-25 14:28:27 +02:00
Frank Celler 1e3ab217f3 Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-05-25 00:26:50 +02:00
Frank Celler 67e5ea65b3 console is now a module 2012-05-24 23:59:53 +02:00
Frank Celler 988d8090c1 jslint 2012-05-24 23:25:19 +02:00
Jan Steemann 693338a0fb renamed some functions 2012-05-24 15:27:29 +02:00
Jan Steemann cf8c339e7c added AQL example queries 2012-05-24 14:34:29 +02:00
Jan Steemann 9d5e80b5b0 double the throughput for simple AQL queries by returning the result set as V8 list instead of a cursor 2012-05-24 12:24:23 +02:00
Jan Steemann e67d7da686 documentation for AQL functions 2012-05-24 11:25:49 +02:00
Jan Steemann 26ee519b32 fix for issue #89 2012-05-24 00:07:07 +02:00
Jan Steemann 3f539e7bd6 possible fix for issue #82 2012-05-23 21:44:52 +02:00
Jan Steemann 7c0e146246 issue #80: support LENGTH(collection) 2012-05-23 17:50:58 +02:00
Jan Steemann 74f9a39fd3 commit derived file 2012-05-23 16:44:58 +02:00
Jan Steemann 99fe2199a6 changed implementation of paths function 2012-05-23 16:39:48 +02:00
Jan Steemann 1829075aa0 made direction parameter optional for paths function 2012-05-23 13:42:04 +02:00
Jan Steemann 0bf4a241c7 added test cases 2012-05-23 00:13:33 +02:00
Jan Steemann a4b1027690 added functions unique(), reverse(), first(), last() and has() 2012-05-22 22:43:58 +02:00
Jan Steemann 34bfac9774 some more tests 2012-05-22 22:18:30 +02:00
Jan Steemann f1837d67e5 added paths() function 2012-05-22 18:47:19 +02:00
Jan Steemann 6a75b8affd added collections() function 2012-05-22 13:09:36 +02:00
Frank Celler d3f3cb1f88 Merge branch '0.5' of github.com:triAGENS/ArangoDB into devel 2012-05-22 12:34:18 +02:00
Jan Steemann c928642277 fixed memleaks 2012-05-22 12:22:03 +02:00
Frank Celler f5c7265911 fixed error message 2012-05-22 09:36:43 +02:00
Jan Steemann 21e5f2353e test 2012-05-22 08:52:48 +02:00
Frank Celler 7705fc2ac4 Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-05-21 18:28:15 +02:00
Frank Celler dd92df134c sk doc 2012-05-21 18:28:00 +02:00
Frank Celler b682357901 added skip list queries 2012-05-21 17:19:17 +02:00
Jan Steemann 46ea63a11c more test cases 2012-05-21 14:57:49 +02:00
Jan Steemann 24d829bb5c added tests for skiplist queries 2012-05-21 14:46:59 +02:00
Frank Celler b64a51844f added lookup skiplist index 2012-05-21 13:51:03 +02:00
Jan Steemann 8e834971fd internally changed the query execution, adjusted query tests 2012-05-21 10:31:05 +02:00
Jan Steemann 4d8e005241 more test cases 2012-05-19 01:41:11 +02:00
Jan Steemann 57efcc2668 added complex tests 2012-05-19 01:17:17 +02:00
Jan Steemann e5cc97633f added tests 2012-05-18 18:56:41 +02:00
Jan Steemann ba7eb326c7 added test cases 2012-05-18 17:18:50 +02:00
Jan Steemann 12df9e7d02 added test cases 2012-05-18 16:51:24 +02:00
Jan Steemann 7fea45cb97 added error code checks for bind parameter tests 2012-05-18 16:11:45 +02:00
Jan Steemann 92392b6c79 fixed tests 2012-05-18 16:05:28 +02:00
Jan Steemann 49990c5288 unified javascript runtime error messages in AQL 2012-05-18 15:52:11 +02:00
Jan Steemann 4188057ecc tried to make geo tests deterministic 2012-05-18 14:47:59 +02:00
Jan Steemann 70385d0f68 added test cases for geo queries 2012-05-18 14:20:23 +02:00
Jan Steemann c019da58b9 improved function argument validation 2012-05-18 13:33:59 +02:00
Jan Steemann 5dc9bf65e0 added NEAR() and WITHIN() functions 2012-05-18 10:11:27 +02:00
Jan Steemann 0077a4dee2 added tests 2012-05-16 20:24:14 +02:00
Jan Steemann fc72722a59 added tests for logical operations 2012-05-16 19:40:06 +02:00
Jan Steemann ab41fc94ae added comments 2012-05-16 19:33:08 +02:00
Jan Steemann 247bba8ecd fixed test cases 2012-05-16 17:06:03 +02:00
Jan Steemann 07207daa19 fixed examples in arangosh, added tests for AHUACATL_PARSE 2012-05-16 16:46:36 +02:00
Jan Steemann ac4621b315 added test case for bind parameters 2012-05-16 15:45:05 +02:00
Jan Steemann 77a2d45282 fixed ternary operator in AQL, added test cases 2012-05-16 15:15:51 +02:00
Jan Steemann bccb3e48b6 test was not deterministic 2012-05-16 14:39:35 +02:00
Jan Steemann 197517e408 added tests for bind parameters 2012-05-16 14:36:05 +02:00
Jan Steemann 9260d8b44a AQL now uses skiplists for single and multi-range queries 2012-05-16 12:14:35 +02:00
Jan Steemann 0050f21b2c added multi-value access for skiplists, hash indexes and primary indexes 2012-05-16 10:14:15 +02:00
Jan Steemann d4da126bcb skiplists 2012-05-15 15:27:43 +02:00
Jan Steemann 85f24a72f0 more optimisations 2012-05-15 15:22:56 +02:00
Jan Steemann a35f492b7f added hash index access for for loops 2012-05-15 13:42:15 +02:00
Jan Steemann 54c60a32b5 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-05-14 23:30:30 +02:00
Jan Steemann 693165e47d added some string functions plus test cases 2012-05-14 23:29:54 +02:00
Frank Celler 56c53e5741 doc user-manual 2012-05-14 21:44:29 +02:00
Frank Celler 6a8218e703 Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-05-14 14:52:17 +02:00
Frank Celler c909ec20f3 more doc 2012-05-14 14:51:55 +02:00
Jan Steemann 29897365e2 fixed some tests 2012-05-14 14:47:23 +02:00
Frank Celler 1f7d7ea334 fixed Web-Front-End access via / 2012-05-13 15:18:21 +02:00
Frank Celler 763e7aba98 renamed to Arango 2012-05-12 14:40:34 +02:00
Jan Steemann 61db7ee3e8 more tests 2012-05-11 17:05:33 +02:00
Jan Steemann bc25a251f7 added more test cases, fixed some query edge cases 2012-05-11 16:47:02 +02:00
Jan Steemann 0613a82a1d added test cases 2012-05-11 00:40:04 +02:00
Jan Steemann efce58a2f2 added query test cases 2012-05-11 00:18:49 +02:00
Frank Celler 70d636a2be fixed firstExample 2012-05-10 20:30:40 +02:00
Frank Celler e1cd69d515 fixed hash 2012-05-10 20:14:49 +02:00
Frank Celler e169f12c71 Merge branch 'devel' of github.com:triAGENS/AvocadoDB 2012-05-10 17:10:27 +02:00
Jan Steemann 7c9660008d fixed accessing non-existing attributes 2012-05-10 17:02:15 +02:00
Frank Celler db46badb0f cleanup 2012-05-10 16:37:42 +02:00
Jan Steemann aadf9fb3b5 fixed numeric index access 2012-05-10 14:07:12 +02:00
Jan Steemann b1a4cec863 some bugfixes for subqueries 2012-05-09 15:02:07 +02:00
Frank Celler 30e9e66830 generated 2012-05-08 09:26:30 +02:00
Frank Celler 875746d0d4 fixed doc 2012-05-07 17:35:41 +02:00
Frank Celler 5c5f0827b3 fixed byExample and firstExample 2012-05-07 16:08:23 +02:00
Frank Celler 883760f865 Merge branch 'devel' of github.com:triAGENS/AvocadoDB 2012-05-07 13:35:37 +02:00
Jan Steemann f781b87387 fixed test 2012-05-07 10:42:40 +02:00
Jan Steemann 1c03ce7f72 fixed sort in sub-queries 2012-05-07 10:34:52 +02:00
Frank Celler f47788fea6 simple query 2012-05-06 20:05:59 +02:00
Jan Steemann 9f360652b9 fixed some issues with v8 and unfreed memory 2012-05-04 15:47:01 +02:00
Jan Steemann d7df8ee729 cleaned up code generation 2012-05-04 13:00:02 +02:00
Frank Celler 4c6172bc64 fixed return code 2012-05-03 15:44:23 +02:00
Frank Celler 6862d15ca2 Merge branch 'devel' of github.com:triAGENS/AvocadoDB 2012-05-03 13:37:52 +02:00
Frank Celler 23a7adcefc doc and simple queries 2012-05-02 18:05:45 +02:00
Jan Steemann 80d028a615 some more cases covered 2012-05-02 17:47:54 +02:00
Frank Celler cadca4a27b unittests 2012-05-02 17:05:38 +02:00
Jan Steemann 760379fb27 Merge branch 'devel' of https://github.com/triAGENS/AvocadoDB into devel 2012-05-02 14:34:52 +02:00
Jan Steemann a72bbaea08 fixed value detection, added tests 2012-05-02 14:34:24 +02:00
Frank Celler f9291ee25b Merge branch 'devel' of github.com:triAGENS/AvocadoDB
Conflicts:
	V8/v8-c-utils.h
	V8/v8-utils.cpp
	V8/v8-vocbase.cpp
2012-05-02 13:59:14 +02:00
Frank Celler 1fe03b0642 doc and minor fixes 2012-05-02 13:53:30 +02:00
Jan Steemann 475a1d61ee added more tests for escaping 2012-05-02 12:58:35 +02:00
Jan Steemann ec84eac58d fixed escaping, added tests for escaping 2012-05-02 12:53:35 +02:00
Frank Celler c7478b4c88 Merge branch 'devel' of github.com:triAGENS/AvocadoDB 2012-05-02 09:53:11 +02:00
Frank Celler 8c872f00b9 more on simple queries 2012-05-01 23:50:40 +02:00
Frank Celler f96641fdef cursor 2012-05-01 21:51:33 +02:00
Jan Steemann a7b28c23fb Merge branch 'devel' of https://github.com/triAGENS/AvocadoDB into devel 2012-04-30 19:14:37 +02:00
Jan Steemann f86dd8d0a1 aaah 2012-04-30 19:14:24 +02:00
Frank Celler eea4c94b1a added constraint flag 2012-04-29 14:14:52 +02:00
Frank Celler 8fab9ca64c doc 2012-04-28 22:27:07 +02:00
Jan Steemann 6ab4e2b570 some more cleanup 2012-04-26 18:54:59 +02:00
Jan Steemann d4ef4c2280 renamed functions, moved from old query language to new one 2012-04-26 17:44:57 +02:00
Jan Steemann 9e26458577 added tests, added variable name validation 2012-04-24 15:29:33 +02:00
Jan Steemann 663afb0fa1 added tests 2012-04-24 14:56:46 +02:00
Jan Steemann 19d7a70d65 added test cases 2012-04-24 14:49:59 +02:00
Jan Steemann 84215f1228 added tests for Ahuacatl 2012-04-24 13:45:08 +02:00
Jan Steemann a6303223d6 fixes for Ahuacatl 2012-04-24 11:14:12 +02:00
Jan Steemann baa5582926 added tests 2012-04-24 08:56:55 +02:00
Jan Steemann e083e5e00d added query functions 2012-04-23 18:05:28 +02:00
Jan Steemann 22e529b93d added Ahuacatl tests 2012-04-23 16:40:03 +02:00
Jan Steemann f3e96f05ca more testing for query language 2012-04-23 15:36:11 +02:00
Jan Steemann 80bea9f1e7 added test cases 2012-04-23 14:41:32 +02:00
Jan Steemann 3988664146 added query language 2012-04-23 10:50:26 +02:00
Jan Steemann 70cf49f642 fixed query by example 2012-04-23 09:42:37 +02:00
Frank Celler 87dedac607 Merge remote branch 'origin/mruby'
Conflicts:
	.gitignore
2012-04-22 09:21:39 +02:00
Frank Celler 4625a6791d repaired constructor 2012-04-21 16:30:17 +02:00
Frank Celler 7978283a9a first tests 2012-04-20 17:22:56 +02:00
Frank Celler 22bfcb4003 fixed global name 2012-04-20 11:19:33 +02:00
Frank Celler 65a6fe3be6 added drop index 2012-04-20 09:54:26 +02:00
Frank Celler 9e65ac71f5 cleanup index code 2012-04-19 16:45:52 +02:00
Frank Celler dfa392ec79 renamed .delete to .remove or .DELETE to avoid JS lint errors 2012-04-18 17:09:04 +02:00
Frank Celler 700fb4e5c5 fixed graph properties 2012-04-18 16:37:42 +02:00
Frank Celler 2d80ca4adc added select-by-example 2012-04-15 21:48:21 +02:00
Frank Celler 6156057f2a cleanup of documentation 2012-04-13 18:18:58 +02:00
Frank Celler c50c758c0e fixed edges 2012-04-12 17:11:56 +02:00
Frank Celler 535cbdf8c2 moved to common 2012-04-11 23:35:14 +02:00
Frank Celler 7876271d06 fixed figures 2012-04-11 23:19:39 +02:00
Jan Steemann 4069829624 added more tests 2012-04-11 18:57:58 +02:00
Jan Steemann fa52c3d7a5 fixed primary index lookups, added tests 2012-04-11 18:05:34 +02:00
Jan Steemann 0cd4a392e4 Merge branch 'master' of http://github.com/triAGENS/AvocadoDB 2012-04-11 17:20:33 +02:00
Jan Steemann b0c1df5471 added tests 2012-04-11 17:20:16 +02:00
Frank Celler 1b7ac3b14f more doc for shell interface 2012-04-11 16:51:36 +02:00
Frank Celler d87e698d61 more doc for shell interface 2012-04-11 16:47:42 +02:00
Frank Celler cb016351e8 documentation and minor fixes 2012-04-11 15:41:00 +02:00
Jan Steemann 7358be9cb3 added more tests 2012-04-11 12:23:49 +02:00
Jan Steemann f86b71de0f added more tests 2012-04-11 12:11:19 +02:00
Jan Steemann db6cb13e21 added more tests 2012-04-11 12:05:00 +02:00
Jan Steemann 18c243734f added more javascript tests 2012-04-11 11:55:46 +02:00
Frank Celler 0771904c83 fixed create 2012-04-10 17:06:52 +02:00
Frank Celler 012e2cc403 added delete test 2012-04-09 19:46:31 +02:00
Frank Celler d2c6467a65 cleanup of printing and toString 2012-04-08 00:08:43 +02:00
Frank Celler dd0b08c618 added unittests 2012-04-07 23:33:10 +02:00
Frank Celler 07a8d05ef6 fixed context 2012-04-07 12:35:18 +02:00
Frank Celler 04f4e312c6 fixed replace and delete to accept document 2012-04-06 21:02:48 +02:00
Frank Celler 0e202c625d cleanup 2012-04-04 18:11:45 +02:00
Frank Celler 9b93dc1a52 db.document 2012-04-04 13:45:37 +02:00
Frank Celler 489a326f40 merged 2012-04-04 11:15:49 +02:00
Jan Steemann 1356641435 Merge branch 'master' of http://github.com/triAGENS/AvocadoDB 2012-04-03 00:26:00 +02:00
Jan Steemann be8ec0d3e6 fixed issues in key/value API and in simple-query API 2012-04-03 00:25:25 +02:00
Frank Celler 17d9f65ecf doc 2012-04-03 00:13:46 +02:00
Frank Celler f6d3eac0c8 more index examples and tests, fixed .document method 2012-03-31 16:02:17 +02:00
Frank Celler 24569fa7d2 fixed JSON representation of indexes 2012-03-30 23:42:35 +02:00
Frank Celler 700ab897e9 started HTTP for indexes 2012-03-30 18:15:50 +02:00
Frank Celler 6d8fe07be9 Merge branch 'master' of github.com:triAGENS/AvocadoDB 2012-03-30 14:40:08 +02:00
Frank Celler b9ade46b36 finished api-collections and tests 2012-03-30 14:38:06 +02:00
Jan Steemann 4ae2ea3ae7 merge with SVN 2012-03-30 14:30:41 +02:00
Frank Celler 304aadbb4b fixed examples, removed parameter info 2012-03-28 18:19:54 +02:00
Frank Celler 2b7393eb6e Merge branch 'master' of github.com:triAGENS/AvocadoDB
Conflicts:
	js/actions/system/api-database.js
	js/actions/system/front-end.js
2012-03-28 18:15:31 +02:00
Frank Celler 27d7ba9fb8 more http api 2012-03-28 18:14:35 +02:00
Jan Steemann f1bf5d06f5 merge with SVN 2012-03-28 16:00:47 +02:00
Frank Celler 356d95a279 more tests for api-collection 2012-03-28 11:37:22 +02:00
Frank Celler 204522d465 merged with JAN 2012-03-28 11:18:43 +02:00
Frank Celler 84697d5f8c merged with JAN 2012-03-28 10:19:45 +02:00
Frank Celler 2a789cb0e3 create collection 2012-03-27 23:24:57 +02:00
Frank Celler 738799b70a more tests and delete 2012-03-27 22:24:44 +02:00
Frank Celler bd17cfab54 more _api/collection 2012-03-27 18:07:55 +02:00
Frank Celler 7ef0fe6119 fix wrong tests 2012-03-26 23:15:16 +02:00
Frank Celler be33a5c44f merged 2012-03-26 16:50:21 +02:00
Frank Celler f295e32b8c merged 2012-03-26 16:38:44 +02:00
Frank Celler e0155307c5 added unload 2012-03-26 16:11:31 +02:00
Frank Celler 4aa24404b9 added rename 2012-03-26 16:11:31 +02:00
Frank Celler 4d03a86651 added unload 2012-03-26 16:11:31 +02:00
Frank Celler 0e1e5eb816 added rename 2012-03-26 16:11:31 +02:00
Jan Steemann 0a8a30054c recreated dependent files 2012-03-26 09:25:41 +02:00
Jan Steemann b4cd0cc2a9 merge with SVN 2012-03-26 09:14:11 +02:00
Frank Celler 10710e56e2 rename corrupted indexes 2012-03-23 09:23:39 +01:00
Frank Celler 5933c3721c added aql-operators 2012-03-23 08:50:50 +01:00
Jan Steemann 61a53c5267 added constant result optimization for selects 2012-03-21 16:46:01 +01:00
Frank Celler 2bb58c386a merged 2012-03-20 09:35:10 +01:00
Frank Celler d4303479a8 rest tests 2012-03-18 21:28:57 +01:00
Frank Celler c64f76b701 started rewrite of rest interface 2012-03-16 17:58:30 +01:00
Frank Celler b7e6c26ce3 merged Jan's and Achim's changes 2012-03-15 16:47:50 +01:00
Frank Celler d4cd6585fa merged with jan 2012-03-14 17:54:59 +01:00
Frank Celler 3763193b1e documentation and actions 2012-03-14 11:54:19 +01:00
Frank Celler 5b28d68072 fixed layout and memory bug 2012-03-13 01:26:32 +01:00
Frank Celler fd2c9d4c32 fix (not yet) 2012-03-13 01:26:32 +01:00
Frank Celler 73a71fe68e more actions cleanup 2012-03-08 14:59:09 +01:00
Frank Celler a8d4b74e4f actions are now working again 2012-03-08 14:59:05 +01:00
Frank Celler 6f9da0b573 unfinished actions cleanup 2012-03-08 14:59:05 +01:00
Frank Celler 7d2b390607 removed old fluent interface 2012-02-29 16:59:31 +01:00
Frank Celler 54dc883aba added SkipList (O), added QL (Jan), added new SimpleQueries (FC) 2012-02-29 14:18:39 +01:00
Frank Celler 755f8ec085 more simple-query stuff 2012-02-27 10:18:18 +01:00
Frank Celler 52137f55a4 all in one for 32bit 2012-02-19 21:26:06 +01:00
Frank Celler 10170c3245 query optimizer, HEAD HttpMethod 2012-02-19 13:15:06 +01:00
Frank Celler 4cec91861a renamed to defineHttpSystemAction 2012-02-16 13:07:12 +01:00
Frank Celler 7de7cc82c2 added generated files 2012-02-09 10:06:42 +01:00
Frank Celler 5cccbe44ba doc 2012-02-08 10:43:42 +01:00
Frank Celler 88e4de6846 doc 2012-02-08 10:25:39 +01:00
Frank Celler 323c266273 more documentation, separate modules.js for server 2012-02-07 18:08:45 +01:00
Frank Celler 558845eb1b more documentation, separate modules.js for server 2012-02-07 18:08:07 +01:00
Frank Celler 4bde2ae5f8 splitted JS files 2012-02-04 15:50:18 +01:00