Actions
Bug #19273
closedSearching for processes shows them all as "Cancelled"
Added by Peter Amstutz over 2 years ago. Updated 8 months ago.
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
2.0
Release:
Release relationship:
Auto
Description
If you search for a process (e.g. by title) it does not seem to load the status correctly, and they all show as "Cancelled".
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-03 Sprint to 2022-08-17 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-17 sprint to 2022-08-31 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-31 sprint to 2022-09-14 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-09-14 sprint to 2022-09-28 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-09-28 sprint to 2022-10-12 sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-10-12 sprint to 2022-10-26 sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-10-26 sprint to 2022-11-09 sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-11-09 sprint to 2022-11-23 sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-11-23 sprint to 2022-12-07 Sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-12-07 Sprint to 2022-12-21 Sprint
Updated by Peter Amstutz about 2 years ago
- Target version changed from 2022-12-21 Sprint to 2023-01-18 sprint
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-01-18 sprint to 2023-02-01 sprint
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-02-01 sprint to 2023-01-18 sprint
Updated by Stephen Smith almost 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-01-18 sprint to 2023-02-01 sprint
Updated by Peter Amstutz almost 2 years ago
- Related to Bug #19971: Shows "Cancelled" when state is unknown, not loading all the states for subprocesses added
Updated by Stephen Smith almost 2 years ago
Changes at arvados-workbench2|8aad39537a5998cc11038e9a96f9424d46aa7443
Tests developer-tests-workbench2: #1064
- Add case to display unknown process status badge when container details haven't loaded yet
- Fix list queries not mapping keys to camelcase when showErrors = false (misalignment of method parameters)
- Request container details on search results page for process status badge to work
Updated by Peter Amstutz almost 2 years ago
- Target version changed from 2023-02-01 sprint to 2023-02-15 sprint
Updated by Lucas Di Pentima almost 2 years ago
Just one suggestion:
- Would it be convenient to check if
containerRequests
is not empty before making the list call atsrc/store/search-results-panel/search-results-middleware-service.ts
line 67? I'm thinking the case when a user does a search which results in zero CRs, we could be saving time by not doing those calls, especially on a federated scenario (testing on tordo, it made 3 useless calls, ~600ms each)
With that, it LGTM
Updated by Stephen Smith almost 2 years ago
Changes at arvados-workbench2|fe6be4c404720670989f96784db9f87f8ac86b76
Tests developer-tests-workbench2: #1067
- Avoid making empty queries for containers when no container requests in search results
Updated by Stephen Smith almost 2 years ago
- Status changed from In Progress to Resolved
Actions