Willi Goesgens
ab0a897d0c
Use Yaml dump for pretty printing results.
2015-01-22 15:10:55 +01:00
Willi Goesgens
c68fbff6c1
Don't spinn in tight loops while waiting for valgrind to shut down.
2015-01-22 12:03:52 +01:00
Willi Goesgens
63d381a9ed
If we fail tests, disable cleanup in all cases.
2015-01-21 11:41:54 +01:00
Jan Steemann
3b9155773f
check AQL function creation return type
2015-01-19 12:30:55 +01:00
Jan Steemann
9b66ab3a61
added AQL functions MD5, SHA1, and RANDOM_TOKEN
2015-01-17 22:40:47 +01:00
Jan Steemann
ba783a4584
allow specifying minLength and maxLengths for PATHS AQL function
2015-01-16 12:34:11 +01:00
Willi Goesgens
9049753b62
Try to print exceptions more readable using yaml.
2015-01-16 11:09:27 +01:00
Jan Steemann
1504a6d8ac
fixed test
2015-01-16 09:09:30 +01:00
Jan Steemann
dc03a31ac0
merge with @fceller's modifications
2015-01-15 23:06:05 +01:00
Jan Steemann
6997abd421
updated CHANGELOG
2015-01-15 23:06:04 +01:00
Jan Steemann
b9c52dca9e
fix for intermittent 404 errors in Foxx and other actions
2015-01-15 23:06:04 +01:00
Frank Celler
b4766b7cb3
global flush for Foxx on reload
2015-01-15 23:06:03 +01:00
Jan Steemann
1bb6c45a5a
jslint
2015-01-15 16:54:38 +01:00
Willi Goesgens
bc4a77828b
Be more gracefully when shutting down, however, alarm if we take longer than 10s for shutdown.
2015-01-15 16:26:22 +01:00
Willi Goesgens
786d7e1947
Take care for successfull shutdown, so we see whether we have crashes after the last test.
2015-01-15 11:24:55 +01:00
Willi Goesgens
ee1a2e4ce1
One more token which we mustn't treat as testcase name.
2015-01-15 09:20:24 +01:00
Jan Steemann
338510625c
do not tamper with result if non-object
2015-01-14 17:27:59 +01:00
Willi Goesgens
3a1a0b5c29
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2015-01-14 17:20:27 +01:00
Willi Goesgens
c641b2214b
- Use a predefined array to differenciate between informational & payload members of the testresults structure.
...
- Only report failure if we occur extraordinary server vanishes.
2015-01-14 17:19:02 +01:00
Jan Steemann
69a698ed7c
fix wording
2015-01-14 17:08:10 +01:00
Willi Goesgens
cf2abccde8
Fix output of empty xml files if there was a skipped test
...
- return the propper message if the test is skipped
- evaluate skipped in the xml dumper
- ignore status fields in the structure as test results for xmls
2015-01-13 19:05:48 +01:00
Alan Plum
1db51dcf1a
Linting.
2015-01-13 13:56:51 +01:00
Lucas Dohmen
6999a6e3e4
Merge pull request #1204 from triAGENS/foxxy-bodies-of-joi
...
Allow bodyParam to take joi schemas and actually validate data
2015-01-13 13:46:37 +01:00
Willi Goesgens
dd55ce2dd2
Good news first: output failing tests at the end of the report, so scrolling up isn't neccessary
2015-01-13 13:03:10 +01:00
Willi Goesgens
7c5a003dd0
Wait 30s for successfull start of arangod
2015-01-13 10:31:39 +01:00
Jan Steemann
c94664b4cd
whitespace
2015-01-12 20:23:27 +01:00
Willi Goesgens
497b5c31bd
- if the server fails to start, don't loop endless waiting for it to come up
...
- on windows call rspec.bat ('caus it suxx)
2015-01-12 19:28:18 +01:00
Michael Hackstein
bab3f9b467
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2015-01-08 10:47:30 +01:00
Michael Hackstein
909fdcb68e
More sophisticated errors during launch time of Foxx apps now available.
2015-01-08 10:47:12 +01:00
Willi Goesgens
e2f206fd2c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
arangod/Aql/grammar.cpp
2015-01-07 15:50:44 +01:00
Willi Goesgens
f905123802
Implement REMOVE/INSERT/UPDATE/REPLACE return the changed values
2015-01-07 15:48:13 +01:00
Alan Plum
6b4443ca74
Added longhand joi example.
2015-01-07 11:23:25 +01:00
Alan Plum
75cf182de2
Allow RequestContext#bodyParam to take joi schemas and reject invalid data.
2015-01-07 11:21:19 +01:00
Alan Plum
a41ccfa835
Fixed hilarious bug (sorry).
2015-01-07 10:52:09 +01:00
Alan Plum
a31b54a712
Improved Foxx docs.
2015-01-06 23:03:08 +01:00
Alan Plum
864c19b64e
Adjust toJSONSchema to better cope with joi schemas.
2015-01-06 22:41:33 +01:00
Alan Plum
7aee5e56bd
Extract toJSONSchema from Model.
2015-01-06 20:37:10 +01:00
Alan Plum
7ec9a31895
Post-2.4: removed deprecated Foxx features for 2.5.
2015-01-06 17:34:59 +01:00
Alan Plum
028d204596
Deprecation warnings for 2.4.
2015-01-06 17:25:55 +01:00
Jan Steemann
d2520f6fa3
fixed comment
2015-01-05 11:38:24 +01:00
Jan Steemann
58edf3fee7
comments
2015-01-02 20:00:08 +01:00
Jan Steemann
cc0a4cdb4f
issue #1200 : fixed short-circuiting of [*] operator
...
Conflicts:
arangod/Aql/grammar.cpp
Conflicts:
arangod/Aql/grammar.cpp
2015-01-02 13:49:51 +01:00
Jan Steemann
b1150e7177
improve error message in case no suitable index is present for range query
2014-12-22 16:19:40 +01:00
Jan Steemann
6d6d67f06f
activated optimizer rule remove-sort-rand
...
fixed tests, updated documentation
2014-12-21 18:50:50 +01:00
Jan Steemann
fd5a723f30
removed deprecated methods
2014-12-19 14:00:58 +01:00
Jan Steemann
d92057dd03
the great rename: array => object, list => array
2014-12-18 22:33:23 +01:00
Willi Goesgens
537e56a5c2
- Remove remaints of ahuacatl
...
- flip status to the front for more easy alignment & better reading
- add single_localserver for local execution in one instance.
2014-12-18 17:18:49 +01:00
Jan Steemann
d499a8fb8f
fixed test results
2014-12-18 10:43:11 +01:00
Lucas Dohmen
58e52e6a0c
Merge pull request #1193 from stackmagic/foxx-repo-doc
...
mention 'byId' supports not only ids but also keys (from #1181 )
2014-12-17 10:35:20 +01:00
Jan Steemann
61f799ecf0
satisfy jslint
2014-12-16 15:37:15 +01:00