1
0
Fork 0
Commit Graph

917 Commits

Author SHA1 Message Date
Frank Celler 6181838d4d fixed wrong number 2014-04-16 19:11:48 +02:00
Frank Celler fd06e44696 added hint about start 2014-04-16 19:04:53 +02:00
Jan Steemann 056b4f3eb3 slightly changed manual text 2014-04-13 22:53:50 +02:00
Jan Steemann 71e7d9aeb6 Merge pull request #817 from triAGENS/thomas-documentation-aql
Documentation fixes: Reviewed AQL
2014-04-13 22:51:50 +02:00
Jan Steemann 4dd9005145 issue #820: tried to improve upgrade notes 2014-04-13 22:49:14 +02:00
Jan Steemann 758708d142 added note about backing up aql user functions 2014-04-13 22:40:05 +02:00
Steven Erenst 2ecc618069 Table of contents for HTTP replication error fix. 2014-04-13 21:43:22 +02:00
Jan Steemann bde36811ce fixed documentation 2014-04-11 18:40:53 +02:00
Thomas Schmidts ead6b62e06 Documentation fixes: Reviewed AQL 2014-04-11 10:25:00 +02:00
Jan Steemann b1ece826fc fixed doxygen errors 2014-04-09 18:13:05 +02:00
Jan Steemann 289d82762a documentation fixes 2014-04-09 18:11:06 +02:00
Thomas Schmidts 7a625a4323 Merge pull request #816 from triAGENS/thomas-documentation-handling-collections
Documentation fixes: Reviewed HandlingCollections, HandlingDocuments and...
2014-04-09 17:03:47 +02:00
Thomas Schmidts 85d5bea4c5 Documentation fixes: "small" spelling error 2014-04-09 16:59:54 +02:00
Thomas Schmidts 294408cefb Merge pull request #815 from triAGENS/thomas-documentation-handling-databases
Documentation fixes: Reviewed HandlingDatabases
2014-04-09 16:39:41 +02:00
Thomas Schmidts c8a8ba26c4 Documentation fixes: Reviewed HandlingCollections, HandlingDocuments and HandlingEdges 2014-04-09 14:26:53 +02:00
Thomas Schmidts 6be707ca64 Documentation fixes: Reviewed HandlingDatabases 2014-04-08 17:22:22 +02:00
Thomas Schmidts 1ba43b4407 Merge pull request #814 from triAGENS/thomas-documentation-shell-and-webinterface
Documentation fixes: Reviewed arangosh and WebInterfaces
2014-04-08 16:44:31 +02:00
Thomas Schmidts 90808b6947 Documentation fixes: Reviewed arangosh and WebInterfaces 2014-04-08 16:01:09 +02:00
Thomas Schmidts 0418680c35 Document fixes: Fixed one word 2014-04-08 15:39:09 +02:00
Thomas Schmidts 258d4ab7f5 Documentation fixes: Reviewed Installing Manual 2014-04-08 13:17:42 +02:00
Thomas Schmidts 3cbb277f56 Merge pull request #809 from triAGENS/documentation-thomas
Documentation Fixes
2014-04-08 13:10:08 +02:00
Jan Steemann bfc67f655e updated compilation instructions 2014-04-08 09:59:10 +02:00
Thomas Schmidts 4210546590 Documentation fixes: Added a reference to query by example 2014-04-07 16:57:39 +02:00
Thomas Schmidts 6db1602cae Documentation fixes: Fixed a reference in first Steps 2014-04-07 16:57:38 +02:00
Thomas Schmidts 8774731413 Documentation fixes: Reviewed the First Steps in the manual 2014-04-07 16:57:38 +02:00
Thomas Schmidts 6ac794d363 Documentation fixes: Small spelling error 2014-04-07 16:57:30 +02:00
Max Neunhoeffer 089aca33c3 Document how to relaunch a cluster.
This is the case that the dispatcher used originally was restarted.
Basically, this documents how to persist a cluster plan.
2014-04-02 14:19:49 +02:00
Max Neunhoeffer b0f43cf027 Fix documentation of traversals w.r.t. sorting the edges at a vertex. 2014-04-02 11:36:07 +02:00
Max Neunhoeffer 62c1b6ba61 Repair make doxygen. 2014-04-02 11:11:27 +02:00
Michael Hackstein 7549c13bc5 Created a simple change password implementation for foxx. Added Documentation 2014-04-01 17:23:09 +02:00
Frank Celler 456d089deb generateSwagger can now also parse MD files
Conflicts:
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/collection.json
	js/apps/system/aardvark/api-docs/cursor.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/document.json
	js/apps/system/aardvark/api-docs/edge.json
	js/apps/system/aardvark/api-docs/edges.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/graph.json
	js/apps/system/aardvark/api-docs/index.json
	js/apps/system/aardvark/api-docs/job.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/simple.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/api-docs/traversal.json
	js/apps/system/aardvark/api-docs/version.json
