1
0
Fork 0
Commit Graph

2205 Commits

Author SHA1 Message Date
Dan Larkin-York 1897fd029f Add load balancing support to cursor API in 3.3 (#5797) 2018-07-24 09:56:40 +02:00
sleto-it 3191a27911
Doc - some EE notes (#5949) 2018-07-23 11:14:46 +02:00
Michael Hackstein 131114292b Bug fix/internal issue 2658 (#5760) 2018-07-04 21:51:24 +02:00
Simran 7fc4be14e1 Doc - Remove Crawling Github and SailsJS recipes (#5767) 2018-07-04 16:58:37 +02:00
maxkernbach a20049e388 Doc - fix documentation build script + a few other things (#5755) 2018-07-03 18:13:17 +02:00
Simran 37cf922aca Doc - New Arangoinspect binary. Partial backport from devel (#5703) 2018-06-29 09:37:53 +02:00
Vinay Pyati ec6f8e27f5 Doc - Fix typos and link (#5675) 2018-06-29 09:30:25 +02:00
Simran 50fdc71300 Doc - Add versions to Gitbook configs (#5700) 2018-06-29 09:29:19 +02:00
Simran f8b56a522e Doc - Fix Typo (#5705) 2018-06-29 09:28:27 +02:00
maxkernbach 219470acd4 Doc - fix link (#5671) 2018-06-25 18:47:22 +02:00
sleto-it b8bf87e054
Doc - Kube tutorial backport (#5637) 2018-06-20 18:01:32 +02:00
maxkernbach 0cc6fa40d9 Doc - clarify WITH for cluster traversal (#5542) 2018-06-18 10:54:44 +02:00
maxkernbach 7538277fb6 Doc - remove unsupported option for graph traversals (#5471) 2018-06-18 10:34:01 +02:00
Vinay Pyati 8b62088c50 Doc - blog post links were interchanged (#5596) 2018-06-18 09:47:37 +02:00
Luigi Servini e9699a38ba Doc - Added Kubernetes documentation (#5617) 2018-06-15 12:37:45 +02:00
Simran b380921bee Doc - Updated paths to fit ArangoDB v3 (#5442) 2018-05-23 19:21:00 +02:00
Tobias Gödderz a391088dbf [3.3] Fix inconsistent distributeShardsLike job (#5300) 2018-05-17 12:07:20 +02:00
Chris Olivier 3462b6cdd9 Fixed spelling errors (#4503) 2018-05-16 18:05:07 +02:00
Jan 731925080d
Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
maxkernbach 2e840ee5d0 Doc - New Example 'Multiple Path Search' (#5309)
Issue #3545
2018-05-14 10:35:31 +02:00
jsteemann 72420495c1 fixed documentation issue #5325 2018-05-11 14:47:42 +02:00
Jan ea96faf534
added REST API endpoint GET /_admin/server/availability (#5250) 2018-05-03 16:50:51 +02:00
Mark 3c77e29b1f Add query, aql.literal (3.3) (#5219) 2018-04-30 09:42:02 +02:00
Wilfried Goesgens 7515253e93 Documentation 3.3/backuport examples (#5192) 2018-04-24 13:52:40 +02:00
Jan 3e0fe7f143
added `--dump-option` startup option to print all available options in JSON format (#5173) 2018-04-23 11:38:30 +02:00
Tim Frakes 715efa8fe0 Update README.md (#5040)
Fixed grammar and punctuation in the first couple of sentences.
2018-04-20 15:34:54 +02:00
maxkernbach db908c5588 Doc- Fix build script (#5119) 2018-04-20 13:06:51 +02:00
Alan Plum 9410982539 Mention graphql-js 0.12 in Foxx GraphQL docs (#5083) 2018-04-19 12:18:44 +02:00
Jan 2fe7e82af2
improve startup resilience in case there are datafile errors (#4974) 2018-04-13 12:08:41 +02:00
Jan cda5da8a79
added option `--database.required-directory-state` (#5037) 2018-04-13 10:10:10 +02:00
jsteemann 0b45c3b0b6 updated version numbers and CHANGELOG 2018-04-11 16:00:31 +02:00
maxkernbach 2cdf1dd14d Doc - fix Issue #4778 (#5080) 2018-04-11 15:44:16 +02:00
Frank Celler 46b7dbcf75
added /_admin/status (#5047)
* added /_admin/status
2018-04-07 21:24:43 +02:00
Jan ae0b99de63
added ArangoShell helper function for packaging all information about an AQL query so it can be run and analyzed elsewhere: (#5010)
query = "FOR doc IN @@collection FILTER doc.value > @value RETURN doc";
    bind = { value: 42, "@collection": "mycollection" };
    options = { examples: 10, anonymize: true };
    require("@arangodb/aql/explainer").debugDump("/tmp/query-debug-info", query, bind, options);

Entitled users can send the generated file to the ArangoDB support to facilitate
reproduction and debugging.

The data from the generated file can be restored and analyzed via the *inspectDump*
function:

    require("@arangodb/aql/explainer").inspectDump("/tmp/query-debug-info");
2018-04-05 14:06:51 +02:00
sleto-it 13bc69d79a
Doc - WAL: MMFile / RocksDB distinction (#4939) 2018-03-27 17:32:51 +01:00
Simran f76f4a114c Doc - Fix typos (Issue #4553) (#4903) 2018-03-27 17:25:43 +01:00
Jan 50fef0f430
multiple cluster-related AQL optimizations (#4928)
* multiple cluster-related AQL optimizations

* do not apply single-shard optimization if _includedShards is already set from the outside

* implement changes requested by @mchacki
2018-03-23 14:52:58 +01:00
Jan f9b6bd8dfa Doc- backport cluster health API documentation (#4938) 2018-03-23 11:20:40 +00:00
Jan 5e795da259
Feature 3.3/optimize cluster collect (#4895) 2018-03-22 18:36:15 +01:00
Jan 24878d6e9e Doc - Fix for Issue #4881 (#4891) 2018-03-19 10:30:59 +01:00
Simran 9f0036beb0 Doc - Move execution of codeBlockReader.py to build-book() (#4816) 2018-03-12 13:44:58 +01:00
Simran 70bc1beae6 Fix spelling, improve anchor links (#4811)
* Fix spelling, improve anchor links

* Minor improvements
2018-03-12 12:38:34 +01:00
Max Neunhöffer f23ebd8eb7 Improve the description of --ldap.tls-version (#4747) 2018-03-05 13:42:31 +01:00
Max Neunhöffer fc64817386 Fixes for the ldaps:// protocol. (#4709) 2018-03-01 16:42:09 +01:00
Manuel B 939b20f08d documentation: fix date_compare example (#4714) 2018-02-28 17:19:20 +01:00
Wilfried Goesgens 756c0dafee fix REPLACE syntax, the collection was missing. (#4705) 2018-02-28 13:30:37 +01:00
Simon 1d57a46168 Refactor Authentication Layer (3.3) (#4588)
* added tests for revokeCollection and revokeDatabase

* optimized user permission test

* ui selection bugfix

* fixed ldap ui login

* login view

* Authentication refactoring

* localstorage fallback if user config is not available

* Fixing permission resolution test

* Adding missing import

* local storage queries now supported

* disabled collection task check for ldap

* added internal ldapEnabled function and ldap config to the ui

* more db creation tests

* removed console logs

* render fix

* Various authentication related fixes

* exec ldap test also for cluster

* Adding support to refresh user rights from external auth sources

* ldap test howto comment

* Handling roles more correctly

* jwt

* login view

* First part of rework of LDAP documentation.

* test roles in a ldap environment

* Changing role handling

* Finish revision of the LDAP chapter in the manual.

* Fixing user header

* Fixing some slight issues with LDAP users and roles

* Removing unused code

* Removing unused code

* added ldap test

* fixing a bug in restuserhandler

* more ldap tests

* ldap tests

* ldap tests

* optimized ldap testing, added cluster support, fixed some auth tests

* ldap cleanup test

* ldap tests

* auth tests

* ldap test

* Changing permission defaults

* revert change

* updated user helper test

* rm of try catch block connection

* Removing FeatureCacheFeature

* Changed permission resolution according to discussion

* updated the docs to clarify the permission resolution and the intricacies of LDAP users

* Fixing wrong permissions check in handling of PUT in ResUserHandler

* Using revision ID when replacing users

* Adding basic replace test

* tests

* Fixing some outstanding issues

* Fixing test setup, optimizing some stuff

* Fixing permission resolution rules, testsuite setup, etc

* Fix deadlock

* Adding error message for keyspace, slightly changing test setup

* Removing remaining mentions of FeatureCacheFeature

* Fix jslint

* Fixing some failed tests

* Fixing cluster authentication issue, red tests

* Fixing ldap testsuite, adding trace logging

* Fixint ldap tesuite setup and LDAP recognition

* Fixing an assert

* Cleanup, adding changelog entry

* fix typo

* Fixing dump_authentication test

* improvements found during code review

* oops

* updated CHANGELOG

* Fixing broken handling, disallowing adding of local users when disabled

* added tests for ldap search mode

* Fixing testInvalidGrants

(cherry picked from commit bc7ea2aaa29a9ed0974898f487e8a318f24912f1)

* Removing undefined auth level externally

(cherry picked from commit 70859f43ae6fd694fdbf70f669fbfdafc58e7913)

* Fixing previous commit

(cherry picked from commit 2fbcffd2ed657862ef9fb5e6d45201a6ec8ada69)

* more use of sessionstorage

* intentionally removed `after` methods from tests

because they are executed before the tests start
no cleanup is performed right now after the authentication tests
however, a cleanup is done at start of every test

* ldap tests all modes

* fix LDAP test invocation

* Added roles transformation to ldap test suite

* Fix compilation of community version.

* Imrpved the ldap testsuites by unifying their options

* fix permission problems for system collections

* Improved LDAP configuration documentation.

* Grunt.

* fixed some ro/rw display issues

* fixed some ro/rw display issues part 2

* grunt build

* bump version number

* Fixed typos in LDAP manual
2018-02-28 13:24:18 +01:00
Simran 2d1e668ea8 Doc - Create cluster sub-chapter and fix DC2DC link (#4694)
* This is just a temporary quick fix to fix an important bug - further changes will come when we will backport major work from devel
2018-02-28 12:35:11 +01:00
Wilfried Goesgens 356a3c879c remove long gone long_echo functionality (#4646) 2018-02-21 16:34:23 +01:00
Tobias Gödderz 01e1ee2caf Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) (#4595) 2018-02-20 10:15:06 +01:00