1
0
Fork 0
Commit Graph

42401 Commits

Author SHA1 Message Date
Max Neunhoeffer 59785b226f
Fix compilation. 2018-03-08 15:26:41 +01:00
Max Neunhoeffer 28be92ec52
Parse Views hierarchy in loadPlan. 2018-03-08 15:07:46 +01:00
Max Neunhoeffer a8a307b532
Report views in ClusterInfo.
This is incomplete as it is, because we do not yet parse the views
we see in the plan.
2018-03-08 14:24:22 +01:00
Simon 272859c5fd Replacing js upgrade logic (#4061) 2018-03-08 13:57:30 +01:00
Jan d6246de85c
fix RestCursorHandler::finalizeExecute in case /_api/cursor is called with invalid JSON input (#4782) 2018-03-08 13:52:57 +01:00
Andrey Abramov 4662f687d1
Merge pull request #4781 from arangodb/bug-fix/internal-issue-#344.3.1
manually-merge: differentiate data-source types by category e.g. LogicalCollection/LogicalView
2018-03-08 15:37:33 +03:00
Vasiliy daa1db659c manually-merge: differentiate data-source types by category e.g. LogicalCollection/LogicalView 2018-03-08 13:40:25 +03:00
Max Neunhoeffer 0a88c94805
Create Plan/Views/_system at Cluster deployment. 2018-03-08 11:08:45 +01:00
jsteemann f94bd4f5b4 fix invalid read during tests 2018-03-08 10:27:43 +01:00
Michael Hackstein 6f42d062be Fixed false http error codes in timeout case. Also reactivated retry in error case. (#4760) (#4770) 2018-03-08 09:19:16 +01:00
Simon 102998dd65 Streaming Query Cursor (#4769) 2018-03-08 09:18:41 +01:00
Andrey Abramov 29b7a7ea44 remove logger view (#4764) 2018-03-08 09:18:21 +01:00
Mark 292117e3cf Bug fix devel/bfs filter vertices (#4752) 2018-03-08 09:06:15 +01:00
ArangoDB Release Bot aeec9d3879 nightly frontend build 2018-03-08 00:57:38 +00:00
Heiko edaeeaff6a fixed wrong behaviour in patch user route (#4774) 2018-03-07 11:54:50 +01:00
Heiko 43c11b448b fixed wrong detection of file types (#4772) 2018-03-07 11:03:30 +01:00
Tobias Gödderz 4f6847b1b8 Bug fix/supervision bug distributeshardslike and virtual collections (#4759) 2018-03-07 09:54:39 +01:00
ArangoDB Release Bot fb4d18dfa6 nightly frontend build 2018-03-07 00:57:49 +00:00
Jan 7a78dde426
forward-port LDAP changes (#4766) 2018-03-06 22:32:53 +01:00
Simon f1d01a4585 Replace sleep (#4767)
For windows.
2018-03-06 17:33:15 +01:00
Heiko a9ce6f8d9a fixed wrong behaviour when updatating foxx repository was not successful (#4763) 2018-03-06 12:07:45 +01:00
Vasiliy f9a45032cd LogicalDataSource for Methods::StateRegistrationCallback instead of TRI_voc_cid_t to avoid unnecessary lookups (#4732)
* Changes since last PR: use LogicalDataSource for Methods::StateRegistrationCallback instead of TRI_voc_cid_t to avoid unnecessary lookups
* backport: address cluster LogicalDataSource resolution failure
2018-03-06 11:41:41 +01:00
Wilfried Goesgens c7a9b41cf5 Doc - Interactively generated AQL examples (#4757)
* interactively generated AQL examples
2018-03-05 19:17:16 +01:00
Michael Hackstein 76e7461aa9
Revert "bug fix for jobs looking at distrubuteShardsLike and virtual collections (#4665)" (#4758)
This reverts commit 3c35cd32dd.
2018-03-05 17:48:29 +01:00
Kaveh Vahedipour 3c35cd32dd bug fix for jobs looking at distrubuteShardsLike and virtual collections (#4665) 2018-03-05 17:37:07 +01:00
jsteemann 37e2ef461a fix tests 2018-03-05 17:30:46 +01:00
Jan 5a67a048c5
bump version number for all local DDL changes and tell agency (#4685)
this allows other listeners (e.g. for DC2DC) to get notified when
DDL operations are carried out locally and need to be applied remotely
2018-03-05 17:06:34 +01:00
Andrey Abramov 9f84c95f0a Execution block mock (#4710) 2018-03-05 16:24:15 +01:00
Simon 1b572c52c2 Active-Failover VelocyStream Fixes (#4715) 2018-03-05 15:54:19 +01:00
Andrey Abramov f6c184df33 Factory method for execution block (#4729) 2018-03-05 15:02:30 +01:00
Jan 66faa0fab9
Improve the description of --ldap.tls-version (#4755) 2018-03-05 13:52:03 +01:00
Simon 950e8c3e7b Fixing issues related to missing auth rights (#4753) (#4754)
(cherry picked from commit 38a99d8f65)
2018-03-05 13:48:51 +01:00
Wilfried Goesgens 8297fd38b8 Doc - Fix doc build attempt 2 (#4744) 2018-03-02 15:02:42 +01:00
sleto-it dec0e0c7f0
Doc - Fix doc build (#4741) 2018-03-02 12:23:49 +01:00
Wilfried Goesgens bffac3f1f4 fix codeblock reader - keep newlines (#4734)
We must keep newlines when copying the markdown blocks into the documentation; else it will destroy the structure of documents.
fixes #4716
2018-03-02 11:48:11 +01:00
sleto-it 801d43e250
Doc - Replication Refactor - Part 2 (#4717)
* progress the refactor + bug fixes
2018-03-02 11:14:53 +01:00
Vasiliy a988cb19d7 Changes since last PR: create a common ancestor to LogicalCollection/LogicalView (#4719) 2018-03-02 09:02:09 +01:00
ArangoDB Release Bot 0d184a07fa nightly frontend build 2018-03-02 00:57:43 +00:00
Jan 46a56792ed
fix `fullCount` value in some cases in cluster mode (#4723) 2018-03-01 18:33:10 +01:00
Jan 00d331bb62
fix UI in non-authenticated mode (#4731) 2018-03-01 18:07:10 +01:00
Wilfried Goesgens f489b7d5de fix dumping permission checks; (#4725) 2018-03-01 17:17:11 +01:00
Heiko 7bcfbee0c5 Bug fix/issue 4698 (#4700)
* databases inside the login view and uer permissions view are now sorted

* changelog
2018-03-01 16:51:14 +01:00
Heiko 663d98c99f Bug fix/issue 4657 (#4706)
* fixed incomplete content type header

* changelog
2018-03-01 16:47:54 +01:00
Max Neunhöffer b7d09bcdc4
Fix agency test startup. (#4642) 2018-03-01 16:45:26 +01:00
Vasiliy f4dbfdbdbd Changes since last PR: partially revert commit bd86eea365737300a4e0e8d23938a88d54cfcbf4 to address test warnings, partially revert commit a1cfb3d72b to address test warnings, remove unused function (#4699) 2018-03-01 09:29:11 +01:00
ArangoDB Release Bot 6a1bb6ab2c nightly frontend build 2018-03-01 00:57:46 +00:00
Manuel B 970765b486 documentation: fix date_compare example (#4713) 2018-02-28 17:19:36 +01:00
Heiko 64e81064b1 added missing global var (#4712) 2018-02-28 16:25:54 +01:00
Heiko b6df96fcc1 Feature/foxx store (#4600)
Vastly improved the Foxx Store UI
2018-02-28 14:39:36 +01:00
Wilfried Goesgens a3e46710e7 fix REPLACE syntax, the collection was missing. (#4703) 2018-02-28 13:29:42 +01:00