2014-03-26 23:09:07 +01:00
Jan Steemann 25f81195a9 logfile manager 2014-03-26 16:00:24 +01:00
Jan Steemann 05d8db9430 make ArangoDB not send back a `WWW-Authenticate` header
make ArangoDB not send back a `WWW-Authenticate` header to a client in case the
client sends the `X-Requested-With` header with a value of `XMLHttpRequest`

This is done to prevent browsers from showing their built-in HTTP authentication
dialog for AJAX requests that require authentication.
ArangoDB will still return an HTTP 401 (Unauthorized) if the request doesn't
contain valid credentials, but it will omit the `WWW-Authenticate` header,
allowing clients to bypass the browser's authentication dialog.
2014-03-25 18:48:15 +01:00
Frank Celler d34832bbcf added changePassword attribute for users 2014-03-25 11:40:13 +01:00
Jan Steemann 5a3f2aaa49 improved job API
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
  async job without potentially fetching it from the list of done jobs

* fixed non-intuitive behaviour in jobs API: previously, querying the status
  of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
  executing async job from the list of queryable jobs on the server.
  Now, when querying the result of an async job that is still executing,
  the job is kept in the list of queryable jobs so its result can be fetched
  by a subsequent request.
2014-03-21 21:19:45 +01:00
Frank Celler 959b7f46d1 fixed manual error 2014-03-14 14:36:32 +01:00
Jan Steemann 7df402d1cd removed command line option `--database.remove-on-drop` 2014-03-10 17:03:17 +01:00
Jan Steemann 54599b86e7 removed documentation for test methods 2014-03-10 10:30:43 +01:00
Jan Steemann 1dc2f55666 added missing API documentation for HTTP GET `/_admin/server/role` 2014-03-10 10:29:51 +01:00
Jan Steemann 3d4b7931a8 issue #776: update compilation instructions 2014-03-07 20:29:48 +01:00
Max Neunhoeffer 9101d6b2bc Change documentation on user reload for coordinators. 2014-03-07 12:38:09 +01:00
Frank Celler f412ed510f added setup link 2014-03-06 13:59:49 +01:00
Frank Mayer 3c290a79ed A few corrections to the text...
Made some minor corrections. Feel free to adopt as is, or pick only the ones you like ;)
2014-03-05 22:26:47 +02:00
Jan Steemann 3d877549d6 fixed typo 2014-03-05 14:40:36 +01:00
Frank Celler 81daeb47a7 add missing page, cleanup GNUmakefile 2014-03-05 14:26:38 +01:00
Frank Celler 3d96be0cb2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-03-05 14:22:47 +01:00
Jan Steemann 75eed02014 updated manual 2014-03-05 13:12:46 +01:00
Frank Celler 71763daff9 fixed images 2014-03-04 20:45:25 +01:00
Jan Steemann e693a6cdcd updated manual 2014-03-04 18:47:04 +01:00
Frank Celler ae61ed7b53 changed title 2014-03-04 15:16:54 +01:00
Frank Celler cce0f9f99e added cluster pic 2014-03-04 13:54:38 +01:00
Frank Celler 5bd4cca336 added image 2014-03-04 09:56:16 +01:00
Frank Celler eb16dbc10a fixed typos 2014-03-03 17:14:31 +01:00
Frank Celler f3b3bfea17 added cluster cookbook 2014-03-03 17:05:46 +01:00
Frank Celler 0e2075f3f3 fixed missing blank 2014-03-03 10:17:08 +01:00
Frank Celler 7115ef31a0 added 2.0 upgrade and new features file 2014-03-02 22:21:18 +01:00
Max Neunhoeffer 87302e87e1 Add two more items and fix some typos. 2014-02-28 23:07:15 +01:00
Jan Steemann 87284a47f9 slightly improved AQL documentation
Conflicts:
	Documentation/UserManual/Aql.md
