-
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
Feature - stdout live reporting #16975
Merged
jmchilton
merged 36 commits into
galaxyproject:dev
from
gecage952:feature_stdout_live_reporting
Nov 18, 2024
Merged
Changes from 8 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
58d24dc
Add option to load stdout and stderr when requesting job status
gecage952 89cc78a
Update api endpoint for jobs
gecage952 870917b
Add missing variables and import
gecage952 6dfbc7a
Add capability for UI to load live job stdout and stderr
gecage952 fba01ad
Merge pull request #1 from gecage952/dev
gecage952 de7cadf
Linting / format.
dannon 31065a6
Fix jest test
dannon 24e7d15
Update API schema
dannon d336cad
Configure pulsar runner to read stdout from file if finish message st…
gecage952 afa0b25
XMerge branch 'feature_stdout_live_reporting' of github.com:gecage952…
gecage952 d2be71f
Merge branch 'dev' into feature_stdout_live_reporting
gecage952 fd0237f
Add new api endpoint to fetch job stdout and stderr
gecage952 70bfcc4
Use stdout api endpoint in job info ui while job is running
gecage952 7516d6a
Merge upstream into branch
gecage952 7052e90
Merge dev into branch and fix conflicts
gecage952 89113d0
Update stdout reporting code to vue3
gecage952 791348a
Fix linting errors
gecage952 87f5126
Fix more formatting and schema issues
gecage952 1b2ba86
Merge branch 'dev' into feature_stdout_live_reporting
gecage952 f1f8eec
format imports
martenson 6faf683
Fix issue where only one of stdout or stderr is present
gecage952 beb5d5b
Merge branch 'feature_stdout_live_reporting' of github.com:gecage952/…
gecage952 63ede70
Fix docstrings that refer to tool stdout as job stdout
gecage952 735d5ef
Restrict tool stdout updating to properly configured job destinations
gecage952 deaba39
update client api schema
gecage952 907328e
Fix merge conflicts
gecage952 2e472a9
Update client api schema
gecage952 811a897
Update client api schema
gecage952 53051e7
Update client api schema
gecage952 858a245
Merge remote-tracking branch 'origin/dev' into feature_stdout_live_re…
jmchilton a2bffb8
Update JobInformation.test.js for live console output.
jmchilton 8063632
Improved error handling for live console for tool execution.
jmchilton be11412
xfail the test for the freeze.
jmchilton a69031b
Merge remote-tracking branch 'origin/dev' into feature_stdout_live_re…
jmchilton f0aa89a
linting fix
jmchilton 394fb16
Ahhh... the set metadata file is JSON and cannot be appended.
jmchilton 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 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 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 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 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add two separate endpoints job for the jobs' stdout and stderr ?