1
0
Fork 0
Commit Graph

265 Commits

Author SHA1 Message Date
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
Max Neunhoeffer eeb04b41b0 Start documentation of what works and what not. 2014-02-26 16:05:16 +01:00
Max Neunhoeffer 1545586e8f Collection features not yet implemented. 2014-02-26 11:47:57 +01:00
Max Neunhoeffer 826714c1b3 Document REUSEADDR setup. 2014-02-24 12:54:21 +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
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
Max Neunhoeffer be319498f7 Correct documentation. 2014-02-12 09:12:43 +01:00
Max Neunhoeffer e7dfbeaf90 Improve sharding introduction and first steps. 2014-02-11 14:19:53 +01:00
Max Neunhoeffer fe25b3a1d1 Start documentation for sharding. 2014-02-07 16:08:28 +01:00
Max Neunhoeffer 15bb5ed446 Fix a little thing in the sharding docs. 2014-02-06 16:04:02 +01:00
Max Neunhoeffer defa63e5fd Start to write documentation for sharding.
So far we have a "How to try it out" section.
2014-02-06 15:58:14 +01:00
Jan Steemann c38c038492 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	CHANGELOG
	js/apps/system/aardvark/frontend/css/collectionsItemView.css
	js/apps/system/aardvark/frontend/css/graphlayout.css
2014-02-06 13:18:52 +01:00
Jan Steemann 6bb4f0f0ac added SKIPLIST AQL function
Conflicts:
	CHANGELOG
2014-02-03 16:54:35 +01:00
Jan Steemann 545742a5fd added option `--server.disable-authentication-unix-sockets`
with this option, authentication can be disabled for all requests coming
in via UNIX domain sockets, enabling clients located on the same host as
the ArangoDB server to connect without authentication.
Other connections (e.g. TCP/IP) are not affected by this option.

The default value for this option is `false`.
Note: this option is only supported on platforms that support Unix domain
sockets.
2014-02-02 00:22:07 +01:00
Max Neunhoeffer c2e6c16395 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding 2014-01-31 19:34:55 +01:00
Jan Steemann 5e7716360c enhanced traversal documentation with custom expander examples 2014-01-31 19:31:31 +01:00
Jan Steemann e9c5af7895 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	CHANGELOG
	js/apps/system/aardvark/frontend/css/collectionsView.css
	js/apps/system/aardvark/frontend/css/layout.css
	js/apps/system/aardvark/frontend/js/routers/router.js
2014-01-30 19:40:21 +01:00
Jan Steemann bcbcb3d6ea updated documentation 2014-01-30 19:12:37 +01:00
Jan Steemann 4f3070715c implemented first() and last() 2014-01-30 19:11:48 +01:00
Jan Steemann 0a2d61a42a added SHORTEST_PATH AQL function, allow user-defined functions for filtering in TRAVERSAL etc. 2014-01-28 01:51:27 +01:00
Jan Steemann 1500318dd4 fixed documentation errors 2014-01-27 14:50:17 +01:00
Jan Steemann ea2af50683 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	Documentation/ImplementorManual/HttpSystem.md
	js/apps/system/aardvark/aardvark.js
	js/apps/system/aardvark/frontend/css/buttons.css
	js/server/version-check.js
2014-01-24 14:50:09 +01:00
Frank Celler bec2a0e9ef fixed issue #741: documentation improvement
Conflicts:
	Documentation/RefManual/Actions.md
	Documentation/UserManual/Foxx.md
	Documentation/UserManual/UserManual.md
2014-01-23 23:14:48 +01:00
Jan Steemann d55a5b156c added tests and documentation for issue #748 2014-01-23 17:22:19 +01:00
Jan Steemann 64417d4423 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	arangod/V8Server/v8-vocbase.cpp
2014-01-21 09:29:45 +01:00
Jan Steemann 9f69aae986 issue #736: AQL function to parse collection and key from document handle 2014-01-17 22:39:04 +01:00
Jan Steemann 13baa4d055 removed --cluster.heartbeat-interval, moved value to ETCD 2014-01-07 12:09:38 +01:00
Jan Steemann 13bcc2bf7a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding 2013-12-11 18:39:10 +01:00
Jan Steemann 8708dc7e70 renamed sharding to cluster 2013-12-10 09:56:00 +01:00
Jan Steemann dc88db3545 added extra notes about Foxx deployment 2013-12-04 23:49:14 +01:00
Jan Steemann 9593af0334 some more text for the user manual overview page 2013-12-04 23:20:38 +01:00
Jan Steemann 6ea120ada6 issue #695: arangosh server.password error
Documentation is fixed
2013-12-02 13:13:51 +01:00
Frank Celler 1ce14d32b1 use :: 2013-11-23 16:38:50 +01:00
Lucas Dohmen 366f393ad4 Foxx: Adjusted introduction according to @mchacki's idea
List instead of one sentence
2013-11-20 15:15:59 +01:00
Jan Steemann 920d08d855 removed redundant startup options 2013-11-20 01:50:27 +01:00
Jan Steemann c5e9538547 Merge remote-tracking branch 'origin/devel' into inline-shapes
Conflicts:
	arangod/VocBase/document-collection.c
2013-11-14 01:01:24 +01:00
Jan Steemann 6879da3133 added JavaScript traversal documentation 2013-11-13 14:51:54 +01:00
Jan Steemann a977c5662a removed --database.force-sync-shapes option 2013-11-05 18:20:55 +01:00
Jan Steemann 9e78ab5af5 added NTH and POSITION 2013-11-04 18:24:03 +01:00
Jan Steemann c694ddf5fd issue #560: added information about how to deploy application from directory or zip file 2013-11-01 14:44:20 +01:00