Jan Steemann
d117f2916a
issue #248 : pull out some sort of subqueries
2012-10-22 09:14:38 +02:00
Jan Steemann
736b02e992
disable syncing of shapes for unittests (speeds them up)
2012-10-17 18:53:19 +02:00
Jan Steemann
507e9e3b79
increase sleep time
2012-10-17 15:41:30 +02:00
Jan Steemann
215ce95a8c
increase sleep time
2012-10-17 15:40:59 +02:00
Jan Steemann
d2d7896846
moved classes to separate files
2012-10-17 15:23:10 +02:00
a-brandt
45c0f7d937
updates
2012-10-17 10:27:50 +02:00
a-brandt
38fc1d21f5
bugfix IPv6 addresses
2012-10-17 10:23:03 +02:00
Jan Steemann
bb9e46ac40
fixed unittest after introduction of _routing collection
2012-10-16 11:03:46 +02:00
Frank Celler
45e6155424
added relative for upgrade
2012-10-11 23:00:20 +02:00
Jan Steemann
85cba473ba
fixed memory clearing in TRI_EraseFrontStringBuffer for some cases
2012-10-11 13:31:43 +02:00
a-brandt
73c5cadcdd
added a icu test
2012-10-10 15:33:54 +02: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
788f91cd59
added ArangoStatement.explain() client method, wrote test cases
2012-10-08 15:49:15 +02:00
Jan Steemann
5da08eb283
allow AQL to use indexes in additional cases
2012-10-08 12:51:27 +02:00
Jan Steemann
5e6d6646a4
issue #202
...
this hopefully fixes the travis builds
2012-09-30 01:51:51 +02:00
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
Jan Steemann
4f972e2652
changed symbols
2012-09-28 17:11:35 +02:00
Jan Steemann
8eb4ee0311
added arangob options
2012-09-28 17:06:20 +02:00
Jan Steemann
d8eca979c2
added tests for arangob
2012-09-27 11:57:38 +02:00
Jan Steemann
072436c16f
added test cases for arangob
2012-09-27 11:56:13 +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
384441f62d
make unittests triggers make all
2012-09-26 16:05:05 +02:00
Lucas Dohmen
60966e64f2
Added Graph tests to `make unittests`
2012-09-26 15:03:45 +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
89754433dd
switched to C mersenne twister implementation in BasicsC
2012-09-25 22:57:47 +02:00
Jan Steemann
d6d36bd4c3
added configure option --enable-maintainer-mode. this replaces the previous options --enable-bison, --enable-flex, --enable-errors-depedency, and --with-boost-test
2012-09-25 21:53:24 +02:00
Jan Steemann
f08a788f7c
removed protocol buffers
2012-09-24 13:44:30 +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
f5316acb9d
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
arangod/Ahuacatl/ahuacatl-grammar.c
arangod/V8Server/v8-vocbase.cpp
arangod/VocBase/document-collection.c
arangod/VocBase/document-collection.h
2012-09-17 22:40:12 +08:00
Oreste Panaia
c7e5eae52d
Added additional error numbers for bitarray index creation
2012-09-17 19:57:10 +08:00
a-brandt
4e2cbfbb15
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-09-17 09:51:21 +02: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
a-brandt
db00ed1502
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-09-13 17:47:48 +02:00
Jan Steemann
a932d335cb
added guards for collection locking and read/write transactions
2012-09-13 17:40:38 +02:00
a-brandt
ccdc384fdf
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
lib/BasicsC/strings.c
2012-09-13 16:45:05 +02:00
a-brandt
4dc64a546b
added utf8 normalization function (uses icu)
2012-09-13 16:41:00 +02:00
Jan Steemann
93fc2e43a7
fixed a typo
2012-09-13 15:44:15 +02:00
Jan Steemann
de57900519
shut up ctags test. makes oreste happy :-)
2012-09-12 22:03:59 +02:00
Jan Steemann
31cc5f9d61
conditional usage of ctags
2012-09-12 09:06:44 +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
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
Frank Celler
39f4a8f833
cleanup directory structure and init file handling
...
moved common functions to ArangoClient
2012-08-30 16:54:42 +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
78e9da2992
fixed unicode unescape problem, added tests
2012-08-27 16:02:43 +02:00
Jan Steemann
00ec11ff23
fixed Unicode unescaping issue for certain characters, added test case
2012-08-27 16:01:02 +02:00
Frank Celler
d26b082ef6
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
CHANGELOG
Makefile.in
UnitTests/Makefile.files
2012-08-24 09:59:16 +02:00
Frank Celler
35fa7aee93
fixed subdirectory build
2012-08-19 22:38:16 +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
2af764ba08
issue #145 : added epsilon
2012-08-09 15:06:22 +02:00
Jan Steemann
de5ff8d64c
issue #145 : added epsilon
2012-08-09 15:05:04 +02:00
Jan Steemann
c596e37d59
offsetof only supports POD types, no C++ types
2012-08-06 13:44:08 +02:00
Jan Steemann
572ee6fc0c
fixed typo in test
2012-08-06 13:43:39 +02:00
Jan Steemann
6b5bc875a7
offsetof only supports POD types, no C++ classes
2012-08-06 13:43:00 +02:00
Jan Steemann
c602be9ad2
added tests for ssl and unix socket endpoints
2012-07-27 10:47:03 +02:00
Jan Steemann
a2ddf69ba3
unit test for Endpoint classes
2012-07-26 16:41:45 +02:00
Jan Steemann
9a3ff0cb38
fixed clang compile warning
2012-07-20 13:10:32 +02:00
Frank Celler
08ff930154
Merge branch 'devel' of github.com:triAGENS/ArangoDB
2012-07-09 14:24:38 +02:00
Jan Steemann
829acdcbe9
some speedups for JSON parsing, correction of Unicode escape sequence handling
2012-07-05 09:31:56 +02:00
a-brandt
f811a474e6
added require 'rubygems'
2012-07-03 16:19:19 +02:00
Jan Steemann
92e73b1bb8
issue #112 : do not accept document with duplicate attribute names
2012-06-22 11:36:48 +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
0236954f04
Merge branch 'devel' of github.com:triAGENS/ArangoDB
...
Conflicts:
html/admin/js/client.js
html/admin/js/master.js
2012-05-23 11:44:40 +02:00
Frank Celler
95313be897
renamed /document => /_api/document
2012-05-22 16:31:47 +02:00
Jan Steemann
450f6ca4c4
fixed some errors found by valgrind/gcc
2012-05-22 09:11:17 +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
add0aff2c3
Merge branch 'devel' of github.com:triAGENS/AvocadoDB
2012-05-09 10:41:49 +02:00
Jan Steemann
2234a38ab9
more test cases
2012-05-09 09:11:33 +02:00
Jan Steemann
ada9a72dd7
added tests
2012-05-09 01:04:56 +02:00
Jan Steemann
135362ab6e
added some tests
2012-05-09 00:19:17 +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
db868d1147
Merge branch 'oreste' of github.com:triAGENS/AvocadoDB
...
Conflicts:
BasicsC/vector.c
2012-05-08 09:31:26 +02:00
Frank Celler
de0b90b664
merged with oreste
2012-05-08 09:28:18 +02:00
Frank Celler
77dd9fc890
Merge branch 'devel' of github.com:triAGENS/AvocadoDB
2012-05-07 16:08:40 +02:00
Frank Celler
5c5f0827b3
fixed byExample and firstExample
2012-05-07 16:08:23 +02:00
Jan Steemann
a4dc4e79f6
re-committed memleak fix for geoindexes, this time with adjust test
2012-05-07 14:34:51 +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
Jan Steemann
af6d8360c9
fixed warnings when compiling geo unittest
2012-05-04 11:22:23 +02:00
Frank Celler
9f0b91d12e
Merge branch 'devel' of github.com:triAGENS/AvocadoDB
2012-05-03 15:03:21 +02:00
Frank Celler
67a3c08af6
Merge branch 'oreste' of github.com:triAGENS/AvocadoDB into devel
...
Conflicts:
UnitTests/Makefile.in
2012-05-03 15:02:49 +02:00
Frank Celler
7176c4d30f
added within
2012-05-03 14:42:43 +02:00
Frank Celler
bb8fe71a6a
bridges Cambridge tests
2012-05-03 14:41:36 +02:00
Frank Celler
3812c8ffa5
geo indexes
2012-05-03 14:14:28 +02:00
Frank Celler
23a7adcefc
doc and simple queries
2012-05-02 18:05:45 +02:00
Frank Celler
cadca4a27b
unittests
2012-05-02 17:05:38 +02:00
Frank Celler
1fe03b0642
doc and minor fixes
2012-05-02 13:53:30 +02:00
Frank Celler
63841e50f4
renamed
2012-04-30 11:25:12 +02:00
Frank Celler
c7c09f557a
geo1 and geo2
2012-04-30 09:32:21 +02:00
Jan Steemann
92e7794fa9
some more tests
2012-04-28 00:29:53 +02:00
Jan Steemann
e3c5dae7e2
started test cases for TRI_json_t (still unfinished)
2012-04-28 00:15:14 +02:00
Jan Steemann
7638e95e59
added tests, fixed endless loop in crc32 hashing
2012-04-27 23:43:14 +02:00
Jan Steemann
66d9597fd3
fixed memleaks
2012-04-27 17:02:32 +02:00
Jan Steemann
3e87a3f4ff
fixed memleaks
2012-04-27 16:37:44 +02:00
Jan Steemann
ac3f5dcb83
fixed memory issues
2012-04-27 16:11:59 +02:00
Frank Celler
fe02e5036d
fixed tests and win32
2012-04-27 14:31:37 +02:00
Frank Celler
b3bab6a13b
memory checks
2012-04-26 14:31:13 +02:00
Frank Celler
7435a80778
added support for OOM errors
2012-04-24 16:16:31 +02:00
Frank Celler
aa85295697
edges
2012-04-23 10:38:57 +02:00
Frank Celler
9639674c89
fixed include
2012-04-22 09:28:43 +02:00
Frank Celler
7978283a9a
first tests
2012-04-20 17:22:56 +02:00
Frank Celler
9e65ac71f5
cleanup index code
2012-04-19 16:45:52 +02:00
Frank Celler
83a9b902cd
removed body
2012-04-17 16:35:55 +02:00
Frank Celler
a59237145d
removed body
2012-04-17 16:26:30 +02:00
Frank Celler
c89cc13db1
fixed superfluous body
2012-04-17 15:59:09 +02:00
Frank Celler
7c690ca053
64 target for MacOSX
2012-04-17 15:28:50 +02:00
Frank Celler
bad9274732
back to 3.9.4
2012-04-17 15:28:47 +02:00
Frank Celler
23bb92d2aa
added UTF8 marker
2012-04-14 21:54:03 +02:00
Frank Celler
a831ba82f3
added coverage config option
2012-04-12 15:51:49 +02:00
Frank Celler
1e52b7bf46
tests for document and collection
2012-04-12 12:03:33 +02:00
Jan Steemann
db6cb13e21
added more tests
2012-04-11 12:05:00 +02:00
Jan Steemann
f8bcc33070
Merge branch 'master' of http://github.com/triAGENS/AvocadoDB
2012-04-11 10:16:52 +02:00
Jan Steemann
fe9424a070
fixed compile warnings
2012-04-11 10:16:35 +02:00
Frank Celler
0287ede825
Merge branch 'master' of github.com:triAGENS/AvocadoDB
...
Conflicts:
UnitTests/HttpInterface/rest_create-document_spec.rb
2012-04-11 10:14:08 +02:00
Jan Steemann
24c8fac177
added tests
2012-04-10 18:17:37 +02:00
Jan Steemann
b90243c28a
fixed issue #42 : multibyte encoding
2012-04-10 17:44:29 +02:00
Jan Steemann
9ee9fcf18a
fixed issue #42 : encoding of 3-byte UTF8 characters was broken
2012-04-10 15:31:34 +02:00
Frank Celler
00355fccf4
Merge branch 'master' of github.com:triAGENS/AvocadoDB
2012-04-10 13:50:09 +02:00
Jan Steemann
2dcc40e0ff
merge with SVN, fixed issue #43
2012-04-10 12:33:29 +02:00
Frank Celler
f8b8611246
fixed save of edges
2012-04-10 11:43:55 +02:00
Frank Celler
6f0ed3cc57
added Japanese test case
2012-04-10 11:08:29 +02:00
Frank Celler
f8c93bd177
fixed issue #41 : JSON escapes
2012-04-09 19:39:40 +02:00
Frank Celler
768f0f6d72
added complex body
2012-04-08 23:29:16 +02:00
Frank Celler
9fcf0b3722
added length check
2012-04-08 23:19:44 +02:00
Frank Celler
59f1e30d01
fixed warnings
2012-04-08 22:50:32 +02:00
Frank Celler
b529261822
added enclude-included-boost flag
2012-04-08 12:57:29 +02:00
Frank Celler
3a7f134575
added unittests target
2012-04-08 12:44:55 +02:00
Frank Celler
b0c552fe4a
updated tests
2012-04-07 10:28:40 +02:00
Frank Celler
1c9b5b770d
check that GEP does not load
2012-04-07 10:06:15 +02:00
Jan Steemann
9e069fd27a
merge with SVN
2012-04-04 08:41:56 +02:00
Frank Celler
fd79635d21
fixed edges
2012-04-03 18:36:50 +02:00
Frank Celler
47f94bcdf7
added rest edges handler
2012-04-03 17:44:30 +02:00
Frank Celler
99873e6fb9
added unload test
2012-04-02 22:05:28 +02:00
Frank Celler
abdf471b84
more tests, partial fix for update
2012-04-02 15:19:51 +02:00
Frank Celler
c238ea96e3
constraint still not working, added test
2012-04-01 11:56:42 +02:00
Frank Celler
6ace3d598b
documentation for indexes
2012-03-31 17:24:19 +02:00
Frank Celler
f6d3eac0c8
more index examples and tests, fixed .document method
2012-03-31 16:02:17 +02:00
Frank Celler
a665ad7a1e
fix geo index
2012-03-31 00:17:57 +02:00
Frank Celler
24569fa7d2
fixed JSON representation of indexes
2012-03-30 23:42:35 +02:00
Frank Celler
a0103f33e3
started HTTP for indexes
2012-03-30 18:15:36 +02:00
Frank Celler
b9ade46b36
finished api-collections and tests
2012-03-30 14:38:06 +02:00
Frank Celler
ced6813701
Merge branch 'master' of github.com:triAGENS/AvocadoDB
2012-03-30 09:40:56 +02:00
Frank Celler
65da9f9e6c
merged with JAN
2012-03-30 09:40:01 +02:00
Jan Steemann
e9bcc6a638
merge with SVN
2012-03-30 09:13:43 +02:00
Jan Steemann
81470465ac
merge with SVN
2012-03-29 16:41:29 +02:00
Frank Celler
865d0936e4
added stress test
2012-03-29 14:39:03 +02:00
Frank Celler
b888228c2e
more tests
2012-03-29 11:11:34 +02:00
Frank Celler
d7d2d341a7
tests are still failed
2012-03-28 18:28:40 +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
6f35cfaecc
merge with SVN
2012-03-28 14:01:41 +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
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
e03abf4f06
added drop collection
2012-03-27 13:11:05 +02:00
Frank Celler
f69a009a38
fixed examples
2012-03-26 23:39:09 +02:00
Frank Celler
a8e9614243
fixed examples
2012-03-26 23:31:30 +02:00
Frank Celler
7ef0fe6119
fix wrong tests
2012-03-26 23:15:16 +02:00
Frank Celler
23968dd94e
doc
2012-03-26 21:53:34 +02:00
Frank Celler
fd1ab94663
fix for wrong cid
2012-03-26 17:17:57 +02:00
Frank Celler
d9b34262db
doc rest interface
2012-03-21 11:31:33 +01:00
Frank Celler
2a65d23736
finalized REST tests
2012-03-21 10:41:36 +01:00
Frank Celler
8771108b3f
added all and head tests
2012-03-21 10:12:20 +01:00
Frank Celler
55749cc96e
merged and added doc
2012-03-20 16:20:05 +01:00
Frank Celler
57a4be3dd9
merged and added doc
2012-03-20 16:20:03 +01:00
Frank Celler
2bb58c386a
merged
2012-03-20 09:35:10 +01:00
Frank Celler
9864a06ae1
silenced warnings
2012-03-19 10:49:23 +01:00
Frank Celler
fa49747f83
silenced warnings
2012-03-19 10:48:22 +01:00
Frank Celler
c05a575891
renamed to createCollection
2012-03-18 23:36:55 +01:00
Frank Celler
d13c6813d0
fixed read
2012-03-18 23:30:41 +01:00
Frank Celler
01d4dfe837
rest tests
2012-03-18 21:28:55 +01:00
Frank Celler
b7e6c26ce3
merged Jan's and Achim's changes
2012-03-15 16:47:50 +01:00
Frank Celler
ed4ff43073
added BOOST test
2012-03-15 13:16:30 +01:00
Frank Celler
3f3a75255a
more timing tests
2012-03-15 11:43:55 +01:00
Frank Celler
bd00c4fe4c
more timing tests
2012-03-15 11:40:31 +01:00
Frank Celler
d5bf202b16
more tests, removed 0 at end
2012-03-15 11:19:52 +01:00
Tim Becker
4248b41251
removed superfluous member from stringbuffer struct
2012-03-13 22:32:34 +01:00
Tim Becker
677d9cfdfb
unit test from BasicC string-buffer
2012-03-10 14:41:21 +01:00
Frank Celler
120f61423e
reorganisation of directory tree structure
2012-01-04 09:47:33 +01:00
Frank Celler
de8e56cf91
added system actions
2011-12-14 11:06:37 +01:00
Frank Celler
07b10b09b7
Version 2.0 from Richard Parker
2011-12-05 15:24:22 +01:00
Frank Celler
c2d9890c74
added rest interface
2011-11-20 22:37:59 +01:00
Frank Celler
a3cdcc1686
added within query, fixed date in header
2011-11-03 14:26:19 +01:00