Frank Celler
f8c8f1f05f
added --replication-factor, --number-of-shards and --wait-for-sync to arangobench
2017-01-18 17:51:03 +01:00
hkernbach
a3e7054a97
updated docu
2017-01-12 17:12:52 +01:00
Andreas Streichardt
bd61fd549e
Hopefully make the example a bit more understandable
2017-01-12 14:16:47 +01:00
Simran Brucherseifer
197846846a
Docs: add hints to deprecated features what to use instead
2017-01-11 21:29:48 +01:00
Alan Plum
6771647a8d
Mention request module
2017-01-11 17:09:55 +01:00
Alan Plum
885e8cf03c
Point to request module when mentioning no http
2017-01-11 17:07:45 +01:00
Wilfried Goesgens
41b8706943
fix link
2017-01-11 11:20:39 +01:00
Wilfried Goesgens
24fd2eb5c7
fresh examples
2017-01-11 11:12:03 +01:00
Alan Plum
8a078cc960
Improve `@arangodb` docs
2017-01-09 20:01:07 +01:00
Alan Plum
d9e6acee6b
Update GettingStarted.mdpp
2017-01-09 19:09:13 +01:00
Michael Hackstein
bc0d8e44bc
Fixed a typo in the documentation. A code-snipped in a graph example was hidden by accident
2017-01-05 13:20:57 +01:00
jsteemann
ed7e2678f9
annotated example because it is expected to except
2017-01-04 12:17:35 +01:00
Jan
18f94a4bfc
Merge pull request #2241 from ojosdegris/patch-1
...
Adding note about configuration file and endpoint.
2017-01-04 08:52:23 +01:00
hkernbach
157c206765
updated graph viewer documentation
2017-01-03 15:16:12 +01:00
Viktor Evdokimov
2c92e7fceb
Adding note about configuration file and endpoint.
...
Took me a while to find how to change server.endpoint. When editing provided plist file and using `brew services start arangodb` `ProgramArguments` from plist are ignored for some reason. So the only way to switch from `127.0.0.1:8529` to `0.0.0.0:8529` was to edit `arangod.conf` file and restart services with brew. After that I was able to access web interface remotely.
2016-12-29 11:37:16 -05:00
Simran Brucherseifer
582293159d
Docs: Fix two minor typos
2016-12-22 15:17:32 +01:00
jsteemann
d582e6e75a
updated documentation
2016-12-20 11:32:12 +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
Alan Plum
ae61d0e0e6
Fix TODOs in Foxx docs
2016-12-12 15:40:51 +01:00
Alan Plum
27099a1f73
Clarify the default value of req.body
...
See #2215 .
2016-12-12 13:12:40 +01:00
Andreas Streichardt
a5567d3e0c
Fix link
2016-12-09 15:30:03 +01:00
Alan Plum
d8bf7252e2
Document OAuth1
2016-12-09 15:28:36 +01:00
Alan Plum
278e6d2cfe
Nicer OAuth2 docs
2016-12-09 15:28:36 +01:00
Wilfried Goesgens
7ff241251b
add explanation about the differences on path-filters vs. edge/vertex filters
2016-12-08 19:47:10 +01:00
Andreas Streichardt
9238463cc1
More documentation for satellites
2016-12-08 17:38:08 +01:00
Simran Brucherseifer
9245a09808
Merge branch 'devel' of git://github.com/arangodb/arangodb into devel
2016-12-08 01:35:50 +01:00
Simran Brucherseifer
13408007da
Docs: Gitbook 3 upgrade
2016-12-08 01:34:54 +01:00
Mark
75474ad665
fixed docu PUT /_api/simple/by-example
2016-12-07 15:28:46 +01:00
jsteemann
654edc893c
fixed documentation
2016-12-06 17:35:58 +01:00
Andreas Streichardt
11bd9381d5
Add satellite collections
2016-12-06 16:40:50 +01:00
jsteemann
369b2c7bc6
added optional memory limit for AQL queries
2016-12-06 13:23:41 +01:00
Simran Brucherseifer
e4eeb57e30
Docs: Use standard Markdown notation for headlines and disable MarkdownPP
2016-12-06 02:41:58 +01:00
Frank Celler
831faeaa49
Merge pull request #2125 from akki/join-doc
...
Minor improvements for Joins documentation
2016-12-02 09:29:37 +01:00
Michael Hackstein
7520a15bc5
Fixed a incorrect AQL example in vertex-centric-index documentation.
2016-11-30 15:28:32 +01:00
Michael Hackstein
f3353d8577
Fixed a type in a docu block for vertex-centric indexes.
2016-11-30 15:23:51 +01:00
Michael Hackstein
81d7ec26e7
Added a generated example file for vertexCentricIndex documentation
2016-11-25 11:10:39 +01:00
Michael Hackstein
45f2834e3e
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-11-25 11:10:18 +01:00
Simran Brucherseifer
704aaccecd
Google custom search for devel docs
2016-11-24 16:51:13 +01:00
Michael Hackstein
d0d09884a3
Added a documentation chapter about vertex centric indexes
2016-11-24 13:39:23 +01:00
Michael Hackstein
1e34290724
Clarified docu on ALL == filtering in traverser paths
2016-11-24 13:23:35 +01:00
Jan Steemann
5eb0dccac4
fixed misleading documentation
2016-11-21 11:49:32 +01:00
Alan Plum
4585f300d9
Document dependencies description
2016-11-18 16:06:19 +01:00
Andreas Streichardt
9c4b19f21e
Cluster updates for 3.1
2016-11-18 15:10:46 +01:00
Andreas Streichardt
d0bb298d95
Add jwt secret authentication
2016-11-18 14:30:24 +01:00
Simran Brucherseifer
098564f20c
Clarify the transaction API's sub-attributes of collections parameter
2016-11-18 01:39:45 +01:00
Jan Steemann
b2222cf69e
issue #1778
2016-11-17 11:19:12 +01:00
Alan Plum
295e0ea19c
Mention the dotdot changes
2016-11-15 18:07:48 +01:00
Simran Brucherseifer
0d9dbfbe24
Docs: AQL functions and index utilization
2016-11-14 14:16:30 +01:00
Simran Brucherseifer
036fb9a5d5
Docs: Unique indexes on sharded collections
2016-11-14 14:15:02 +01:00
Wilfried Goesgens
55ce25ac83
Fix release build for autogenerated files
...
- detect programms required for generating files as maintainer-build-dependency
- add target to cleanup autogenerated files
- make cleane build clean & regenerate autogenerated files.
- crlf transcode the readmes during the installation phase - not build.
2016-11-09 16:57:14 +01:00