1
0
Fork 0
Commit Graph

99 Commits

Author SHA1 Message Date
hkernbach a1d6804a1a modified documentation 2017-04-04 15:34:23 +02:00
Wilfried Goesgens d41a5cfb3f add the new engine api 2017-03-22 15:38:23 +01:00
Max Neunhoeffer b48664da21 Fix documentation. 2017-03-16 11:41:38 +01:00
Max Neunhoeffer 4017bfb296 Revise /_api/cluster/endpoints API and Documentation. 2017-03-16 11:33:46 +01:00
Max Neunhoeffer c8a205b1aa New /_api/cluster/endpoints.
Also fix documentation (and deprecate) /_api/endpoint.
2017-03-15 13:33:50 +01:00
Wilfried Goesgens 2ececd8fb0 show that we expect this setup call to fail 2017-03-15 11:23:44 +01:00
Wilfried Goesgens 88aa18b90b remove obsolete setup/teardown to non existing calls, we can't create endpoints at runtime anymore. 2017-03-15 11:12:56 +01:00
jsteemann 0941e14b92 fixed issue #2367 2017-03-09 11:27:59 +01:00
jsteemann 644ef08ce0 added "bindVars" to attributes of currently running and slow queries 2017-03-07 00:19:01 +01:00
Max Neunhoeffer d20444d183 Fix two documentation typos. 2017-03-06 15:17:51 +01:00
jsteemann b3b427c660 fixed issue #2350 2017-03-03 13:26:44 +01:00
jsteemann 3a39921147 fixed documentation and added tests for grants API 2017-03-03 12:33:13 +01:00
jsteemann cdf8fbac7f fixed misleading documentation 2017-03-03 12:05:05 +01:00
jsteemann 76db809cc0 fixed issue #2349 2017-03-03 11:45:30 +01:00
jsteemann 9ce2956d98 fix some more example snippets 2017-02-13 08:38:41 +01:00
Wilfried Goesgens 59ab494489 fix missing return codes as pointed out by ewout 2017-02-07 13:29:43 +01:00
jsteemann 75481b4299 issue #2289 2017-01-30 09:02:35 +01:00
jsteemann 9b42e9cee6 some improvements for memory management
added more memory diagnostics for memory usage:
- collection.figures() now returns a "readCache" attribute which contains the
  number of and memory usage of entries in the document revisions cache for the
  collection, and a "revisions" attribute with the number and memory usage
  of entries in the storage engine's revision lookup table for the collection
- the default value for --database.revision-cache-target-size was changed from
  75% of RAM to 30% of RAM
2016-12-15 15:30:28 +01:00
Andreas Streichardt 9238463cc1 More documentation for satellites 2016-12-08 17:38:08 +01:00
Mark 75474ad665 fixed docu PUT /_api/simple/by-example 2016-12-07 15:28:46 +01:00
jsteemann 369b2c7bc6 added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
Simran Brucherseifer 098564f20c Clarify the transaction API's sub-attributes of collections parameter 2016-11-18 01:39:45 +01:00
Mark 94b76ed2f5 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-08 14:08:17 +01:00
Mark 38dac8d774 fixed doku: get collection properties - added replicationFactor 2016-11-08 14:07:59 +01:00
Simran Brucherseifer bb5df3b73b Role is now SINGLE instead of UNDEFINED for a single instance 2016-11-08 13:50:32 +01:00
Jan Steemann b450dfd0f1 added "silent" attribute to HTTP documentation 2016-10-26 10:46:14 +02:00
Jan Steemann 5fd15812d9 updated documentation 2016-10-24 15:23:02 +02:00
Simran Brucherseifer 7b21fe309f Sharding and other collection properties can't be changed after creation 2016-10-20 12:54:26 +02:00
Wilfried Goesgens 73f87e8e01 Add two other roles we know 2016-10-14 14:15:49 +02:00
Frank Celler d22408f027 allow users to get information about themselves 2016-10-14 11:31:10 +02:00
Michael Hackstein faf6f871d3 Added Documentation for SmartGraphs via HTTP. 2016-10-13 13:37:00 +01:00
Michael Hackstein b096b09e85 Fixed JS syntax bug in gharial module 2016-10-13 13:10:43 +01:00
Simran Brucherseifer 55ae5b4bb6 Try to circumvent markdown parser quirks 2016-09-13 14:49:55 +02:00
Simran Brucherseifer 3b9c8fb4d5 Typo fixes in docs 2016-09-12 09:52:36 +02:00
jsteemann 504b102268 added HTTP REST APIs for online loglevel adjustments:
- GET `/_admin/log/level` returns the current loglevel settings
- PUT `/_admin/log/level` modifies the current loglevel settings
2016-09-08 11:15:49 +02:00
Mark e417e34d0e changed default for keepNull of modifyVertex/modifyEdge to true in Gharial 2016-09-07 10:31:35 +02:00
Mark af9585dc14 fixed Graph-API Doku 2016-09-06 15:38:22 +02:00
Wilfried Goesgens 4c04e0af35 Remove duplicate RESTURLPARAMS leading to errnous header outputs 2016-09-01 10:33:22 +02:00
Jan Steemann 84c9b301ce fixed issue #2023: added replicationFactor to docs 2016-08-29 08:55:48 +02:00
jsteemann b8bc3b2592 fixed docs 2016-08-18 16:49:34 +02:00
Simran Brucherseifer e0800cfd9b Correct HTTP docs about user parameters 2016-08-11 19:49:00 +02:00
Wilfried Goesgens e306ef019e Add missing body parameter descriptin. Thanks to @janavolkova9 for pointing this out. 2016-08-01 12:25:37 +02:00
Simran Brucherseifer 963066e42d Replace more require('internal') by require('@arangodb') where possible 2016-07-27 14:44:17 +02:00
Frank Celler c665b0499f replaced require("internal").db by require("@arangodb").db 2016-07-22 16:22:23 +02:00
Simran Brucherseifer 3010ccb403 Docs: formatting 2016-07-18 13:35:08 +02:00
Simran Brucherseifer 46afaf5005 Docs: AQL query cursors 2016-07-18 12:15:35 +02:00
Wilfried Goesgens 9e06af757c Add missing documentation of the users database list and the hint that this should be used instead of the database api. 2016-07-15 16:01:19 +02:00
Jan Steemann a1c2b7cc63 fixed issue #1941 2016-07-14 10:08:17 +02:00
Wilfried Goesgens 08b892f09f Fix documentation. 2016-07-13 15:19:58 +02:00
Wilfried Goesgens cbe634a0e6 Fix syntax errors in user auth documentation 2016-07-13 11:24:20 +02:00