Lucas Dohmen
8ec4887973
Foxx: No more nickname method – is set automatically
...
Happy hacking, @fceller, @mchacki and @jsteemann 😉
2013-07-25 22:27:10 +02:00
Lucas Dohmen
42c06b765c
Foxx: toJSON splitted into forDB and forClient
2013-07-25 21:28:42 +02:00
Frank Celler
45aff333da
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-07-25 18:33:32 +02:00
Frank Celler
709e09d04e
added install command
2013-07-25 18:33:24 +02:00
Jan Steemann
3b57e80241
simplified HTTP import API
2013-07-25 18:24:21 +02:00
Frank Celler
1b6dfad627
new name convention
2013-07-25 17:25:39 +02:00
Jan Steemann
95a0f9dfb4
added GET /_api/graph
2013-07-25 15:56:08 +02:00
Jan Steemann
051e898a8a
updated replication documentation
2013-07-25 14:13:53 +02:00
Jan Steemann
0d28173b34
updated docs on replication
2013-07-25 11:25:46 +02:00
Jan Steemann
54cb5c53f0
updated docs
2013-07-25 11:15:35 +02:00
Jan Steemann
ba2bf46d10
auto-generate ArangoDB version
2013-07-25 11:15:06 +02:00
Jan Steemann
378e8313f3
added replication docs
2013-07-25 10:54:04 +02:00
Jan Steemann
8a254ea230
replication API documentation
2013-07-24 17:37:16 +02:00
Jan Steemann
229d00695b
sort list of APIs
2013-07-24 15:29:15 +02:00
Jan Steemann
39195af4c5
easier generation of swagger API docs
2013-07-24 15:24:27 +02:00
Jan Steemann
d0961244c6
added range support for AQL
2013-07-19 18:38:13 +02:00
Jan Steemann
3200d17127
fixed a typo
2013-07-19 17:23:13 +02:00
Jan Steemann
3ab117de67
added collection.first() and collection.last()
2013-07-19 14:21:46 +02:00
Jan Steemann
937c843c38
added AQL INTERSECTION function
2013-07-18 16:43:31 +02:00
Jan Steemann
e359dc29dd
INCOMPATIBLE CHANGE: changed AQL user function namespace resolution operator from `:` to `::`
...
AQL user-defined functions were introduced in ArangoDB 1.3, and the namespace resolution
operator for them was the single colon (`:`). A function call looked like this:
RETURN mygroup:myfunc()
The single colon caused an ambiguity in the AQL grammar, making it indistinguishable from
named attributes or the ternary operator in some cases, e.g.
{ mygroup:myfunc ? mygroup:myfunc }
The change of the namespace resolution operator from `:` to `::` fixes this ambiguity.
Existing user functions in the database will be automatically fixed when starting ArangoDB
1.4 with the `--upgrade` option. However, queries using user-defined functions need to be
adjusted on the client side to use the new operator.
2013-07-18 12:02:28 +02:00
Jan Steemann
5cf234b40d
simplified query testing and query interface a bit
2013-07-18 02:15:22 +02:00
Jan Steemann
c61395dff6
added single line comments for AQL
2013-07-17 15:12:53 +02:00
Jan Steemann
b7c719ccc5
documentation issues, updated CHANGELOG
2013-07-16 10:19:31 +02:00
Jan Steemann
0b8883f6e2
issue #568 : fixed HttpCollection docs
2013-07-16 09:32:56 +02:00
Jan Steemann
1325271bca
fixed collection docs
2013-07-11 14:58:33 +02:00
Thomas Richter
30aed0024b
css for REST-API Doku fixed 4
2013-07-09 10:35:49 +02:00
Thomas Richter
dbd41fd435
css for REST-API Doku fixed 3
2013-07-09 10:26:29 +02:00
Thomas Richter
c71d53f90c
css for REST-API Doku fixed 2
2013-07-09 10:22:42 +02:00
Thomas Richter
573d6867b7
css for REST-API Doku fixed
2013-07-09 10:18:19 +02:00
Thomas Richter
0f0b3b1321
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-08 12:49:13 +02:00
Thomas Richter
b5fb60a6c5
minor fixes
2013-07-08 12:49:04 +02:00
Jan Steemann
77a6f1533a
added docs for PATCH method for edges
2013-07-08 09:03:08 +02:00
Jan Steemann
54adfc1f04
re-added file that got deleted accidently
2013-07-05 16:40:34 +02:00
Jan Steemann
a5febd4540
removed dead examples
2013-07-03 17:59:47 +02:00
Jan Steemann
300b784458
fixed documentation
2013-07-03 17:51:49 +02:00
Jan Steemann
a309ebfe6a
Merge pull request #566 from luebbert42/devel
...
Added note to installation manual
2013-07-03 05:13:39 -07:00
Doerthe Luebbert
2d6951ed32
Added note at the beginning of the All-in-one-version-description that there is a separate section for the Devel version
2013-07-03 13:06:02 +02:00
Jan Steemann
678e4ba95c
fixed doxygen errors
2013-07-03 12:58:06 +02:00
Jan Steemann
d7561e70e1
added logging options
2013-07-02 12:16:13 +02:00
Jan Steemann
b318c9cec6
updated list of HTTP status codes
2013-07-01 14:32:14 +02:00
Jan Steemann
6c35ea2520
added missing explanation for system attributes
2013-07-01 10:09:09 +02:00
Doerthe Luebbert
27512f7088
added section on Fishbowl and how to install apps from the repo. Removed some German words
2013-06-28 18:05:02 +02:00
Thomas Richter
54c8435f1f
format shell_reference_card fixed
2013-06-28 13:28:43 +02:00
Jan Steemann
97f875a69d
prepared the manual for 1.4
2013-06-27 14:16:12 +02:00
Jan Steemann
7c0e6521fe
updated manual
2013-06-27 14:07:55 +02:00
Jan Steemann
2ca29c1c53
issue #559 : added Foxx documentation to User manual
2013-06-27 12:46:16 +02:00
Jan Steemann
2a286dc074
updated documentation for #557
2013-06-27 11:33:21 +02:00
Jan Steemann
44eddc05c7
updated documentation for --server.authenticate-system-only
2013-06-27 11:32:43 +02:00
Jan Steemann
14422986e0
added option --server.authenticate-system-only
2013-06-26 23:23:37 +02:00
Jan Steemann
5a9a13da8f
fixed test, updated docs
2013-06-24 10:58:07 +02:00