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
HttpInterface improved job API 2014-03-21 21:19:45 +01:00
CMakeLists.txt
Makefile.unittests added NO_LOG option to disable rspec logging 2014-03-14 13:25:53 +01:00
import-1.csv
import-1.json
import-1.tsv
import-2.csv
import-2.json
import-2.tsv
import-3.json
import-4.json
import-edges.json
server.pem