1
0
Fork 0
Commit Graph

1246 Commits

Author SHA1 Message Date
Frank Celler 15afaebc12 fixed tests, fixed typo in exists 2016-06-03 15:21:23 +02:00
Frank Celler 04ef98f8b5 removed outdated test 2016-06-03 15:21:23 +02:00
Frank Celler 859d29c652 removed old API 2016-06-03 11:50:30 +00:00
Jan Steemann bf38c3e80a added tests for 2.8 compat mode 2016-06-03 13:37:18 +02:00
Jan Steemann 6412200f27 added /_api/aql-builtin 2016-06-03 12:56:18 +02:00
jsteemann db00e46772 added optimized StringUtils::uint64_trusted() 2016-05-30 22:45:28 +02:00
jsteemann 7080f8293d various AQL changes
added behavior of TO_STRING() for arrays and objects
added C++ implementation for CONTAINS() function
added memmem implementation for Windows
2016-05-23 17:10:15 +02:00
hkernbach dd771b4ef6 fixed unit tests 2016-05-20 09:31:39 +02:00
Jan Steemann e5ceaf85b4 changed structure of response to GET /_api/collection 2016-05-19 17:56:15 +02:00
jsteemann 2ed62d324a test fix 2016-05-19 15:24:45 +02:00
Jan Steemann 54f0dcff95 fixed tests 2016-05-12 15:30:39 +02:00
jsteemann 130493d481 micro optimizations 2016-05-11 21:02:20 +02:00
jsteemann dc34d3707c Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-10 17:01:41 +02:00
Max Neunhoeffer 06958c03a4 Initialize random generator in skiplist unittest. 2016-05-10 16:11:06 +02:00
jsteemann 61be9321a7 removed unused code 2016-05-10 16:04:10 +02:00
Andreas Streichardt 4ae141de06 Simple api calls are gone! 2016-05-09 15:45:46 +02:00
Jan Steemann c14e9d20c8 removed obsolete tests 2016-05-06 19:14:55 +02:00
Jan Steemann 0bd61cf928 removed option `--server.default-api-compatibility` 2016-05-06 18:38:37 +02:00
Jan Steemann 49c39f6659 removed unused functions 2016-05-06 12:30:04 +02:00
jsteemann e821ed9042 removed unused element from TRI_col_header_marker_t 2016-05-04 21:37:24 +02:00
Frank Celler d5fd6ac0e7 fixed order of pthread, fixed cmake 2.8 2016-05-04 13:51:16 +02:00
Jan Steemann ce27bfdaec fixed warning 2016-05-03 13:51:02 +02:00
Jan Steemann d9fc3078f8 fixed warning 2016-05-03 13:24:59 +02:00
Jan Steemann da196866e5 fixed compile warnings 2016-05-03 12:19:00 +02:00
Wilfried Goesgens d19cef695e Unify the way we locate and initialize icu on windows in the unittests. 2016-05-03 11:43:14 +02:00
jsteemann b255e35af6 adjusted expected hash values 2016-05-03 01:02:03 +02:00
jsteemann 1554619c35 removed unused functionality 2016-05-02 23:06:27 +02:00
Max Neunhoeffer cb78f14046 Revert "Revert V8"
This reverts commit 61917961fa.
2016-05-02 13:55:30 +02:00
Frank Celler 61917961fa Revert V8 2016-05-02 12:03:57 +02:00
Wilfried Goesgens 959c1b7bbb Adjust string match to new error produced by the new V8 version. 2016-05-02 09:40:16 +02:00
jsteemann 64ee910e38 move system attributes to the front of objects 2016-04-29 13:13:39 +02:00
Jan Steemann 992e7ee143 fixed boost tests on Windows 2016-04-28 12:09:06 +02:00
jsteemann b8a11e23ca attempt to make test run on Windows, too 2016-04-28 11:43:25 +02:00
jsteemann b8ba262a10 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-04-27 22:54:38 +02:00
Frank Celler de67e378e9 try to disable autolink 2016-04-27 21:57:51 +02:00
Frank Celler 0d97c7d15c boost unit tests included 2016-04-27 21:47:36 +02:00
Frank Celler 22ea1ee55e used included version of boost 2016-04-27 20:38:45 +02:00
jsteemann bfd6fa833d disallow thread creation until ApplicationServer::start() 2016-04-27 16:17:46 +02:00
jsteemann 8c55d5adcd try to fix Windows build 2016-04-27 13:12:08 +02:00
Frank Celler d5476d37b1 remove USE_SYSTEM_BOOST 2016-04-27 11:04:57 +02:00
Frank Celler 3d75364af6 changed to boost 1.61 2016-04-27 00:18:34 +02:00
Frank Celler 3091b17ab9 do not use v8_build in precompiled mode 2016-04-23 19:30:42 -07:00
Jan Steemann 864bffa48d next attempt 2016-04-22 15:18:05 +02:00
Jan Steemann 7da93fd931 attempt to fix xml output 2016-04-22 14:08:44 +02:00
Jan Steemann 17c6878bb7 fixed test reporting 2016-04-22 13:28:23 +02:00
jsteemann c09a26e648 fixed tests 2016-04-22 11:22:24 +02:00
jsteemann 9a59b12054 fixed wrong include 2016-04-22 08:40:24 +02:00
Frank Celler 007fe8e053 Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
Conflicts:
	arangod/Agency/Constituent.cpp
	arangod/Agency/RestAgencyHandler.cpp
	arangod/Aql/Query.cpp
	arangod/Aql/grammar.cpp
	arangod/RestHandler/RestSimpleQueryHandler.cpp
	arangod/RestServer/ArangoServer.cpp
	js/client/modules/@arangodb/testing.js
2016-04-19 07:44:00 +02:00
Jan Steemann 6df71935d8 fixed inclusion of removed file 2016-04-18 18:04:20 +02:00
Alan Plum 777848472d
standalone.html -> index.html 2016-04-18 18:01:05 +02:00