Frank Celler
4933eb4fea
Revert "fixed return code"
...
This reverts commit 776ca8d406
.
2017-08-23 14:57:32 +02:00
Frank Celler
776ca8d406
fixed return code
2017-08-23 14:19:24 +02:00
Simon Grätzer
6c2ea0a246
Fixing wrong response for DELETE _api/users/database ( #3094 )
...
* Fixing issue 2847
* Added changelog entry and additional http_server test
* Update CHANGELOG
2017-08-23 11:08:32 +02:00
Jan Christoph Uhde
0eaf4cabd9
Feature/js to cpp transaction handler ( #2985 )
...
* implement transaction handler in c++
* add fake request object
* move general code into extra file
* improve error messages for RestJobHandler
* support cancel operation for async jobs with RestTransactionHandler
* fix integration test and add some optional debugging output
* fix returning of context
* fix error type
* fix code in cluster test
* remove unused variable
2017-08-11 09:29:34 +02:00
Simon Grätzer
3f58a44e3b
Fix cases where the root user has access to excluded collections ( #2856 )
2017-08-03 21:16:08 +02:00
Dan Larkin
750fc96ab4
Converted endpoint handler from JS to C++ ( #2905 )
...
* Added native C++ rest handler for endpoints.
* Added test of rest endpoint interface and removed JS handler.
2017-08-01 09:53:04 +02:00
Jan
5e1813c5d6
fixed invalid object access, added a test ( #2862 )
2017-07-25 22:26:51 +02:00
Jan
5c25b6934e
fix issue #2744 ( #2745 )
2017-07-07 12:39:02 +02:00
Jan
a22a9ccb6c
fix authinfo caching ( #2743 )
...
https://github.com/arangodb/planning/issues/414
2017-07-06 17:31:46 +02:00
Jan
94b4a9ec4b
added "deduplicate" attribute for array indexes ( #2644 )
2017-06-30 17:53:50 +02:00
Jan
5ad9423f16
unify index struct return values in cluster and non-cluster for fulltext and geo indexes ( #2534 )
2017-06-08 13:35:00 +02:00
jsteemann
a35f85bcc7
added proper docs for --query.fail-on-warning
2017-05-29 15:46:48 +02:00
jsteemann
5ee360b4f1
adjust a timeout in a test
2017-05-12 15:21:41 +02:00
Andreas Streichardt
6dec8ab22d
My friend ruby and his best pal openssl went into the windows bar for drinking...sad
2017-05-05 17:03:27 +02:00
Dan Larkin
b46ac15300
Fixed 2.8 dump compatibility and fixed a few more HTTP replication tests.
2017-04-28 16:50:39 -04:00
Michael Hackstein
8efaed6232
Adapted recplication-ruby test removed tests for system indexes and compatibility tests.
2017-04-28 14:13:49 +02:00
Dan Larkin
e2853e4b52
Enabled saving applier config and fixed some replication tests/behavior.
2017-04-27 22:39:48 -04:00
Wilfried Goesgens
5f02bb4534
we may only execute nightly foxx-manager tests so we don't stress out github.
2017-04-26 13:34:31 +02:00
Jan Christoph Uhde
ed5b70a558
merge stash
2017-04-05 18:45:53 +02:00
jsteemann
e5d733867e
make more tests pass
2017-04-05 14:57:18 +02:00
Simon Grätzer
b69294641f
Moving api-wal-noncluster and adding running trx
2017-04-05 11:54:30 +02:00
jsteemann
701f5ed7fb
remove irrelevant tests
2017-04-05 10:43:23 +02:00
jsteemann
ce9c6d929b
rename tests so they run in mmfiles engine only
2017-04-05 08:59:50 +02:00
Dan Larkin
e303e2a51f
Added RocksDB export functionality and some bug fixes.
2017-04-04 17:33:14 -04:00
jsteemann
f9ff1457e6
test split
2017-04-04 16:16:50 +02:00
Jan Christoph Uhde
dfeadeabe1
begin to split http tests for mmfiles and rocksdb
2017-04-04 13:22:05 +02:00
Dan Larkin
7dcb555b72
Added PATCH support to view rest handler.
2017-03-29 12:13:55 -04:00
mpv1989
4b8c880486
added OPTIONS to cors methods header
2017-03-28 16:18:53 +02:00
jsteemann
8e04b41450
renamed test so views are not tested in cluster yet
2017-03-22 12:03:27 +01:00
Dan Larkin
85132e0eaf
Finished adding view support to ArangoShell.
2017-03-21 11:40:14 -04:00
jsteemann
e3d8ae142e
some fixes for view handling
2017-03-17 11:18:46 +01:00
Dan Larkin
a233b949c3
Updated rest handler and tests.
2017-03-16 22:36:15 -04:00
jsteemann
060fe10d53
expose registerViewImplementation to the outside world
2017-03-16 13:00:33 +01:00
jsteemann
979f003538
added ViewTypesFeature
2017-03-16 12:50:22 +01:00
jsteemann
238fcae46a
some simplifications
2017-03-16 10:54:08 +01:00
jsteemann
3cb153f6b4
remove debug output from test
2017-03-16 09:39:04 +01:00
Dan Larkin
aa23074efd
Added view retrieval via HTTP with tests and initial work on view factory.
2017-03-15 18:44:48 -04:00
Dan Larkin
98b30bc875
Added (almost-useless) test file for view rest handler.
2017-03-14 20:50:32 -04:00
jsteemann
59b973d212
fixed tests
2017-03-08 18:08:36 +01:00
jsteemann
644ef08ce0
added "bindVars" to attributes of currently running and slow queries
2017-03-07 00:19:01 +01:00
jsteemann
4baff0e2d9
issue #2348
2017-03-03 10:50:13 +01:00
jsteemann
e24dcb1ee9
adjusted test expectation for #2346
2017-03-03 10:19:57 +01:00
Max Neunhoeffer
cbcda7932c
Change undocumented behaviour in case of invalid rev in If-Match headers.
...
An invalid rev should lead to a 412 PRECONDITION FAILED rather than a
404 BAD error. This is more intuitive, in particular since we have
never documented what valid rev strings are. Also adjust tests and
CHANGELOG.
2017-02-07 22:37:38 +01:00
jsteemann
32a6a7bc9d
fix typo in test description
2017-01-30 16:40:55 +01:00
Andreas Streichardt
a6d0284df5
Properly disable timecritical
2017-01-26 16:01:12 +01:00
Andreas Streichardt
fe10733b0c
Add 3s like with the first test
2017-01-26 14:54:48 +01:00
Frank Celler
59e1b35ded
raised wait
2017-01-25 23:13:33 +01:00
jsteemann
41adddd889
adjusted test
2017-01-04 15:37:30 +01:00
jsteemann
17ea2f6e03
fix test in cluster
2016-12-09 17:17:09 +01:00
Jan Steemann
b8c72dece8
fixed issue #2211
2016-12-07 12:28:52 +01:00