Skip to content

Releases: DataBiosphere/job-manager

v1.3.2

18 Jul 17:19
1029ad1
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.3.2
  • databiosphere/job-manager-api-cromwell:v1.3.2
  • databiosphere/job-manager-api-dsub:v1.3.2

Release Notes

Bug fixes and improvements:

  • removed redirect to the Sign In page before every page load

v1.3.1

12 Jul 18:05
8de55ae
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.3.1
  • databiosphere/job-manager-api-cromwell:v1.3.1
  • databiosphere/job-manager-api-dsub:v1.3.1

Release Notes

Bug fixes and improvements:

  • Fixed a bug where clicking on operation details icon will show attempt data.
  • Fixed a bug that caused Job Manager to throw a 500 error when it attempted to process a scattered task shard with no start time.

v1.3.0

12 Jul 17:56
24b3b3a
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.3.0
  • databiosphere/job-manager-api-cromwell:v1.3.0
  • databiosphere/job-manager-api-dsub:v1.3.0

Release Notes

Bug fixes and improvements:

  • Add the ability to view operation details from Google Pipelines API

v1.2.3

03 Jul 15:51
012889f
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.2.3
  • databiosphere/job-manager-api-cromwell:v1.2.3
  • databiosphere/job-manager-api-dsub:v1.2.3

Release Notes

Bug fixes and improvements:

  • Added more flexibility to the parsing of failure messages from Cromwell.

v1.2.2

25 Jun 19:09
a269f53
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.2.2
  • databiosphere/job-manager-api-cromwell:v1.2.2
  • databiosphere/job-manager-api-dsub:v1.2.2

Release Notes

Bug fixes and improvements:

  • Added Abort Job button to the top-level Job Details page.

v1.2.1

24 Jun 18:23
42a1c33
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.2.1
  • databiosphere/job-manager-api-cromwell:v1.2.1
  • databiosphere/job-manager-api-dsub:v1.2.1

Release Notes

Bug fixes and improvements:

  • Added logic to avoid 500 error on Job Details page when a task does not have a start time.

v1.2.0

20 Jun 16:39
4ec118a
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.2.0
  • databiosphere/job-manager-api-cromwell:v1.2.0
  • databiosphere/job-manager-api-dsub:v1.2.0

Release Notes

Bug fixes and improvements:

  • Use Google storage scope to show contents of files

v1.1.1

28 May 21:01
ad94121
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.1.1
  • databiosphere/job-manager-api-cromwell:v1.1.1
  • databiosphere/job-manager-api-dsub:v1.1.1

Release Notes

Bug fixes and improvements:

  • Do not trigger auto-signout when it is not configured

v1.1.0

23 May 21:35
977c5be
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.1.0
  • databiosphere/job-manager-api-cromwell:v1.1.0
  • databiosphere/job-manager-api-dsub:v1.1.0

Release Notes

Bug fixes and improvements:

  • Add in a way to configure JM to automatically sign out after an interval of inactivity
  • Specify latest node-sass in package.json
  • Don't display all labels in all cases on Job Details

v1.0.0

14 May 20:20
898cfc5
Compare
Choose a tag to compare

Docker images for this release available at dockerhub:

  • databiosphere/job-manager-ui:v1.0.0
  • databiosphere/job-manager-api-cromwell:v1.0.0
  • databiosphere/job-manager-api-dsub:v1.0.0

Release Notes

Bug fixes and improvements:

  • Added additional data to the Job Details page
    • The ability to see all attempts for a task or shard
    • Task-level and shard attempt-level inputs and outputs
    • UI for scattered sub-workflows
  • Re-implemented shard data requests to get data more efficiently from the API