-
Notifications
You must be signed in to change notification settings - Fork 11
PL-292 Vite SSR #1360
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
Open
mikkojamG
wants to merge
25
commits into
main
Choose a base branch
from
feat/PL-240-vite-ssr
base: main
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.
Open
PL-292 Vite SSR #1360
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
11081b1
feat: vite ssr, material-ui Refs: PL-292
mikkojamG af17546
feat: vite ssr, entry points Refs: PL-292
mikkojamG 2a77040
feat: vite ssr, unified server Refs: PL-292
mikkojamG db4073d
feat: vite ssr, vite config & build scripts Refs: PL-292
mikkojamG cae08ea
feat: vite ssr, Dockerfile changes Refs: PL-292
mikkojamG 0059166
feat: vite ssr, cleanup Refs: PL-292
mikkojamG 1dcc0fa
chore: migration fixes Refs: PL-292
mikkojamG df32c22
fix: server rate-limit, template cache Refs: PL-292
mikkojamG 150228f
fix: server.mjs unsafe redirect Refs: PL-292
mikkojamG f2b7456
ci: eslint import rules Refs: PL-292
mikkojamG a049400
ci: dockerfile copy new server Refs: PL-292
mikkojamG b43cb85
fix: vite SSR bug fixes Refs: PL-292
mikkojamG 70d0cbb
ci: lint:fix script Refs: PL-292
mikkojamG f3a516c
ci: fix failing e2e tests Refs: PL-292
mikkojamG 6819e9f
ci: sonar fixes Refs: PL-292
mikkojamG 6a4cffc
ci: temporary pipeline Refs: PL-292
mikkojamG 4b9469b
ci: server-entry fix Refs: PL-292
mikkojamG efc61a7
fix: merge conflicts, hds cookie shim Refs: PL-292
mikkojamG d7e13e4
fix: dev HMR working Refs: PL-292
mikkojamG 0d22e39
fix: lint fix Refs: PL-292
mikkojamG 0fdba2c
ci: set NODE_ENV Refs: PL-292
mikkojamG 4100b59
ci: run in prod mode Refs: PL-292
mikkojamG d35d531
chore: fixing NODE_ENV build conflicts Refs: PL-292
mikkojamG e4fd410
chore: server express rate limit keyGenerator Refs: PL-292
mikkojamG f553349
chore: drop migration plan Refs: PL-292
mikkojamG 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 was deleted.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| import config from './default'; | ||
| import config from './default.js'; | ||
|
|
||
| export default config; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| { "type": "module" } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <html lang="fi"> | ||
| <head> | ||
| <meta charset="utf-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <link rel="shortcut icon" href="/src/assets/icons/favicon.ico" /> | ||
| <script type="module" src="/env-config.js"></script> | ||
| <title>Palvelukartta</title> | ||
| <!--app-head--> | ||
| </head> | ||
| <body> | ||
| <noscript>You need to enable JavaScript to run this app.</noscript> | ||
| <div id="app"></div> | ||
| <script type="module" src="/client/client.js"></script> | ||
| <div id="app"><!--app-html--></div> | ||
| <script type="module" src="/src/entry-client.jsx"></script> | ||
| </body> | ||
| </html> |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.