This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Static Resource, Asset, CMS Backend Refactor (#10304)
* Remove sid field from static-resource table * move getCachedURL and getCacheDomain to storage provider interface, hiding cacheDomain property * resolve url * fix avatars and tsc errors * local upload changes * add more info to resource json and static resources * fixes * fix seeding * migration convert assets to static resources, fix reinit to wipe DB completely * fixes * fixes to seeder, avatar install and uploading local to storage provider * license * use static resource service instead of asset service * bug fixes * more simplification and refactoring * remove unused asset service * bug fixes, simplification * bug fixes for types * refactoring file browser * license * dynamically handle org name in file browser ui (#10354) * file upload and other fixes * tsc fix * fix merge conflict * test fixes * fix project upload * various fixes * file browser works with orgs * clean up * update resources json in hooks * bug fixes * fixes * fixes for update method and tests * improve file browser tests * bug fixes * fix rename scene * tsc err * fix rename * fix saving scenes * fix thumbnail gen * fix delete scene and rename scene * cleanup logs * optimize location query, improve export, add back removed delete for resource table * fix projectEventHooks * fix projectEventHooks * remove knex transaction from migration * remove console log * fixes * trying migrations * fix bug with migrating resources * optimize single static resource updates to resources.json * add thumbnail key field alongside thumbnail url * fix file browser tests * dont always generate resources json * fix for manifest * fix bugs with updating resources json * ensure new scenes have unique names and include thumbnail * fix pagination and reactivity * type fix --------- Co-authored-by: Aditya Mitra <[email protected]>
- Loading branch information
1 parent
abf53cd
commit abe0e11
Showing
96 changed files
with
2,603 additions
and
4,042 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
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
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.