Frank Celler
f2586c4150
updated Foxx documentation
2013-07-28 13:59:01 +02:00
Jan Steemann
18cc3b6123
fixed typo
2013-07-28 11:22:51 +02:00
Jan Steemann
e6e2950392
fixed link
2013-07-28 10:43:58 +02:00
Frank Celler
e6acd403ac
updated documentation
2013-07-27 19:59:28 +02:00
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
709e09d04e
added install command
2013-07-25 18:33:24 +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
1325271bca
fixed collection docs
2013-07-11 14:58:33 +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
300b784458
fixed documentation
2013-07-03 17:51:49 +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
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
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
14422986e0
added option --server.authenticate-system-only
2013-06-26 23:23:37 +02:00
Jan Steemann
f8f77fe2ec
updated FirstSteps
2013-06-21 21:50:17 +02:00
Jan Steemann
2d7edbef96
added db._exists()
2013-06-21 21:50:00 +02:00
Jan Steemann
9599a021b9
moved some graph traversal validation into the traversal module
...
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Jan Steemann
f0994fd186
updated AQL examples
2013-06-11 18:25:10 +02:00
Jan Steemann
c435a5f706
removed links to non-existing images in documentation
2013-05-23 13:31:14 +02:00
Jan Steemann
e5f630c18e
issue #523
2013-05-14 13:01:21 +02:00
Jan Steemann
ebad0130ea
updated docs
2013-05-10 12:26:15 +02:00
Frederic Hemberger
d5107d7ec1
Fix paths
2013-05-02 10:17:14 +02:00
Frederic Hemberger
83abe7d411
Update Foxx documentation
2013-04-30 19:42:01 +02:00
Jan Steemann
8e23b92fb9
made "limit" an optional parameter for AQL NEAR()
2013-04-21 15:45:13 +02:00
Jan Steemann
7d9777f8c5
extended API for user-defined AQL functions
2013-04-16 18:32:19 +02:00
Jan Steemann
c945dbd2cd
updated transaction API
2013-04-15 11:54:36 +02:00
Jan Steemann
8476988991
added missing documentation for AQL UNION
2013-04-15 09:42:40 +02:00
Jan Steemann
dee5adb9f5
added client side API for transactions
2013-04-12 23:18:48 +02:00
Jan Steemann
d17fc17bf2
updated documentation
2013-04-12 18:09:48 +02:00
Jan Steemann
2d0caeb8e2
updated documentation
2013-04-12 14:52:53 +02:00
Jan Steemann
3629eecddd
documented upgrade procedure
2013-04-12 10:25:01 +02:00
Jan Steemann
3e4ddb049a
updated documentation
2013-04-12 00:49:08 +02:00
Jan Steemann
9b5849f650
updated documentation
2013-04-12 00:42:02 +02:00
Jan Steemann
229893c086
documentation for transactions
2013-04-12 00:03:05 +02:00
Jan Steemann
badf20e47e
added AQL function NEIGHBORS
2013-04-09 18:14:46 +02:00
Lucas Dohmen
0e5a47fc73
Foxx: Documentation
2013-04-05 10:46:11 +02:00
Lucas Dohmen
314022ef2a
Foxx: Documentation Fixes
2013-04-04 18:19:45 +02:00
Lucas Dohmen
ea1d88b04b
Crazy Documentation Fixes. Doxygen is so awesome.
...
/thx @jsteemann
2013-04-04 14:19:06 +02:00
Lucas Dohmen
33fd20ea51
Foxx: Introducing Repositories
2013-04-04 13:42:12 +02:00
Lucas Dohmen
d4d2957d9a
Foxx: Introducing Model
2013-04-04 11:17:22 +02:00
Lucas Dohmen
a6d5c863bb
Foxx: Tiny changes to the README
2013-04-04 09:55:05 +02:00
Lucas Dohmen
0b7b34d09b
Foxx: Breaking API Changes 💣
...
* Removed the old concept of models entirely.
* Manifest Files
* models has been removed
* Uses lib now as base path for all requires
* FoxxApplication is now called Application
* Changes to Application:
* requiresLibs is now requires
* requiresModels has been removed
2013-04-03 14:56:17 +02:00
Lucas Dohmen
79f4fc4315
Foxx: Introducing system applications
2013-03-29 10:11:20 +01:00
Jan Steemann
6463d6aff3
prevent doxygen segfault
2013-03-27 15:23:17 +01:00
Lucas Dohmen
a87f881ea7
Foxx: Change to the Asset Pipeline
...
/cc @fceller
2013-03-27 14:36:29 +01:00
Lucas Dohmen
fb4a223cb0
Foxx: Introducing errorResponse
2013-03-27 13:19:41 +01:00
Lucas Dohmen
1494286143
Foxx: Introducing nickname, summary, notes
2013-03-27 13:19:41 +01:00
Lucas Dohmen
1466429e88
Foxx: Introducing queryParam
2013-03-27 13:19:41 +01:00
Lucas Dohmen
2f3894f715
Foxx: Introducing pathParam
2013-03-26 17:17:53 +01:00
Lucas Dohmen
f59084a433
Foxx: Introducing the new `constrain` concept
2013-03-26 17:17:53 +01:00
Frank Celler
a8d9a14e7d
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2013-03-26 13:58:20 +01:00
Frank Celler
557184631d
more fox-manager, added files section
2013-03-26 13:58:00 +01:00
Lucas Dohmen
517b530684
Foxx: Default '/' to index.html
2013-03-26 11:27:22 +01:00
Thomas Richter
9a08a1d609
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
work in progress swagger
2013-03-26 09:14:05 +01:00
Thomas Richter
48df7ab80a
work in progress
2013-03-26 09:13:56 +01:00
Lucas Dohmen
eedacf1d76
Foxx: UserManual is now almost done
2013-03-25 16:34:09 +01:00
Lucas Dohmen
c7c032e5f7
Foxx: UserManual
2013-03-25 16:34:09 +01:00
Lucas Dohmen
74e23f8670
Foxx: Starting with the Foxx User Documentation
2013-03-25 09:50:54 +01:00
Lucas Dohmen
a6c9215ba3
Foxx: Manual ' => "
2013-03-24 13:27:31 +01:00
Lucas Dohmen
92b8b7a5cf
Fuxx: Documentation Confusion.
...
Found by @fceller. He read it :cheer:
2013-03-23 16:58:21 +01:00
Lucas Dohmen
52258ebbfa
Renamed Fuxx to Foxx
...
Frank, Fuxx, Foxx. Call it however you want.
I will now refer to it as F*.
2013-03-21 11:49:45 +01:00
Lucas Dohmen
07bad3a8bf
Fuxx: Fictional README for Assets
2013-03-21 10:52:08 +01:00
Lucas Dohmen
db93a6677f
Merge branch 'codename_frank' into devel
2013-03-21 09:43:17 +01:00
Lucas Dohmen
42147e5876
Fuxx: Renamed Frank to FuxxApplication
...
And reviewed the entire documentation.
Bye Frank.
2013-03-21 09:41:55 +01:00
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
Jan Steemann
61af5f27da
added startup option `--database.force-sync-properties`
2013-03-14 13:48:58 +01:00
Frank Celler
eedbd6e770
renamed to callback
2013-03-06 10:11:16 +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
54449494bc
issue #432 : added option to turn off statistics gathering
...
without recompilation
2013-02-25 17:43:13 +01:00
Frank Celler
9246faf9db
issue #370 : add documentation for reloadRouting and flushServerModules
2013-02-21 13:33:03 +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
d1edc4ddb2
added replaceByExample() and updateByExample() methods
...
added optional "limit" parameter for removeByExample() method
2013-02-19 11:38:55 +01:00
Jan Steemann
3e04acf3ee
added AQL functions KEEP() and UNSET()
2013-02-14 16:14:22 +01:00
Frank Celler
29c9257125
added link to default language
2013-02-11 13:51:44 +01:00
Frank Celler
3f9869ab27
fixed issue #350 : XMLMISSING in wiki references
2013-02-10 16:11:35 +01:00
Frank Celler
77c3b233dc
moved .dox to .md
2013-02-09 23:37:34 +01:00
Frank Celler
fcecd3a15e
moved .dox to .md
2013-02-09 23:11:48 +01:00
Frank Celler
f6d54f0a85
moved .dox to .md
2013-02-09 22:57:32 +01:00
Frank Celler
23c1fb6023
moved .dox to .md
2013-02-09 22:16:40 +01:00
Frank Celler
7bf02ccf64
moved .dox to .md
2013-02-09 21:57:41 +01:00
Frank Celler
6ef349c473
moved .dox to .md
2013-02-09 21:42:20 +01:00
Frank Celler
8cca06127c
moved .dox to .md
2013-02-09 13:15:28 +01:00
Frank Celler
2be9e32a7b
converting .dox to .md
2013-02-06 17:09:57 +01:00
Frank Celler
fedda95c48
converting .dox to .md
2013-02-06 16:54:45 +01:00
Frank Celler
82c483afe6
converting .dox to .md
2013-02-06 16:47:53 +01:00
Frank Celler
b9440c338a
converting .dox to .md
2013-02-06 16:40:55 +01:00
Frank Celler
f9d79280b1
converting .dox to .md
2013-02-06 16:33:29 +01:00
Frank Celler
5f01704256
converting .dox to .md
2013-02-06 16:14:54 +01:00
Jan Steemann
4307d95961
added method subleties
2013-01-24 10:49:34 +01:00
Jan Steemann
31d939337a
updated documentation
2013-01-17 18:08:32 +01:00
Jan Steemann
4abe0f36b6
fixed typo
2013-01-17 16:53:01 +01:00
Jan Steemann
16fd95e51f
removed duplicate manual section
2013-01-16 10:08:31 +01:00
Jan Steemann
dfc78f113d
issue #357
2013-01-16 10:07:29 +01:00
Jan Steemann
31ff0ee1e2
fixed doxygen errors
2013-01-15 09:14:33 +01:00
Jan Steemann
246944eebb
fixed Doxgen error
2013-01-15 09:08:39 +01:00
Frank Celler
3a5b66d840
added function action
2013-01-14 14:25:41 +01:00
Frank Celler
33e3031380
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
Makefile.in
VERSION
arangod/V8Server/v8-query.cpp
build_posix.h
configure
configure.ac
2013-01-10 18:00:25 +01:00
Frank Celler
03f85fae23
added 'any' call for collections
2013-01-10 10:39:43 +01:00
Frank Celler
1612f22319
moved graph to org/arangodb/graph
2013-01-09 22:49:56 +01:00
Frank Celler
128cb67c8b
Merge remote-tracking branch 'origin/1.1' into devel
...
Conflicts:
Documentation/Examples/shell-read-document-bad-handle
Makefile.in
arangod/Documentation/shell-document.dox
configure
js/actions/system/api-collection.js
js/actions/system/api-index.js
js/actions/system/api-system.js
js/common/bootstrap/modules.js
js/common/bootstrap/print.js
js/server/ArangoCollection.js
lib/V8/v8-utils.cpp
2013-01-09 15:30:21 +01:00
Frank Celler
d4c277f36f
added deploy
2013-01-09 11:47:30 +01:00
Frank Celler
99b42b90b7
updated documentation for deployment and removeByExample
2013-01-08 11:02:14 +01:00
Frank Celler
d4f10e99eb
converted to MarkDown
2012-12-18 14:44:50 +01:00
Frank Celler
18e5f884eb
added troubleshooting, fixed css, fixed OBS
2012-12-06 16:58:38 +01:00
Jan Steemann
bbe12fbb96
added troubleshooting to 1st steps
2012-12-05 12:20:34 +01:00
Frank Celler
816980d5e7
use unix> instead of >
2012-12-03 17:37:03 +01:00
Frank Celler
d05574fe01
added TOC generation
2012-12-03 17:27:25 +01:00
Jan Steemann
d60888e970
replaced arango-upgrade script with server startup option --upgrade
2012-12-03 13:45:58 +01:00
Frank Celler
40e6f12811
added more info about arango-upgrade
2012-11-26 15:25:36 +01:00
Frank Celler
56c3a4fd18
added web interface description
2012-11-25 20:19:31 +01:00
Frank Celler
708ac517fc
fixed more links, moved Glossary to markdown
2012-11-23 13:33:26 +01:00
Frank Celler
bd64d7e6a1
started adding links
2012-11-23 12:35:07 +01:00
Frank Celler
e68444b406
move features and upgrading back to manual
2012-11-23 11:33:20 +01:00
Frank Celler
15717c08e4
Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1
2012-11-23 11:30:53 +01:00
Frank Celler
c68dc92809
renamed Manual to UserManual, fixed references, removed First section
2012-11-23 11:28:43 +01:00