Wilfried Goesgens
f6d9bea41b
remove accidential published documentation for the next release
2017-03-09 17:39:14 +01:00
Wilfried Goesgens
5058d3f79b
our 2 cent on filesystems
2017-03-09 13:26:48 +01:00
Wilfried Goesgens
d17cd30e17
add jsonl to the game
2017-03-06 17:42:17 +01:00
jsteemann
035e2357b1
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-03 11:35:39 +01:00
jsteemann
7c0c84c21d
added `--translate` option for arangoimp to translate attribute names from the input files to attriubte names expected by ArangoDB
...
The `--translate` option can be specified multiple times (once per translation
to be executed). The following example renames the "id" column from the input
file to "_key", and the "from" column to "_from", and the "to" column to "_to":
arangoimp --type csv --file data.csv --translate "id=_key" --translate "from=_from" --translate "to=_to"
`--translate` works for CSV and TSV inputs only.
2017-03-03 11:35:16 +01:00
Wilfried Goesgens
22dfffef31
tell the users that homebrew only has the latest stable release available
2017-03-03 11:32:19 +01:00
Wilfried Goesgens
18f4ce56e5
add option to add the cookbook to the tarball and handle #2287
2017-03-01 13:49:04 +01:00
Alan Plum
6495e12aa1
Document endpoint.tag
...
Fixes #2338 .
2017-03-01 12:52:07 +01:00
Alan Plum
705273bdab
Allow passing own graphql-sync module to Foxx
2017-02-28 14:47:17 +01:00
Wilfried Goesgens
bac8fecad7
add note that keywords can't be replaced by bind parameters
2017-02-28 10:56:03 +01:00
Wilfried Goesgens
baf406c90d
note that one can't replace the direction by a bind parameter
2017-02-28 10:38:59 +01:00
Manuel B
6a53d76cda
docs:arangoexport csv case fix
2017-02-27 17:47:07 +01:00
baslr
8b73739f5d
docs:arangoexport added csv
2017-02-27 17:20:14 +01:00
Manuel B
4ffe4257b3
docs:endpoints fix typo
2017-02-24 13:49:22 +01:00
Manuel B
a767cba1d5
docs:endpoints IPv6 example
2017-02-24 13:27:47 +01:00
baslr
ca032264bc
docs:arangoexport link jsonl
2017-02-22 10:34:29 +01:00
Manuel B
be462a41f5
docs:endpoint how to build ipv6 link local address
2017-02-22 00:52:42 +01:00
Manuel B
0102047fc7
docs: special note on ipv6 link-local binding
2017-02-21 21:53:04 +01:00
Simran Brucherseifer
8b63f116e9
Docs: improve AQL LIMIT and RETURN descriptions
2017-02-15 19:35:24 +01:00
Simran Brucherseifer
6601299373
Docs: make links bold in hint boxes
2017-02-15 13:21:15 +01:00
jsteemann
977190d048
documentation for XML export
2017-02-14 23:05:52 +01:00
Alan Plum
622b4fac4b
JWT uses seconds
...
Fixes #2249 .
2017-02-14 19:20:41 +01:00
Alan Plum
54f5ebea74
Clarify session TTL vs cookie TTL
...
Addresses #2041 (comment 245505999).
2017-02-14 19:20:40 +01:00
Alan Plum
5a02a8983f
More cookie options
...
Fixes #2085 .
2017-02-14 19:20:40 +01:00
baslr
95615f6ce5
arangoexport: continue documentation
2017-02-13 14:52:35 +01:00
baslr
15cb71f086
arangoexport: continue documentation
2017-02-13 14:11:48 +01:00
baslr
10e653a5d4
arangoexport: continue documentation
2017-02-13 13:59:29 +01:00
baslr
9fc74e7f5f
arangoexport: continue documentation
2017-02-13 12:53:12 +01:00
baslr
d6c795e0f9
arangoexport: documentation continued
2017-02-13 12:05:00 +01:00
baslr
93b0a07fcb
arangoexport: Documentation
2017-02-13 12:04:59 +01:00
baslr
1314e93418
arangoexport: Documentation
2017-02-13 12:04:59 +01:00
baslr
fb16b50de2
arangoexport: start documentation
2017-02-13 12:04:59 +01:00
baslr
8713e49d88
updated ReleaseNotes and added NewFeatures32
2017-02-13 12:04:57 +01:00
jsteemann
238070b477
fixed code of some examples
2017-02-13 08:21:28 +01:00
Wilfried Goesgens
9386a1b2d5
symlinks for windows!
2017-02-07 17:43:30 +01:00
Wilfried Goesgens
70da5cf376
mention git submodules
2017-02-07 14:48:47 +01:00
Andreas Streichardt
b67b12aac5
Modify example to contain my-address for agents
2017-02-06 15:12:48 +01:00
jsteemann
70528fc5c5
add working examples for geo index
2017-02-03 10:47:42 +01:00
Jan Christoph Uhde
d1ac87f58b
start geo documentation - commit for test building
2017-02-01 11:14:36 +01:00
Dan Larkin
5b736dc319
Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option.
2017-01-30 13:05:10 -05:00
jsteemann
d1575670c0
updated documentation
2017-01-30 17:30:58 +01:00
jsteemann
8d0d9d164c
updated documentation
2017-01-30 16:38:20 +01:00
jsteemann
75481b4299
issue #2289
2017-01-30 09:02:35 +01:00
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