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
Doerthe Luebbert
7ce32f8a85
Paragraph on Foxx added
2013-10-30 21:08:11 +01:00
Jan Steemann
3440c932da
issue #597 : added more documentation
2013-10-30 15:28:47 +01:00
Jan Steemann
73dd3f9185
made AQL DOCUMENT function polymorphic
2013-10-30 15:01:38 +01:00
Jan Steemann
3dc546658c
removed --log.format command line option
2013-10-30 01:33:32 +01:00
Jan Steemann
43b4f78b62
issue #620
2013-10-28 19:38:19 +01:00
Frank Celler
e40083b2e9
added variables
2013-10-27 10:33:14 +01:00
Doerthe Luebbert
c6b46a04f7
FOXX -> Foxx
2013-10-21 15:50:43 +02:00
Doerthe Luebbert
7cd4afd292
added Jan's answer in the google group on how collections work in Foxx to the manual
2013-10-21 08:15:52 +02:00
Lucas Dohmen
6eef3f79f7
Merge pull request #618 from luebbert42/devel
...
foxx manual: renamed titles
2013-10-18 07:46:59 -07:00
Doerthe Luebbert
4649d03abc
renamed titles and changed them to "h1" so that they appear in the table of content
2013-10-18 16:12:06 +02:00
Jan Steemann
e59968e70a
added `replace` command for foxx-manager, updated docs
2013-10-18 01:09:26 +02:00
Jan Steemann
0814d4de22
updated documentation for console, added section about Foxx development
2013-10-17 13:09:39 +02:00
Jan Steemann
d1ad346f67
issue #612
2013-10-15 18:43:19 +02:00
Jan Steemann
4b064c014c
issue #612 : extended documentation
2013-10-15 18:41:13 +02:00
Jan Steemann
d16c1d8fe1
issue #608 : added documentation on arangosh configuration
2013-10-15 15:57:19 +02:00
Jan Steemann
79f70c7eea
replication applier will now preferrably use collection names instead of collection ids when applying events
2013-10-14 13:45:44 +02:00
Jan Steemann
3db041598d
updated manuals
2013-10-11 17:38:14 +02:00
Jan Steemann
b5f8b27e47
updated docs
2013-10-11 14:35:59 +02:00
Jan Steemann
857c69d5a6
added `--server.allow-method-override` startup option
2013-10-08 17:06:42 +02:00
Jan Steemann
af4c2b7659
updated documentation
2013-10-01 17:36:09 +02:00
Jan Steemann
674468b768
updated documentation
2013-09-30 13:43:20 +02:00