-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Part 2] Display logs for client and server #130
Open
lotif
wants to merge
20
commits into
show-logs
Choose a base branch
from
show-logs-ui
base: show-logs
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
Changes from 9 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
13ec04c
Fethcing logs, needs to show modal
lotif 515bdb6
Modal fully working
lotif fca4df1
Download button working, needs tests
lotif 2713eef
Merge branch 'show-logs' into show-logs-ui
lotif 030511c
Adding refresh, minor fixes, still needs tests
lotif 364be93
Needs a wee bit more tests
lotif 5041c0e
Finished with tests
lotif e16b337
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 93b57a4
Changing code to avoid conflict with my future self
lotif 9a0c7ca
Merge branch 'show-logs' into show-logs-ui
lotif 0fbc5da
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a7956f3
Revert "[pre-commit.ci] Add auto fixes from pre-commit.com hooks"
lotif 6ae20e6
Revert "Revert "[pre-commit.ci] Add auto fixes from pre-commit.com ho…
lotif 5e3a167
Fixing tests round 1
lotif c9f28de
Fixing tests round 2
lotif e52d714
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9251915
Merge branch 'show-logs' into show-logs-ui
lotif 2e68806
Merge remote-tracking branch 'origin/show-logs-ui' into show-logs-ui
lotif 5886fb0
Small UI fix
lotif f5581e6
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,12 +62,6 @@ jobs: | |
uses: pypa/[email protected] | ||
with: | ||
virtual-environment: .venv/ | ||
# Skipping 3 cryptography issues that can't be patched because of FL4Health | ||
# Skipping 1 cryptography issue that can't be patched because of Flower | ||
# Skipping 1 torch issue that can't be ugraded because of torchvision | ||
ignore-vulns: | | ||
GHSA-3ww4-gg4f-jr7f | ||
GHSA-9v9h-cgj8-h64p | ||
GHSA-6vqw-3v5j-54x4 | ||
GHSA-h4gh-qq45-vh27 | ||
GHSA-pg7h-5qx3-wjr3 |
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.
🎉