1
0
Fork 0
Commit Graph

1912 Commits

Author SHA1 Message Date
Willi Goesgens 871a95122c Work on documentation - not all documentation from the code seems to appear in the generated documentation. 2015-05-22 15:37:23 +02:00
Thomas Schmidts b1e2514163 Added new toggle and fixed the search in the docs 2015-05-21 16:05:21 +02:00
Jan Steemann 892127d9a2 extended dfdb capabilities, updated dfdb manual section 2015-05-21 15:26:12 +02:00
Jan Steemann 3c0660cfe3 documented `--server.session-timeout` 2015-05-20 17:16:35 +02:00
Jan Steemann 669661873d updated documentation for queues 2015-05-20 17:04:12 +02:00
Jan Steemann e2b2fab797 added startup options `--server.foxx-queues-poll-interval`, `--server.foxx-queues-system-only` 2015-05-20 00:29:49 +02:00
Jan Steemann dafa3ef85c added paragraph about explainer 2015-05-13 21:33:16 +02:00
Thomas Schmidts 136e369565 Fixed broken Link in Foxx/Develop/Controller 2015-05-13 09:52:40 +02:00
Thomas Schmidts 495709f3a0 Changed margin in the google search box 2015-05-12 16:54:30 +02:00
Thomas Schmidts 577890c3b0 Added google search to the docs 2015-05-12 16:09:26 +02:00
Thomas Schmidts 9597e5fc84 Fixed broken Links 2015-05-12 15:11:08 +02:00
Willi Goesgens cd7fe4079f Fix markdown html link syntax. 2015-05-12 14:42:15 +02:00
Willi Goesgens 073acdadc5 Remove orphaned chapter link. 2015-05-12 14:41:59 +02:00
Willi Goesgens 0f42ea550e Move the index.html generator from automatic Thomas to the makefile; so linkchecker can properly run after the make cycle. 2015-05-12 14:41:14 +02:00
Jan Steemann 2e75255ea6 added `--log.performance` startup option, removed `--log.severity` option 2015-05-12 12:48:13 +02:00
Willi Goesgens dd722a58bb Add some more generic hinsts about arangosh, that its a js environment, and howto paste multilines into it. 2015-05-11 16:20:59 +02:00
Alan Plum 59a2fbe534 Merge pull request #1330 from AzuraMeta/patch-1
Corrected documentation examples for Foxx Sessions
2015-05-08 00:27:12 +02:00
Alan Plum 9bb2ab38db More NewFeatures stubs. 2015-05-07 20:44:34 +02:00
Gabriel Cristian Alecu 4d94cfdaae Corrected examples for Foxx Sessions 2015-05-07 20:04:51 +03:00
Alan Plum 5bf4d12a38 Added NewFeatures26.mdpp. 2015-05-07 15:30:48 +02:00
Alan Plum 061ddf6339 Added docs for API documentation. 2015-05-07 15:27:37 +02:00
Jan Steemann 855c1465fd added documentation for new simple methods 2015-05-07 11:42:58 +02:00
Jan Steemann 6dd786fb3c make temporary file name local 2015-05-06 18:34:03 +02:00
Jan Steemann 72f89c0a91 allow multiple source files per swagger target 2015-05-06 18:31:31 +02:00
Alan Plum 24f7e2673c Added docs for summary and notes. Fixes #1040. 2015-05-06 17:26:33 +02:00
Alan Plum f391665dc7 Removed mention of 'collapsing' in console docs. 2015-05-06 17:22:17 +02:00
Alan Plum 8755203101 Added docs for configuration. Fixes #1314. 2015-05-06 16:27:44 +02:00
Alan Plum ee7387a3ac Improved dependency docs. 2015-05-06 16:27:44 +02:00
Alan Plum a896f32b6a Removed warning about Foxx exports order. Should no longer be relevant. 2015-05-06 16:27:43 +02:00
Jan Steemann 4ea2a53771 support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
Jan Steemann 0996d603c6 fulltext improvements 2015-05-06 14:21:32 +02:00
Jan Steemann 7d85c53b31 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-06 09:26:23 +02:00
Willi Goesgens d1065c0809 HTML-Escape example output here too. 2015-05-05 19:05:26 +02:00
Jan Steemann 46cdf686c4 documentation update 2015-05-05 18:23:07 +02:00
Willi Goesgens fe2d5ee0a2 Autogenerate examples. 2015-05-05 10:14:54 +02:00
Willi Goesgens f252736a75 Escape html characters while putting examples into swagger templates. 2015-05-05 10:10:38 +02:00
Frank Celler dcd65bc0c3 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-04 23:54:31 +02:00
Frank Celler 1b8e7f26ab added target and host 2015-05-04 23:54:25 +02:00
Willi Goesgens 312972a4ec Modify examples so they clean up after their run. 2015-05-04 17:22:25 +02:00
Jan Steemann b0924956f8 allow `@` character in document keys, too. 2015-04-30 21:28:26 +02:00
Alan Plum fa24c0d229 Implemented dependencies configuring. 2015-04-29 15:59:51 +02:00
Willi Goesgens 09ca6253ae Modify documentation sample generation script
- be more inteligent in .js, not so much 'paste it dumb in from python'
  - catch errors and report them so the build process will abort
  - keep the source filename of the snippet for smarter errormessages
  - modularize python code into more functions
  - write head & tail .js code from own functions.
2015-04-27 17:05:08 +02:00
Willi Goesgens 41dfe5edea Modify extension of the generated javascript file to be accurate. 2015-04-27 17:03:07 +02:00
Willi Goesgens 1ce4432321 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-04-27 16:49:30 +02:00
Thomas Schmidts 0203c6040a Changed Intro Page in the documentation 2015-04-24 16:49:08 +02:00
Willi Goesgens bbb7ebef79 Example generator:
- restructure generated code, so its a bit more readable
  - catch errors, and if some were caught, throw all of them at the end causing make examples to abort.
