1
0
Fork 0
Commit Graph

3003 Commits

Author SHA1 Message Date
Wilfried Goesgens 3eb216d5cf Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2017-03-06 17:42:27 +01:00
Wilfried Goesgens d17cd30e17 add jsonl to the game 2017-03-06 17:42:17 +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 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
jsteemann 915bfaa324 added missing file 2017-02-13 13:05:42 +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 3d593e3c53 added arangoexport to Documentation/CMakeLists 2017-02-13 12:04:58 +01:00
baslr 8713e49d88 updated ReleaseNotes and added NewFeatures32 2017-02-13 12:04:57 +01:00
baslr eac29a728a arangoexport: added manpage 2017-02-13 12:04:57 +01:00
jsteemann 9ce2956d98 fix some more example snippets 2017-02-13 08:38:41 +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
Wilfried Goesgens 59ab494489 fix missing return codes as pointed out by ewout 2017-02-07 13:29:43 +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
jsteemann fe13028909 removed unused file 2017-01-31 08:51:03 +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