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
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
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
Frank Celler
157217503a
cleanup
2014-02-09 18:25:09 +01:00
Max Neunhoeffer
fe25b3a1d1
Start documentation for sharding.
2014-02-07 16:08:28 +01:00
Doerthe Luebbert
b8551c77d3
Update HttpBatch.md
...
@modul8com mentioned this typo on twitter.
2014-02-07 09:06:53 +01:00
Jan Steemann
54717da290
fixed link in manual
2014-02-06 16:14:03 +01:00
Jan Steemann
f2aa3254b8
fixed link in manual
2014-02-06 16:13:34 +01:00
Jan Steemann
20008734b9
fixed documentation
2014-02-06 16:12:10 +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
e0da93737a
issue #757
2014-02-05 09:11:20 +01:00
Jan Steemann
4f83b1742f
issue #757
2014-02-05 09:10:42 +01:00
Jan Steemann
6bb4f0f0ac
added SKIPLIST AQL function
...
Conflicts:
CHANGELOG
2014-02-03 16:54:35 +01:00
Jan Steemann
fe9464afec
added SKIPLIST AQL function
2014-02-03 16:37:07 +01:00
Jan Steemann
dc1d28fe5d
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.
Conflicts:
CHANGELOG
arangod/RestServer/ArangoServer.cpp
arangod/VocBase/vocbase-defaults.c
2014-02-03 13:49:15 +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
115eb4a095
enhanced traversal documentation with custom expander examples
2014-01-31 19:30:39 +01:00
Jan Steemann
b7ad436d19
issue #755 : TRAVERSAL does not use strategy, order and itemOrder options
2014-01-31 01:52:07 +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
6fb1f45d0b
removed unused doxygen options
2014-01-30 19:17:26 +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
Frank Celler
e26de15a56
BNAVIGATE
2014-01-27 14:59:56 +01:00
Jan Steemann
1500318dd4
fixed documentation errors
2014-01-27 14:50:17 +01:00
Jan Steemann
45e69ca79a
fixed documentation errors
2014-01-27 14:49:41 +01:00
Frank Celler
e7908e7eed
BNAVIGATE
2014-01-27 10:22:39 +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
Frank Celler
3e71b2087e
fixed issue #741 : documentation improvement
2014-01-23 23:11:33 +01:00
Frank Celler
6679995e76
Merge remote-tracking branch 'origin/1.4' into devel
...
Conflicts:
CHANGELOG
Documentation/man/man1/arangob.1
Documentation/man/man1/arangodump.1
Documentation/man/man1/arangoimp.1
Documentation/man/man1/arangorestore.1
Documentation/man/man1/arangosh.1
Documentation/man/man8/arango-dfdb.8
Documentation/man/man8/arangod.8
Documentation/man/man8/foxx-manager.8
Documentation/man/man8/rcarangod.8
Makefile.in
VERSION
aclocal.m4
build.h
config/config.guess
config/config.sub
config/missing
configure
configure.ac
js/apps/system/aardvark/api-docs.json
js/apps/system/aardvark/api-docs/batch.json
js/apps/system/aardvark/api-docs/collection.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/server/bootstrap/module-internal.js
js/server/modules/org/arangodb/actions.js
js/server/modules/org/arangodb/foxx/authentication.js
js/server/modules/org/arangodb/foxx/manager.js
lib/ApplicationServer/ApplicationServer.cpp
2014-01-23 22:24:20 +01:00