-
Notifications
You must be signed in to change notification settings - Fork 28
5.9.2
Ragesh Krishna edited this page Sep 14, 2017
·
1 revision
-
Transient error in Saving Job Files
- Recovers from errors in Builds in case of vault outage and surfaces vault failures in Shippable API for figuring out outages.
-
buildJobs failing to post with 413: entity too large
- removes unnecessary information from the trace array to avoid exponential growth under certain conditions.
-
When searching by id or name on the admin subscriptions search page, clicking the "Search" button immediately clears current results
- Searching by id or name would result in results being appended for each search. This is now fixed to clear results before each search is initiated.
-
Misleading duration reported for some jobs
- Uses a custom duration format to display job durations in hours and minutes.
-
The flags dropdown is fully visible on subscription dashboards when all panels are collapsed
- When there are multiple flags (greater than 10) , they are not shown when other items on the page are collapsed
-
When there are no flags, the link to documentation needs to be fixed
- Fixed broken link to documentation
-
Limit the number of results returned in a "resource" search to the selected record count
- Fixed by sending the selected record count to the table
-
Update buildJobs/getS to support createdBefore and createdAfter query parameters
- updated buildJobs/getS to query by createdBefore and createdAfter
-
UI performance enhancements
- UI load time and navigation performance has been improved
-
added get_resource_version_key to shipctl
- get_resource_version_key is added to u14 & u16 so that it can be used via shipctl
-
Update search page to allow jobs search with project id
- users can search for job type resources based on a particular project