Dan Larkin
2227c872b4
Replaced lingering calls to removed API. ( #3702 )
2017-11-15 20:04:03 +01:00
Simon Grätzer
87f441753b
RocksDB WAL tailing fixes ( #3595 )
2017-11-10 09:31:53 +01:00
Simon Grätzer
64e9377c05
Replacing /_api/collection with RestHandler ( #3543 )
2017-11-02 14:57:17 +01:00
Jan
df5ea8ee2b
try to fix another permissions problem when collections are accessed … ( #3485 )
...
* try to fix another permissions problem when collections are accessed by id
* added tests
2017-10-25 18:05:17 +02:00
Simon Grätzer
7c31960cf2
Feature/async failover ( #3451 )
2017-10-18 23:59:29 +02:00
Jan
2fee652e77
Bug fix/fixes 1610 ( #3425 )
...
* remove memory zone remainders
* remove useless calls
* attempt to fix non-deterministic CRC test
* attempt to fix non-deterministic replication tests
* fix document removal with multiple documents in cluster
* attempt to fix non-determinism of tests
* fix privilege checks for accessing collections by collection id, not by name
2017-10-18 12:23:39 +02:00
Michael Hackstein
5eaf67651d
Tests/replication tests ( #3404 ) ( #3409 )
...
* Improved the arangodb ruby module for tests to allow usage of different databases
* Added Further Tests for non _system database
2017-10-13 12:32:56 +02:00
Wilfried Goesgens
5c6997ce04
cleanup after testruns
2017-09-12 14:47:52 +02:00
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