Alan Plum
17854b57a8
Formatting
2016-04-19 18:16:18 +02:00
Jan Steemann
c091031ec7
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-04-19 18:12:06 +02:00
Jan Steemann
54df0ecb5b
fixed statistics
2016-04-19 18:11:55 +02:00
Michael Hackstein
95662103f2
Fixed JSLint
2016-04-19 17:39:58 +02:00
Michael Hackstein
2c246c860c
Fixed a bug in general-graph module. It was possible to create a graph using document collections for relations. This did lead into undefined behaviour.
2016-04-19 17:07:18 +02:00
Kaveh Vahedipour
87bc35068b
FHM merge from devel
2016-04-19 09:59:33 +00:00
Alan Plum
ffcbd0a69e
Fix require tests
2016-04-19 09:29:24 +02:00
Frank Celler
007fe8e053
Merge branch 'devel' of https://github.com/arangodb/arangodb into FMH
...
Conflicts:
arangod/Agency/Constituent.cpp
arangod/Agency/RestAgencyHandler.cpp
arangod/Aql/Query.cpp
arangod/Aql/grammar.cpp
arangod/RestHandler/RestSimpleQueryHandler.cpp
arangod/RestServer/ArangoServer.cpp
js/client/modules/@arangodb/testing.js
2016-04-19 07:44:00 +02:00
Alan Plum
c39eca49e4
Add require.aliases
2016-04-18 18:01:06 +02:00
Alan Plum
6fc9b185eb
hasOwnProperty is now global
2016-04-18 18:00:41 +02:00
Alan Plum
27e4b43fa6
Fixup add ArangoCollection#isArangoCollection
2016-04-18 18:00:39 +02:00
Alan Plum
9cf8d347ad
More SyntheticResponse tests
2016-04-18 18:00:38 +02:00
Alan Plum
926f02ace5
Use mime-types
2016-04-18 18:00:35 +02:00
Alan Plum
22a8b5ec65
Add util.inline
2016-04-18 18:00:34 +02:00
Alan Plum
ad717505fe
Add pluck to util
2016-04-18 18:00:29 +02:00
Alan Plum
95613be7c6
Mark ArangoDB result sets and errors
...
This makes it easier to recognize them (see joi.isJoi).
2016-04-18 18:00:29 +02:00
Alan Plum
314d19d20d
Extract router tree
2016-04-18 18:00:24 +02:00
Alan Plum
4b0fd593ce
Implement rudimentary route handling
2016-04-18 18:00:22 +02:00
Alan Plum
5161c63670
Remove magical Foxx comments
2016-04-18 18:00:18 +02:00
Alan Plum
4140c26d30
Use symbols for internal module props
2016-04-18 18:00:17 +02:00
Alan Plum
c7688a72f8
module.requireCache -> module.require.cache
2016-04-18 18:00:17 +02:00
Alan Plum
eacf570a39
applicationContext -> module.context
2016-04-18 18:00:17 +02:00
Alan Plum
a385738601
Revert "fixed version"
...
This reverts commit 034eea10b3
.
2016-04-18 18:00:17 +02:00
Jan Steemann
8430f1f71c
added test case
2016-04-18 17:29:06 +02:00
Jan Steemann
1355618f67
added tests for indexes on "_key", "_from" and "_to"
2016-04-18 17:22:10 +02:00
Jan Steemann
0b07b77cf8
added index tests
2016-04-18 16:50:39 +02:00
Michael Hackstein
75015da169
Fixed JSLint
2016-04-18 13:43:09 +02:00
Michael Hackstein
4cf47bf9c4
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-18 12:42:00 +02:00
Frank Celler
e298ac9881
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-15 21:05:52 -07:00
Frank Celler
cd91d3654e
Merge remote-tracking branch 'origin' into FMH
2016-04-15 19:01:38 -07:00
Michael Hackstein
cd12a07a4d
Fixed return codes in cluster. They are now forwarded properly from DBServer to Client
2016-04-15 17:58:06 +02:00
jsteemann
ecd7de16cb
added optimizer rule "inline-subqueries"
2016-04-15 17:21:22 +02:00
Michael Hackstein
a4f6844e27
Fixed babies test in error cases.
2016-04-15 15:53:21 +02:00
Michael Hackstein
20733a81ae
Improved baby errors in cluster
2016-04-15 14:48:44 +02:00
Michael Hackstein
3434be7b7a
Implemented documents baby variant for cluster and also improved the baby tests. ALl errors will now have exactly one representation for each baby document even if they could be identified earlier.
2016-04-14 17:40:28 +02:00
Michael Hackstein
1e92fd3485
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-14 08:28:28 +02:00
Kaveh Vahedipour
d247e7a3bd
mop is fixing the cluster load
2016-04-13 15:36:11 +02:00
Andreas Streichardt
4c27442bd9
Implement callbacks
2016-04-13 14:05:15 +02:00
Michael Hackstein
a14d7dffe2
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-13 08:30:48 +02:00
Jan Steemann
9163236f2b
renamed optimizer rule "merge-traversal-filter" into "optimize-traversals"
2016-04-12 14:51:15 +02:00
Michael Hackstein
1311f73775
Further fixes in cluster communication for baby case
2016-04-12 13:04:51 +02:00
Michael Hackstein
7991815376
Fixed property undefiend bug in test
2016-04-12 10:39:30 +02:00
Michael Hackstein
eeb11919f9
Fixed expectation in cluster-crud test. We cannot guarantee that CHANGE_SHARDING_ATTRIBUTES is thrown, might be NOT_FOUND in some cases
2016-04-12 10:35:09 +02:00
Michael Hackstein
0bc206ff80
Further modification of document babies test
2016-04-12 08:51:16 +02:00
Michael Hackstein
474f70c9ad
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-11 16:33:08 +02:00
Michael Hackstein
5bc4bb51e6
Reactivated babies test in cluster
2016-04-11 16:32:25 +02:00
Michael Hackstein
0ec045d811
Removed debug output
2016-04-11 16:31:41 +02:00
Michael Hackstein
19139a7bf5
Modified document-babies tests. They are now green but correctness has to be discussed.
2016-04-11 16:29:04 +02:00
Wilfried Goesgens
81df4e6e85
migrate 1b41f5c0bb
to devel.
2016-04-11 14:21:46 +02:00
Michael Hackstein
7313df2e5f
Fixed babies-tests to fit the newest definition
2016-04-11 14:21:34 +02:00
Jan Steemann
947fb8d9ad
make LIKE wildcards newline-aware
2016-04-11 14:02:12 +02:00
Michael Hackstein
df497eb8b2
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
2016-04-10 14:09:25 +02:00
Michael Hackstein
68577f1a45
Fixed expectation of document-babies test. Not yet green
2016-04-10 14:09:18 +02:00
jsteemann
e84a0ff0ad
jslint argl
2016-04-09 01:02:59 +02:00
jsteemann
f94f298862
deactivate babies tests temporarily
2016-04-08 23:50:02 +02:00
Jan Steemann
6df7221691
cleanup
2016-04-07 17:08:44 +02:00
Jan Steemann
ce11474602
jslint
2016-04-07 16:40:21 +02:00
Frank Celler
58b9cf7e91
WIP
2016-04-07 15:40:11 +02:00
Jan Steemann
74794d16db
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-07 14:43:35 +02:00
Jan Steemann
83f18fa419
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-07 13:01:23 +02:00
Jan Steemann
513dc26fc1
make replication tests more deterministic
2016-04-07 13:00:30 +02:00
Michael Hackstein
015c5d2908
Fixed single-server babies test. Also made sure that the error header is capialized properly
2016-04-07 12:41:23 +02:00
Michael Hackstein
3e1b295d68
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-07 10:30:41 +02:00
Michael Hackstein
6847d3f4a7
Preperation to create documents on coordinator with baby awareness.
2016-04-07 10:27:01 +02:00
Jan Steemann
2a12f3d936
make tests a bit more robust?
2016-04-06 17:57:57 +02:00
Jan Steemann
aae8ffa5e3
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-06 15:46:47 +02:00
Jan Steemann
9f8c24b1cd
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-04-06 15:43:27 +02:00
Michael Hackstein
ff195124d2
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-06 09:51:30 +02:00
Michael Hackstein
074e949037
Fixed JSHINT
2016-04-06 09:51:19 +02:00
Jan Steemann
f45b6eeb49
jslint
2016-04-06 09:50:39 +02:00
Michael Hackstein
98b4c43315
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-06 09:30:11 +02:00
Andreas Streichardt
3bdbded541
Fix linter errors
2016-04-05 18:45:39 +02:00
Jan Steemann
782b38e5fa
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-04-05 18:32:24 +02:00
Jan Steemann
d0f368445a
replication fixes
2016-04-05 18:32:09 +02:00
Andreas Streichardt
d2d7af67fe
Kickstarter and planner are dead
2016-04-05 17:45:39 +02:00
Michael Hackstein
1d43063189
Added check for error-code headers in new babies definition
2016-04-05 15:51:16 +02:00
Michael Hackstein
964535c315
Adapted document-babies-spec to newest version of babies API for insertion of documents. Test is now red
2016-04-05 14:54:58 +02:00
Andreas Streichardt
8859ee1de4
Fix line ending madness
...
treat csv files as binary so we can CONSISTENTLY import csv files
containing \r\n on any system
2016-04-05 11:21:24 +02:00
Michael Hackstein
bdb0261d2e
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
2016-04-05 10:32:06 +02:00
Michael Hackstein
64308f8ef5
General Graph now uses the new version to save edges with only one json object. instead of the (from, to, doc) used before
2016-04-05 10:31:50 +02:00
Max Neunhoeffer
765b6f6685
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
2016-04-05 10:28:21 +02:00
Max Neunhoeffer
b1963d2cee
Fix replication in the sense that revs are now copied over.
2016-04-05 10:27:43 +02:00
Jan Steemann
ebeb119f4d
some test fixes
2016-04-04 18:20:18 +02:00
Kaveh Vahedipour
5caf02768c
code beautification
2016-04-04 14:42:49 +02:00
Kaveh Vahedipour
1293c9301a
agency's own endpoint is now derived from server.endpoint
2016-04-04 11:23:46 +00:00
Frank Celler
6002ede1c4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-03 21:46:30 +02:00
Frank Celler
e83c1f09b4
WIP
2016-04-02 23:41:21 +02:00
Michael Hackstein
17e7a32fa6
Made the geo index ensure test independent of Index ordering
2016-04-01 13:59:36 +02:00
Michael Hackstein
a14120d239
Removed Test for new features. It cannot work in Cluster Case. Needs to be fixed later on.
2016-04-01 12:27:37 +02:00
Michael Hackstein
618c855c85
Cluster Methods now use the OperationOptions of transactions. And now reacts to these options accordingly incl returnNew/returnOld
2016-03-31 10:52:24 +02:00
Michael Hackstein
7c49288acb
Disabled Document babies test in Cluster Mode. Should only be used cluster Internally
2016-03-30 17:40:03 +02:00
Michael Hackstein
237aea6b5b
Removed tests for removed functions FIRST and LAST
2016-03-30 17:17:11 +02:00
Michael Hackstein
794f692865
Fixed crud test. exists with an old revision now throws Conflict. Former returned false.
2016-03-30 16:18:08 +02:00
Jan Steemann
c7daf1531d
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-24 17:23:11 +01:00
Michael Hackstein
ef834037df
Fixed shell edges Test. The new version of edgeCollection.edge returns a unique array
2016-03-24 17:22:40 +01:00
Michael Hackstein
86513511df
Fixed expected error code. was SHAPER_FAILED is now BAD_PARAMETER
2016-03-24 17:10:32 +01:00
Jan Steemann
cda0646c83
removed unused error codes
2016-03-24 17:04:58 +01:00
Jan Steemann
688109bcc5
jslint
2016-03-24 15:55:13 +01:00
Jan Steemann
eae423349f
fixed test (well, cheating a bit)
2016-03-24 13:17:53 +01:00
Jan Steemann
007e0c6e5c
fixed test
2016-03-24 13:14:59 +01:00
Jan Steemann
f161a98ba4
test fixes
2016-03-24 12:46:08 +01:00
Jan Steemann
ecbd17b992
fixed test
2016-03-23 19:13:03 +01:00
Jan Steemann
f670a07046
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-23 19:01:19 +01:00
Jan Steemann
7975913fc5
fixed tests
2016-03-23 18:50:46 +01:00
Andreas Streichardt
8cdf8eebad
More python fixes
2016-03-23 18:36:22 +01:00
Jan Steemann
c8c9288400
harmonize value comparisons for hash indexes
2016-03-23 16:36:00 +01:00
Jan Steemann
1a2fdb64ee
removed unused test
2016-03-22 18:52:49 +01:00
Jan Steemann
d763c102d6
fulltext fixes
2016-03-22 18:34:40 +01:00
Jan Steemann
2ab44cef03
fixed tests
2016-03-22 16:17:05 +01:00
Jan Steemann
7f95833505
fixed tests
2016-03-22 16:14:52 +01:00
Jan Steemann
04b436f0b5
fixed test
2016-03-22 15:18:34 +01:00
Jan Steemann
d226175e91
test fixes
2016-03-22 15:15:43 +01:00
Jan Steemann
80413739d1
fixed test
2016-03-22 14:34:18 +01:00
Jan Steemann
45cc15fe45
fixes
2016-03-22 10:51:42 +01:00
Jan Steemann
f0724447b6
fixed sparse index test
2016-03-21 17:08:42 +01:00
Jan Steemann
f17d17841f
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-21 09:28:35 +01:00
jsteemann
f12320277f
bugfixes
2016-03-18 16:56:05 +01:00
Max Neunhoeffer
af6f7bd0fa
Fix jslint.
2016-03-18 11:12:34 +01:00
Max Neunhoeffer
e9ad1ad954
Fix jslint.
2016-03-18 11:10:04 +01:00
Max Neunhoeffer
bf77bd31e2
Fix jslint.
2016-03-18 11:08:52 +01:00
Max Neunhoeffer
20fb42afd5
Cleanup of tests.
2016-03-18 02:04:38 +01:00
jsteemann
e0ce1cef5a
make buffers somewhat usable
2016-03-17 22:47:22 +01:00
Max Neunhoeffer
f44b8a6fa9
Add tests for babies DELETE HTTP /_api/document/<collection>.
2016-03-17 21:13:50 +01:00
Max Neunhoeffer
20d0e98462
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
2016-03-17 18:50:33 +01:00
Max Neunhoeffer
827f2f4f44
Improve /_api/simple/remove-by-key.
...
Fix more document methods.
2016-03-17 18:49:52 +01:00
jsteemann
a9cc127ffa
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-17 17:17:26 +01:00
Max Neunhoeffer
105fe3e406
Fix tests for documents.
2016-03-17 15:53:02 +01:00
jsteemann
6ce73b439c
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-17 15:21:32 +01:00
Frank Celler
13603e876e
safety check
2016-03-17 12:00:27 +01:00
Frank Celler
89cf60d217
added missing test
2016-03-16 23:36:48 +01:00
Frank Celler
b39e20c6fc
fixed endpoint
2016-03-16 23:29:56 +01:00
Frank Celler
a92d280f81
added babies http test
2016-03-16 22:18:00 +01:00
Frank Celler
f28f20883a
cosmetics
2016-03-16 22:16:56 +01:00
Max Neunhoeffer
8b8019b28a
Fix behaviour of remove.
2016-03-16 19:55:49 +01:00
Max Neunhoeffer
c9b48ea24b
Add babies tests for returnNew and returnOld.
2016-03-14 15:01:48 +01:00
Max Neunhoeffer
0bd5524a7f
Fix new tests.
2016-03-14 14:06:56 +01:00
Max Neunhoeffer
5dd4426bf7
Add tests for returnNew and returnOld.
2016-03-14 14:05:21 +01:00
Max Neunhoeffer
8f6cd501aa
Change behaviour of remove(), return data, allow returnOld.
2016-03-11 16:35:55 +01:00
Max Neunhoeffer
a25df3aece
Fix jslint problems.
2016-03-10 16:44:44 +01:00
Max Neunhoeffer
6e4a4d1f7b
Add babies tests for document API.
2016-03-10 16:28:10 +01:00
Max Neunhoeffer
df487862a8
Fix some more edge tests.
2016-03-10 13:08:02 +01:00
Jan Steemann
878865c53a
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 17:57:07 +01:00
Alan Plum
075ca6a3a5
Request shouldn't set content-type header to "undefined"
...
Fixes #1776 .
2016-03-09 13:10:41 +01:00
Jan Steemann
329b3d623f
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 09:42:24 +01:00
Jan Steemann
b393c3d9bb
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
2016-03-09 09:42:10 +01:00
Max Neunhoeffer
6ca5132b89
Fix test for edge save.
2016-03-09 09:16:33 +01:00
Frank Celler
dfa9047484
switch arangosh to new ApplicationFeatures and ProgramOptions
2016-03-08 23:32:43 +01:00
Max Neunhoeffer
7c4d4ab36c
Adjust test to (new) behaviour.
2016-03-08 18:46:15 +01:00
Max Neunhoeffer
4452578f5f
Fix a test.
2016-03-08 17:46:08 +01:00
Jan Steemann
14a3d02ce7
simple query cleanup
2016-03-07 20:29:04 +01:00
Alan Plum
041ebf1542
Fix #1577 once and for all
...
This guarantees the module resolution doesn't break out of the ArangoDB module root (or the service's root).
2016-02-26 12:24:26 +01:00
Frank Celler
1cd53c20a1
added generateMimetypes and generateErrorfiles
2016-02-25 13:14:06 +01:00
Frank Celler
034eea10b3
fixed version
2016-02-19 20:15:39 +01:00
Michael Hackstein
8295bae5b3
Added generated files
2016-02-16 14:07:10 +01:00
Michael Hackstein
32d0e48d61
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
2016-02-16 13:56:08 +01:00
Alan Plum
fb23c44e3d
Fix client test
2016-02-16 01:45:57 +01:00
Frank Celler
8f1e79e5dc
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-02-15 23:23:44 +01:00
Frank Celler
9a2ced5056
raised waitForSync
2016-02-15 23:22:50 +01:00
Alan Plum
6593f3d358
Clean up stacktraces
...
Fixes #1564 , #1565 , #1744 .
2016-02-15 22:56:29 +01:00
Michael Hackstein
a3cd1aa54e
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
2016-02-15 10:25:31 +01:00
Max Neunhoeffer
4cbd99a54b
Merge branch 'devel' into ClustUp2
2016-02-13 23:06:22 +01:00
Alan Plum
e228ce0cd0
@arangodb/request: res.body -> res.json
2016-02-11 16:50:07 +01:00
Max Neunhoeffer
465a117864
Merge branch 'devel' into ClustUp2
2016-02-11 09:11:29 +01:00
Jan Steemann
196ec2593c
added parentheses for explain
2016-02-10 15:21:12 +01:00
Jan Steemann
cc257b90ff
print brackets in explainer
2016-02-10 13:12:46 +01:00
Jan Steemann
f3107bc25f
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-operators
2016-02-10 11:34:40 +01:00
Jan Steemann
5ba2432d78
remove sort in more cases
2016-02-10 11:23:11 +01:00
Max Neunhoeffer
dc63cb3874
Merge branch 'devel' into ClustUp2
2016-02-09 15:52:36 +01:00
Frank Celler
546ffce3ed
added replication test
2016-02-06 23:30:22 +01:00
Frank Celler
6d4b68245a
added print.limitString
2016-02-06 20:20:07 +01:00
Jan Steemann
6aa28abce3
adjusted test
2016-02-05 20:46:57 +01:00
Jan Steemann
94990da5f9
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-operators
2016-02-04 19:18:43 +01:00
Frank Celler
7769b68d69
fixed returns
2016-02-04 16:46:29 +01:00
Frank Celler
8b6f4b8bec
removed DEV_APP_PATH
2016-02-04 16:38:20 +01:00
Michael Hackstein
edf7f6b9d9
Further implementation of AQL functions for VPack. UNIQUE UNIQUE_SORTED UNION UNION_DISTINCT
2016-02-04 15:23:26 +01:00
Max Neunhoeffer
7a92f3ac0f
Merge branch 'devel' into ClustUp2
2016-02-04 09:39:46 +01:00
Frank Celler
bb3acf8cd5
fixed /_admin/log
2016-02-04 00:41:50 +01:00
Max Neunhoeffer
ac51c221b3
Merge branch 'devel' into ClustUp2
2016-02-03 08:55:01 +01:00
jsteemann
13335d4cf9
bugfixes
2016-02-03 01:06:27 +01:00
jsteemann
b962c5a9e8
array comparison operators
2016-02-03 00:28:03 +01:00
Jan Steemann
fc909486c2
parser adjustments for array operators, not yet working
2016-02-02 18:05:39 +01:00
Jan Steemann
45d9745756
fixed display of Traversals in AQL explain
2016-02-02 11:24:51 +01:00
Max Neunhoeffer
93400bfdcc
Implement followerInfo.
2016-02-01 11:38:10 +01:00
Michael Hackstein
651e705ebd
Introduced a new EMPTY_GRAPH error which is thrown during AQL execitions whenever the graph has no edge collections.
2016-01-28 18:07:26 +01:00
Michael Hackstein
847463f968
Fixed JSLintQ
2016-01-28 17:29:29 +01:00
Michael Hackstein
ff1a3e5675
Updated AQL explainer to work with Multi Direction Traversals. Last step closes #1683
2016-01-28 17:15:53 +01:00
Frank Celler
732fb58f86
moved into sub-directories
2016-01-24 13:16:05 +01:00
Frank Celler
c2a3f90fde
moved tests into sub-directories
2016-01-24 12:21:04 +01:00
Frank Celler
8a7f409380
added fs.append
2016-01-24 11:34:13 +01:00
Frank Celler
df0a6f4abf
create out directory
2016-01-23 23:30:41 +01:00
Andreas Streichardt
4ff105167a
Issue #1675 . allow enabling strict mode in tests
2016-01-22 11:38:56 +01:00
jsteemann
e0f5401bed
fixed test in failure mode
2016-01-21 00:20:32 +01:00
jsteemann
842384016d
namespace cleanup
2016-01-21 00:20:22 +01:00
Frank Celler
9840280637
added vm
2016-01-15 12:36:57 +01:00
Frank Celler
cc91d528e2
do not check DB if connection is down
2016-01-15 12:35:00 +01:00
Jan Steemann
798a1e05cc
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-01-12 19:41:49 +01:00
Jan Steemann
a119837c3e
fixed journalSize handling for collections
2016-01-12 19:41:39 +01:00
Alan Plum
b3c7cfd11e
Remove jasmine completely
...
This should not impact the frontend tests as they use a npm-installed copy of jasmine.
2016-01-12 19:04:49 +01:00
Alan Plum
812060864b
Handle pending mocha tests in output
2016-01-12 18:49:52 +01:00
Alan Plum
f442465445
Implement mocha.grep
...
Allows using context.only and context.skip to skip tests.
2016-01-12 18:49:51 +01:00
Alan Plum
44faf4428d
Improved mocha integration
...
Mocha tests now produce pretty XML files and log output for Jenkins.
2016-01-12 18:49:50 +01:00
Alan Plum
e90c89812f
shell-foxx-manager-install-spec to mocha
2016-01-12 18:49:49 +01:00
Alan Plum
0d16d03853
shell-query-timecritical-spec to mocha
2016-01-12 18:49:48 +01:00
Alan Plum
4eab5cd6c8
Disable mocha timeout and bail
...
The timeout only results in tests being marked as failing
AFTER the tests have run. That's worse than useless for sync-only
tests like we use.
2016-01-12 18:49:27 +01:00
Alan Plum
c7930e1df9
Fix minimal-working setup scripts
2016-01-12 18:49:27 +01:00
Jan Steemann
7524c21f3a
added derived files
2016-01-12 17:45:05 +01:00
Jan Steemann
6937dbc489
aggregate fixes
2016-01-12 17:21:18 +01:00
Jan Steemann
2044cf8038
implemented aggregations for SortedCollectBlock
2016-01-12 12:05:57 +01:00
Alan Plum
c4c8418b6d
Add support for mocha in built-in test runner
2016-01-11 20:00:56 +01:00
Jan Steemann
b64f69cfd7
increase timeout a bit
2016-01-11 19:28:38 +01:00
jsteemann
67147482ce
bumped built-in version number from 2.7.0-devel to 2.8
2016-01-08 01:56:23 +01:00
Jan Steemann
8390793699
moved docu blocks into their own files
2016-01-07 16:39:19 +01:00
Jan Steemann
1e6a07426c
collect refactoring
2016-01-07 14:10:32 +01:00
Jan Steemann
ad1163e3bb
refactoring for Aql COLLECT
2016-01-07 13:35:12 +01:00
Alan Plum
e6149f1fff
rm unused queue-legacy-test fixture
2016-01-06 19:20:50 +01:00
Alan Plum
537ff51445
Mark various test apps as 2.8.0 compat
...
This will make them use legacy mode in FOTF.
2016-01-06 19:18:10 +01:00
Jan Steemann
a15c18572f
fixed test, added more tests
2016-01-04 19:33:18 +01:00
Jan Steemann
10f97380be
updated documentation
2016-01-04 19:10:41 +01:00
Frank Celler
1065a1bd2c
added work monitor
2016-01-04 15:33:06 +01:00
jsteemann
c20cf66e93
add cacheability info for explain
2016-01-03 00:52:36 +01:00
Alan Plum
bdee7f3309
Fix cluster test
...
The implementation of `_.clone` in underscore naively clones all properties including inherited ones.
As lodash does The Right Thing and ignores the prototype, we need to flatten the object first.
2015-12-29 13:44:00 +01:00
Alan Plum
9ecc710491
Avoid _.clone
...
Lodash's clone is subtlely different from underscore's and breaks with ShapedJson.
2015-12-23 23:30:56 +01:00
Alan Plum
de9ae5128a
underscore -> lodash
2015-12-23 23:30:55 +01:00
Jan Steemann
3cfd8214a9
handle id and isSystem when creating collections
2015-12-18 20:16:39 +01:00
Michael Hackstein
ba3fe43a4e
Fixed Explainer for traversal node. It did only know one direction and only hard-coded starting points
2015-12-18 16:17:01 +01:00
jsteemann
fb908043ac
truncate long objects
2015-12-17 22:14:52 +01:00
Jan Steemann
928837e1ff
\0 fix
2015-12-17 13:07:05 +01:00
Alan Plum
dd51a91d59
Always org/arangodb -> @arangodb
2015-12-17 13:02:39 +01:00
Jan Steemann
b76c61adb1
\0 fix
2015-12-17 12:28:16 +01:00
jsteemann
ead2ee47e7
issue #1409 : fix NUL-byte handling
2015-12-17 10:54:24 +01:00
Wilfried Goesgens
788e59ed39
Lintify.
2015-12-16 15:05:29 +01:00
Wilfried Goesgens
e93949674b
while printing the cursor info check for whether its extra section contains a warning.
2015-12-16 14:06:37 +01:00
Wilfried Goesgens
da57d31488
Implement de/serializing of filters in traversalnodes
2015-12-16 11:17:38 +01:00
Alan Plum
34843b76fb
Remove CoffeeScript support
2015-12-16 02:03:44 +01:00
Alan Plum
7039647936
Make require behave again
...
Calls to require should stay within the ArangoDB paths or Foxx service root.
The require cache for Foxx services should be service specific.
Reloading a service's controllers should clear the service's require cache.
See #1577 .
2015-12-16 01:16:38 +01:00
Alan Plum
6910f9eaa8
Don't deprecate CoffeeScript in 2.x
2015-12-16 01:16:34 +01:00
Alan Plum
c7c8ee90ae
Goodbye ES2015 classes
2015-12-16 01:16:33 +01:00
Alan Plum
87c1310690
Log stacktraces in deprecation warnings
2015-12-16 01:16:33 +01:00
Alan Plum
8b66bf1143
Extend will not be removed in 2.9
2015-12-16 01:16:33 +01:00
jsteemann
7a6022466b
fixed test
2015-12-15 22:08:46 +01:00
Max Neunhoeffer
dc033e31d9
Merge branch 'devel' into ClustUp1
2015-12-15 21:08:36 +01:00
jsteemann
4a88a17a44
lol self
2015-12-15 21:07:22 +01:00
Max Neunhoeffer
d43e118244
Merge branch 'devel' into ClustUp1
2015-12-15 20:44:06 +01:00
jsteemann
6bc3e8c5df
fixed rename tests in cluster
2015-12-15 20:42:57 +01:00
Max Neunhoeffer
4451e491ec
Merge branch 'devel' into ClustUp1
2015-12-15 17:46:34 +01:00
Jan Steemann
8ed8681505
updated module name
2015-12-15 16:15:26 +01:00
Alan Plum
1eb99c527b
Add @arangodb/db
2015-12-15 15:51:44 +01:00
Alan Plum
8853ede355
org/arangodb -> @arangodb
2015-12-15 15:51:44 +01:00
Jan Steemann
b123ffbe26
issue #1610
2015-12-15 15:41:50 +01:00
jsteemann
a098289532
fixed test
2015-12-15 13:57:22 +01:00