-
Notifications
You must be signed in to change notification settings - Fork 24
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
Show wk user in vx workflow list and enable cache busting for bundle chunks #7854
Merged
Merged
Changes from 43 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d17c9b2
try to adjust backend by passing through the wk user id
dieknolle3333 9239245
WIP [ci skip] start to show wk user
dieknolle3333 fda5743
join with webknossos.user_ table to get user first and lastname
dieknolle3333 13c2f39
remove wk user id
dieknolle3333 4488e31
show merged username and have host name as backup
dieknolle3333 ff1bc0b
Merge branch 'master' into show-wk-user-in-vx-workflow-list
dieknolle3333 ced9106
adjust SQL query and typing more; improve user name rendering in fron…
dieknolle3333 74d770f
display wk user name
dieknolle3333 5d56383
change typing to remove cast
dieknolle3333 8a067f7
fix type errors
dieknolle3333 46c771c
Merge branch 'master' into show-wk-user-in-vx-workflow-list
dieknolle3333 c16deb2
add changelog
dieknolle3333 d74759f
improve changelog
dieknolle3333 df70035
remove comments
dieknolle3333 bbb4984
implement filter
dieknolle3333 17c3e80
revert application.conf edits
dieknolle3333 60ef98f
fix typing
dieknolle3333 8eb8c39
improve key
dieknolle3333 eb6f379
Merge branch 'master' into show-wk-user-in-vx-workflow-list
dieknolle3333 832eb0d
unify camel case in WorkflowListingRunEntry and RunEntry
dieknolle3333 b1e0040
WIP: address review in frontend
dieknolle3333 f742567
make wk user optional
dieknolle3333 8d7a205
format
dieknolle3333 67be5af
revert type reverts
dieknolle3333 26e9cda
improve scala camel case
dieknolle3333 57d0bcb
remove renaming from SQL code
dieknolle3333 9e174b0
revert application.conf edit
dieknolle3333 7ad79ce
merge master
dieknolle3333 ad5731e
fix sorting of runs
dieknolle3333 f734897
Merge branch 'master' into show-wk-user-in-vx-workflow-list
dieknolle3333 614de75
revert application.conf edit
dieknolle3333 e7fb0f8
Merge branch 'master' into show-wk-user-in-vx-workflow-list
dieknolle3333 9151c8f
fix camel case of host name
dieknolle3333 b07d68e
change application.config
dieknolle3333 67de20c
lint
dieknolle3333 b7b62be
revert application.conf edits to make pipeline green to create docker…
dieknolle3333 553cc4f
add mock data
dieknolle3333 6acc3b7
apply fix to not cache bundle chunk files to backup-show-wk-user-in-v…
MichaelBuessemeyer 5a2e1be
move git commit hash loading dep for webpack build process to dev dep…
MichaelBuessemeyer 3f50bda
undo dev changes
dieknolle3333 1720d12
adjust formatting
dieknolle3333 f0fcaaa
Merge branch 'master' into backup-show-wk-user-in-vx-workflow-list
dieknolle3333 0d0884a
remove redundant initial data fetch
dieknolle3333 c78a91d
changelog
fm3 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.
@fm3 I tried to address your comment about requesting the workflows twice while trying not to mess around in the code too much. I thought I could delete the
loadData
call where the search query is persisted, but then a dataless page is rendered. So I think this check here might be an acceptable solution for now, especially because the interval is set to null, but I am keen to hear what you say :)