1
0
Fork 0
Commit Graph

467 Commits

Author SHA1 Message Date
Alan Plum 777848472d
standalone.html -> index.html 2016-04-18 18:01:05 +02:00
Alan Plum 016e5c9163
Migrated gharial to FOTF 2016-04-18 18:00:50 +02:00
Alan Plum 86997527bf
Fix Admin API spec
DefaultDocument no longer results in a PERMANENT redirect to avoid poisoning the cache.
2016-04-18 18:00:38 +02:00
Michael Hackstein 4cf47bf9c4 Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk 2016-04-18 12:42:00 +02: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
Jan Steemann bbfaee3bfe allow specifying collection name prefixes for `_from` and `_to` in arangoimp: 2016-04-15 16:18:23 +02:00
Michael Hackstein 0e2d31f633 Moved GET _api/document?collection=xxx to PUT _api/simple/all-keys {collection: xxx}. Adapted all tests. Also removed Transaction::allKeys which got obsolete by this commit. 2016-04-15 11:23:25 +02:00
Jan Steemann 545b87cb76 test fixes 2016-04-06 17:39:24 +02:00
Michael Hackstein 1ebf6996e3 Moved another test to use the document endpoint instead of the edge endpoint. 2016-04-05 10:30:03 +02:00
Michael Hackstein 5f81b138db Fixed test, it still used _api/edges instead of _api/document 2016-04-05 10:20:17 +02:00
Jan Steemann ba9dce75f4 fixed some replication tests 2016-04-04 12:26:30 +02:00
Michael Hackstein baf7847a43 Fixed a bug in HTTP unittests. It removed the wrong document. 2016-04-01 17:06:19 +02:00
Jan Steemann dce7c427d9 test fixes 2016-03-24 14:55:31 +01:00
Jan Steemann e7ca0e5413 fixed tests 2016-03-22 13:10:36 +01:00
Jan Steemann d27d255174 fixed test 2016-03-22 11:08:12 +01:00
Jan Steemann 45cc15fe45 fixes 2016-03-22 10:51:42 +01:00
Jan Steemann 3da00d24ea test fixes 2016-03-21 18:25:48 +01:00
Jan Steemann 553e714779 test fixes 2016-03-21 17:59:58 +01:00
Jan Steemann 4b46ff278a test fixes 2016-03-21 17:57:20 +01:00
Jan Steemann e4674d0f5e test fixes 2016-03-21 17:46:47 +01:00
Max Neunhoeffer 147dafcc42 Fix edge tests. 2016-03-10 12:45:10 +01:00
Max Neunhoeffer 5ef1d8dd99 Fix tests for documents. 2016-03-10 09:48:38 +01:00
Max Neunhoeffer 54002b505e Adjust API tests to 3.0. 2016-03-09 23:58:11 +01:00
Max Neunhoeffer bcda2a8021 Withdraw special non-cluster test.
createCollection query parameter withdrawn.
2016-03-09 15:26:56 +01:00
Max Neunhoeffer fbcb4458eb Adjust tests for 3.0. 2016-03-09 15:20:55 +01:00
Max Neunhoeffer 6b2fa8c33d RestDocumentHandler GET method, plus tests. 2016-03-09 13:28:13 +01:00
Frank Celler 5de6c354a9 added warning, removed local-configuration, bumped version 2016-02-18 14:02:40 +01:00
Frank Celler 60305868a8 added grace period 2016-02-18 12:12:29 +01:00
Frank Celler f0c849d93a increased wait 2016-02-15 21:39:59 +01:00
Frank Celler 0f88ade568 raised sleep 2016-02-13 21:36:51 +01:00
Frank Celler 5b86bd1cdc use higher timeout 2016-02-11 13:50:56 +01:00
Wilfried Goesgens 3b12dc0c32 Remove httparty from the bundle - it comes as a dependency from persistent_httparty 2016-02-10 10:48:03 +01:00
Wilfried Goesgens 88fad2e789 Migrate rspec to persistent connections 2016-02-10 10:36:52 +01:00
Wilfried Goesgens d7f42972b0 Raise required rspec version to 2.14 for json output formatters. 2016-01-26 12:48:22 +01:00
Wilfried Goesgens 301749e48f fix test 2016-01-25 17:15:12 +01:00
Wilfried Goesgens f8738808b7 Add missing dependency to rspec-core. 2016-01-25 16:31:34 +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 555a0286c2 make merging configurable in update-by-example API 2016-01-04 16:31:06 +01:00
jsteemann 2118dc6101 fixed typo 2015-12-21 01:42:48 +01:00
jsteemann 20ed092d11 added `--create-collection-type` option for arangoimp 2015-12-18 22:26:32 +01:00
Jan Steemann 6ee9a6f90e replication fixes 2015-12-16 19:52:01 +01:00
Max Neunhoeffer 4451e491ec Merge branch 'devel' into ClustUp1 2015-12-15 17:46:34 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Max Neunhoeffer 107ef90916 Improve logging of unittests. 2015-12-11 13:23:26 +01:00
Wilfried Goesgens 17c479fe25 Increase timeout, so we can see cluster internal timeouts and their error messages. 2015-12-07 15:56:48 +01:00
Alan Plum 7538d71333 URL parameter -> {query,path} parameter 2015-11-24 18:09:43 +01:00
Jan Steemann 1bf5abaf14 changed HTTP return code for canceled operations from 408 to 410 2015-11-23 10:25:05 +01:00
Jan Steemann e321c9747a added option `--server.hide-product-header` 2015-11-10 10:27:59 +01:00
Wilfried Goesgens 2c38e2a78d make redirects relative if on the same host; later editions of the HTTP 1.1 RFC state that its valid.
this fixes #1558
2015-11-04 13:32:34 +01:00
Jan Steemann 53d2787cf6 added test case for routing and binary req/res 2015-10-08 10:18:36 +02:00