1
0
Fork 0
Commit Graph

14094 Commits

Author SHA1 Message Date
Heiko df24dec12d removed not needed menu entry for cluster logs (#4543) 2018-02-12 10:07:32 +01:00
Alan Plum efdd0d6832 More Foxx API tests (#4518) 2018-02-09 15:56:46 +01:00
Jan af27cbdf3b
fix internal issue #1848 (#4523)
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
2018-02-08 09:17:56 +01:00
jsteemann f13f966b67 remove useless explain from test output 2018-02-08 08:47:46 +01:00
Alan Plum 8368f0d28c Don't greedily delete legit app folders (#4438)
See #4395
2018-02-05 12:28:33 +01:00
Mark 96cd2f0cf9 Bugfix Foxx API tests (#4473) 2018-02-05 12:27:25 +01:00
Michael Hackstein 51e7f9f416
Bug fix 3.2/distribute shards like (#4496) 2018-02-05 10:55:45 +01:00
Michael Hackstein a1547c43b0 Revert "Bug fix/distribute shards like (#4415) (#4495)"
Accidently commited merge conflict.

This reverts commit 32d43924e7.
2018-02-05 10:37:47 +01:00
Michael Hackstein 32d43924e7
Bug fix/distribute shards like (#4415) (#4495) 2018-02-05 10:27:38 +01:00
Jan ba6dd292f9
Replication bugfixes (#4488)
* added random transaction tests

* added extra recovery test

* added AQL tests for replication

* added tests for AQL queries

* fix timeout issues in replication client expiration

* emit more useful debug information

* more useful debug information, do not use waitForSync for initial synchronization

* try to avoid slave getting out of sync with master by updating replication batches on master more often
2018-02-05 10:11:43 +01:00
Alan Plum ef54d10d34
Fix legacy Foxx HTTP API compat layer (#4265) Part 2 (#4470)
* 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.
2018-01-30 16:53:35 +01:00
Alan Plum 3bd0abc27d Fix legacy Foxx HTTP API compat layer (#4265) (#4451) 2018-01-30 10:07:57 +01:00
jsteemann 02840fade8 fix invalid filename (my bad) 2018-01-25 16:45:26 +01:00
Jan b0cf7c9c05
fix issue #4272 (#4417) 2018-01-25 15:56:57 +01:00
Heiko 8216d8e7f0 Bug fix 3.2/quotation marks query editor (#4382) 2018-01-23 12:37:52 +01:00
Jan 1d0108bd7f
Wait for 5 dbservers to be there and GOOD before test starts. (#4374) 2018-01-22 09:25:41 +01:00
Jan 08b0b8a3f9
added test for issue #4308 (#4370) 2018-01-22 09:24:11 +01:00
jsteemann e7c6b0a40a release version 3.2.11 2018-01-19 18:30:35 +01:00
jsteemann 2a3f3fc463 added test case 2018-01-19 14:54:33 +01:00
Michael Hackstein 2d3e618357
Fixed truncate in RocksDB, including index estimates (#4367) 2018-01-19 14:33:47 +01:00
jsteemann ac7b5d75c3 release version 3.2.11 2018-01-17 13:08:11 +01:00
Heiko 814dd50b6d Bug fix 3.2/issue 1684 (#4340) 2018-01-17 08:29:19 +01:00
Heiko da92d1c9d2 Bug fix 3.2/issue 1683 (#4342) 2018-01-17 08:28:38 +01:00
Heiko 7f2e6a1488 UI: optimized login view for very small screen sizes (#3761) (#4319) 2018-01-16 20:56:39 +01:00
Heiko 329ac59c51 optimized shard distribution api and ui (#4313) 2018-01-16 20:55:37 +01:00
Heiko 4122191706 Bug fix 3.2/ui query parameter issue 4217 (#4246) 2018-01-16 09:14:53 +01:00
Jan 07c1b9abf9
fix missing events in RocksDB-based replication for transactions that… (#4273) 2018-01-15 21:33:12 +01:00
Max Neunhöffer e95359c8ca Fix shard distribution test. (#4263) 2018-01-15 21:32:55 +01:00
Jan 46d3854f78
fix memory hunger of cache (#4268) 2018-01-12 12:15:12 +01:00
Jan 79947848ae
fixed issue #4199: Internal failure: JavaScript exception in file 'arangosh.js' at 98,7: ArangoError 4: Expecting type String (#4200) 2018-01-05 13:39:27 +01:00
Jan 11f98882ae
added tests and updated documentation for Foxx queues (#3860) 2018-01-05 13:38:45 +01:00
Kaveh Vahedipour 40b10a7fe2 Bug fix 3.2/supervision no longer fails to remove server from failed when back to good (#4211)
* let's not miss failedserver removal
* remove resetting of FailedServers in test code
* Only call abortRequestsToFailedServers at most every 3 seconds.
2018-01-03 23:18:10 +01:00
Heiko 4b798028c9 ui - updated support view (#4204) 2018-01-03 17:04:37 +01:00
Heiko 3e588c54ae Bug fix 3.2/ui fix foxx configuration keys 3818 (#3995) 2018-01-02 12:45:40 +01:00
Heiko a68bfb67f6 Bug fix 3.2/issue 4152 ui wfs rocksdb (#4155) 2018-01-02 12:30:33 +01:00
jsteemann cba399017e disable a specific test because it depends on some platform-specific behavior 2017-12-22 17:19:22 +01:00
Jan Steemann 1c41504948 release version 3.2.10 2017-12-22 12:06:43 +01:00
Jan Steemann ba3128232c release version 3.2.10 2017-12-22 11:58:04 +01:00
Heiko 00c495923c improved the behavior during collection creation in a cluster environment (#4053) 2017-12-18 22:01:34 +01:00
Wilfried Goesgens 334e6956f4 Bug fix 3.2/aardvark dont use any for graph start (#3902)
* any() is very slow in rocksdb with large collections.
Instead pick a random document of the first 1000 documents.

* changelog: why do we replace any()
2017-12-18 11:42:57 +01:00
Heiko 1524f401f4 Bug fix 3.2/ui navigation label issue 1406 (#3880) 2017-12-14 13:04:43 +01:00
Heiko b33cff4b9d fixed issue #3822 (#3962) 2017-12-12 17:22:18 +01:00
Michael Hackstein 0c935e14dc Improved the cost estimation of traversals to be independent from max search depth. This fixes #3917 (#3943) 2017-12-12 09:14:33 +01:00
Jan c60efd210b
fixed issue #3640: limit in subquery (#3903) (#3985) 2017-12-11 15:28:50 +01:00
Kaveh Vahedipour 0e5437e9d4 backport (#3853) 2017-12-06 14:18:54 +01:00
Heiko de1828ab44 edge collections were wrongly added to from and to vertices select box during graph creation - 3.2 (#3882) 2017-12-06 10:54:04 +01:00
Heiko f7312af01f added better not found information if a document or a collection was … (#3873) 2017-12-04 11:52:38 +01:00
jsteemann 2c521c3867 fix issue #3858 2017-12-01 10:26:31 +01:00
Wilfried Goesgens ed9d988ba1 release version 3.2.9 2017-11-30 15:28:27 +01:00
Heiko 813e881990 UI: document/edge editor now remembering their modes (e.g. code or tree) (#3833) 2017-11-30 11:49:37 +01:00