1
0
Fork 0
arangodb/lib/Admin
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
..
ApplicationAdminServer.cpp don't complain upon usage of obsolete --database.force-sync-shapes option 2013-11-14 01:25:55 +01:00
ApplicationAdminServer.h Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-26 17:46:05 +02:00
RestAdminBaseHandler.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
RestAdminBaseHandler.h updated disclaimer 2013-03-13 17:03:18 +01:00
RestAdminLogHandler.cpp cleanup 2014-02-25 15:32:07 +01:00
RestAdminLogHandler.h cleanup 2014-02-25 15:32:07 +01:00
RestBaseHandler.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
RestBaseHandler.h added `details` URL parameter for `/_api/import` 2013-10-08 01:34:16 +02:00
RestHandlerCreator.h updated disclaimer 2013-03-13 17:03:18 +01:00
RestJobHandler.cpp improved job API 2014-03-21 21:19:45 +01:00
RestJobHandler.h improved job API 2014-03-21 21:19:45 +01:00
RestShutdownHandler.cpp added requeue 2014-02-25 12:07:16 +01:00
RestShutdownHandler.h added requeue 2014-02-25 12:07:16 +01:00
RestVersionHandler.cpp stop if upgrade is needed 2014-03-01 16:14:29 +01:00
RestVersionHandler.h stop if upgrade is needed 2014-03-01 16:14:29 +01:00