1
0
Fork 0
Commit Graph

672 Commits

Author SHA1 Message Date
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
Jan Steemann 654ea77f25 extended cap constraints with size constraints 2013-06-22 02:44:48 +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 cae82f27e4 added `/_api/current-database` 2013-06-21 10:25:15 +02:00
Jan Steemann 14914b3bd7 use a more deterministic execution order when generating examples 2013-06-13 13:07:18 +02:00
Michael Hackstein c4f7e4905e Added a small fix to the documentation makefile, did not work as expected 2013-06-13 11:23:48 +02:00
Michael Hackstein 00ba9cedb4 Added a documentation-complete target, This will execute examples, swagger and doxygen 2013-06-13 11:08:53 +02:00
Michael Hackstein fc5f10b3ed Solved conflict 2013-06-13 09:48:46 +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
Michael Hackstein 4dd6ff7219 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-12 16:08:10 +02:00
Michael Hackstein eea4fbce43 Changed make example to use http instead of unix, which does not work if you machine is to slow as mine is 2013-06-12 16:07:32 +02:00
Michael Hackstein ed32dd0a9b Started documentation of Traversals. Expander example not yet working 2013-06-12 16:06:47 +02:00
Thomas Richter c451eb734a first line break in swagger implementation-note text rendering in LI fixed 2013-06-12 10:40:44 +02:00
Jan Steemann f0994fd186 updated AQL examples 2013-06-11 18:25:10 +02:00
Jan Steemann 0acc1c9580 added stub documentation for traversals (still unfinished) 2013-06-11 15:58:41 +02:00
Jan Steemann 223674f399 fixed doxygen 2013-06-11 13:01:58 +02:00
Jan Steemann 0d535e89c7 fixed Doxygen error 2013-06-07 16:41:18 +02:00
Thomas Richter 94757fd74f generated examples for api-transaction.js 2013-06-07 12:47:30 +02:00
Jan Steemann b94feca02c fixed documentation errors 2013-06-04 22:55:07 +02:00
Thomas Richter f59cf903b0 Examples generated for RestEdgeHandler.cpp 2013-05-31 15:42:33 +02:00
Jan Steemann c435a5f706 removed links to non-existing images in documentation 2013-05-23 13:31:14 +02:00
Jan Steemann 21bb9c330d remove .setup-directories explicitly
for some reason, a `make doxygen` otherwise fails after a previous `make clean`
2013-05-22 08:55:56 +02:00
Thomas Richter d65492882c small cleanup 2013-05-14 14:35:24 +02:00
Jan Steemann e5f630c18e issue #523 2013-05-14 13:01:21 +02:00
Thomas Richter dbdd9b2b80 some REST documentation adapted for swagger 2013-05-13 16:30:23 +02:00
Jan Steemann a646e26105 bumped version number 2013-05-13 09:08:09 +02:00
Jan Steemann 95b44f588b issue #520: example bug in docs 2013-05-13 08:49:15 +02:00
Frank Celler 899e28536b added cheat sheet 2013-05-12 20:02:23 +02:00
Frank Celler f57c73f1ec fixed Upgrading, fixed copy of cheat-sheet
Conflicts:
	Makefile.in
2013-05-12 19:56:48 +02:00
Frank Celler 3f544a125f added section about admin interface, removed saveOrReplace reference 2013-05-10 17:59:47 +02:00
Jan Steemann 46e6ff8008 added example 2013-05-10 12:48:30 +02:00
Jan Steemann ebad0130ea updated docs 2013-05-10 12:26:15 +02:00
Frank Celler 6568c25c38 added foxx warning
Conflicts:
	Documentation/Manual/NewFeatures13.md
2013-05-10 10:06:16 +02:00
Frank Celler c661208c4f added new options
Conflicts:
	Documentation/Manual/Upgrading13.md
	Documentation/Manual/Upgrading13TOC.md
