Michael Hackstein
2cd48e614b
Feature/optimizer rule remove filter covered by traversal ( #2731 )
...
* Added a first test for remove-filter-covered-by-traverser rule.
* initial try at adding the functions
* Initial try at fixing all cases
* Fixing optimizer rule order
* Changing rule
* excluding quantifier ANY
* Fixing assertion error
* quick fix for some failed traverser cases
* Fixing quantifier related tests
* Adding upper limit for scannedIndex in cluster
* Fixing the mmfiles asserts
* Allow the coordinator to do condition checking on edges again. Used in enterprise.
* Fix naming of optimizer rules (#2739 )
2017-07-10 10:15:17 +02:00
Jan
49d2313c2c
fix ub in agency compaction ( #2736 )
2017-07-09 20:45:00 +02:00
Frank Celler
60abc9ff8e
raised jenkins log level
2017-07-09 09:28:38 +02:00
Frank Celler
837db3759a
fixed wrong builder scope ( #2759 )
2017-07-09 08:14:55 +02:00
Frank Celler
14a82e7685
indirect logging in jenkins to get avoid serialization of requests
2017-07-09 07:59:43 +02:00
Frank Celler
6f1e4efac5
raised log level for Jenkins
2017-07-08 22:35:36 +02:00
Frank Celler
ccd56c2571
Bug fix/inception typo ( #2756 )
...
small typo
2017-07-08 19:16:23 +02:00
Frank Celler
6aabc148d8
Feature/jenkins pipeline ( #2757 )
...
reduce concurrency
2017-07-08 19:15:42 +02:00
Frank Celler
0450700419
fixed windows test script
2017-07-08 17:48:52 +02:00
Frank Celler
54a5e66cb1
fixed superflous remove
2017-07-08 17:36:40 +02:00
Frank Celler
545e861829
Bug fix/agency prepare leading bug ( #2752 )
2017-07-08 17:08:30 +02:00
Frank Celler
15f3788c27
Feature/jenkins pipeline ( #2753 )
2017-07-08 15:03:22 +02:00
Jan
5c25b6934e
fix issue #2744 ( #2745 )
2017-07-07 12:39:02 +02:00
Jan
e823f86601
fix small issues found by cov-build ( #2746 )
2017-07-07 12:36:11 +02:00
Jan
345c8bc6f9
fix v8 context races on startup ( #2747 )
2017-07-07 12:34:56 +02:00
Heiko
fbb8189d2a
fixed a bug when the user defined query limit in the ui was not recognized correctly ( #2733 )
2017-07-06 18:11:19 +02:00
Jan
a29e364817
don't duplicate existing information ( #2740 )
2017-07-06 18:07:41 +02:00
Jan
6a35df3992
should fix https://github.com/arangodb/planning/issues/413 ( #2742 )
2017-07-06 18:03:59 +02:00
Jan
c4564fe163
added deduplicate array to some places in docs ( #2741 )
2017-07-06 17:32:35 +02:00
Jan
a22a9ccb6c
fix authinfo caching ( #2743 )
...
https://github.com/arangodb/planning/issues/414
2017-07-06 17:31:46 +02:00
Max Neunhöffer
3d8e590bee
Adapt Raft timeouts dynamically and fix create collection timeout race
...
Various fixes.
2017-07-06 12:51:51 +02:00
Jan Christoph Uhde
562cc77b59
Bug fix/issue 2499 insert 9 instead of 1 ( #2727 )
...
* Add testcase to demonstrate #2499
- In subqueries inserts get pushed to the DB-Servers
- these create documents documents on each DB-Server that don't respect the shard-key
- subsequent deletes will fail to detect the shard correctly and will also fail.
* fix for #2499
2017-07-06 09:53:39 +02:00
Frank Celler
1bcf7a5c06
Feature/jenkins pipeline ( #2738 )
2017-07-06 00:18:27 +02:00
Frank Celler
b55ee11308
Feature/jenkins pipeline ( #2737 )
2017-07-05 23:51:29 +02:00
Jan
27dc53b451
Bug fix/cleanup stuff ( #2734 )
...
* cppcheck
* remove unused files
* cppcheck just sucks
* add _FORTIFY_SOURCE
2017-07-05 19:34:16 +02:00
Simran Brucherseifer
6be3210e18
Docs: Moved Auditing and StorageEngines to appropriate categories, added highlights
2017-07-05 10:24:14 +02:00
Simon Grätzer
d8c57f2cc8
Feature/rocksdb hashsearch ( #2713 )
...
* Testing hash for documents
* fixing logspam error
* added base support for kHash in the edge index
* Current version of hash enabled edge index
* removed rocksdb key type byte, dynamic prefixes for hash-index
* Fixing issues with key classes
* Fixing merge conflict
* Fixing version with semi-working hash index
* fixing various issues
* Fixing hanger in EdgeIndexIterator nextExta, when _cache is disabled. Reenable cache
* Fixing geo index bounds, and fillIndexes error handling
* Adding back failure point
* Fixing RocksDBKey::vertexId
* Added version check on startup
* Fixing version check
* added one more check
* properly detect column families at startup
* Adding additional sanity checking
* Adding missing column family
* some fixes
* Turned off geoindex sync
* fixed error
* added asserts (untested)
* Adding more asserts
2017-07-05 10:18:52 +02:00
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