2015-04-23 10:47:38 +02:00
Willi Goesgens c085f3135d Fix grammer. 2015-04-21 17:40:32 +02:00
Jan Steemann d10e79c500 updated documentation 2015-04-21 16:08:22 +02:00
Jan Steemann acc1f8438c fixed documentation 2015-04-20 16:41:37 +02:00
Jan Steemann 30a2dbf283 updated documentation 2015-04-14 21:01:18 +02:00
Jan Steemann 48f2b65377 added documentation for updating import 2015-04-14 19:50:14 +02:00
Alan Plum decbc6dcea Fully implemented tests API. 2015-04-14 13:39:06 +02:00
Thomas Schmidts d7dc9ea169 Fixed broken examples in the documentation 2015-04-12 13:47:26 +02:00
Thomas Schmidts 215644f224 Deleted two startDocuBlocks from the documentation that were not used 2015-04-10 09:29:20 +02:00
Alan Plum 501f5a3f51 Removed unused modules. 2015-04-10 00:33:47 +02:00
Alan Plum 3dda5e5b90 Improved example manifest. 2015-04-09 23:16:04 +02:00
Alan Plum 5deadef133 appCollection what? 2015-04-09 22:49:08 +02:00
Alan Plum e6cb481ad9 Cleaned up manifest docs. 2015-04-09 20:48:09 +02:00
Alan Plum ecbc6f581f Merge pull request #1287 from arangodb/vulpine-grace
Foxx improvements (fixes #1284, #1257)
2015-04-08 03:23:55 +02:00
Thomas Schmidts b3cdad8c46 Changed localtheme for gitbook 2.0.1 2015-04-07 17:35:40 +02:00
Jens Bissinger b33c4c6a59 Correct some typos in documentation about indexes. 2015-04-07 15:12:55 +02:00
Jan Steemann 92c8dc9429 fixed documentation
Conflicts:
	Documentation/Scripts/generateSwaggerApi.py
2015-04-03 13:22:44 +02:00
Jan Steemann 270397da32 fix paths 2015-04-03 12:45:53 +02:00
Jan Steemann 61e1e09be9 make documentation generation run fail when there exist output files with unreplaced @startDocuBlock markers 2015-04-03 12:45:23 +02:00
Thomas Schmidts 547a4de1ad Added folder to the codeBlockReader for the documentation 2015-04-02 17:36:35 +02:00
Jan Steemann 6dfb4d4b09 Merge branch 'devel' of https://github.com/arangodb/arangodb into cursor-refactoring
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
	lib/HttpServer/HttpHandler.cpp
	lib/HttpServer/HttpServerJob.h
2015-03-31 15:13:31 +02:00
Frank Celler ffbc45d2e2 new HttpServer & HttpCommTask
Conflicts:
	Makefile.in
	arangod/Aql/RestAqlHandler.cpp
	arangod/Aql/grammar.cpp
	arangod/Cluster/RestShardHandler.cpp
	lib/GeneralServer/GeneralServer.h
	lib/GeneralServer/GeneralServerDispatcher.h
	lib/HttpServer/HttpServerJob.h
	lib/HttpServer/HttpsCommTask.h
	lib/SimpleHttpClient/SslClientConnection.cpp
2015-03-31 09:12:01 +02:00
Jan Steemann e672d791b5 refactored cursor API, added export API 2015-03-30 18:03:42 +02:00
Thomas Schmidts a871127af5 Changed Makefile for gitbook 2.0.0 2015-03-27 10:01:25 +01:00
Thomas Schmidts bd3721eaa1 Changed a few settings in the book.json for gitbook 2.0.0 2015-03-27 10:01:02 +01:00
Thomas Schmidts 1c780b3b5a Changed gitbook files to 2.0.0 2015-03-27 09:57:09 +01:00
Jan Steemann 91be18d0f7 updated documentation 2015-03-25 18:22:43 +01:00
Alan Plum d6d6914b9e Added Foxx.Repository#exists. 2015-03-25 17:19:44 +01:00
Alan Plum 03ccf67269 Implemented Repository lifecycle events. See #1257. 2015-03-25 10:35:18 +01:00
Alan Plum 0620369a05 Saner schema handling for Foxx models. Fixes #1284. 2015-03-25 10:35:18 +01:00
Jan Steemann 01745402f3 Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification 2015-03-24 14:34:20 +01:00
Alan Plum 149628300c Added dox. 2015-03-24 13:33:01 +01:00
Jan Steemann 66e2273482 added documentation for UPSERT 2015-03-24 00:44:52 +01:00
Thomas Schmidts 0e0a7c47ab Fixed broken Links in Foxx/Install/README 2015-03-23 16:12:52 +01:00
Willi Goesgens 03d40f8f9e Add complex modification sample. 2015-03-23 14:57:32 +01:00
Frank Celler 3c52dcde6d changed _api/query to C++
Conflicts:
	CHANGELOG
	Makefile.in
	README
	arangod/RestServer/ArangoServer.cpp
2015-03-23 10:51:14 +01:00
Jan Steemann ac37515a7a updated documentation 2015-03-18 17:46:26 +01:00
Thomas Schmidts 3b5a8591e2 Added the Module queries to the documentation 2015-03-18 09:54:18 +01:00
Jan Steemann fbfd6cf17f fixed typos 2015-03-17 08:57:13 +01:00
Jan Steemann e78a7bf1e2 issue #1277: upgrading to 2.5 fails due to use of harmony features 2015-03-17 08:57:13 +01:00
Jan Steemann 5b70bf6c99 issue #1275: https://docs.arangodb.com include jquery local, not from jquery cdn 2015-03-14 15:32:16 +01:00
Thomas Schmidts c8c412696f Added deprecated files to style 2015-03-13 17:17:58 +01:00
Michael Hackstein 98937b5466 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-13 17:12:12 +01:00
Michael Hackstein 55ae24322b Added content to the Cluster landing Page 2015-03-13 17:12:06 +01:00
Michael Hackstein bd8dcf08f5 Added content in the Apps landing Page 2015-03-13 17:11:49 +01:00
Michael Hackstein d05f1a50f0 Added readme for Foxx in Cluster 2015-03-13 16:57:53 +01:00
Michael Hackstein 128e6feb29 Fixed todos in Documentation 2015-03-13 16:57:28 +01:00
Thomas Schmidts 8aefa9acd4 Fixes one spelling error 2015-03-13 16:47:42 +01:00
Michael Hackstein d957549f35 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-03-13 16:38:18 +01:00
Michael Hackstein a2ff22b823 Added ClusterInstall docu 2015-03-13 16:32:51 +01:00
Thomas Schmidts f951611a59 Changed some parts in the documentation of Foxx:
- There are no wrong links let
- Fixed some spelling errors
- Fixed some format problems
- Changed code examples from indentation to backticks
2015-03-13 16:22:27 +01:00
Jan Steemann ce0a543d25 added flag for disabling query tracking `--database.disable-query-tracking`
Conflicts:
	arangod/RestServer/ArangoServer.cpp

Conflicts:
	Documentation/Books/Users/ConfigureArango/Arangod.mdpp
	arangod/RestServer/ArangoServer.cpp
2015-03-13 13:51:23 +01:00
Jan Steemann 29611a511f issue #1241: added configure option `allowNull` for visitor 2015-03-12 16:28:52 +01:00
Jan Steemann f035ea1c3b kill AQL queries
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
2015-03-12 15:00:14 +01:00
Jan Steemann b98c4c2d5b added documentation, fixed potential UTF-8 truncation 2015-03-12 13:02:13 +01:00
Michael Hackstein 43db734812 Started with a Foxx introduction 2015-03-11 14:12:31 +01:00
Michael Hackstein c30b8f7c37 Removed unnecessary chapter 2015-03-11 13:43:32 +01:00
Michael Hackstein b4910c2845 Added a conclusion section to foxx in a nutshell 2015-03-11 13:43:05 +01:00
Michael Hackstein cc28239ca3 Improved foxx in a nutshell chapter 2015-03-11 09:57:45 +01:00
Michael Hackstein fbb5d02b2c Minor improvements of Foxx in a nutshell documentation 2015-03-10 14:00:38 +01:00
Jan Steemann f9b04149ef added index usage page 2015-03-10 11:17:16 +01:00
Jan Steemann bbed7ece27 fixed typo 2015-03-10 09:35:32 +01:00
Thomas Schmidts 59a20d4760 Improved documentation for create in the collections 2015-03-09 11:03:23 +01:00
Thomas Schmidts cf5c29f38d Changed text for linux mint 2015-03-09 10:50:29 +01:00
Michael Hackstein 0d07a3ab3f Fixed broken links in foxx documentation 2015-03-06 14:44:50 +01:00
Michael Hackstein 226985bc79 New screenshot for FOxx in a nutshell 2015-03-05 16:28:53 +01:00
Michael Hackstein ed98c5a4aa Added Images and some further text to Foxx in a Nutshell 2015-03-05 13:59:34 +01:00
Michael Hackstein 2121360ca2 Merge 2015-03-04 11:23:17 +01:00
Thomas Schmidts cc0216a468 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-03-03 14:25:53 +01:00
Thomas Schmidts 59311fda0f Changed design of the docs and update the themes 2015-03-03 14:25:47 +01:00
Jan Steemann 3c0e921ccd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
Conflicts:
	CHANGELOG
2015-03-03 10:53:44 +01:00
Jan Steemann bc4ad22ab6 parallel secondary index building when loading collections 2015-03-03 10:52:51 +01:00
Jan Steemann a561a96d2b removed remainders of mruby integration 2015-03-02 19:39:42 +01:00
Willi Goesgens b98665bbdd Add example howto use FULLTEXT as an expression to FOR 2015-03-02 16:00:45 +01:00
Thomas Schmidts 7184ac14c8 added link to the cookbook on the first page of the documentation 2015-02-25 15:24:26 +01:00
Jan Steemann 539ab3521b removed useless file 2015-02-25 09:22:33 +01:00
Frank Celler 4f8ea3a208 Merge remote-tracking branch 'origin/2.5' into devel
Conflicts:
	CHANGELOG
	arangod/RestServer/arangod.cpp
	js/apps/system/_admin/aardvark/APP/package.json
2015-02-24 16:10:11 +01:00
Frank Celler c3f64e6a25 release version 2.5.0-beta1 2015-02-23 10:47:30 +01:00
Jan Steemann f96c6b7a3b documentation 2015-02-20 17:51:47 +01:00
Jan Steemann 2ac736b36e added visitor test
Conflicts:
	js/server/tests/aql-graph-visitors.js
2015-02-20 15:48:18 +01:00
Frank Celler daadd697eb release version 2.5.0-alpha8 2015-02-20 12:59:39 +01:00
Frank Celler 3c7948451a release version 2.5.0-alpha7 2015-02-19 19:21:50 +01:00
Frank Celler e99a80fea6 fixed aardvark path 2015-02-19 19:13:17 +01:00
Frank Celler 08239445f9 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-19 18:46:41 +01:00
Michael Hackstein ca35d0c610 The foxx manager now reinstalls all system apps on startup 2015-02-19 18:39:01 +01:00
Thomas Schmidts 7ebec70cdc changed deprecated.py to change wrong headings 2015-02-19 15:44:59 +01:00
Michael Hackstein 9aaf0b29a6 Moved Foxx console. TO foxx development 2015-02-19 14:55:04 +01:00
Michael Hackstein 571b146fe3 Fixed a caching problem in the foxx manager 2015-02-19 14:53:24 +01:00
Frank Celler 61c6c0f79b release version 2.5.0-alpha6 2015-02-19 12:12:57 +01:00
Frank Celler e294ef2c89 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-19 12:03:32 +01:00
Michael Hackstein f6d05eca01 Added new Foxx Features, deprecation info and upgrading info for 2.5 into Documentation 2015-02-19 11:42:23 +01:00
Frank Celler b346b35ad4 release version 2.5.0-alpha5 2015-02-18 23:14:12 +01:00
Frank Celler 6190bb7994 Merge branch 'devel' of github.com:arangodb/arangodb into 2.5 2015-02-18 21:50:33 +01:00
Michael Hackstein 07038cf20c Added debugging example output to respective chapters 2015-02-18 17:19:02 +01:00
Jan Steemann 595837f5b2 updated index docs 2015-02-18 15:48:46 +01:00
Jan Steemann f29591135a adjusted geo index API 2015-02-18 14:59:46 +01:00
Frank Celler 07ba03e444 release version 2.5.0-alpha4 2015-02-17 17:16:26 +01:00
Frank Celler 15fb7131f1 Merge remote-tracking branch 'origin/devel' into 2.5
Conflicts:
	Documentation/Examples/CollectionUnload.generated
	Documentation/Examples/HttpGharialAddEdge.generated
	Documentation/Examples/HttpGharialAddEdgeCol.generated
	Documentation/Examples/HttpGharialAddVertex.generated
	Documentation/Examples/HttpGharialAddVertexCol.generated
	Documentation/Examples/HttpGharialCreate.generated
	Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated
	Documentation/Examples/HttpGharialGetEdge.generated
	Documentation/Examples/HttpGharialGetGraph.generated
	Documentation/Examples/HttpGharialGetVertex.generated
	Documentation/Examples/HttpGharialList.generated
	Documentation/Examples/HttpGharialModifyVertex.generated
	Documentation/Examples/HttpGharialPatchEdge.generated
	Documentation/Examples/HttpGharialPutEdge.generated
	Documentation/Examples/HttpGharialRemoveVertexCollection.generated
	Documentation/Examples/HttpGharialReplaceEdgeCol.generated
	Documentation/Examples/HttpGharialReplaceVertex.generated
	Documentation/Examples/RestAdminStatistics1.generated
	Documentation/Examples/RestBatchMultipartHeader.generated
	Documentation/Examples/RestCollectionCreateCollection.generated
	Documentation/Examples/RestCollectionCreateKeyopt.generated
	Documentation/Examples/RestCollectionDeleteCollectionIdentifier.generated
	Documentation/Examples/RestCollectionDeleteCollectionName.generated
	Documentation/Examples/RestCollectionGetAllCollections.generated
	Documentation/Examples/RestCollectionGetCollectionChecksum.generated
	Documentation/Examples/RestCollectionGetCollectionChecksumNoRev.generated
	Documentation/Examples/RestCollectionGetCollectionCount.generated
	Documentation/Examples/RestCollectionGetCollectionFigures.generated
	Documentation/Examples/RestCollectionGetCollectionIdentifier.generated
	Documentation/Examples/RestCollectionGetCollectionName.generated
	Documentation/Examples/RestCollectionGetCollectionRevision.generated
	Documentation/Examples/RestCollectionIdentifierLoad.generated
	Documentation/Examples/RestCollectionIdentifierPropertiesSync.generated
	Documentation/Examples/RestCollectionIdentifierRename.generated
	Documentation/Examples/RestCollectionIdentifierTruncate.generated
	Documentation/Examples/RestCollectionIdentifierUnload.generated
	Documentation/Examples/RestCursorCreateCursorForLimitReturn.generated
	Documentation/Examples/RestCursorCreateCursorForLimitReturnSingle.generated
	Documentation/Examples/RestCursorDelete.generated
	Documentation/Examples/RestCursorForLimitReturnCont.generated
	Documentation/Examples/RestDatabaseGetInfo.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocument.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated
	Documentation/Examples/RestDocumentHandlerDeleteDocumentUnknownHandle.generated
	Documentation/Examples/RestDocumentHandlerPatchDocument.generated
	Documentation/Examples/RestDocumentHandlerPatchDocumentMerge.generated
	Documentation/Examples/RestDocumentHandlerPostAccept1.generated
	Documentation/Examples/RestDocumentHandlerPostCreate1.generated
	Documentation/Examples/RestDocumentHandlerPostCreate2.generated
	Documentation/Examples/RestDocumentHandlerPostWait1.generated
	Documentation/Examples/RestDocumentHandlerReadDocument.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentAllKey.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentAllPath.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentHead.generated
	Documentation/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocument.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentIfMatchOtherLastWriteWins.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentRevOther.generated
	Documentation/Examples/RestDocumentHandlerUpdateDocumentUnknownHandle.generated
	Documentation/Examples/RestEdgeCreateEdge.generated
	Documentation/Examples/RestEdgesReadEdgesAny.generated
	Documentation/Examples/RestEdgesReadEdgesIn.generated
	Documentation/Examples/RestEdgesReadEdgesOut.generated
	Documentation/Examples/RestEndpointGet.generated
	Documentation/Examples/RestExplainAllPlans.generated
	Documentation/Examples/RestExplainOptimizerRules.generated
	Documentation/Examples/RestExplainOptions.generated
	Documentation/Examples/RestGraphChangeEdge.generated
	Documentation/Examples/RestGraphChangeVertex.generated
	Documentation/Examples/RestGraphChangepEdge.generated
	Documentation/Examples/RestGraphChangepVertex.generated
	Documentation/Examples/RestGraphCreateEdge.generated
	Documentation/Examples/RestGraphCreateVertex.generated
	Documentation/Examples/RestGraphGetEdge.generated
	Documentation/Examples/RestGraphGetEdges.generated
	Documentation/Examples/RestGraphGetGraph.generated
	Documentation/Examples/RestGraphGetGraphs.generated
	Documentation/Examples/RestGraphGetVertex.generated
	Documentation/Examples/RestGraphGetVertexEdges.generated
	Documentation/Examples/RestGraphGetVertexVertices.generated
	Documentation/Examples/RestGraphGetVertexVertices2.generated
	Documentation/Examples/RestGraphGetVertices.generated
	Documentation/Examples/RestGraphPostGraph.generated
	Documentation/Examples/RestIndexAllIndexes.generated
	Documentation/Examples/RestIndexCreateGeoLatitudeLongitude.generated
	Documentation/Examples/RestIndexCreateGeoLocation.generated
	Documentation/Examples/RestIndexCreateNewCapConstraint.generated
	Documentation/Examples/RestIndexCreateNewFulltext.generated
	Documentation/Examples/RestIndexCreateNewHashIndex.generated
	Documentation/Examples/RestIndexCreateNewSkiplist.generated
	Documentation/Examples/RestIndexCreateNewUniqueConstraint.generated
	Documentation/Examples/RestIndexCreateSparseHashIndex.generated
	Documentation/Examples/RestIndexCreateSparseSkiplist.generated
	Documentation/Examples/RestIndexDeleteUniqueSkiplist.generated
	Documentation/Examples/RestReplicationApplierStart.generated
	Documentation/Examples/RestReplicationApplierStateNotRunning.generated
	Documentation/Examples/RestReplicationApplierStateRunning.generated
	Documentation/Examples/RestReplicationApplierStop.generated
	Documentation/Examples/RestReplicationDump.generated
	Documentation/Examples/RestReplicationInventory.generated
	Documentation/Examples/RestReplicationInventoryIndexes.generated
	Documentation/Examples/RestReplicationLoggerFollowBufferLimit.generated
	Documentation/Examples/RestReplicationLoggerFollowEmpty.generated
	Documentation/Examples/RestReplicationLoggerFollowSome.generated
	Documentation/Examples/RestReplicationLoggerStateActive.generated
	Documentation/Examples/RestReplicationServerId.generated
	Documentation/Examples/RestSimpleAllBatch.generated
	Documentation/Examples/RestSimpleAllSkipLimit.generated
	Documentation/Examples/RestSimpleAny.generated
	Documentation/Examples/RestSimpleByExample.generated
	Documentation/Examples/RestSimpleByExample2.generated
	Documentation/Examples/RestSimpleByExample3.generated
	Documentation/Examples/RestSimpleFirst.generated
	Documentation/Examples/RestSimpleFirstExample.generated
	Documentation/Examples/RestSimpleFirstSingle.generated
	Documentation/Examples/RestSimpleFulltext.generated
	Documentation/Examples/RestSimpleLast.generated
	Documentation/Examples/RestSimpleLastSingle.generated
	Documentation/Examples/RestSimpleNear.generated
	Documentation/Examples/RestSimpleNearDistance.generated
	Documentation/Examples/RestSimpleRange.generated
	Documentation/Examples/RestSimpleWithin.generated
	Documentation/Examples/RestSimpleWithinDistance.generated
	Documentation/Examples/RestSimpleWithinRectangle.generated
	Documentation/Examples/RestTasksCreate.generated
	Documentation/Examples/RestTasksListAll.generated
	Documentation/Examples/RestTasksListOne.generated
	Documentation/Examples/RestTasksPutWithId.generated
	Documentation/Examples/RestTraversalAny.generated
	Documentation/Examples/RestTraversalBackwardItemOrder.generated
	Documentation/Examples/RestTraversalDepthFirst.generated
	Documentation/Examples/RestTraversalEdgeUniqueness.generated
	Documentation/Examples/RestTraversalFilterExclude.generated
	Documentation/Examples/RestTraversalFilterPrune.generated
	Documentation/Examples/RestTraversalInbound.generated
	Documentation/Examples/RestTraversalMaxDepth.generated
	Documentation/Examples/RestTraversalMinDepth.generated
	Documentation/Examples/RestTraversalOutbound.generated
	Documentation/Examples/RestTraversalPostorder.generated
	Documentation/Examples/RestTraversalVisitorCountAndList.generated
	Documentation/Examples/RestTraversalVisitorExpander.generated
	Documentation/Examples/RestVersion.generated
	Documentation/Examples/RestVersionDetails.generated
	Documentation/Examples/SaveEdgeCol.generated
	Documentation/Examples/collectionAll.generated
	Documentation/Examples/collectionAllNext.generated
	Documentation/Examples/collectionByExample.generated
	Documentation/Examples/collectionByExampleNext.generated
	Documentation/Examples/collectionClosedRange.generated
	Documentation/Examples/collectionDatabaseCollectionName.generated
	Documentation/Examples/collectionDatabaseCreate.generated
	Documentation/Examples/collectionDatabaseCreateKey.generated
	Documentation/Examples/collectionDatabaseCreateProperties.generated
	Documentation/Examples/collectionDatabaseCreateSpecialKey.generated
	Documentation/Examples/collectionDatabaseDrop.generated
	Documentation/Examples/collectionDatabaseDropName.generated
	Documentation/Examples/collectionDatabaseName.generated
	Documentation/Examples/collectionDatabaseTruncate.generated
	Documentation/Examples/collectionDatabaseTruncateName.generated
	Documentation/Examples/collectionDrop.generated
	Documentation/Examples/collectionFigures.generated
	Documentation/Examples/collectionFirstExample.generated
	Documentation/Examples/collectionFulltext.generated
	Documentation/Examples/collectionLoad.generated
	Documentation/Examples/collectionNear.generated
	Documentation/Examples/collectionNearDistance.generated
	Documentation/Examples/collectionRange.generated
	Documentation/Examples/collectionRename.generated
	Documentation/Examples/collectionTruncate.generated
	Documentation/Examples/collectionWithin.generated
	Documentation/Examples/collectionsDatabaseName.generated
	Documentation/Examples/cursorHasNext.generated
	Documentation/Examples/cursorNext.generated
	Documentation/Examples/documentDocumentRemove.generated
	Documentation/Examples/documentDocumentRemoveConflict.generated
	Documentation/Examples/documentDocumentUpdate.generated
	Documentation/Examples/documentsCollectionFirst.generated
	Documentation/Examples/documentsCollectionFirstNull.generated
	Documentation/Examples/documentsCollectionInsert.generated
	Documentation/Examples/documentsCollectionLast.generated
	Documentation/Examples/documentsCollectionLastNull.generated
	Documentation/Examples/documentsCollectionName.generated
	Documentation/Examples/documentsCollectionRemove.generated
	Documentation/Examples/documentsCollectionRemoveConflict.generated
	Documentation/Examples/documentsCollectionRemoveSignature.generated
	Documentation/Examples/documentsCollectionReplace.generated
	Documentation/Examples/documentsCollectionReplaceHandle.generated
	Documentation/Examples/documentsCollectionUpdate.generated
	Documentation/Examples/documentsCollectionUpdateHandle.generated
	Documentation/Examples/documentsCollectionUpdateHandleArray.generated
	Documentation/Examples/documentsCollectionUpdateHandleKeepNull.generated
	Documentation/Examples/documentsDocumentName.generated
	Documentation/Examples/documentsDocumentReplace.generated
	Documentation/Examples/executeQuery.generated
	Documentation/Examples/executeQueryBatchSize.generated
	Documentation/Examples/generalGraphAbsBetweenness1.generated
	Documentation/Examples/generalGraphAbsBetweenness2.generated
	Documentation/Examples/generalGraphAbsBetweenness3.generated
	Documentation/Examples/generalGraphAbsCloseness1.generated
	Documentation/Examples/generalGraphAbsCloseness2.generated
	Documentation/Examples/generalGraphAbsEccentricity2.generated
	Documentation/Examples/generalGraphBetweenness2.generated
	Documentation/Examples/generalGraphBetweenness3.generated
	Documentation/Examples/generalGraphCloseness1.generated
	Documentation/Examples/generalGraphCloseness3.generated
	Documentation/Examples/generalGraphCommonNeighbors1.generated
	Documentation/Examples/generalGraphCommonNeighbors2.generated
	Documentation/Examples/generalGraphDistanceTo1.generated
	Documentation/Examples/generalGraphDropGraphKeep.generated
	Documentation/Examples/generalGraphEccentricity1.generated
	Documentation/Examples/generalGraphEccentricity2.generated
	Documentation/Examples/generalGraphEdgeCollectionRemove.generated
	Documentation/Examples/generalGraphEdgeCollectionReplace.generated
	Documentation/Examples/generalGraphEdgeCollectionSave1.generated
	Documentation/Examples/generalGraphEdgeCollectionUpdate.generated
	Documentation/Examples/generalGraphEdges1.generated
	Documentation/Examples/generalGraphEdges2.generated
	Documentation/Examples/generalGraphEdgesFiltered.generated
	Documentation/Examples/generalGraphEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLFromVerticesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLInEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLNeighborsFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLNeighborsUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLNext.generated
	Documentation/Examples/generalGraphFluentAQLNextRecreate.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLOutEdgesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLPathNeighbors.generated
	Documentation/Examples/generalGraphFluentAQLPathSimple.generated
	Documentation/Examples/generalGraphFluentAQLRestricted.generated
	Documentation/Examples/generalGraphFluentAQLToArray.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesFilteredMultiple.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLToVerticesUnfiltered.generated
	Documentation/Examples/generalGraphFluentAQLUnfilteredEdges.generated
	Documentation/Examples/generalGraphFluentAQLUnfilteredVertices.generated
	Documentation/Examples/generalGraphFluentAQLUnrestricted.generated
	Documentation/Examples/generalGraphFluentAQLVerticesFilteredSingle.generated
	Documentation/Examples/generalGraphFluentAQLVerticesUnfiltered.generated
	Documentation/Examples/generalGraphGetFromVertex.generated
	Documentation/Examples/generalGraphGetToVertex.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness1.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness2.generated
	Documentation/Examples/generalGraphModuleAbsBetweenness3.generated
	Documentation/Examples/generalGraphModuleAbsCloseness1.generated
	Documentation/Examples/generalGraphModuleAbsCloseness2.generated
	Documentation/Examples/generalGraphModuleAbsCloseness3.generated
	Documentation/Examples/generalGraphModuleAbsEccentricity2.generated
	Documentation/Examples/generalGraphModuleBetweenness1.generated
	Documentation/Examples/generalGraphModuleBetweenness2.generated
	Documentation/Examples/generalGraphModuleCloseness1.generated
	Documentation/Examples/generalGraphModuleCommonNeighbors1.generated
	Documentation/Examples/generalGraphModuleCommonNeighbors2.generated
	Documentation/Examples/generalGraphModuleConnectingEdges1.generated
	Documentation/Examples/generalGraphModuleDistanceTo1.generated
	Documentation/Examples/generalGraphModuleDistanceTo2.generated
	Documentation/Examples/generalGraphModuleEccentricity2.generated
	Documentation/Examples/generalGraphModuleEccentricity3.generated
	Documentation/Examples/generalGraphModuleNeighbors1.generated
	Documentation/Examples/generalGraphModuleNeighbors2.generated
	Documentation/Examples/generalGraphModulePaths.generated
	Documentation/Examples/generalGraphModulePaths2.generated
	Documentation/Examples/generalGraphModuleShortestPaths1.generated
	Documentation/Examples/generalGraphModuleShortestPaths2.generated
	Documentation/Examples/generalGraphNeighbors1.generated
	Documentation/Examples/generalGraphNeighbors2.generated
	Documentation/Examples/generalGraphPaths.generated
	Documentation/Examples/generalGraphPaths2.generated
	Documentation/Examples/generalGraphShortestPaths1.generated
	Documentation/Examples/generalGraphTraversal1.generated
	Documentation/Examples/generalGraphTraversal2.generated
	Documentation/Examples/generalGraphTraversalTree1.generated
	Documentation/Examples/generalGraphTraversalTree2.generated
	Documentation/Examples/generalGraphVertexCollectionRemove.generated
	Documentation/Examples/generalGraphVertexCollectionReplace.generated
	Documentation/Examples/generalGraphVertexCollectionSave.generated
	Documentation/Examples/generalGraphVertexCollectionUpdate.generated
	Documentation/Examples/generalGraphVertices1.generated
	Documentation/Examples/generalGraphVertices2.generated
	Documentation/Examples/generalGraphVerticesFiltered.generated
	Documentation/Examples/generalGraphVerticesUnfiltered.generated
	Documentation/Examples/general_graph__deleteEdgeDefinition.generated
	Documentation/Examples/queryLimit.generated
	Documentation/Examples/querySkip.generated
	build.h
	configure
	configure.ac
	js/common/tests/shell-database.js
2015-02-17 15:31:33 +01:00
Jan Steemann fa68eb7b41 added documentation for sparse indexes 2015-02-17 12:07:27 +01:00
Jan Steemann c750b1bf4e added 2.5 pages 2015-02-17 10:48:37 +01:00
Jan Steemann ce779d89c4 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-16 18:13:16 +01:00
Jan Steemann 826c25c6f8 wrote initial new features 2015-02-16 18:13:03 +01:00
Michael Hackstein 7247b69235 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-16 17:44:34 +01:00
Michael Hackstein fa1cf5897b added a description for the requirements to script in a cluster running foxx 2015-02-16 17:38:43 +01:00
Jan Steemann 43cd0cc1f1 remove generated files 2015-02-16 17:21:55 +01:00
Michael Hackstein 1cdbbbe243 Added a readme for advanced foxx functionality 2015-02-16 16:19:00 +01:00
Michael Hackstein db17acbecc Added an introduction to production 2015-02-16 16:09:20 +01:00
Michael Hackstein 107b5cd478 Added an introduction to development 2015-02-16 16:09:06 +01:00
Michael Hackstein 54989da29d Added a section about the development mode of foxx 2015-02-16 16:08:52 +01:00
Michael Hackstein bdf7b78f34 Added a chapter for debugging in development mode 2015-02-16 16:08:40 +01:00
Michael Hackstein 28a913875e Added a chapter for debugging in production mode 2015-02-16 16:08:26 +01:00
Michael Hackstein 995b1bdd74 Added a section to describe how to upgrade to a new foxx 2015-02-16 16:08:07 +01:00
Michael Hackstein 9966d2de32 Removed a foxx chapter from summary functionality not yet implemented, will be shipped later 2015-02-16 16:07:44 +01:00
Michael Hackstein 4618866f77 Finished section about debugging in development mode. Need to out example output 2015-02-16 14:42:41 +01:00
Michael Hackstein 0c78629199 Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into devel 2015-02-16 14:17:52 +01:00
Michael Hackstein f213121b95 Started a development debugging chapter for foxx documentation. It is not finished yet 2015-02-16 14:16:07 +01:00
Michael Hackstein db9938f9ad Added documentation chapter for foxx scripts. 2015-02-16 14:13:50 +01:00
Frank Celler eac5c18c7f release version 2.5.0-alpha3 2015-02-16 11:22:49 +01:00
Frank Celler 3b9b1510e5 release version 2.5.0-alpha2 2015-02-16 10:39:20 +01:00
Frank Celler 179a6ef8ff release version 2.5.0-alpha1 2015-02-16 09:59:06 +01:00
Jan Steemann 205736a028 added optimizer rule "propagate-constant-attributes" 2015-02-15 13:29:53 +01:00
Jan Steemann db2cd7acc9 added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
Michael Hackstein 5b3fae42aa Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
Conflicts:
	js/apps/system/_admin/aardvark/APP/frontend/js/bootstrap/errors.js
	js/common/bootstrap/errors.js
	lib/Basics/voc-errors.cpp
	lib/Basics/voc-errors.h
2015-02-13 10:20:36 +01:00
Jan Steemann 137537f915 issue #1245: Small bug in Tools -> API (auto-created documentation) 2015-02-13 09:09:49 +01:00
Jan Steemann bcdbf30ca2 updated documentation 2015-02-13 00:23:06 +01:00
Willi Goesgens 799c5e2a31 return 1 is clever! 2015-02-11 15:59:41 +01:00
Willi Goesgens 57905c2519 Add more explanations and outer join examples. 2015-02-11 15:55:02 +01:00
Michael Hackstein aad7e46f10 Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
Conflicts:
	Documentation/Books/Users/SUMMARY.md
	js/actions/api-system.js
	js/common/bootstrap/modules.js
	js/server/modules/org/arangodb/foxx/manager.js
	js/server/tests/shell-routing.js
2015-02-06 17:22:01 +01:00
Michael Hackstein 6ab497107f Added more documentation for new foxx features 2015-02-06 17:00:37 +01:00
Michael Hackstein adbb956b6f Moved FoxxQueues to an earlier chapter. Fixed broken link to microservices 2015-02-05 21:51:38 +01:00
Michael Hackstein dca9332fef Fixed link in README to include _system database. 2015-02-05 15:33:32 +01:00
Michael Hackstein bcc9a3ff46 Added documentation for new folder structure. 2015-02-05 14:10:26 +01:00
Michael Hackstein 8e67db4745 Changed output for development mode from list to listDevelopment 2015-02-05 13:16:29 +01:00
Michael Hackstein e78939b1f0 Moved JobQueues to an earlier position in documentation 2015-02-05 13:15:26 +01:00
Michael Hackstein 54c01b97bd Added description of production mode 2015-02-05 13:14:29 +01:00
Michael Hackstein d643ec1485 Fixed code rendering for example 2015-02-05 11:42:37 +01:00
Jan Steemann 76eb41a2a9 updated documentation 2015-02-05 00:18:33 +01:00
Michael Hackstein f494ccebca Added production chapter for new foxx documentation 2015-02-04 16:13:16 +01:00
Michael Hackstein 6efa349070 Added the Foxx in a nutshell chapter in new Foxx Documentation 2015-02-04 16:12:53 +01:00
Michael Hackstein 23a10bc508 Added install chapter for new Foxx Documentation 2015-02-04 16:12:25 +01:00
Michael Hackstein d0a22c6938 Added Development chapter for new foxx documentation 2015-02-04 16:11:57 +01:00
Michael Hackstein a4795ee04c Added the Apps chapter for Foxx documentation. 2015-02-04 16:10:35 +01:00
Michael Hackstein a7f0a843d8 Added the advanced chapter for Foxx documentation. 2015-02-04 15:59:13 +01:00
Michael Hackstein 17cf9fb154 Started with a README to get started with Foxx Documentation 2015-02-04 15:50:24 +01:00
Michael Hackstein 799707f657 Removed old Foxx documentation. Will be completely reorganized. 2015-02-04 15:49:14 +01:00
Michael Hackstein 40ea11ab45 Rmoved old Foxx Bubdled Apps Documentation. Will be displayed elsewhere 2015-02-04 15:48:10 +01:00
Michael Hackstein 9e3d29e722 Removed old Foxx Manager Documentation. Will be displayed elsewhere 2015-02-04 15:47:40 +01:00
Michael Hackstein 2488e11c84 Added the first draft of new Foxx documentation line-up 2015-02-04 15:46:47 +01:00
Michael Hackstein cfe36890ee Fixed Documentation Makefile, it does not generate a larger folder depth 2015-02-04 09:50:00 +01:00
Jan Steemann 8124115113 issue #1225: updated documentation 2015-01-30 12:01:45 +01:00
Jan Steemann 07733c672a added yesternight's changes 2015-01-30 08:47:43 +01:00
Frank Celler c153f72af5 moved triAGENS/ArangoDB to arangodb/arangodb 2015-01-29 17:33:02 +01:00
Frank Celler 418a673f2b Merge branch 'devel' of github.com:triAGENS/ArangoDB into request-module
Conflicts:
	js/node/package.json
2015-01-29 17:20:15 +01:00
Frank Celler 05b8115abf Merge pull request #1227 from triAGENS/foxxy-console
Foxx console
2015-01-29 17:16:05 +01:00
Jan Steemann 0e5866a3fd Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2015-01-29 01:57:14 +01:00
Jan Steemann 699b7e76f6 fun with custom visitors, cont. 2015-01-29 01:57:03 +01:00
Frank Celler 0a0eebb33f log to stderr if on a tty 2015-01-28 23:58:43 +01:00
Jan Steemann b03a7a4c8f fun with custom visitors 2015-01-28 00:45:21 +01:00
Alan Plum 4f3adeb879 Documentation! 2015-01-27 20:00:00 +01:00
Thomas Schmidts 2fdb133ea7 Fixed small spelling error 2015-01-27 10:40:26 +01:00
Michael Hackstein 924de5edca Started writing documentation for new foxx-manager 2015-01-26 11:59:06 +01:00
Jan Steemann d348f60e59 added AQL optimizer rule "move-calculations-down" 2015-01-22 20:36:38 +01:00
Jan Steemann 8aeded5c86 fixed documentation 2015-01-22 13:36:01 +01:00
Jan Steemann ad4ada00a1 added information about `%HOMEDRIVE%` and `%HOMEPATH%` 2015-01-21 15:49:00 +01:00
Alan Plum f3c9f21c1c Added documentation. 2015-01-20 17:26:10 +01:00
Jan Steemann 9b66ab3a61 added AQL functions MD5, SHA1, and RANDOM_TOKEN 2015-01-17 22:40:47 +01:00
Thomas Schmidts f43f80dcf5 Added link to the cookbook 2015-01-16 15:28:39 +01:00
Jan Steemann b0fa21b0ce updated conventions documentation for AQL functions 2015-01-16 12:56:02 +01:00
Jan Steemann ba783a4584 allow specifying minLength and maxLengths for PATHS AQL function 2015-01-16 12:34:11 +01:00
Jan Steemann 578afe98d9 removed documentation for removed methods 2015-01-15 23:06:04 +01:00
Jan Steemann 957fa189d2 better diagnostics for arangoimp 2015-01-15 13:42:31 +01:00
Frank Celler 17f68a94ff Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-01-09 08:55:09 +01:00
Frank Celler 1c0f40ae40 removed superfluous entry 2015-01-09 08:54:58 +01:00
Jan Steemann 92ff2c058f added --enable-v8-debug to documentation 2015-01-09 00:03:57 +01:00
Jan Steemann 8683b1f613 documentation for data-modification operations with return values 2015-01-08 23:16:37 +01:00
Thomas Schmidts 608607ac6e Changed the name of a chapter in the summary 2015-01-08 14:20:17 +01:00
Elena Bolshakova c0eb18a175 documentation: added queries for creating graph in 'Traversals/Example Data' section 2015-01-08 12:47:01 +03:00
Jan Steemann ac0bb85c3d issue #1201: better error checking for fulltext index with multiple attributes 2015-01-05 09:41:56 +01:00
Frank Celler b554fa5503 fixed typos 2014-12-26 17:02:46 +01:00
Frank Celler a94819a3c0 added more info abotu FoxxGenerator 2014-12-26 12:43:20 +01:00
Frank Celler d01a925021 0.0.0.0 in relative mode 2014-12-23 12:19:23 +01:00
Jan Steemann eb2bfee77b updated Upgrading notes 2014-12-22 15:04:41 +01:00
Jan Steemann ae7fa251b4 issue #1197: updated compile instruction regarding cleaning 2014-12-22 12:05:25 +01:00
Jan Steemann a65b3b109b updated documentation 2014-12-21 19:36:17 +01:00
Jan Steemann 4471c4ae35 updated documentation 2014-12-21 19:15:53 +01:00
Jan Steemann 2277bd9a78 documentation for `mergeObjects` option 2014-12-21 19:12:31 +01:00
Jan Steemann 6d6d67f06f activated optimizer rule remove-sort-rand
fixed tests, updated documentation
2014-12-21 18:50:50 +01:00
Jan Steemann cee3335a47 updated docs 2014-12-19 17:59:27 +01:00
Jan Steemann 03f8518ff1 updated manual 2014-12-19 17:09:48 +01:00
Jan Steemann f91a34f665 updated compilation instructions 2014-12-19 17:07:55 +01:00
Jan Steemann d67afddac7 updated documentation 2014-12-19 17:02:35 +01:00
Jan Steemann 7e85c8f454 added missing documentation for cluster rules 2014-12-19 15:18:41 +01:00
Jan Steemann d92057dd03 the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Jan Steemann bcdeabd3ab Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
2014-12-15 21:53:51 +01:00
Thomas Schmidts d3ccdcde8c Fixed search problem in documentation 2014-12-15 16:29:26 +01:00
Jan Steemann ff2ddd3133 fixed tests 2014-12-12 23:34:28 +01:00
Jan Steemann f4d7a57c19 changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
allow executing subqueries without double brackets

jslint
2014-12-12 23:02:24 +01:00
Jan Steemann 8f6193faa2 added optional COUNT clause for AQL COLLECT 2014-12-12 17:18:04 +01:00
Patrick Huber d0eb69fc73 expose the any() method from the collection on the repository too 2014-12-10 14:19:06 +01:00
Jan Steemann 22928c1bb5 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
	arangod/Aql/OptimizerRules.cpp
2014-12-09 22:45:55 +01:00
Patrick Huber 07214a41b7 reference ansible role on ansible galaxy 2014-12-09 14:12:36 +01:00
Thomas Schmidts 9e4e8cb099 Fixed 1141. Added note to the documentation about headers in FoxxController.mdpp 2014-12-08 17:04:59 +01:00
Jan Steemann cd17c393ab Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
	arangod/Aql/OptimizerRules.cpp
	arangod/Aql/grammar.cpp
2014-12-08 12:37:13 +01:00
Patrick Huber d6df865ab8 add clean-books & clean target 2014-12-05 23:07:13 +01:00
Patrick Huber 8005220502 echo not needed, rm can do that 2014-12-05 22:53:20 +01:00