1
0
Fork 0
Commit Graph

41728 Commits

Author SHA1 Message Date
Jan 399d2e67f7
it's dangerous to read from TryCatch if it has not been properly populated before (#4567) 2018-02-12 11:59:23 +01:00
Heiko 3b6abfd4a8 removed not needed menu entry for cluster logs (#4545) 2018-02-12 10:07:56 +01:00
Simran 14a2ee1670 Doc - Use relative links for cross references (#4520)
Fix for Issue https://github.com/arangodb/arangodb/issues/4505
2018-02-10 19:27:07 +01:00
Alan Plum 75892a79c9 More Foxx API tests (#4517) 2018-02-09 15:57:25 +01:00
Max Neunhöffer 3352be3166
Stack size at least 8MB on libmusl. (#4528) 2018-02-09 15:02:58 +01:00
Jan 9ffbc908f3
replication bugfixes and improvements ported from 3.2 (#4497) 2018-02-09 13:39:31 +01:00
Jan 414388963f
Bug fix 3.3/add edge filter to neighbors enumerator (#4550) 2018-02-08 15:15:21 +01:00
Tobias Gödderz f59d0969df Issue #4160: Clearer log messages during upgrade (#4541) 2018-02-08 14:17:14 +01:00
Jan 9dbef6f8c8
speed up collection.any() for mmfiles (#4432) 2018-02-08 11:36:27 +01:00
Jan e51f814587
fix internal issue #1848 (#4522)
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:34:24 +01:00
Jan 6b9f31f1eb
add temporary rights that are required to make a slave (#4513) 2018-02-08 09:33:34 +01:00
jsteemann 1e5c382b67 remove useless explain 2018-02-08 09:00:14 +01:00
Jan 30997d4ddf
remove obsolete hint (#4532) 2018-02-08 08:53:16 +01:00
Jan f4634e72e2
periodically recheck socket validity/connectivity for sockets that loop around poll() every 20s (#4536) 2018-02-08 08:40:43 +01:00
Max Neunhöffer 1ca1b89deb
Port static-build fixes to the 3.3 branch (libmusl). (#4481)
* Changes for libmusl compilation. (#4294)
* 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-07 10:49:32 +01:00
Michael Hackstein c47c535fa8
Bug fix 3.3/improve mac build (#4514) 2018-02-06 15:48:56 +01:00
Michael Hackstein d574cff1b9
Create javascript.app-path if it does not exist (#4510) 2018-02-06 15:41:59 +01:00
Michael Hackstein 4ff788c5a5 Fixed changelog. Sorry added the info into the already released version which was wrong. 2018-02-05 16:53:31 +01:00
Michael Hackstein 6eea8967cc Added CHANGELOG entries for latest foxx fixes. Forgotten in PR. 2018-02-05 12:32:16 +01:00
Alan Plum 111cb3054d Don't greedily delete legit app folders (#4439)
See #4395
2018-02-05 12:31:43 +01:00
Alan Plum 5bdd212fc4 Bugfix Foxx API tests (#4472) 2018-02-05 11:32:13 +01:00
Alan Plum 28f4e3970f More consistent config/deps output in Foxx API (3.3) (#4440)
* Correctly expose parsed/raw config

This makes accessing the configuration more consistent by distinguishing between the raw (assigned) and parsed (validated/default) values.
Previously there was no way to recognise default values for unset config options and the "current" value did not actually reflect what the service sees.

* Add minimal option to config/deps routes

The default values are backwards compatible with the existing behaviour but can be overridden to consistently get more/less output.

* Actually merge warnings into non-mininal response
2018-01-30 16:50:25 +01:00
Alan Plum ce9dfe8558 Fix legacy Foxx HTTP API compat layer (#4265) Part 2 (#4469)
* Fix store support in foxx-manager legacy API
* Move store refresh logic into legacy Foxx API
The 'refresh' option is not actually exposed by the new API and the behaviour was incompatible with the old implementation.
* issue #4393 part two
2018-01-30 16:29:10 +01:00
Alan Plum 85ee100bf5 Fix legacy Foxx HTTP API compat layer (#4265) (#4450) 2018-01-30 10:08:24 +01:00
Wilfried Goesgens 9d53c390b1 fix size 2018-01-26 11:21:25 +01:00
jsteemann dbb9d79311 release version 3.3.3 2018-01-26 11:18:00 +01:00
jsteemann ac63433e87 fix invalid filename (my bad) 2018-01-25 16:47:15 +01:00
jsteemann 0254579741 fix compilation on MacOS 2018-01-25 16:30:04 +01:00
Jan c55374a75c
fix issue #4272 (#4418) 2018-01-25 15:57:06 +01:00
Jan 4c6337611b
properly unlock after restore-indexes (#4369) 2018-01-25 15:56:13 +01:00
Kaveh Vahedipour 5dc2bcf905 distributeShardsLike documented for /_api/collection (#4413) 2018-01-25 15:25:10 +01:00
Max Neunhöffer dbdd72139c Make sure docker tag is stored. (#4421) 2018-01-24 15:18:19 +01:00
Jan e3f136f11d
potential fix for issue #4272 (#4310) 2018-01-23 17:44:31 +01:00
Frank Celler deb8c3b04e
added build script for nightly docker images (#4400) 2018-01-23 16:29:06 +01:00
Jan 6d8dfe57c0 Doc - added documentation for ArangoShell `print` function (#4397) 2018-01-23 13:56:30 +00:00
Heiko c06c552359 Bug fix 3.3/quotation marks query editor (#4381) 2018-01-23 12:38:02 +01:00
Jan c4ffdf992b Doc - clarify documentation for AQL data modification operations (#4390) 2018-01-23 10:59:36 +00:00
Jan d094ace175
added traversal test (#4375) 2018-01-23 09:08:58 +01:00
Simon 6752e6bc38
Merge pull request #4363 from arangodb/bug-fix-3.3/fix-revoke-in-cluster
fix revoke operation
2018-01-22 15:31:59 +01:00
Jan 607a9d9ebd
Wait for 5 dbservers to be there and GOOD before test starts. (#4373) 2018-01-22 09:26:03 +01:00
Jan f04f0537b8
added test for issue #4308 (#4371) 2018-01-22 09:23:16 +01:00
Jan cce1a6f55b
improved logging for MMFiles IO operations (#4365) 2018-01-19 18:36:49 +01:00
jsteemann 69ef75b2e3 added test case 2018-01-19 15:01:01 +01:00
jsteemann fcad07dd7e fix revoke operation 2018-01-19 10:14:59 +01:00
Jan d227c83e29
explicitly control activation of RocksDB write-throttling feature (#4359)
also consistently use -DNDEBUG to avoid different class layouts when
the same class are used by different translation units
2018-01-19 09:32:47 +01:00
Jan 6712d6cdf4
fixed issue #4308: Crash when getter for error.name throws an error (#4347) 2018-01-17 12:14:38 +01:00
Kaveh Vahedipour a14c4bd02f constituent correctly persisiting _votedFor and _term (#4248) (#4320) 2018-01-17 10:37:16 +01:00
Heiko 7d5dfa88c9 Bug fix 3.3/issue 1684 (#4339) 2018-01-17 08:29:28 +01:00
Heiko b8c55b126d Bug fix 3.3/issue 1683 (#4341) 2018-01-17 08:28:47 +01:00
Michael Hackstein 82818d3294 Minor test fixes in client case 2018-01-16 21:21:03 +01:00