-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Make JWD a job concern #23133
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
Open
davelopez
wants to merge
28
commits into
galaxyproject:dev
Choose a base branch
from
davelopez:jwd_as_job_concern
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Make JWD a job concern #23133
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b627bfe
Add working_directory column to Job model for custom path support
davelopez 05e2b01
Introduce JobWorkingDirectory class to centralize JWD operations
davelopez fee6c7d
Refactor MinimalJobWrapper to use JobWorkingDirectory abstraction
davelopez 7e0325e
Reorder resubmit handler to persist destination before clearing JWD
davelopez fa0dc5e
Update celery task cleanup to use JobWorkingDirectory
davelopez f4361e0
Update remaining callers to use JobWorkingDirectory abstraction
davelopez 5db8da5
Update JWD cleanup tests for new JobWorkingDirectory behavior
davelopez f04dc5b
[Database Migration] Add working directory column to the job table
davelopez 66d97f5
Add extra_dir parameter to JobWorkingDirectory API
davelopez 9aefb2f
Use job.id for custom path archive naming
davelopez 907c5c3
Validate working directory path at set time
davelopez d8a979e
Pass extra_dir to JobWorkingDirectory in callers
davelopez 1e62603
Refactors working directory handling and validation
davelopez 0516b27
Adjusts validation and session persistence logic
davelopez 72e3809
Aligns callers and tests with directory changes
davelopez e65119f
Fixes error when removing missing working directory
davelopez 2dbeed8
Uses object store directly for legacy path support
davelopez c888536
Initializes params earlier to fix init order issue
davelopez 10d9de2
Fixes job working directory resolution
davelopez c9a928e
Removes legacy parameter from job working directory
davelopez dfdfd73
Fixes working directory persistence fallback
davelopez 32c6bec
Simplifies job resubmission comments
davelopez 4cddaae
Unifies job working directory handling
davelopez 97ef546
Isolates custom working directories per job
davelopez a1f232e
Condenses job working directory docstrings
davelopez c298d5c
Adds unit tests for job working directory isolation
davelopez 0033a97
Refactors JWD cleanup tests to use mock fixture
davelopez bb4740d
Refactors job working directory path handling
davelopez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.