2013-05-10 10:05:30 +02:00
Thomas Richter cd6a222a51 generateSwagger api-edges added 2013-05-08 11:02:39 +02:00
Thomas Richter 613ec24f33 genratedSwagger.py typos and vim: 2013-05-08 10:59:38 +02:00
Thomas Richter 2994f5aa19 ALIAS RESTDOCUMENTATION deleted 2013-05-06 13:15:05 +02:00
Thomas Richter d7f378bd18 div.rest... according doxygen added 2013-05-06 13:11:51 +02:00
Jan Steemann ede177aa55 issue #507, issue #508 2013-05-06 09:40:28 +02:00
Jan Steemann fde26e6913 fixed doxygen errors 2013-05-03 11:25:24 +02:00
Jan Steemann e5703f8d55 Merge pull request #501 from fhemberger/devel
Fix paths to arangod/arangosh
2013-05-02 01:58:30 -07:00
Frederic Hemberger d5107d7ec1 Fix paths 2013-05-02 10:17:14 +02:00
Lucas Dohmen 8a7099f0cc Merge pull request #496 from fhemberger/devel
Update Foxx documentation
2013-04-30 13:47:16 -07:00
Frederic Hemberger 83abe7d411 Update Foxx documentation 2013-04-30 19:42:01 +02:00
Thomas Richter d8bdef9703 typo fix 2013-04-30 15:32:18 +02:00
Thomas Richter 1d232d6967 some fixes in generateSwagger 2013-04-30 11:40:19 +02:00
Thomas Richter cb940c85bd added some query and header parameters to the swagger tags 2013-04-24 15:28:31 +02:00
Frank Celler 8513bca825 added doc about underscore 2013-04-23 22:48:23 +02:00
Frank Celler ff40ce07f8 removed internal module 2013-04-23 19:02:28 +02:00
Frank Celler 0849d14260 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-04-23 18:39:54 +02:00
Frank Celler fb8d8799c3 moved document of console to JSModuleConsole, added packages and node 2013-04-23 18:39:25 +02:00
Thomas Richter 5aadbf976f collection documentation changes for swagger without examples 2013-04-23 15:55:02 +02:00
Thomas Richter 2fdada8724 backtick problem in REST-URL fixed 2013-04-23 12:25:16 +02:00
Thomas Richter 9d25660db1 backticks replaced by <em></em> in swagger description text 2013-04-22 14:24:52 +02:00
Thomas Richter 40828e4205 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-04-22 13:42:56 +02:00
a-brandt 2355ce0420 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-04-22 13:22:34 +02:00
a-brandt 706e252f21 chnaged examples 2013-04-22 13:21:34 +02:00
Jan Steemann 66d790728a some doc updates 2013-04-22 09:23:05 +02:00
Jan Steemann 8e23b92fb9 made "limit" an optional parameter for AQL NEAR() 2013-04-21 15:45:13 +02:00
Jan Steemann cd17f1ef44 issue #481 2013-04-21 11:37:46 +02:00
Thomas Richter acb2aa0716 TODO rausgenommen 2013-04-18 11:58:52 +02:00
Thomas Richter 9d3b2019b0 some local files ignored 2013-04-18 10:51:55 +02:00
Thomas Richter 60ff1bd7fd unused var deleted 2013-04-17 16:00:50 +02:00
Thomas Richter 0bba164037 local path in swagger deleted 2013-04-17 14:53:36 +02:00
Thomas Richter a3da7b9897 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-04-17 14:38:27 +02:00
Thomas Richter 58282f0cf3 path to rest-apis in js changed 2013-04-17 14:38:14 +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 e366ec2da3 added documentation for transaction REST API 2013-04-13 00:51:02 +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
Frank Celler a0278476da Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	lib/Basics/StringUtils.cpp
2013-04-06 10:19:09 +02:00
Frank Celler 1d7ee507e2 added TRI_ERROR_ARANGO_DOCUMENT_KEY_MISSING 2013-04-06 10:18:29 +02:00
Frank Celler b50bc6dd24 added thumbnail 2013-04-05 14:48:15 +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
Thomas Richter 3cda4cbfeb minor fixes 2013-04-03 14:33:55 +02:00
Thomas Richter b77ee17663 work in progress 2013-04-02 09:40:16 +02:00
Thomas Richter f876e30816 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-04-02 09:38:45 +02:00
Jan Steemann e2effff144 fixed doxygen errors 2013-04-02 09:34:06 +02:00
Frank Celler 7def1cf29f Merge remote-tracking branch 'origin/feature/commonjs' into devel
Conflicts:
	apps/aardvark/manifest.json
	apps/aardvark/manifestComplete.json
	etc/arangodb/arangod.conf.in
	etc/relative/arangod.conf
	html/admin/js/bootstrap/module-internal.js
	js/apps/aardvark/assets/collections/foxxCollection.js
	js/apps/aardvark/assets/index.html
	js/apps/aardvark/assets/lib/backbone.js
	js/apps/aardvark/assets/lib/jquery.js
	js/apps/aardvark/assets/lib/underscore.js
	js/apps/aardvark/assets/models/foxx.js
	js/apps/aardvark/assets/views/foxxListView.js
	js/apps/aardvark/assets/views/foxxView.js
	js/apps/aardvark/index.html
	js/apps/aardvark/manifest.json
	js/common/bootstrap/module-internal.js
