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
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
Lucas Dohmen
2f4fa628ad
Tiny adjustment to the Foxx Manager manual #560
2013-09-27 22:48:58 +02:00
Lucas Dohmen
9266e4da23
Foxx Manual: Overview
2013-09-27 22:33:50 +02:00
Lucas Dohmen
ee2db4a67d
Foxx: Clarification of Authentication #597
2013-09-27 22:09:16 +02:00
Lucas Dohmen
e3d888b69b
Foxx: Remove some confusing lines from the manual #560
2013-09-27 21:56:52 +02:00
Doerthe Luebbert
b8f23c368a
Info added on example apps
2013-09-27 12:26:15 +02:00
Doerthe Luebbert
b08a169b4c
replaced the meadow example by hello + param example
2013-09-27 11:39:22 +02:00
Jan Steemann
97afd329ff
updated documentation
2013-09-24 18:22:38 +02:00
Jan Steemann
46895b4ec2
updated documentation
2013-09-24 15:40:37 +02:00
Jan Steemann
c29e491d8b
Merge pull request #594 from luebbert42/devel
...
switched the order of FoxxManager & Foxx for didactic reasons
2013-09-24 04:28:54 -07:00
Doerthe Luebbert
7ee0ec025c
switched the order of FoxxManager & Foxx for didactic reasons
2013-09-24 10:29:57 +02:00
Jan Steemann
cbd2ed60f4
issue #564 : better automatic mimetype detection for assets
...
also added possibility to override automatic detection with hard-coded value from manifest
2013-09-23 23:26:11 +02:00
Doerthe Luebbert
f327337da9
adapted example to structure similar to foxx-authentification app
2013-09-23 18:07:20 +02:00
Jan Steemann
8ced2fb364
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-09-23 17:49:34 +02:00
Jan Steemann
324d7fab03
documentation
2013-09-23 17:49:25 +02:00
Doerthe Luebbert
a35af2687e
wrong path fixed
2013-09-23 16:23:46 +02:00
Lucas Dohmen
6add03669b
Foxx: Documentation of the new Model capabilities
2013-09-18 17:17:50 +02:00
Lucas Dohmen
f5a177932e
Foxx: bodyParam
2013-09-18 14:28:24 +02:00
Lucas Dohmen
fba6c94671
Foxx Repository: replaceById
2013-09-17 14:19:06 +02:00
Lucas Dohmen
0b83a9a9b0
Repository: Replace
2013-09-16 17:25:40 +02:00
Jan Steemann
7caac08466
updated documentation
2013-09-11 17:25:45 +02:00
Lucas Dohmen
cabbaeafaf
Foxx Repository: Changed API
2013-09-10 10:47:13 +02:00
Lucas Dohmen
3d88b57687
Foxx: Removed Repository#all
2013-09-09 14:21:06 +02:00
Lucas Dohmen
545e896e23
Foxx: Repository#save
2013-09-09 14:07:13 +02:00
Lucas Dohmen
7a7d972069
Foxx: Added the same for onlyIf and onlyIfAuthenticated
2013-09-09 12:20:28 +02:00
Lucas Dohmen
5cab0ab025
Foxx: Controller-wide errorResponse
2013-09-09 12:08:10 +02:00
Lucas Dohmen
ef6c905cc2
Foxx: Documentation Review
2013-09-09 09:47:23 +02:00
Jan Steemann
95e09941df
fixed doxygen
2013-09-05 14:19:22 +02:00
Jan Steemann
369433f1e2
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
arangosh/Benchmark/BenchmarkThread.h
lib/SimpleHttpClient/SimpleHttpClient.cpp
2013-09-05 12:34:45 +02:00
Lucas Dohmen
4f283d39f4
Foxx: Controller#register
2013-09-04 18:06:52 +02:00
Jan Steemann
42660cbb5a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-09-04 13:04:30 +02:00
Jan Steemann
897412b4de
initial dropping of databases
2013-09-04 13:04:13 +02:00
Lucas Dohmen
d9213af5ec
Foxx: Manifest File apps -> controllers [BREAKING CHANGE]
...
Adjusted to the new vocabulary
2013-09-04 11:12:09 +02:00