1
0
Fork 0
Commit Graph

41880 Commits

Author SHA1 Message Date
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
Jan 97107b00c9
do not log connection errors caused by using wrong protocols with log level ERR (#4561) 2018-02-12 10:32:24 +01:00
Heiko c36bb206ad removed not needed menu entry for cluster logs (#4544) 2018-02-12 10:05:52 +01:00
Jan 5acaf9b5a3
Bug fix/carnival (#4562) 2018-02-12 09:01:57 +01:00
Wilfried Goesgens 16648fc628 fix windows compile (#4557) 2018-02-11 18:56:13 +01:00
Dan Larkin 5109417d72 Added some currently unnecessary locking as preventative measure agai… (#4559)
* Added some currently unnecessary locking as preventative measure against potential future changes.

* return by move will disable RVO, fix compiler warning
2018-02-11 18:54:23 +01:00
jsteemann 0c4f22659b fix compile error 2018-02-09 17:37:38 +01:00
Dan Larkin 934e936bae Fix index selectivity estimate issues with RocksDB engine (#4429) 2018-02-09 16:05:33 +01:00
Alan Plum b00d169bcf More Foxx API tests (#4516) 2018-02-09 15:55:42 +01:00
sleto-it 325abef136
Doc - Cluster admin (#4228)
This PR is a first attempt to improve Cluster documentation. The PR aims at keeping / preserving existing external links

Planning issues ref:

    arangodb/planning#1430
    arangodb/planning#1500
    arangodb/planning#1655
2018-02-09 15:37:08 +01:00
Simon 35136a89c0 Fix some problems with active failover (#4540) 2018-02-09 15:11:53 +01:00
Max Neunhöffer e20743989b
Stack size at least 8MB on libmusl. (#4529) 2018-02-09 15:03:18 +01:00
Jan 42dd337152
allow using `returnOld` and `returnNew` attributes in HTTP REST APIs … (#4479) 2018-02-09 14:50:56 +01:00
Jan 8da61a9875
Bug fix/more replication tests (#4500) 2018-02-09 13:06:47 +01:00
sleto-it c77b67bcd7
Doc - sync script (#4548)
Include Willi's script to synchronize doc from external repos into our official doc
2018-02-09 10:23:26 +01:00
Jan 4f872b62ee
add missing edge filter NeighborsEnumerator (#4547) 2018-02-08 15:15:29 +01:00
Wilfried Goesgens ceed0f15e1 Packaging/fix debug config (#4352) 2018-02-08 11:45:43 +01:00
Jan 7bb1c88663
speed up collection.any() for mmfiles (#4433) 2018-02-08 11:39:40 +01:00
Jan 7854574933
added missing rights for setting up replication in system database (#4524) 2018-02-08 09:35:00 +01:00
Jan b2ceb68205
Feature/small misc optimizations (#4504) 2018-02-08 09:25:07 +01:00
Jan 0eae1d225f
fix internal issue #1848 (#4521)
AQL optimizer was trying to resolve attribute accesses
to attributes of constant object values at query compile time, but only did so far
the very first attribute in each object

this fixes https://stackoverflow.com/questions/48648737/beginner-bug-in-for-loops-from-objects
2018-02-08 09:23:15 +01:00
Tobias Gödderz a7ee38b5fa Issue #4160: Clearer log messages during upgrade (#4534) 2018-02-08 09:14:26 +01:00
jsteemann 24da298f0a removed useless explain 2018-02-08 09:01:03 +01:00
Jan 80df690816
remove obsolete hint (#4531) 2018-02-08 08:53:24 +01:00
Jan 4e99113bbb
periodically recheck socket validity/connectivity for sockets that loop around poll() every 20s (#4535) 2018-02-08 08:40:52 +01:00
Vasiliy cf0d575246 locally tested only, Changes since last PR: disable IResearch IQL until IResearch upstream is updated, address some warnings (#4519) 2018-02-07 09:40:06 +01:00
Jan Christoph Uhde 6d8d3b5197 Add getIndexes() to completion in arangod-console (#4527) 2018-02-07 09:38:53 +01:00
Jan Christoph Uhde a54c581111 try to fix permission issues of "/var/tmp/arangod" (#4457) 2018-02-06 23:17:08 +01:00
Kaveh Vahedipour 7f9786eb27 builder fixed for agency transaction. worked only for a single server. (#4436) 2018-02-06 23:14:53 +01:00
Manuel B 96fd64d620 fix js in aragosh user mngmnt example (#4466) 2018-02-06 23:13:03 +01:00
Michael Hackstein 8626f96a4d
Improve MacOS build, faster, more stable at least a bit less complex. (#4507) 2018-02-06 15:45:39 +01:00
Wilfried Goesgens 97e2a9d968 we mustn't deliver curl build results with our packages (#4506) 2018-02-06 15:44:50 +01:00
Michael Hackstein 2d55e99b80
Create javascript.app-path if it does not exist (#4509) 2018-02-06 15:42:05 +01:00
Andrey Abramov 30f8e7d954
Merge pull request #4487 from arangodb/buf-fix/internal-issue-#334
properly handle `IndexCreate` markers in rocksdb recovery
2018-02-05 22:51:07 +03:00
Jan Christoph Uhde 3fadaf72c6 Feature/upgrade curl (#4283) 2018-02-05 20:37:12 +01:00
Andrey Abramov af5318c407 Merge branch 'devel' of https://github.com/arangodb/arangodb into buf-fix/internal-issue-#334
# Conflicts:
#	arangod/IResearch/IResearchLink.cpp
#	arangod/IResearch/IResearchView.cpp
2018-02-05 19:03:05 +03:00
Alan Plum 232abd4bd0 Fix legacy Foxx HTTP API compat layer (#4265) (#4449) 2018-02-05 12:35:51 +01:00
Michael Hackstein bec14f53ce Merge branch 'devel' of github.com:arangodb/arangodb into devel 2018-02-05 11:48:23 +01:00
Michael Hackstein 057c72b8f2 Added CHANGELOG entries for latest foxx fixes. Forgotten in PR. 2018-02-05 11:48:18 +01:00
Mark 599da158b5 Bugfix Foxx API tests (#4446) 2018-02-05 11:31:27 +01:00
Alan Plum 58cfd340cc Don't greedily delete legit app folders (#4437)
See #4395
2018-02-05 11:30:05 +01:00
Vasiliy aa041ddfb9 locally tested only (#4476) 2018-02-05 11:24:34 +01:00
Andrey Abramov 2bdc341fa0 some fixes after review 2018-02-02 20:21:42 +03:00
Andrey Abramov 630d1afacf properly handle `IndexCreate` markers in rocksdb recovery 2018-02-02 16:23:25 +03:00
Frank Celler 28e645af2a
Feature/remove groovy file update (#4483)
* do not regenerate file

* added branch name to groovy file directly
2018-02-02 08:59:50 +01:00
Max Neunhöffer 858d875e8b
Further fixes for libmusl completely static build. (#4474)
* Make crc assembler code position independent.
* Fix PIE compilation for libmusl in alpine linux.
* Use backtrace library if found.
2018-02-01 13:38:34 +01:00
Dan Larkin bf606bdf89 Rename more '-iresearch' tests to '-arangosearch'. (#4477) 2018-01-31 18:01:04 +01:00
Dan Larkin a25384fe6c Rename -iresearch files to -arangosearch for proper test selection. (#4386) 2018-01-31 17:25:59 +01:00