2014-02-28 20:20:51 +01:00
Max Neunhoeffer 5c449c67ba Add version numbers to manual chapter. 2014-02-28 20:01:50 +01:00
Max Neunhoeffer 5ca1054f9e Update documentation. 2014-02-28 12:15:50 +01:00
Max Neunhoeffer bc660c7fba More changes to documentation. 2014-02-27 23:18:13 +01:00
Max Neunhoeffer f771fe865a Changes after Claudius' comments. 2014-02-27 23:13:53 +01:00
Jan Steemann 8edf96e9aa added documentation for cluster authentication options 2014-02-27 19:27:12 +01:00
Max Neunhoeffer a0e187cc29 Finish sharding chapter in user documentation. 2014-02-27 16:20:53 +01:00
Max Neunhoeffer 4dbe05d8c4 First draft of sharding chapter in user manual. 2014-02-27 13:54:17 +01:00
Frank Celler e10bab8059 Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding 2014-02-27 09:16:02 +01:00
Frank Celler 8406f51435 Merge remote-tracking branch 'origin/1.4' into devel
Conflicts:
	CHANGELOG
	VERSION
	arangod/Ahuacatl/ahuacatl-access-optimiser.c
	arangod/Ahuacatl/ahuacatl-codegen.c
	build.h
	configure
	configure.ac
	js/apps/system/aardvark/api-docs.json
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/job.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/frontend/js/modules/org/arangodb/graph/traversal.js
	js/common/modules/org/arangodb/graph/traversal.js
	js/server/modules/org/arangodb/ahuacatl.js
	lib/HttpServer/HttpCommTask.h
2014-02-27 09:13:03 +01:00
Max Neunhoeffer eeb04b41b0 Start documentation of what works and what not. 2014-02-26 16:05:16 +01:00
Jan Steemann 785df6f016 added documentation for AQL SHORTEST_PATH 2014-02-26 13:42:56 +01:00
Max Neunhoeffer 1545586e8f Collection features not yet implemented. 2014-02-26 11:47:57 +01:00
Jan Steemann 23ba186b0d Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	CHANGELOG
	arangod/Ahuacatl/ahuacatl-access-optimiser.c
	arangod/CapConstraint/cap-constraint.c
	js/apps/system/aardvark/frontend/scss/_tiles.scss
	js/apps/system/aardvark/frontend/scss/generated.css
	js/apps/system/aardvark/frontend/scss/style.scss
	js/common/modules/org/arangodb/users-common.js
2014-02-25 17:21:14 +01:00
Max Neunhoeffer 826714c1b3 Document REUSEADDR setup. 2014-02-24 12:54:21 +01:00
Jan Steemann 870f969933 added user validation API at POST `/_api/user/<username>` 2014-02-24 11:12:37 +01:00
Max Neunhoeffer f7e57a5b47 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	js/apps/system/aardvark/frontend/scss/generated.css
	js/apps/system/aardvark/manifest.json
	lib/Rest/EndpointIp.cpp
	lib/Rest/EndpointUnixDomain.cpp
	lib/V8/v8-utils.cpp
