1
0
Fork 0
Commit Graph

41877 Commits

Author SHA1 Message Date
Wilfried Goesgens 4edbcc58f0 remove old way to invoke unittests (#4648) 2018-02-21 18:28:49 +01:00
Wilfried Goesgens 878ee09df9 remove long gone long_echo functionality (#4645) 2018-02-21 16:34:52 +01:00
Jan 0b99acc04d
properly convert the JS object to VPack for transactions (#4640)
previously this did not work when the "action" attribute was a JavaScript function
2018-02-21 12:10:19 +01:00
ArangoDB Release Bot 5c28a00b24 nightly frontend build 2018-02-21 00:57:40 +00:00
Dan Larkin-York abe3f9134e Fix a small logic issue in cache resize metadata method. (#4631) 2018-02-20 18:46:13 +01:00
Wilfried Goesgens 85abfaaa55 fix documentation link as pointed out in #4632 (#4633) 2018-02-20 17:41:24 +01:00
Jan 852b4e4923
in case of an id conflict, truncate or drop/recreate an existing collection (#4628) 2018-02-20 12:50:20 +01:00
Heiko b7fdd77c33 Update README_maintainers.md (#4423) 2018-02-20 11:31:24 +01:00
Heiko a5bd135ddf ui dashboard http correct label (#4613) 2018-02-20 11:30:47 +01:00
Kaveh Vahedipour e084c6d36c issue #4393 part one (#4459) 2018-02-20 10:59:16 +01:00
Max Neunhöffer 152f60b80a Add processor architecture specific flags to BASE_FLAGS again. (#4605) 2018-02-20 10:50:17 +01:00
Mark cd97787adf Fix Foxx API (#4614) 2018-02-20 10:22:27 +01:00
Wilfried Goesgens 1c80774091 Fresh swagger (#4623) 2018-02-19 18:56:27 +01:00
Wilfried Goesgens 0b03d08c02 Documentation/fix swagger (#4622) 2018-02-19 18:54:15 +01:00
jsteemann aa5e02c82d make syncer more compatible and ignore revs if not present 2018-02-19 18:44:08 +01:00
Wilfried Goesgens 5b58156309 Fix logrotate configuration (#4212) 2018-02-19 17:08:39 +01:00
Jan b3556f7b17
some fixes for replication (#4621) 2018-02-19 15:54:55 +01:00
Jan 63c50c3993
Bug fix/handle single delete (#4618) 2018-02-19 14:49:58 +01:00
Wilfried Goesgens 1c891978e6 Packaging/fix curl rebuild 2 (#4620) 2018-02-19 14:24:20 +01:00
Wilfried Goesgens 290d5989d7 another file that gets re-generated but doesn't have to (#4619) 2018-02-19 13:03:15 +01:00
Wilfried Goesgens bda5c79bce Implement FIND_FIRST and FIND_LAST in c++ (#4608) 2018-02-19 10:41:21 +01:00
Matthew Von-Maszewski e566150b2e There is a start-up race condition where collection could be in plan but not current. A server shutdown during this period locks system. (#4478) 2018-02-19 09:14:24 +01:00
Jan f8eef7f61c
fix HTTP response code for HTTP 503 (#4609) 2018-02-19 08:34:50 +01:00
Jan 9d311aac65
do allow input to /_api/aqlfunction choose between (#4603) 2018-02-16 14:10:17 +01:00
Wilfried Goesgens 101a9893a4 migrate r/l-trim, split trim so we can reuse that code. (#4578) 2018-02-16 14:10:00 +01:00
Wilfried Goesgens 94e67c950c make sure libcurl doesn't recompile itself during the packaging process (#4606) 2018-02-16 13:59:22 +01:00
Andrey Abramov d130e0f7c6 Bug fix/internal issue #350 (#4601) 2018-02-15 18:57:08 +01:00
Vasiliy 8a2b9f3dc6 Changes since last PR: backport from IResearch upstream: address issue with unnecessary rebuild of parser.cc on Linux (#4597) 2018-02-15 17:37:21 +01:00
sleto-it 991aacd8a5
Doc - ArangoSearch - Fix broken link (#4591) 2018-02-14 21:02:46 +01:00
sleto-it 6d1b6f9f8c
Doc - fix link 2018-02-14 20:59:50 +01:00
sleto-it db65d16bfc
Doc - Fix link 2018-02-14 20:23:57 +01:00
sleto-it ecd033491f
Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
sleto-it 7498b67f67
Doc - ArangoDB Starter doc integration (#4549)
Internal Ref: https://github.com/arangodb/planning/issues/1479
2018-02-14 17:07:38 +01:00
jsteemann f9d4598f52 fix macros for non-maintainer mode 2018-02-14 15:40:16 +01:00
Vasiliy 828f8fb48c locally tested only, Changes since last PR: ensure parser.cc dependency is tracked in the build directory to avoid bison invocation on MSVC, aquire IResearchView snapshot at transaction begin() and reuse it for all queries, remove unused callback registration from Methods (#4564) 2018-02-14 12:32:29 +01:00
Tobias Gödderz f2ce577518 Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) 2018-02-14 10:34:40 +01:00
jsteemann 3883501001 fix compile error 2018-02-13 22:28:06 +01:00
Dan Larkin 96dbc693db Speed up condition normalization (DNF conversion) (#4574) 2018-02-13 22:13:52 +01:00
Andrey Abramov 1b7dd672c9 Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
Wilfried Goesgens dbfe4344f5 Doc - fixes TOC (#4580) 2018-02-13 20:44:30 +01:00
Wilfried Goesgens 139aca6967 Doc - fix examples (#4579) 2018-02-13 20:32:01 +01:00
Simran 0e0b467a45 Doc - Adds toc plugin (#4577)
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
Jan d82a9e94cf
remove old, potentially unsafe ScopeGuard implementation (#4576)
use TRI_DEFER instead so there are less variants
2018-02-13 18:13:02 +01:00
jsteemann a0ace6ef73 fix jslint 2018-02-13 12:21:20 +01:00
Wilfried Goesgens 619155a62d Feature/aqlfunction to cpp (#4573) 2018-02-13 11:50:49 +01:00
ArangoDB Release Bot 66401c5463 nightly frontend build 2018-02-13 00:57:52 +00:00
Jan 935e2790ad
forward port of replication bugfixes from 3.2 (#4572) 2018-02-12 18:13:51 +01:00
Dan Larkin 20767cfc5d Fix selectivity computation. (#4558) 2018-02-12 16:16:12 +01:00
Michael Hackstein 1f3c4105a0
Now smart edge collections also translate the collectionName of distributeShardsLike (#4568) 2018-02-12 14:42:09 +01:00
Jan 6a65455caa
it's dangerous to read from TryCatch if it has not been properly populated before (#4566) 2018-02-12 11:59:07 +01:00