1
0
Fork 0
Commit Graph

40730 Commits

Author SHA1 Message Date
Max Neunhöffer 3387d794a7 Fix configuration file reader in the presence of @include. (#2725)
Vector options in configuration files including others which set
them as well had been ignored. This patch fixes this behaviour.
2017-07-04 22:37:46 +02:00
Wilfried Goesgens 5ea18952b0 In `mergeHistory` we check for valid coordinators.map replies as being an object. If we don't have a proper reply, rather return false, than an empty object twhich mergeHistory would trip over. (#2726) 2017-07-04 22:26:22 +02:00
Jan 3e79a81d7a adjust the CHANGELOG with the recent changes (#2722)
* adjust the CHANGELOG with the recent changes

* Update CHANGELOG
2017-07-04 17:38:08 +02:00
Heiko 820c4271f8 fixed missing function within ie (#2728) 2017-07-04 17:36:36 +02:00
Jan 852f91f32c it would have told us of about a missing semicolon (#2729) 2017-07-04 17:35:42 +02:00
Jan d334455bbf remove a non-deterministic part of a test (#2730) 2017-07-04 17:33:31 +02:00
Frank Celler 82ffead1cc Feature/auth context (#2721)
* fixed no access ui bug
* grunt
* optimized user permission view
* changed breadcrumb in document view
* optimized user permissions view
2017-07-04 17:32:51 +02:00
Frank Celler 6b47544611 Revert "Feature/optimizer rule remove filter covered by traversal" (#2724)
* Revert "Feature/authorization query cache (#2720)"

This reverts commit 83712b7b4a.

* Revert "properly return index in case of unique constraint violation (#2716)"

This reverts commit c3f346e0a5.

* Revert "fix https://github.com/arangodb/planning/issues/388 (#2714)"

This reverts commit 1d944b97a4.

* Revert "fix typo (#2718)"

This reverts commit 61a80ed697.

* Revert "Feature/optimizer rule remove filter covered by traversal (#2676)"

This reverts commit c54b81fb69.
2017-07-04 11:13:36 +02:00
Manuel B 83712b7b4a Feature/authorization query cache (#2720)
* check authorization when accessing query cache
2017-07-04 08:37:14 +02:00
Jan c3f346e0a5 properly return index in case of unique constraint violation (#2716) 2017-07-03 18:42:21 +02:00
Jan 1d944b97a4 fix https://github.com/arangodb/planning/issues/388 (#2714)
also fix jslint issues
2017-07-03 18:41:54 +02:00
Jan 61a80ed697 fix typo (#2718) 2017-07-03 18:40:59 +02:00
Simon Grätzer c54b81fb69 Feature/optimizer rule remove filter covered by traversal (#2676) 2017-07-03 18:39:32 +02:00
Manuel B 89abf64a92 check authorization when accessing query cache (#2715) 2017-07-03 18:38:52 +02:00
Jan 418105b1f5 remove obsolete cmake commands (#2709) 2017-07-02 23:26:29 +02:00
Frank Celler e80e6a2509 Feature/jenkins pipeline (#2711) 2017-07-02 23:26:00 +02:00
Frank Celler bbe7484521 Feature/auth context (#2704)
* added read-only users
2017-07-02 23:15:57 +02:00
Jan ccbe1ba792 Bug fix/fix rocksdb options (#2702)
* cleanup rocksdb options
2017-07-02 23:13:42 +02:00
Frank Celler bec7c089fb fixed path (#2710) 2017-07-02 22:50:55 +02:00
Jan 91bce94e5c to be but not to bee (#2708)
that's not even a question
2017-07-02 12:54:21 +02:00
Frank Celler e1e61baee1 fixed windows unsupported assert (#2707) 2017-07-02 09:17:21 +02:00
Michael Hackstein ec66251ed2 Merge pull request #2706 from arangodb/bug-fix/resolveExternalsInTraverser
Fixed a bug to resolve externals in Traversal Condition checker.
2017-07-01 11:09:22 +02:00
Michael Hackstein 79d485d4b9 Fixed a bug to resolve externals in Traversal Condition checker. In some cases the condition was checked against such 2017-07-01 10:59:38 +02:00
Frank Celler 9fb464d3fc cleanup [ci: skip] 2017-07-01 09:11:49 +02:00
Jan cf4368881d change init order of mmfiles logfile manager and database feature (#2697)
database feature now comes first. this ensures that the mmfiles collector thread
(owned by the mmfiles logfile manager) can always access the list of databases,
and that this list is not destroyed while the collector thread is still running.
2017-07-01 08:47:57 +02:00
Wilfried Goesgens 603f0c5317 make messages about future package upgrades more clear (#2701) 2017-07-01 00:31:03 +02:00
Jan a5afdf9437 Bug fix/small issues (#2696)
* remove unused code

* print values of all options

* don't print "warning(s):" if there are none

* remove remainders of old file deletion functionality

* remove unused function
2017-07-01 00:30:45 +02:00
Wilfried Goesgens 20b5d1b597 Feature/add missing anchor (#2699)
* Macos Bundle: copy the config files into the users home directory, and reference them from there so the .dmg remains unchanged

* add missing anchor
2017-07-01 00:28:25 +02:00
Dan Larkin 05c8d3ae71 Converted Get calls to use PinnableSlice where possible. (#2683) 2017-07-01 00:27:27 +02:00
Max Neunhöffer 82dfd5a45a Fix a hangup in VST. (#2705)
The problem happened when the two first chunks of a VST message arrived
together on a connection that was newly switched to VST.
2017-07-01 00:26:06 +02:00
Jan c7c8910c7c make use of selectivity estimates in hash, skiplist and persistent indexes (#2703) 2017-06-30 18:11:58 +02:00
Jan 94b4a9ec4b added "deduplicate" attribute for array indexes (#2644) 2017-06-30 17:53:50 +02:00
Frank Celler 00673c8e70 Feature/jenkins pipeline (#2692) 2017-06-30 16:06:01 +02:00
Dan Larkin d7aedbe562 Changed VM overcommit recommendation for user-friendliness. (#2695) 2017-06-30 11:31:04 +02:00
Michael Hackstein b73c0dfda4 Merge pull request #2670 from arangodb/feature/issue-277-nextExtra
Feature/issue 277 next extra
2017-06-29 17:24:55 +02:00
Dan Larkin ee8cb749bb Added recovery tests for views and fixed a few related bugs. (#2682)
* Added recovery tests for views and fixed a few related bugs.

* Added more view recovery tests.

* Modified view recovery tests to add a waitForSync operation after.

* fixed usage of wrong view type

* fixed recovery of view change markers
2017-06-29 17:09:43 +02:00
Michael Hackstein 6901a9b53f Fixed a misplaced edge filter It checked for a condition on the wrong depth. 2017-06-29 17:03:05 +02:00
Alan Plum 7f585af4c3 Explicitly return 204 status code on commit (#2694) 2017-06-29 15:13:09 +02:00
Alan Plum bf9c018f7b Add idiomatic flag to Foxx tests (#2693) 2017-06-29 15:12:58 +02:00
Max Neunhöffer 506bd0869b Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675) 2017-06-29 08:47:54 +02:00
Jan 9fabcafe0e do not terminate the entire server process if a temp file cannot be c… (#2563)
* do not terminate the entire server process if a temp file cannot be created

* various bugfixes
2017-06-28 23:29:36 +02:00
Frank Celler e8fd6be407 Feature/jenkins pipeline (#2691) 2017-06-28 21:51:44 +02:00
Frank Celler 8f666990c3 fixed LogBuffer in case of too many messages (#2690) 2017-06-28 20:59:17 +02:00
Wilfried Goesgens 87e4e09996 don't add the '-g' linker flag for windows - it doesn't understand it. (#2681) 2017-06-28 15:17:20 +02:00
Wilfried Goesgens c6628edbba Macos Bundle: copy the config files into the users home directory, and reference them from there so the .dmg remains unchanged (#2687) 2017-06-28 15:16:44 +02:00
Heiko 7043af264c fixed database view event unresponsivess (#2674) 2017-06-28 15:16:14 +02:00
Jan ba1ef89b94 re-introduce one lock for read/write (#2686) 2017-06-28 15:11:56 +02:00
Simran Brucherseifer 9edc0b763f Docs: Strip line breaks from VERSION, delete .md leftovers
a line break at the end of the VERSION file can break book.json. Remove markdown files that Gitbook leaves behind in output
2017-06-28 14:35:00 +02:00
Simran Brucherseifer bbbd4c365c Docs: Reformat gitbook plugin lists, add priority to sitemaps 2017-06-28 14:35:00 +02:00
Michael Hackstein 82b220ba54 Merge branch 'feature/issue-277-nextExtra' of github.com:arangodb/arangodb into feature/issue-277-nextExtra 2017-06-28 14:31:35 +02:00