Wilfried Goesgens
179660e87c
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-11-04 17:07:09 +01:00
Wilfried Goesgens
2c38e2a78d
make redirects relative if on the same host; later editions of the HTTP 1.1 RFC state that its valid.
...
this fixes #1558
2015-11-04 13:32:34 +01:00
jsteemann
b1a95cb42c
added AQL function `UNSET_RECURSIVE`
2015-11-03 10:21:30 +01:00
Max Neunhoeffer
92dbff9fdb
Add failover actions to coordinator in cluster case.
2015-11-03 10:19:27 +01:00
Wilfried Goesgens
951165ab1e
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
...
Conflicts:
arangod/Aql/grammar.cpp
arangod/Aql/grammar.h
js/common/modules/org/arangodb/graph-examples/example-graph.js
2015-10-28 11:08:18 +01:00
Alan Plum
5370213d03
Add root property to FoxxService JSON
...
See #1547 .
2015-10-27 18:31:44 +01:00
Michael Hackstein
44001e8049
Removed debug output from foxx manager
2015-10-27 16:34:25 +01:00
Jan Steemann
ad068ce49f
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-10-23 17:23:11 +02:00
Max Neunhoeffer
cc45a0d352
Implement role switching.
2015-10-23 16:45:21 +02:00
Jan Steemann
025e470e3b
added a single-array parameter variant for the AQL MERGE function
2015-10-23 15:29:53 +02:00
Jan Steemann
becac4b4b1
documentation fixes
2015-10-21 16:14:21 +02:00
Jan Steemann
0d2197e77f
changed documentation for index creation methods
2015-10-21 14:59:45 +02:00
Wilfried Goesgens
dae95de667
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-10-21 14:54:01 +02:00
Wilfried Goesgens
7c3de62b08
Add file name here too - since some log messages will not add it and leave the user in the dark.
...
Also add the hint that we don't support APP-relative paths anymore.
2015-10-21 13:58:36 +02:00
Alan Plum
13a69a4509
Linting
2015-10-21 13:43:24 +02:00
Jan Steemann
74edccbcde
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into devel
2015-10-21 12:56:51 +02:00
Jan Steemann
6b67ea7fd9
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-10-21 12:53:01 +02:00
Jan Steemann
3396214a63
added db._explain() convenience function
2015-10-21 12:52:40 +02:00
Alan Plum
f0e4b027e0
Fix swagger JSON to pass validation
2015-10-21 12:07:33 +02:00
Alan Plum
28edf6cb66
Fix generated service require paths
2015-10-21 12:07:14 +02:00
Jan Steemann
ffa777979c
make IN values unique and sort em
2015-10-12 15:34:41 +02:00
Jan Steemann
fbfc7773ef
serialization and deserialization of IndexNodes
2015-10-08 12:02:27 +02:00
Jan Steemann
71a25e798b
mchacki: fixed development mode
2015-10-07 17:03:49 +02:00
Jan Steemann
d54db0e3ff
do not warn verbosely
2015-10-07 10:15:34 +02:00
Wilfried Goesgens
3060e1d63d
lintify: break lines.
2015-10-02 15:01:38 +02:00
Wilfried Goesgens
353c01f04f
don't output the result json when running from an interactive shell.
2015-10-02 14:47:57 +02:00
Wilfried Goesgens
a5d8c12067
unittesting framework
...
- don't output xml reports if we run single tests
- add another token to the 'this is not a testcase name' list
2015-10-02 13:38:25 +02:00
Wilfried Goesgens
320ac8e1e8
Improve indent readability
2015-10-02 12:31:09 +02:00
CoDEmanX
41d6594246
Documentation formatting
2015-10-02 03:14:55 +02:00
Wilfried Goesgens
1d2cf518dd
Add --skipArangoBNonConnKeepAlive to skip this part of the test for os'es that have a problem with to frequent ip connection open/close (windows, macos)
2015-10-01 17:09:43 +02:00
Wilfried Goesgens
ab130a025f
add prefix to system app contexts - they shouldn't live without namespaces.
2015-09-30 17:55:55 +02:00
Frank Celler
3f8b2a4925
changed to dot notation
2015-09-29 14:14:57 +02:00
Frank Celler
f8c79f1ab0
added ARANGODB_DEFAULT_ROOT_PASSWORD
2015-09-29 13:15:25 +02:00
Jan Steemann
2353fc648f
fixed documentation errors
2015-09-28 11:56:39 +02:00
Alan Plum
0fcb9ea46e
Fixed applicationContext.collectionName
2015-09-25 16:32:17 +02:00
Jan Steemann
ace5bd8ec2
some fixes for the web interface
2015-09-25 16:01:13 +02:00
Alan Plum
ef50d88f5e
Moved queue creation to queue manager init
2015-09-24 13:46:14 +02:00
Alan Plum
67e2264603
Fixed cyclic import
2015-09-24 13:46:14 +02:00
Alan Plum
f8ef55f437
Fixed Foxx preprocessing
2015-09-24 13:46:14 +02:00
Alan Plum
252cba5e9f
Implemented FoxxService
2015-09-24 13:46:14 +02:00
Alan Plum
309dcb2c17
Partially implemented FoxxService
...
The FoxxService class replaces ArangoApp and should contain the necessary logic to load Foxx services based on their manifests.
2015-09-24 13:46:14 +02:00
Alan Plum
038267cb06
Re-implemented require/module based on Node 4.1.0
...
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
Wilfried Goesgens
44c2063662
Add information about the graph the samples are querying so the user has a better overview.
2015-09-23 14:12:18 +02:00
Michael Hackstein
a862f0ea30
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-09-22 11:46:32 +02:00
Michael Hackstein
aa1242b67c
Fixed a bug with AQL EDGES() function. It did not include the correct
...
end of the edge when using inbound or outbound in combination with
includeVertices. Reported at
https://groups.google.com/forum/#!topic/arangodb/6yIpzLHprrk
2015-09-22 11:46:11 +02:00
CoDEmanX
7b95679040
Minor documentation fixes
2015-09-21 19:37:32 +02:00
Michael Hackstein
1a7f414c16
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-09-18 12:21:39 +02:00
Frank Celler
c4d1fff729
new traversal
2015-09-18 10:40:28 +02:00
Wilfried Goesgens
b06d03e84f
Cleanup documentation for remaining @-tags
2015-09-17 11:15:33 +02:00
Frank Celler
2e2600311a
added aliases
2015-09-16 16:05:18 +02:00