Dan Larkin
7dcb555b72
Added PATCH support to view rest handler.
2017-03-29 12:13:55 -04:00
mpv1989
43cb5fc81b
Merge branch 'feature/cors' into devel
2017-03-28 20:37:30 +02:00
mpv1989
4b8c880486
added OPTIONS to cors methods header
2017-03-28 16:18:53 +02:00
Andreas Streichardt
f32256e5a7
Normalize test resultstructure (hopefully)
2017-03-28 14:15:08 +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
63918afce9
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-03-07 00:19:39 +01:00
jsteemann
644ef08ce0
added "bindVars" to attributes of currently running and slow queries
2017-03-07 00:19:01 +01:00
Andreas Streichardt
8a79e5fed4
Move last test and remove pathenumerator...was not in use and broken
2017-03-06 19:04:45 +01:00
Andreas Streichardt
89bb878ab8
Merge failures
2017-03-06 18:51:49 +01:00
Andreas Streichardt
6f6e40140c
Move icu helper
2017-03-06 18:51:12 +01:00
Andreas Streichardt
ce3c17e7de
Merge branch 'devel' into catch_tests_ng
2017-03-06 17:59:26 +01:00
Dan Larkin
db2cabf844
Completed implementation of transactional cache.
2017-03-06 10:31:36 -05:00
Andreas Streichardt
9420fb0e84
scripts unittests fix
2017-03-03 21:15:06 +01:00
Andreas Streichardt
cb8e5aa331
Migrate boost unittests to catch
2017-03-03 21:09:56 +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
Dan Larkin
b9b977c889
Added hit-rate reporting to caches.
2017-02-28 14:04:13 -05:00
Dan Larkin
e538f1e962
Fixed bugs in cache resize tasks and related tests.
2017-02-27 17:28:45 -05:00
jsteemann
f9b9dbde8d
some more MacOS fixes
2017-02-27 11:14:34 +01:00
jsteemann
15c6286807
try to fix MacOS compile errors
2017-02-27 10:55:01 +01:00
Dan Larkin
09600f0971
Added hash cache system.
2017-02-24 15:31:40 -05:00
Wilfried Goesgens
a3ac94d3b2
fix locating of relative ICU files
2017-02-08 15:18:16 +01:00
jsteemann
b6df44a348
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-02-08 00:03:36 +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
9d0a210545
prevent memleaks in C++ UnitTests
2017-02-07 17:30:30 +01:00
Wilfried Goesgens
0932d51904
Merge branch 'devel' of github.com:arangodb/ArangoDB into v8_subsubmodule
2017-02-07 13:48:57 +01:00
jsteemann
c93e794568
try to fix tests on Windows
2017-02-06 15:47:35 +01:00
jsteemann
593c38769d
added tests
2017-02-03 12:33:21 +01:00
Wilfried Goesgens
bb80b5cf90
Merge branch 'devel' of github.com:arangodb/ArangoDB into v8_subsubmodule
2017-01-31 16:34:42 +01:00
jsteemann
6598828449
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-01-31 00:33:42 +01:00
jsteemann
32a6a7bc9d
fix typo in test description
2017-01-30 16:40:55 +01:00
Wilfried Goesgens
584f3120dd
Upgrade V8
...
- ICU now doesn't build the icudata library anymore
- ship the icu database on all platforms and all packages
- we now load the icu database file ourselves, and hand over the pointer to ICU.
- follow the V8 changes around Weak pointer handling
2017-01-30 12:30:07 +01:00
jsteemann
df7fee7d32
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-01-26 16:25:22 +01:00
Andreas Streichardt
a6d0284df5
Properly disable timecritical
2017-01-26 16:01:12 +01:00
jsteemann
2709504d74
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-01-26 15:21:08 +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
c4d2ff3dce
renaming
2017-01-23 15:36:11 +01:00
jsteemann
7fedb4e956
moved files into engine directory
2017-01-23 13:52:57 +01:00
jsteemann
cdabaa931f
renaming
2017-01-16 14:48:13 +01:00