-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(data-migration): start working on PB data migration Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(metadata): enhance performance logging and URL display Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * refactor(utils): enhance performance logging format Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * chore(deps): update development and production dependencies Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(migration): implement data migration UI and functionality Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(database): update foreign key constraints for cascading deletes Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(bookmark): optimize image storage and improve first-time user experience Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(various): finish migration tool preview, improve file handling Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * feat(setup): simplify installation process and update dependencies Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com> * chore: release v0.4.0-pre.4 --------- Signed-off-by: Robert Goniszewski <robertgoniszewski@outlook.com>
- Loading branch information
1 parent
7612593
commit d95f4d2
Showing
23 changed files
with
1,261 additions
and
100 deletions.
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 |
---|---|---|
|
@@ -11,4 +11,5 @@ vite.config.ts.timestamp-* | |
coverage | ||
data/db* | ||
data/user-uploads/* | ||
data/temp/* | ||
!data/user-uploads/.gitkeep |
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.