-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove unused endpoints #656
Draft
TheMrSheldon
wants to merge
24
commits into
development
Choose a base branch
from
remove-unused-endpoints
base: development
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.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
dd2d2d5
removed ova-list endpoint
TheMrSheldon 24cf4cf
removed add-software/vm endpoint
TheMrSheldon ecfad9f
removed code that died with the last change
TheMrSheldon fe01cb4
removed save_software/vm endpoint
TheMrSheldon 5e3abde
removed delete_software/vm endpoint
TheMrSheldon 8200373
removed unused vm_api endpoints
TheMrSheldon 01a9468
removed tira-admin/reload* endpoints
TheMrSheldon 6c70dc8
removed admin-create-vm, admin-archive-vm and admin-modify-vm endpoints
TheMrSheldon 1514d6d
removed tira-admin/export-participants endpoint
TheMrSheldon 51f3c56
removed tira-admin/import-irds-dataset endpoint
TheMrSheldon a354f0c
marked all remaining unused endpoints and removed unused imports
TheMrSheldon e828627
removed unused variables from HybridDatabase
TheMrSheldon 1b7ca87
removed api/snippets-for-tirex-components endpoint
TheMrSheldon 7f7407b
removed host-list endpoint
TheMrSheldon 0f77386
removed dead code from application/src/tira/data/data.py
TheMrSheldon ca1fab9
removed organizer-list endpoint
TheMrSheldon cbe1df1
removed api/organizer/:id endpoint
TheMrSheldon 20e1b51
removed api/evaluation/:vmid/:runid endpoint
TheMrSheldon a9885c7
removed tira-admin/create-group/:vmid endpoint
TheMrSheldon f8abba8
removed tira-admin/edit-organizer/:orgid endpoint
TheMrSheldon dd4ee3c
removed tira-admin/add-organizer/:orgid endpoint
TheMrSheldon 907575f
linters happy
TheMrSheldon 5428a6e
isort happy
TheMrSheldon c2df223
apt update in test ci
TheMrSheldon 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
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.
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.
I would like to keep the organizer list and add organizer endpoints, as they are conceptually valuable, it can be that they are not embedded in the vuetify UI yet (as this is used not too often) but I then would prefer to incorporate this into the UI soon.