-
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
DPO3DPKRT-819/admin batch generate downloads #608
Merged
EMaslowskiQ
merged 21 commits into
develop
from
DPO3DPKRT-819/admin-batch-generate-downloads
Aug 7, 2024
Merged
DPO3DPKRT-819/admin batch generate downloads #608
EMaslowskiQ
merged 21 commits into
develop
from
DPO3DPKRT-819/admin-batch-generate-downloads
Aug 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(new) 'Tools' admin page with placeholder for batch downloads
(new) page on Admin.Tools with UX for batch generation (new) get list of projects & get scenes for a project endpoints (new) convertDateToString helper & support for ISO dates in Stringify (tmp) disable warnings/errors for unused variables/functions
(new) fetchByProjectID added to DB.Scene
(new) get project scenes returns idSystemObject for everything (fix) sorting updated to support nested properties (fix) download column pulling from returned status (fix) reverted to self-hosted voyager story while bug is investigated
(new) restructured API.generateDownloads for batch processing (cap: 1)
(fix) reverted to using published Voyager Story package
(new) WorkflowStep.fetchFromWorkflowSet gets all steps associated with a set (new) API.generateDownloads automatic scene re-publishing (new) Helpers.IOStatus shared type for returning status + data of requests (fix) commented out legacy WorkflowEngine.generateSceneDownloads
…s JobRuns (fix) automatic scene publishing exiting prematurely and not updating record (fix) changing # of items per page resets current page (fix) list clears after successful submission (fix) fetchStatus returning incorrect status for compelx scenarios (tmp) changed iterations for WebDav polling to 10 from 100
… WorkflowStep (fix) renamed IOStatus.status to IOStatus.state for clarity and consistency (fix) set updating WorkflowEngine to blocking (await) to clarify sequential ops
(new) UX: republish scene dropdown (new) UX: filter by scene name field (new) hyperlinks for scene names hat go to the details page for scene
…//github.com/Smithsonian/dpo-packrat into DPO3DPKRT-819/admin-batch-generate-downloads
A test to see if changing from 'docker-compose' to 'docker compose' is all that's needed for deprecation of V1.
…//github.com/Smithsonian/dpo-packrat into DPO3DPKRT-819/admin-batch-generate-downloads
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New tool in the Admin panel allowing for batch download generation for scenes.