-
Notifications
You must be signed in to change notification settings - Fork 220
hub: cleanup data of deleted projects #7667
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
Draft
haraldschilly
wants to merge
49
commits into
master
Choose a base branch
from
delete-project-data
base: master
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 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
c3e2409
hub: cleanup data of deleted projects
haraldschilly f0b6d4c
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly a7a09c5
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly b546a4d
npm: updating pg + @types/pg
haraldschilly 3bcabeb
database/cleanup: WIP bulk delete
haraldschilly af28b7f
fix fallout of b546a4d268e5560
haraldschilly 4126e2c
database/bulk-delete: delete many rows without overwhelming the DB
haraldschilly 59131f7
database/delete-projects: expand scope
haraldschilly 5d7c4aa
database/test: attempting to actually fix testing the database in the…
haraldschilly b0b21a6
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 0857338
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly d8f481c
database/delete-project: refactor/fixes
haraldschilly 39d0065
hub/delete-project: expand functionality and acutally delete files
haraldschilly 2429b15
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly f4cabc5
hub/delete-project: add explicit delete_project_data setting
haraldschilly 74936ec
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly a792a39
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly d163c82
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 3ba695a
database/bulk-delete: add env vars and improve test
haraldschilly a0dea09
frontend/settings: modernize project visibility and delete controls
haraldschilly 4826f84
hub/delete-project: refactor, delete files, bugfixes
haraldschilly b497866
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 55d2a11
backend/logger: tighter typing
haraldschilly 33ddc7a
hub/delete-projects: fix homePath, to make it work for the OnPrem sit…
haraldschilly 993c74b
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly a753951
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly b88fde6
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly bc6be27
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 8d3877f
hub/delete-projects: also blobs table
haraldschilly 3ceb67d
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 2c27cb2
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 8617568
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 91037d5
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 83f34ea
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 0c260e4
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 1d06656
util/compute-states: catch up new project state with translations
haraldschilly d1989d8
frontend/project: translate project deleted banner and make it a prop…
haraldschilly 5d797ef
hub/delete-projects: reset more fields and clear more table entries
haraldschilly 74bb274
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly b7023da
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly c522750
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 9158f85
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 8920e28
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly ee48888
database/bulk-delete: disable "blob" table for now
haraldschilly 55e1d43
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly d924d96
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly 541db92
Merge remote-tracking branch 'origin/master' into delete-project-data
haraldschilly ec7f922
quick fix to a TS type error – but why does it show up at all?
haraldschilly a06e73c
fix a merge conflict side effect
haraldschilly 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
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.
strange -- I didn't need to do that with my typescript setup...