2013-03-31 12:46:16 +02:00
Frank Celler 1467b78676 cleanup of internal, fs, console 2013-03-31 00:10:48 +01:00
Lucas Dohmen 79f4fc4315 Foxx: Introducing system applications 2013-03-29 10:11:20 +01:00
Jan Steemann 0fc4d233a1 extended documentation on key generators 2013-03-28 16:56:27 +01:00
Jan Steemann 6463d6aff3 prevent doxygen segfault 2013-03-27 15:23:17 +01:00
Thomas Richter f77fa798c8 generateArangoshRun db._collections() error fixed 2013-03-27 14:37:28 +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
Lucas Dohmen 2b62715b47 Added the Foxx User Manual to the Wiki Group 2013-03-26 11:27:21 +01:00
Jan Steemann d74de62bc0 added missing Doxygen aliases 2013-03-26 10:19:09 +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 f483f1f137 Fixed fn command 2013-03-25 09:50:54 +01:00
Jan Steemann af4be86cef fixed doxygen errors 2013-03-24 18:31:23 +01:00
Frank Celler e3de563668 requiresLibs and requiresModels 2013-03-24 15:03:01 +01:00
Lucas Dohmen a6c9215ba3 Foxx: Manual ' => " 2013-03-24 13:27:31 +01:00
Jan Steemann 6648735f4d fixed make doxygen 2013-03-23 20:54:49 +01:00
Lucas Dohmen 92b8b7a5cf Fuxx: Documentation Confusion.
Found by @fceller. He read it :cheer:
2013-03-23 16:58:21 +01:00
Thomas Richter f14efc0278 swagger added 2013-03-22 12:21:55 +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 cd8b931041 updated documentation 2013-03-20 12:05:42 +01:00
Jan Steemann 0e0282e48d updated documentation 2013-03-20 11:56:25 +01:00
Frank Celler b0fc77d83d Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-03-15 11:37:59 +01:00
Frank Celler c773a0e825 replaced union by CONST_CAST 2013-03-15 11:37:49 +01:00
Jan Steemann 61af5f27da added startup option `--database.force-sync-properties` 2013-03-14 13:48:58 +01:00
a-brandt d4ea6bfa31 documentation updates 2013-03-11 13:01:17 +01:00
Jan Steemann b66a7492b9 addendum for issue #443 2013-03-08 22:30:35 +01:00
Doerthe Luebbert 329ea8a5be removed old versions of cheat sheet and fixed url to admin interface 2013-03-08 15:32:01 +01:00
Frank Celler eedbd6e770 renamed to callback 2013-03-06 10:11:16 +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
a-brandt 5097443c1f changed wrong http response code 2013-02-12 13:27:51 +01:00
a-brandt bcf6842fbb changed wrong http response code 2013-02-12 13:26:54 +01:00
Jan Steemann 67901df637 updated CHANGELOG 2013-02-12 12:16:33 +01:00
Jan Steemann 15c20ad4ec updated CHANGELOG 2013-02-12 12:16:12 +01:00
Frank Celler f33d1051cc Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2 2013-02-11 13:52:09 +01:00
Frank Celler 29c9257125 added link to default language 2013-02-11 13:51:44 +01:00
Frank Celler 3b311c97f7 Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2 2013-02-11 13:44:03 +01:00
Frank Celler d11c4fcd26 fixed wrong class-id 2013-02-11 13:43:40 +01:00
Frank Celler 1443b79af9 Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2 2013-02-10 17:03:42 +01:00
Frank Celler 946c10b05c fixed navigation 2013-02-10 17:03:14 +01:00
Frank Celler 94a4965472 fixed pagenation 2013-02-10 16:41:44 +01:00
Frank Celler 31c98704a0 fixed -- 2013-02-10 16:29:52 +01:00
Frank Celler d461356c67 Merge branch 'devel' of github.com:triAGENS/ArangoDB into 1.2
Conflicts:
	CHANGELOG
	Documentation/Makefile.files
	VERSION
	arangod/Documentation/api-graph.dox
	arangod/Documentation/api-simple.dox
	arangod/Documentation/aql.dox
	arangod/Documentation/implementor-manual.dox
	arangod/Documentation/index-cap.dox
	arangod/Documentation/index-fulltext.dox
	arangod/Documentation/index-geo.dox
	arangod/Documentation/index-hash.dox
	arangod/Documentation/index-skiplist.dox
	build_posix.h
	configure.ac
	js/common/tests/shell-database.js
2013-02-10 16:22:55 +01:00
Frank Celler 3f9869ab27 fixed issue #350: XMLMISSING in wiki references 2013-02-10 16:11:35 +01:00
Frank Celler 91ba0b1ca7 fixed wiki errors 2013-02-10 15:11:18 +01:00
Frank Celler 77c3b233dc moved .dox to .md 2013-02-09 23:37:34 +01:00
Frank Celler d021082486 moved .dox to .md 2013-02-09 23:11:55 +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 8fdb571728 moved .dox to .md 2013-02-09 22:37:14 +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 9bf9862f2b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-02-09 13:15:34 +01:00
Frank Celler 8cca06127c moved .dox to .md 2013-02-09 13:15:28 +01:00
Jan Steemann 723164ffed added AQL function EDGES() 2013-02-08 00:11:44 +01:00
Jan Steemann ca81913abb added AQL function EDGES() 2013-02-07 22:53:50 +01:00
Jan Steemann cb97ed5742 added change by @mbj 2013-02-07 13:23:58 +01:00
Jan Steemann cce2995826 updated new features 2013-02-07 13:01:22 +01:00
Jan Steemann 51638a1a93 wrote new features 12 2013-02-07 12:55:06 +01:00
Frank Celler 3a389ffdae converting .dox to .md 2013-02-06 23:24:20 +01:00
Frank Celler 7164f0a362 converting .dox to .md 2013-02-06 18:20:38 +01:00
Frank Celler 05a70a236f converting .dox to .md 2013-02-06 18:05:45 +01:00
Frank Celler cc3f1939e9 converting .dox to .md 2013-02-06 17:51:38 +01:00