Skip to content

Releases: MG-RAST/AWE

v0.9.26

07 Jun 17:18

Choose a tag to compare

  • added 'full' option to job DELETE, actually deletes job from mongoDB and filesystem
  • added expiration to job document
    • set globally or per pipeline in config (off by default)
    • user settable
    • time is from completion of job
  • added 'resubmit' option to job PUT, re-starts job from beginning
  • refactor re-enqueue functions: resume, recompute, resubmit, recover
  • re-enqueueing a task now deletes the shock nodes of the outputs, no more orphaned nodes
  • fix race-condition resulting in broken re-enqueueing of tasks
  • add 'distinct' option to job query for list of distinct values, must be indexed field in job.info
  • update base API response
  • added /event resource - event code descriptions
  • expanded /queue resource
    • option for json output format
    • admin user only options to view current state of in-memory queues
  • added 'import' field to job POST, allow import of completed job documents into mongoDB
  • add validation for some config parameters

v0.9.25

16 Feb 17:26

Choose a tag to compare

  • fix bug in server when checking out workunit

v0.9.24

04 Feb 20:06

Choose a tag to compare

  • explicit check for bson document max size upon save, return meaningful error
  • test mongo connection with short timeout on startup
  • client sends available disk size in bytes when requesting a workunit
  • server filters workunits based on sum of input sizes compared to available disk space on client

v0.9.23

26 Jan 21:28

Choose a tag to compare

  • added suspend / resume action for server work queue, admin users only

v0.9.22

21 Jan 15:43

Choose a tag to compare

  • fixed bug with docker predata dir
  • added config options to client that were previously hardcoded

v0.9.21

15 Jan 16:40

Choose a tag to compare

  • adding logging and code cleanup to App usage
  • updates to dockerfile
  • bug fixes

v0.9.19

12 Aug 20:48

Choose a tag to compare

bug fixes
auth update
monitor update

v0.9.18

23 Jul 18:37

Choose a tag to compare

finally fixed buggy --conf option

v0.9.17

21 Jul 18:53

Choose a tag to compare

update monitor

v0.9.16

21 Jul 16:37

Choose a tag to compare

updated job struct and version
improved servermgr performance