-
Notifications
You must be signed in to change notification settings - Fork 79
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
refactor(movies): migrate to use application builder SSR features #281
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
326e05b
chore: fix typo in readme (#283)
TheAlexLichter b628f8a
Update README.md (#284)
BioPhoton 97a59d2
refactor(movies): migrate to use application builder SSR features
eneajaho 6ea4c62
chore(movies): update dependencies for fix start
JeanMeche 3bc20b9
refactor(movies): rxState migration property access before declared
vmasek dc821d6
refactor(movies): rename commintlint config suffix to keep it using c…
vmasek 0e8448e
refactor(movies): update to node 20
vmasek 49b2022
refactor(movies): update firebase packages
vmasek fd73ed9
refactor(movies): merge two firebase configurations
vmasek bcdbd45
refactor(movies): migrate functions to esbuild
vmasek ffde274
refactor(movies): remove local run that executes by default and messe…
vmasek 6afaf5f
refactor(movies): package lock after merge
vmasek 13780e3
feat: use defer block, convert to signals, fix icons in ssr, update v…
eneajaho 4f1cab1
fix: comment out server.ts run part
eneajaho 550897a
fix: enable prerendering
eneajaho b97d0a8
fix: remove unused ci workflows
eneajaho 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '18' | ||
node-version-file: 'package.json' | ||
cache: npm | ||
|
||
- name: Install dependencies | ||
|
@@ -23,7 +23,7 @@ jobs: | |
- name: User Flow | ||
run: npm run nx run firebase-function:user-flow:production -- --format=md | ||
|
||
#- name: Test firebase function emulation | ||
#- name: Test firebase function emulation | ||
# id: firebase-function-emulation | ||
# uses: push-based/[email protected] | ||
# with: | ||
|
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 |
---|---|---|
|
@@ -6,12 +6,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '18' | ||
node-version-file: 'package.json' | ||
cache: npm | ||
|
||
- name: Install dependencies | ||
|
@@ -35,13 +35,12 @@ jobs: | |
# - name: User Flow | ||
# run: npm run nx run movies:user-flow:production -- --format=md --url=${{ fromJson(steps.previewDeployStep.outputs.urls)[0] }} | ||
|
||
#- name: Test firebase preview channel hosting | ||
# id: firebase-preview-channel-hosting | ||
# uses: push-based/[email protected] | ||
# with: | ||
# verbose: on | ||
# commentId: firebase-preview-channel-hosting | ||
# onlyComments: on | ||
# outPath: ./dist/user-flow/movies | ||
# rcPath: ./projects/movies/.user-flowrc.json | ||
|
||
#- name: Test firebase preview channel hosting | ||
# id: firebase-preview-channel-hosting | ||
# uses: push-based/[email protected] | ||
# with: | ||
# verbose: on | ||
# commentId: firebase-preview-channel-hosting | ||
# onlyComments: on | ||
# outPath: ./dist/user-flow/movies | ||
# rcPath: ./projects/movies/.user-flowrc.json |
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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.
Why did you remove this file?
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.
@vmasek
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 wrote it to the commit message, in short you can only specify one config json for deployment and if you split the
hosting
andfunctions
into multiple configs, the hosting will never be associated with the functions rewrites thus SSR will not work correctly