Releases: DataBiosphere/job-manager
Releases · DataBiosphere/job-manager
v1.3.2
v1.3.1
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
v1.2.3
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
v1.2.1
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
v1.1.1
v1.1.0
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
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