1
0
Fork 0
arangodb/UnitTests
Jan Steemann 5a3f2aaa49 improved job API
* added REST API method HTTP GET `/_api/job/job-id` to query the status of an
  async job without potentially fetching it from the list of done jobs

* fixed non-intuitive behaviour in jobs API: previously, querying the status
  of an async job via the API HTTP PUT `/_api/job/job-id` removed a currently
  executing async job from the list of queryable jobs on the server.
  Now, when querying the result of an async job that is still executing,
  the job is kept in the list of queryable jobs so its result can be fetched
  by a subsequent request.
2014-03-21 21:19:45 +01:00
..
Basics fixed compilation for clang 5.1 2014-03-14 16:43:27 +01:00
Geo cleanup 2013-11-16 17:12:17 +01:00
HttpInterface improved job API 2014-03-21 21:19:45 +01:00
CMakeLists.txt commented out tests 2014-01-15 22:58:03 +01:00
Makefile.unittests added NO_LOG option to disable rspec logging 2014-03-14 13:25:53 +01:00
import-1.csv issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-1.json issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-1.tsv issue #204: allow import of tab-separated values 2012-09-30 01:38:32 +02:00
import-2.csv issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-2.json issue #178: added test cases for arangoimp 2012-08-31 13:31:16 +02:00
import-2.tsv issue #204: allow import of tab-separated values 2012-09-30 01:38:32 +02:00
import-3.json backport of issue #300 2012-12-22 03:38:29 +01:00
import-4.json backport of issue #300 2012-12-22 03:38:29 +01:00
import-edges.json issue #426 2013-02-22 23:26:52 +01:00
server.pem added tests for ssl and unix socket endpoints 2012-07-27 10:47:03 +02:00