-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rebuild/Republish products from UI #1067
base: feature/svelte
Are you sure you want to change the base?
Conversation
I did make some changes from how the bulk rebuild modal is handled in S1. In contrast, the implementation I currently have for S2 groups the product definitions by project, shows whether a product has a rebuild or republish workflow defined, and only displays products that are actually able to be rebuilt/republished. S2 with an invalid selection: not possible The way I currently have it implemented, a product will only be displayed for rebuild in the modal if all of the following are true:
|
Server-side portion not yet implemented
56f7798
to
fabf929
Compare
Hooray for merge conflicts... |
`request` would return error if a system was marked as unavailable. In the system status check job, systems were initialized to be marked unavailable. This meant that systems would never be successfully updated.
Waiting on package endpoint until I know how to test it
StartupWorkflow
to also include rebuild and republishNotes:
Bulk Modal:
Individual product menu: