-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decomposed storage and API apps into modules (#2360)
* feat: disable public access to S3 buckets (cloudfront only allowed) * fix: changes after review * fix: added logging for page builder setting update * fix: compilation fix * feat: poc on how to simplify pulumi codebase * feat: getting rid of pulumi code files * feat: experimenting on new pulumi architecture * feat: admin app simplification * feat: option to add multiple app outputs * feat: migrated website app to the new approach * fix: fixed typings * fix: path separator for linux/mac * feat: moved pulumi yaml files to pulumi folder * fix: getStackOutput now works with new architecture * feat: extracted admin after deploy hook to pulumi-sdk package * feat: migrated website app hooks to new architecture * fix: minor eslint issue * feat: updated templates for admin and website * fix: getting tests to fully work * Revert "feat: updated templates for admin and website" This reverts commit 8461221. * feat: more flexibility and simplified setup * fix: fixed pulumi outputs and running pulumi commands * fix: rolled back making S3 bucket private * feat: resource name customization and output formatting * feat: pulumi update and added coloring to pulumi output logs * feat: better configurability for nested resource configuration * chore: removing some old not used code * feat: added easier setup for custom domains * feat: extracted storage app and migrated API to new arch * fix: updating pulumi-sdk-v6 * fix: nasty fix for pulumi login issue * fix: compatibility fix * fix: fixes after review * fix: some fixes after review * feat: migrated APW to new pulumi arch * fix: renaming hooks * fix: fixes after review * fix: removed todos * fix: minor change to force running tests on CI * fix: added some comments to storage migration scrip[t * feat: rewritten storage and API to use modules * fix: fixed package references * fix: fix build after changing names previously * fix: review fixes * feat: added check on adding modules twice
- Loading branch information
Showing
20 changed files
with
673 additions
and
573 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
Oops, something went wrong.