2014-02-21 15:28:21 +01:00
Jan Steemann 512999c030 updated manual 2014-02-21 15:04:40 +01:00
Jan Steemann 8f94107904 updated manual 2014-02-21 15:04:09 +01:00
Michael Hackstein 015ab56259 Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
	arangod/VocBase/document-collection.c
	arangosh/CMakeLists.txt
	js/apps/system/aardvark/test/karma/karma.conf.js
2014-02-18 08:50:27 +01:00
Jan Steemann c40d930fa6 issue #765: added SLICE AQL function 2014-02-17 11:09:03 +01:00
Jan Steemann 0f0ef8a33f updated index docs 2014-02-14 10:30:05 +01:00
Jan Steemann f8476ce0b0 fixed tests 2014-02-13 18:14:53 +01:00
Max Neunhoeffer fc6ff3e427 Fix an example. 2014-02-12 15:20:40 +01:00
Max Neunhoeffer 67c9d02c51 Fix a typo in the documentation. 2014-02-12 15:11:55 +01:00
Jan Steemann 5270f994c9 Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
	js/apps/system/aardvark/frontend/css/layout.css
	js/server/modules/org/arangodb/arango-collection.js
2014-02-12 12:53:08 +01:00
Jan Steemann f11577d952 Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding 2014-02-12 12:47:57 +01:00
Jan Steemann 3dad329979 ensureIndex 2014-02-12 12:47:51 +01:00
Max Neunhoeffer 5c467148a3 Add HTTP REST API call for shutdown. 2014-02-12 10:47:43 +01:00
Jan Steemann 859dd2a9d8 better handling of --javascript.package-path 2014-02-12 09:59:23 +01:00
Jan Steemann d26839ef44 hint for database names in batches 2014-02-12 09:38:16 +01:00
Jan Steemann bcd7210770 hint for database names in batches 2014-02-12 09:37:37 +01:00
Max Neunhoeffer be319498f7 Correct documentation. 2014-02-12 09:12:43 +01:00
Michael Hackstein bc16cfae86 Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
	Documentation/InstallationManual/Installing.md
	arangosh/CMakeLists.txt
2014-02-11 15:52:49 +01:00
Frank Celler b88307f1de typo (GET should be HEAD) 2014-02-11 15:11:46 +01:00
Frank Celler 4d707a7758 fixed doc for require 2014-02-11 14:38:56 +01:00
Max Neunhoeffer e7dfbeaf90 Improve sharding introduction and first steps. 2014-02-11 14:19:53 +01:00
Frank Celler b017cc04b1 added process module 2014-02-11 14:15:27 +01:00
Max Neunhoeffer 95f01d879c Add cleanup functionality for cluster kickstarter. 2014-02-11 11:03:50 +01:00
Max Neunhoeffer 432a52d5c5 Fix a few typos. 2014-02-10 16:10:48 +01:00
Max Neunhoeffer 87d734a5b3 Add documentation of HTTP interface for sharding. 2014-02-10 16:08:31 +01:00
Max Neunhoeffer 77df9b6781 Add documentation for kickstarter and planner. 2014-02-10 15:58:38 +01:00
Frank Celler 7528779137 Merge remote-tracking branch 'origin/1.4' into devel
Conflicts:
	CHANGELOG
	CMakeLists.txt
	VERSION
	arangod/Ahuacatl/ahuacatl-functions.c
	arangod/RestServer/ArangoServer.cpp
	arangod/VocBase/vocbase-defaults.c
	build.h
	configure
	configure.ac
	js/apps/system/aardvark/api-docs.json
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/document.json
	js/apps/system/aardvark/api-docs/edge.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/job.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/frontend/css/buttons.css
	js/apps/system/aardvark/frontend/css/documentsView.css
	js/apps/system/aardvark/frontend/js/templates/applicationsView.ejs
	js/apps/system/aardvark/frontend/js/templates/documentsView.ejs
	js/server/modules/org/arangodb/ahuacatl.js
	js/server/tests/ahuacatl-graph.js
2014-02-09 18:39:11 +01:00