1
0
Fork 0
arangodb/lib/Rest
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
..
AnyServer.cpp merged changes from 1.4 back to devel 2013-12-27 14:59:23 +01:00
AnyServer.h added service functions 2013-12-22 00:48:31 +01:00
AsyncJobServer.h updated disclaimer 2013-03-13 17:03:18 +01:00
ConnectionInfo.h added option `--server.disable-authentication-unix-sockets` 2014-02-02 00:22:07 +01:00
Endpoint.cpp Fix socket closing under Windows. 2014-03-04 11:23:11 +01:00
Endpoint.h moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointIp.cpp Under Windows, do only SO_EXCLUSIVEADDRUSE. 2014-03-04 10:57:46 +01:00
EndpointIp.h moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointIpV4.cpp moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointIpV4.h moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointIpV6.cpp moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointIpV6.h moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointList.cpp moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointList.h moved options --server.reuse-address and --server.no-reuse-address into ApplicationEndpointServer 2014-02-21 14:44:18 +01:00
EndpointUnixDomain.cpp Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into sharding 2014-02-21 15:28:21 +01:00
EndpointUnixDomain.h runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
Handler.cpp fixed queue naming 2013-09-20 13:17:32 +02:00
Handler.h silence compiler 2014-03-13 20:09:43 +01:00
HttpRequest.cpp stop if upgrade is needed 2014-03-01 16:14:29 +01:00
HttpRequest.h stop if upgrade is needed 2014-03-01 16:14:29 +01:00
HttpResponse.cpp improved job API 2014-03-21 21:19:45 +01:00
HttpResponse.h improved job API 2014-03-21 21:19:45 +01:00
InitialiseRest.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
InitialiseRest.h updated disclaimer 2013-03-13 17:03:18 +01:00
MaintenanceCallback.h updated disclaimer 2013-03-13 17:03:18 +01:00
OperationMode.h start up the HTTP server when starting ArangoDB in console mode 2014-01-27 09:45:26 +01:00
RequestContext.h refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
RequestUser.h several errors fixed 2013-09-26 09:44:50 +02:00
SslInterface.cpp fix some VS warnings 2013-10-09 14:05:36 +02:00
SslInterface.h updated disclaimer 2013-03-13 17:03:18 +01:00
Url.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
Url.h updated disclaimer 2013-03-13 17:03:18 +01:00
Version.cpp report sizeof void* 2014-03-11 09:03:32 +01:00
Version.h issue #620 2013-10-28 19:38:19 +01:00