Alan Plum
1a23993f99
Make sure constructor is called in legacy-extended classes
...
This is a horrible workaround for the lack of a spread operator in the V8 version we are currently using.
The super keyword has no way to pass a dynamic number of arguments without using the spread operator
but someone might reasonably want to use additional arguments in a regular subclass that is then
legacy-extended with a constructor property. This should at least protect against the majority of such
cases even if it creates a silly function signature.
See #1592 .
2015-11-25 18:19:54 +01:00
Jan Steemann
9b23953a07
add primary index lock
2015-11-25 17:40:21 +01:00
Wilfried Goesgens
de76c096c9
Adjust explainer to new simple expressions; linting.
2015-11-25 16:50:23 +01:00
Wilfried Goesgens
f49ae38f25
make toJson() virtual so derived ones can overload it.
2015-11-25 16:49:38 +01:00
Wilfried Goesgens
42081165e0
Don't copy while iterating, use const references.
2015-11-25 16:49:01 +01:00
Wilfried Goesgens
8f04b616b5
fix typo
2015-11-25 16:48:35 +01:00
Wilfried Goesgens
513404e9e8
Split searching for conditions and extracting them for analysis, so we can run the optimizer inbetween.
2015-11-25 15:22:45 +01:00
Wilfried Goesgens
a0f9524df8
Add routine to normalize conditions without re-running the optimizer.
2015-11-25 15:22:11 +01:00
Wilfried Goesgens
c061a3309a
- implement new function that scans for nodes of a spcific types
...
- fix scanning for variable references with n-nary ors / ands
2015-11-25 15:21:11 +01:00
Jan Steemann
737b954f15
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-11-25 15:00:02 +01:00
Jan Steemann
5d2951a15b
removed unused method
2015-11-25 14:59:43 +01:00
Alan Plum
ec49f5783b
Remove FormatMiddleware
...
Fixes #971 .
2015-11-25 13:19:00 +01:00
Jan Steemann
9d217b92ce
improved DocumentAccessor
2015-11-25 11:43:01 +01:00
Jan Steemann
a7c8a37938
use range-based for loop
2015-11-25 11:05:31 +01:00
Jan Steemann
9b1ef915eb
issue #1589
2015-11-25 10:49:31 +01:00
Wilfried Goesgens
47a1f14f29
remove non existig example files
2015-11-24 18:30:04 +01:00
Alan Plum
7538d71333
URL parameter -> {query,path} parameter
2015-11-24 18:09:43 +01:00
hkernbach
8a6942a299
changed graph delete example to also remove graph collections
2015-11-24 18:04:47 +01:00
hkernbach
fae01d6c41
webui: delete graphs with dropCollections attribute, usability
2015-11-24 17:38:41 +01:00
Alan Plum
7b595ad16d
Update README.mdpp
2015-11-24 17:24:01 +01:00
Jan Steemann
a27f7faa32
issue #1587
2015-11-24 17:01:14 +01:00
Alan Plum
01aaa5f95a
Adjust docs so it no longer implies IDs in ArangoDB might be numbers
...
Fixes #1408 .
2015-11-24 16:18:37 +01:00
hkernbach
da06ce12e9
typo
2015-11-24 16:09:00 +01:00
hkernbach
d7f8990eee
added documentation link to example graphs setup
2015-11-24 15:58:01 +01:00
hkernbach
8e6bdaec65
added example graphs to webui
2015-11-24 15:35:44 +01:00
hkernbach
94d2e83981
added example graph route to aardvark
2015-11-24 15:35:01 +01:00
hkernbach
a58157f6b4
example graphs now checking if dependencies exist
2015-11-24 15:34:13 +01:00
Alan Plum
0c336d4548
Add info on having changed in 2.8
2015-11-24 15:01:11 +01:00
Alan Plum
5d3b0b0619
Set returnBodyOnError: true by default in org/arangodb/request
...
Fixes #1437 .
2015-11-24 15:00:11 +01:00
Alan Plum
56a35cc392
Add #1495 to CHANGELOG
2015-11-24 13:58:35 +01:00
hkernbach
5bd26e6e62
Merge branch 'JHMH' of github.com:arangodb/arangodb into JHMH
2015-11-24 13:24:44 +01:00
hkernbach
2d417e393d
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-24 13:24:12 +01:00
Jan Steemann
6d8d7c9a4c
updated vpack library
2015-11-24 13:20:47 +01:00
Alan Plum
3bd39234ec
Treat empty string as null in optional Foxx configs
...
Fixes #1495 .
2015-11-24 13:14:41 +01:00
Jan Steemann
2552c3493b
updated vpack library
2015-11-24 12:03:20 +01:00
Michael Hackstein
bcd5813bb1
CXX RestEdgesHandler now actually returns a result. All tests are green now
2015-11-24 10:47:07 +01:00
Jan Steemann
d24b46bb71
updated vpack library
2015-11-24 10:32:58 +01:00
Michael Hackstein
4c8c98524e
Fixed errorNum whenever the vertex-handle is incorrect
2015-11-24 10:30:16 +01:00
Michael Hackstein
aa8e1daaf7
Moved String->VertexId conversion into the general traverser. It is required outside of V8Server
2015-11-24 10:24:19 +01:00
Michael Hackstein
430eb2fd07
First version of CXX RestEdgesHandler. Required for early filtering in Cluster Traversals
2015-11-24 10:23:35 +01:00
Michael Hackstein
561ef30ac1
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-11-24 08:59:01 +01:00
Jan Steemann
e4a3c462c7
updated vpack library
2015-11-23 15:35:10 +01:00
Alan Plum
9ed1afe9b3
Wording
2015-11-23 15:03:25 +01:00
Wilfried Goesgens
bd0e2fb965
Explain installeability of node modules (especially in foxx)
2015-11-23 14:48:57 +01:00
Wilfried Goesgens
132866ae27
Remove duplicate section
2015-11-23 14:13:42 +01:00
Wilfried Goesgens
e34f3824a5
Add link to the reference
2015-11-23 14:01:42 +01:00
Jan Steemann
8d1b0ab3a8
don't call wget --help anymore
2015-11-23 12:41:55 +01:00
Jan Steemann
2ae22e5f97
don't use wget options
2015-11-23 12:25:31 +01:00
Jan Steemann
7a3e55252c
updated vpack library
2015-11-23 12:01:44 +01:00
Frank Celler
c737939d45
be more verbose to debug travisCI run
2015-11-23 11:22:44 +01:00