a-brandt
b800f2652c
renamed "blueprint" to "blueprints" and added documentation and tests
2012-10-30 13:35:36 +01:00
Jan Steemann
9ffa4779e2
test cases for issue #213
2012-10-10 09:22:18 +02:00
Jan Steemann
994a3e3424
issue #224 : allow optional content-id for batches
...
this allows clients to send a content-id for each batch part
the server will return the content-id in each part response so the client can more easily map requests and responses
the content-id will not be validated or checked for uniqueness by the server. it is up to the client to send sensible content-ids to the server
currently, the server will not store the content-ids anywhere. they are just used within one batch request and then "forgotten"
2012-10-09 14:50:20 +02:00
Jan Steemann
db42634adf
more test cases for batch ops
2012-09-27 11:46:23 +02:00
Jan Steemann
94a2cb37cd
some more tests
2012-09-27 11:24:49 +02:00
Jan Steemann
5a4a1b5fce
added test cases, removed class HttpResponsePart
2012-09-27 11:04:15 +02:00
Jan Steemann
3904a5ae8d
some more meaningful tests
2012-09-26 18:11:05 +02:00
Jan Steemann
ee6b36b1ad
torso of test cases for batch requests
2012-09-26 16:22:46 +02:00
Jan Steemann
3bbed7fe3b
fixed task numbers
2012-09-26 14:08:03 +02:00
Jan Steemann
f02299efda
use patch method of httparty
2012-09-26 12:50:52 +02:00
Jan Steemann
f2344b964d
fixed unittests
2012-09-24 12:17:29 +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
Heiko Kernbach
1105ec087d
added api-statistic unittest
2012-09-20 11:36:16 +02:00
Frank Celler
e44971ff84
fixed unittests to allow for charset
2012-09-19 16:03:00 +02:00
Oreste Panaia
c7e5eae52d
Added additional error numbers for bitarray index creation
2012-09-17 19:57:10 +08:00
Oreste Panaia
305031a0f7
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-09-14 18:19:52 +08:00
Oreste Panaia
c0e9f488c9
ruby unit tests for some index tasks
2012-09-14 18:18:57 +08:00
Jan Steemann
a932d335cb
added guards for collection locking and read/write transactions
2012-09-13 17:40:38 +02:00
Jan Steemann
93fc2e43a7
fixed a typo
2012-09-13 15:44:15 +02:00
Jan Steemann
9a5177fc84
issue #193 : REST API HEAD request returns a message body on 404
2012-09-12 08:52:36 +02:00
Jan Steemann
31676da1ff
made deletion of cursors an atomic operation
2012-09-11 16:30:23 +02:00
Jan Steemann
89d984d865
fixed typo
2012-09-11 00:15:18 +02:00
Jan Steemann
f8deb40580
issue #193 : REST API HEAD request returns a message body on 404
2012-09-11 00:11:26 +02:00
Jan Steemann
b0ee8b406e
issue #187 : the unittests will now run arango-upgrade before the tests are started
2012-09-06 14:53:31 +02:00
Jan Steemann
7a20b188ba
issue #188
2012-09-06 13:35:01 +02:00
Jan Steemann
ed395ab8ce
issue #153
2012-08-28 13:06:04 +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
0c822a8da1
issue #156 : fixed memleaks in /_api/import
2012-08-15 14:24:59 +02:00
Jan Steemann
384384932e
issue #59 : added tests for /_api/import
2012-08-15 10:31:25 +02:00
Jan Steemann
c602be9ad2
added tests for ssl and unix socket endpoints
2012-07-27 10:47:03 +02:00
a-brandt
f811a474e6
added require 'rubygems'
2012-07-03 16:19:19 +02:00
Jan Steemann
5a74e95f35
allow reusing ids and revision when creating collections and documents
2012-06-19 15:50:52 +02:00
Jan Steemann
d7ca7ae1b7
added "official" explain API
2012-06-13 13:27:39 +02:00
Jan Steemann
cfccab47eb
issue #100 : "count" attribute exists in cursor response with "count: false"
2012-06-06 09:54:39 +02:00
Frank Celler
d3371496e1
Merge branch 'devel' of github.com:triAGENS/ArangoDB
2012-05-26 23:53:43 +02:00
Frank Celler
465b800f04
fixed message
2012-05-26 23:53:34 +02:00
Frank Celler
0da248eec9
fixed error handling
2012-05-26 23:51:55 +02:00
Frank Celler
67e5ea65b3
console is now a module
2012-05-24 23:59:53 +02:00
Frank Celler
95313be897
renamed /document => /_api/document
2012-05-22 16:31:47 +02:00
Frank Celler
0f67b3dd54
skip list tests
2012-05-21 17:45:27 +02:00
Jan Steemann
ec14a1cc5a
issue #66 : adjusted test file that accesses version API
2012-05-15 00:08:49 +02:00
Frank Celler
763e7aba98
renamed to Arango
2012-05-12 14:40:34 +02:00
Jan Steemann
f09f6ba0a1
fixed expected error numbers
2012-05-11 17:51:27 +02:00
Jan Steemann
ba15a6677c
some fixes after removal of some error codes
2012-05-11 17:32:32 +02:00
Frank Celler
89ce610379
fixed for by-example
2012-05-10 17:10:07 +02:00
Frank Celler
facc0c499b
added hash test
2012-05-08 17:00:57 +02:00
Frank Celler
5a93599712
fixed handling of null
2012-05-08 15:46:54 +02:00
Frank Celler
5c5f0827b3
fixed byExample and firstExample
2012-05-07 16:08:23 +02:00
Frank Celler
f47788fea6
simple query
2012-05-06 20:05:59 +02:00
Frank Celler
6834d1e3f8
added cap doc
2012-05-05 23:42:27 +02:00