Jan Steemann
|
edae662eb4
|
added res.send() and res.sendFile()
|
2014-10-15 17:33:10 +02:00 |
Jan Steemann
|
3b52200983
|
fixed inner loop variable fuckup
|
2014-10-09 17:28:01 +02:00 |
Jan Steemann
|
c5c7957b5e
|
manually merged pr #1029 by @baslr
|
2014-09-29 13:52:32 +02:00 |
Willi Goesgens
|
ca1ccbab79
|
Try to match the jenkins grinder input tools csv grammer
|
2014-09-26 10:37:39 +02:00 |
Willi Goesgens
|
cba6e480fe
|
Don't add trailing \n to the CSV
|
2014-09-25 17:31:32 +02:00 |
Willi Goesgens
|
6e00b45b50
|
Add a missing column to the CSV.
|
2014-09-25 14:49:48 +02:00 |
Willi Goesgens
|
1663a18dee
|
Rename the grinder csv log
|
2014-09-24 18:37:25 +02:00 |
Willi Goesgens
|
9e94af7fb1
|
Perf suite: Add grindertool alike CSV-Exporter
|
2014-09-24 17:42:54 +02:00 |
Willi Goesgens
|
47c4817c50
|
Adjust perf tests reply structure & the report generator to the new standard.
|
2014-09-24 13:35:44 +02:00 |
Willi Goesgens
|
5b4209d95e
|
Rearange the outputs of our tests so it matches the structure required by the unittest framework
|
2014-09-24 11:41:51 +02:00 |
Willi Goesgens
|
357764ac57
|
Implement structures in the same way for all other tests, and move the pretty printer over, so users calling testing.js directly can also enjoy human readable test results.
|
2014-09-23 16:56:24 +02:00 |
Willi Goesgens
|
ca23f467ed
|
Evaluate the correct return code here too.
|
2014-09-23 13:21:41 +02:00 |
Willi Goesgens
|
6a2a025313
|
Our test results are relevant.
|
2014-09-23 11:52:19 +02:00 |
Willi Goesgens
|
9e53626f5b
|
Add status to perftests, so the unittestrunner is lucky with our result and we don't fail in jenkins.
|
2014-09-23 11:17:22 +02:00 |
Willi Goesgens
|
968023aa46
|
Measure the time used per test.
|
2014-09-23 10:44:08 +02:00 |
Willi Goesgens
|
42647b01f7
|
Fix aggregation of overal test result state
|
2014-09-23 10:18:49 +02:00 |
Willi Goesgens
|
03ca3431e1
|
Add more information to the unittest status xml
|
2014-09-22 17:10:06 +02:00 |
Willi Goesgens
|
772a99faec
|
try another place to add our performance results in the xml.
|
2014-09-22 15:54:02 +02:00 |
Willi Goesgens
|
fc5a14311c
|
Add output formatter to intergrate with https://wiki.jenkins-ci.org/display/JENKINS/PerfPublisher+Plugin
|
2014-09-22 14:23:24 +02:00 |
Willi Goesgens
|
d6fbebf723
|
Add the output of the aql execution bits in the results table so we can easily see which parts take how long.
|
2014-09-22 13:06:53 +02:00 |
Willi Goesgens
|
45cc45f827
|
Add profile information to the output of the new tests.
|
2014-09-19 17:53:00 +02:00 |
Willi Goesgens
|
aaaf2b621f
|
Start implementing performance test tools comparing new & old query engine
|
2014-09-18 18:19:05 +02:00 |
Jan Steemann
|
481a16fd7a
|
removed bitarray indexes
|
2014-09-15 14:19:38 +02:00 |
Jan Steemann
|
4e6f6f2cbd
|
finalized move to cxx
|
2014-09-14 00:06:00 +02:00 |
Jan Steemann
|
c034307dca
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Utils/CollectionNameResolver.h
|
2014-09-10 15:54:49 +02:00 |
Michael Hackstein
|
9b62c7367b
|
Deprecated _directedRelation and _undirectedRelation in general-graphs. Created _relation in general-graphs creating a _directedRelation. Handling undirected relations is now given to the user / api-implementor as arangodb itself does not offer any direction constrains which caused some confusion
|
2014-09-10 15:50:22 +02:00 |
Jan Steemann
|
c16ddedc83
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
js/apps/system/aardvark/frontend/js/bootstrap/errors.js
js/common/bootstrap/errors.js
js/server/modules/org/arangodb/ahuacatl.js
js/server/modules/org/arangodb/aql-helper.js
js/server/tests/shell-skiplist-index.js
|
2014-09-09 22:18:52 +02:00 |
Alan Plum
|
b0995dfdb7
|
Replaced PBKDF2_HMAC with PBKDF2_HMAC_SHA1 for OSX compat.
|
2014-09-08 14:32:40 +02:00 |
Jan Steemann
|
cf4deda835
|
fixed jsunity
|
2014-09-08 11:44:20 +02:00 |
Alan Plum
|
469af580e5
|
Added PBKDF2-HMAC.
|
2014-09-05 16:23:37 +02:00 |
Willi Goesgens
|
4b41b449f5
|
JSUnity: add stacktraces to failing assertions; this way you can get the line in your test better.
|
2014-09-05 11:49:05 +02:00 |
Frank Celler
|
4ffec6e914
|
tried to silence rpmlint: remove empty files, remove unused scripts, fixed initgroups, fixed identical files, remove __DATE__
Conflicts:
CHANGELOG
Makefile.in
|
2014-09-05 09:28:21 +02:00 |
Alan Plum
|
4e3659c01a
|
Added support for sha384, sha512.
|
2014-09-04 23:17:58 +02:00 |
Alan Plum
|
39ba358cd8
|
Added JWT support for session headers.
|
2014-09-04 18:51:06 +02:00 |
Alan Plum
|
37888a98ea
|
Pass on null queries.
|
2014-09-03 11:39:02 +02:00 |
Alan Plum
|
33db483e7f
|
Support AQB instances as query strings.
|
2014-09-03 11:36:55 +02:00 |
Alan Plum
|
b384563d97
|
Linting: tutorial, changes.
|
2014-09-02 22:21:45 +02:00 |
Alan Plum
|
e86c98dfe2
|
Enabled unused: true, ported aardvark jslint to jshint.
|
2014-09-02 22:18:18 +02:00 |
Alan Plum
|
7b24bdba8d
|
Enabled strict: true.
|
2014-09-02 22:16:07 +02:00 |
Alan Plum
|
606da1e3e8
|
Removed jslint headers from server/client/common modules.
|
2014-09-02 22:14:56 +02:00 |
Alan Plum
|
6a3386e55a
|
Fixed jshint headers.
|
2014-09-02 22:12:45 +02:00 |
Alan Plum
|
b665e038be
|
Switched jslint to jshint. Broke everything.
|
2014-09-02 22:10:24 +02:00 |
Jan Steemann
|
cda10393f5
|
some traversal speedups
|
2014-08-27 18:56:51 +02:00 |
Alan Plum
|
601c99c6e5
|
Linting.
|
2014-08-25 20:01:18 +02:00 |
Alan Plum
|
898fad4980
|
Added support for JWT alg: 'none'.
|
2014-08-25 18:35:23 +02:00 |
Alan Plum
|
d37b13ee0f
|
Implemented crypto.jwtEncode/jwtDecode (HS256 only).
|
2014-08-25 18:25:48 +02:00 |
Jan Steemann
|
2a2c76770c
|
need to ALWAYS create a new environment. Otherwise results are somewhat non-deterministic
|
2014-08-15 17:35:46 +02:00 |
Frank Celler
|
be06ef7f25
|
new upgrade-database (formely known as version-check) and new startup procedure
|
2014-08-07 14:12:19 +02:00 |
Jan Steemann
|
0e8949f8b3
|
unify function behavior in shell and server
|
2014-08-05 09:07:28 +02:00 |
Michael Hackstein
|
83d49c0d9d
|
Fixed a minor bug where it was not allowed to remove a vertex from a graph by its key
|
2014-07-30 09:41:57 +02:00 |