-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Workflow Title and Annotation sections #18762
Add Workflow Title and Annotation sections #18762
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88c6639 - Browse repository at this point
Copy the full SHA 88c6639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122b1cc - Browse repository at this point
Copy the full SHA 122b1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 829258b - Browse repository at this point
Copy the full SHA 829258bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b7415 - Browse repository at this point
Copy the full SHA 87b7415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a11bec - Browse repository at this point
Copy the full SHA 0a11becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 701a35a - Browse repository at this point
Copy the full SHA 701a35aView commit details -
Update client/src/components/Workflow/Run/WorkflowRunName.vue
Co-authored-by: Ahmed Hamid Awan <qe66653@umbc.edu>
Configuration menu - View commit details
-
Copy full SHA for 3eb9699 - Browse repository at this point
Copy the full SHA 3eb9699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac81a4 - Browse repository at this point
Copy the full SHA 5ac81a4View commit details -
Replaced with Workflow-Card component for design consistency with Wor…
…kflows Landing Page (instead of design consistency with Workflows Annotation History Panel). Added 'show-actions' Boolean parameter to focus user on running the workflow as consistent with their intended behavior from the prior step; when 'show-actions' equals False, all actions are hidden (note: not same terminology as technical 'read-only' as 'show-actions' also prohibits Share/Favorite which are separate from being able to Edit a workflow).
Configuration menu - View commit details
-
Copy full SHA for f712553 - Browse repository at this point
Copy the full SHA f712553View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ddc7f - Browse repository at this point
Copy the full SHA a1ddc7fView commit details -
Update lib/galaxy/managers/workflows.py
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ecb1fd1 - Browse repository at this point
Copy the full SHA ecb1fd1View commit details -
Update lib/galaxy/managers/workflows.py
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 51f5de6 - Browse repository at this point
Copy the full SHA 51f5de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 625f5e3 - Browse repository at this point
Copy the full SHA 625f5e3View commit details -
Added reusability & consistency for Workflow headers on: Workflow Inv…
…ocations Page and Workflow Run Form Page
Configuration menu - View commit details
-
Copy full SHA for ab5bc43 - Browse repository at this point
Copy the full SHA ab5bc43View commit details -
Added reusability & consistency for Workflow headers on: Workflow Inv…
…ocations Page and Workflow Run Form Page
Configuration menu - View commit details
-
Copy full SHA for 1715e96 - Browse repository at this point
Copy the full SHA 1715e96View commit details -
update workflow annotation header with the following changes:
- No `in_panel` prop in route anymore - In `lib/galaxy/managers`, all we need is the `workflow.id` so on the front end, for the run form, we can call `useWorkflowInstance(workflow_id)` - Adjust props and variables in the workflow header to cater for all edge cases such as whether it is rendering for run form or invocation view, workflow is owned or not, is published or not etc. - Minor style improvements
Configuration menu - View commit details
-
Copy full SHA for 09346e6 - Browse repository at this point
Copy the full SHA 09346e6View commit details -
adjust
WorkflowRunButton
jest for router pushThe `BButton :to`, was replaced with a `BButton @click` because the styling in `WorkflowNavigationTitle` worked better with a non `<a>` BButton (using `:to` turns the `<button>` into an `<a>`)
Configuration menu - View commit details
-
Copy full SHA for b2625b3 - Browse repository at this point
Copy the full SHA b2625b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8947533 - Browse repository at this point
Copy the full SHA 8947533View commit details -
in fact do show the history in run form view; just say "Input History"
We removed the switch/view history button from the workflow run form version of the header, but it actually makes sense to keep it there since it lets the user know which history is going to be the input for the workflow (it changes as you change the history). In the invocation version of course it always made sense because then it is scoped to the history that was used as input for that invocation.
Configuration menu - View commit details
-
Copy full SHA for 632955a - Browse repository at this point
Copy the full SHA 632955aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9aa73 - Browse repository at this point
Copy the full SHA fa9aa73View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa3e55 - Browse repository at this point
Copy the full SHA baa3e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1522b - Browse repository at this point
Copy the full SHA 9f1522bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c8c7c - Browse repository at this point
Copy the full SHA 32c8c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd965b - Browse repository at this point
Copy the full SHA 3bd965bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377c5cf - Browse repository at this point
Copy the full SHA 377c5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca94f4 - Browse repository at this point
Copy the full SHA aca94f4View commit details