Lucas Dohmen
6facb03a09
Fuxx: Little Clarification from Jan <Fuxx> Steemann
...
/cc @jsteemann
2013-03-21 09:41:50 +01:00
Lucas Dohmen
8ef0da60d6
Fuxx: Documentation Fix
2013-03-21 09:41:50 +01:00
Lucas Dohmen
a236592c8a
Fuxx: A Draft.
...
The things we just discussed in a meeting distilled to a fictional
README for the end user.
You may call it README-Driven-Development.
2013-03-21 09:41:43 +01:00
Frank Celler
dd15025c1c
fixed tests, add missing prefix = false to statistics call
2013-03-05 13:32:58 +01:00
Frank Celler
1345a1c08c
updated examples, VERSION, removed uneeded include
2013-03-03 22:59:39 +01:00
Frank Celler
d186c1ff45
fixed documentation
2013-03-03 22:50:35 +01:00
Frank Celler
f78dc0f5a6
added _admin/statistics and _admin/statistics-description
2013-03-01 13:40:49 +01:00
Jan Steemann
8ec5735418
added tests for SUM(), MEDIAN() etc.
2013-02-28 10:56:52 +01:00
Jan Steemann
16586c6ee1
make AQL REVERSE() work on strings, too
2013-02-27 14:16:40 +01:00
Jan Steemann
ebc653a0bd
issue #435
2013-02-26 12:11:13 +01:00
Jan Steemann
47fc15228d
make a feature out of #432
2013-02-25 18:33:42 +01:00
Jan Steemann
54449494bc
issue #432 : added option to turn off statistics gathering
...
without recompilation
2013-02-25 17:43:13 +01:00
Jan Steemann
dfdf7a9bbb
disable DOT generation in `make doxygen`
2013-02-25 09:43:51 +01:00
Frank Celler
565392654c
added restheader and restheaderremark
2013-02-23 12:22:09 +01:00
Jan Steemann
0bffa37219
issue #429
2013-02-23 02:02:38 +01:00
Jan Steemann
6577fa1d56
fixed bash error during documentation generation on picky Ubuntu
2013-02-23 00:06:51 +01:00
Jan Steemann
4707da53d0
updated documentation
2013-02-22 23:51:43 +01:00
Jan Steemann
71459b680f
issue #426
2013-02-22 23:26:52 +01:00
Frank Celler
11cfadbf05
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-22 21:36:21 +01:00
Frank Celler
3af1f5c2e8
new documentation format for REST calls, hopefully allowing swagger.it like output
2013-02-22 21:36:11 +01:00
Jan Steemann
81f79315d1
removed configure option --enable-zone-debug
2013-02-22 15:54:14 +01:00
Jan Steemann
ade0e5bea0
removed configure option --enable-arangob
2013-02-22 15:40:47 +01:00
Jan Steemann
dc6e7a7a48
issue #427
2013-02-22 09:00:11 +01:00
Jan Steemann
f2e3ac9528
fixed doxygen errors
2013-02-22 08:56:52 +01:00
Frank Celler
fe9f10af8d
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
...
Conflicts:
CHANGELOG
Documentation/Manual/arangodb_1.2_shell_reference_card.pdf
Makefile.in
aclocal.m4
config/compile
config/config.guess
config/config.sub
config/depcomp
config/missing
configure
lib/JsonParser/json-parser.c
2013-02-21 14:21:59 +01:00
Frank Celler
a20f0a9e70
issue #319 : Documentation missing for Emergency console and incomplete for datafile debugger.
2013-02-21 13:52:47 +01:00
Frank Celler
9246faf9db
issue #370 : add documentation for reloadRouting and flushServerModules
2013-02-21 13:33:03 +01:00
Frank Celler
aec2fd2b86
added flush server module documentation
2013-02-21 13:09:04 +01:00
Doerthe Luebbert
95fa5eb66c
removed DOC version & added ODT Version of ARANGDB cheet sheet
2013-02-20 17:01:33 +01:00
Doerthe Luebbert
9614a4da28
issue 416 update cheat sheet
2013-02-20 14:52:52 +01:00
Frank Celler
36da27ac6f
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
Documentation/DbaManual/Authentication.md
Documentation/DbaManual/UserManagementTOC.md
js/common/modules/org/arangodb/users.js
2013-02-20 13:52:20 +01:00
Frank Celler
a259580989
documentation cleanup
2013-02-20 13:47:28 +01:00
Jan Steemann
71b86815e6
updated docs for user API
2013-02-20 12:03:20 +01:00
Jan Steemann
3fdebb38ee
issue #393 , issue #128
...
Added a REST API for user management
The REST API exposes the functionality available in module "users" for HTTP access.
The following methods are available:
* GET /_api/user/username: fetch user information
* POST /_api/user: create new user
* PUT /_api/user: replace an existing user
* PATCH /_api/user: (partially) update an existing user
* DELETE /_api/user: remove an existing user
Additionally, a module "crypto" is introduced and exposed for Javascript actions.
The crypto module provides the following functions:
* require("org/arangodb/crypto").md5();
* require("org/arangodb/crypto").sha256();
* require("org/arangodb/crypto").rand();
2013-02-20 11:56:26 +01:00
Jan Steemann
a0c3f969ef
added cheat sheet
2013-02-19 13:32:34 +01:00
Jan Steemann
d1edc4ddb2
added replaceByExample() and updateByExample() methods
...
added optional "limit" parameter for removeByExample() method
2013-02-19 11:38:55 +01:00
Jan Steemann
dead4cc737
fixed some typos
2013-02-18 09:19:47 +01:00
Frank Celler
5eeb0b6e93
added new cheat sheet
2013-02-15 15:17:02 +01:00
Frank Celler
f7fd0ac44f
added new cheat sheet
2013-02-15 15:15:05 +01:00
Frank Celler
582fb2a307
generated files
2013-02-15 14:02:22 +01:00
Frank Celler
cf2888b4fc
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
...
Conflicts:
CHANGELOG
Documentation/Manual/Upgrading12.md
Installation/Linux/rc.arangod.OpenSuSE
2013-02-15 12:59:16 +01:00
Jan Steemann
3e04acf3ee
added AQL functions KEEP() and UNSET()
2013-02-14 16:14:22 +01:00
Jan Steemann
831b84ab2e
fixed issue #348
2013-02-14 15:19:08 +01:00
a-brandt
8edf0d1e36
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-13 15:34:13 +01:00
a-brandt
97e3405531
added "Upgrade binary package"
2013-02-13 15:33:55 +01:00
Frank Celler
83ef8421c0
fixed padding for 32bit systems
2013-02-13 15:33:20 +01:00
a-brandt
6ae1937c20
added links to graph module and graph api
2013-02-13 14:36:40 +01:00
a-brandt
d6426107f3
dded PATCH to graph api
2013-02-13 13:28:24 +01:00
a-brandt
0ea18150ff
added PATCH to graph api
2013-02-13 13:27:43 +01:00
a-brandt
cce1e6bc02
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-02-12 13:28:20 +01:00