-
Notifications
You must be signed in to change notification settings - Fork 133
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
Many updates to dependencies and improved github workflows #4838
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b55602 - Browse repository at this point
Copy the full SHA 9b55602View commit details -
CI: use env var & $GITHUB_OUTPUT instead of set-output
set-output has been deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Configuration menu - View commit details
-
Copy full SHA for 65a990e - Browse repository at this point
Copy the full SHA 65a990eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e45b0d - Browse repository at this point
Copy the full SHA 6e45b0dView commit details -
- use 1.4 syntax to support `COPY --link` commands - set NODE_ENV=production - remove $WORK build arg
Configuration menu - View commit details
-
Copy full SHA for 354a00e - Browse repository at this point
Copy the full SHA 354a00eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c5d5d - Browse repository at this point
Copy the full SHA a9c5d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db4ea7a - Browse repository at this point
Copy the full SHA db4ea7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc959d0 - Browse repository at this point
Copy the full SHA dc959d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5eda9 - Browse repository at this point
Copy the full SHA 3f5eda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6248afa - Browse repository at this point
Copy the full SHA 6248afaView commit details -
Dockerfile: yarn build: tweak removal of caches & artifacts, tweak ca…
…ching - If e.g. `test` has been added in a command/step, removing it in a subsequent command/step does not have a positive effect on the image size. Rather, we add it .dockerignore to stop adding it in the first place. - node_modules/.cache & /tmp/Relay* are populated by Webpack plugins.
Configuration menu - View commit details
-
Copy full SHA for a035ed7 - Browse repository at this point
Copy the full SHA a035ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ef053 - Browse repository at this point
Copy the full SHA 38ef053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1435ca8 - Browse repository at this point
Copy the full SHA 1435ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f230587 - Browse repository at this point
Copy the full SHA f230587View commit details -
Webpack stats.json: only include .entrypoints
app/server.js reads .entrypoints.main.assets in order to generate an appropriate manifest and `preload` tags, but it doesn't need the rest. This is why we turn all stats off via `all: false` and then selectively turn `entrypoints` on. Before, stats.json was 82mb, now it is ~9kb.
Configuration menu - View commit details
-
Copy full SHA for 76df655 - Browse repository at this point
Copy the full SHA 76df655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ae0ff - Browse repository at this point
Copy the full SHA 49ae0ffView commit details -
CI dev pipeline: cache .yarn/cache in addition to node_modules
Even if a commit has changed `yarn.lock`, we can use an old `.yarn/cache` directory, so that we don't have to fetch 99% of all dependencies again.
Configuration menu - View commit details
-
Copy full SHA for f01c604 - Browse repository at this point
Copy the full SHA f01c604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c11bb5 - Browse repository at this point
Copy the full SHA 8c11bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af94b5 - Browse repository at this point
Copy the full SHA 1af94b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d3e62 - Browse repository at this point
Copy the full SHA b3d3e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1674733 - Browse repository at this point
Copy the full SHA 1674733View commit details -
Configuration menu - View commit details
-
Copy full SHA for f916cfc - Browse repository at this point
Copy the full SHA f916cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b00472a - Browse repository at this point
Copy the full SHA b00472aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5c45c - Browse repository at this point
Copy the full SHA cb5c45cView commit details -
CI dev/hotfix pipeline: re-enable linting of SVG icons
This reverts 32bbfa8, which reverts 3f6e105, which apparently failed because of an unrelated problem[1]. [1] https://github.com/HSLdevcom/digitransit-ui/actions/runs/4762670497/jobs/8469259999
Configuration menu - View commit details
-
Copy full SHA for dc76ec4 - Browse repository at this point
Copy the full SHA dc76ec4View commit details -
jyvaskyla config.logo: use relative path
This probably improves favicons-webpack-plugin's performance, as node_modules won't be resolved for resolving the path.
Configuration menu - View commit details
-
Copy full SHA for 8dae91b - Browse repository at this point
Copy the full SHA 8dae91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88f101 - Browse repository at this point
Copy the full SHA b88f101View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3eae2a - Browse repository at this point
Copy the full SHA a3eae2aView commit details -
don't build startup images for iOS/iPadOS
This speeds up the webpack build within the Docker image build significantly.
Configuration menu - View commit details
-
Copy full SHA for 9904c4c - Browse repository at this point
Copy the full SHA 9904c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for abfbfd8 - Browse repository at this point
Copy the full SHA abfbfd8View commit details -
chore: upgrade to Node.js v16; css-loader@5, sass-loader@10, node-sass@6
Co-Authored-By: Jannis R <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dfe228 - Browse repository at this point
Copy the full SHA 3dfe228View commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2cd3b0 - Browse repository at this point
Copy the full SHA d2cd3b0View commit details
Commits on Jun 26, 2023
-
chore: update more dev deps, replace deprecated codecov library with …
…github actions cherry-pick of b8333bd
Configuration menu - View commit details
-
Copy full SHA for 704349c - Browse repository at this point
Copy the full SHA 704349cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bbed6 - Browse repository at this point
Copy the full SHA 20bbed6View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 031fe85 - Browse repository at this point
Copy the full SHA 031fe85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ce938 - Browse repository at this point
Copy the full SHA b1ce938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e89317 - Browse repository at this point
Copy the full SHA 8e89317View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab9da4 - Browse repository at this point
Copy the full SHA eab9da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c4068 - Browse repository at this point
Copy the full SHA 32c4068View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2ad30 - Browse repository at this point
Copy the full SHA ba2ad30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792d31e - Browse repository at this point
Copy the full SHA 792d31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a45c5 - Browse repository at this point
Copy the full SHA 70a45c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a027c8 - Browse repository at this point
Copy the full SHA 1a027c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8a8e8 - Browse repository at this point
Copy the full SHA 1d8a8e8View commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e50e2e - Browse repository at this point
Copy the full SHA 6e50e2eView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efb2a30 - Browse repository at this point
Copy the full SHA efb2a30View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7dc552 - Browse repository at this point
Copy the full SHA f7dc552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 133dbdd - Browse repository at this point
Copy the full SHA 133dbddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a980f - Browse repository at this point
Copy the full SHA 39a980fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f94548e - Browse repository at this point
Copy the full SHA f94548eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f331b7c - Browse repository at this point
Copy the full SHA f331b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189dfc6 - Browse repository at this point
Copy the full SHA 189dfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb4a47 - Browse repository at this point
Copy the full SHA 4cb4a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27214d5 - Browse repository at this point
Copy the full SHA 27214d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2871cf4 - Browse repository at this point
Copy the full SHA 2871cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7973d8d - Browse repository at this point
Copy the full SHA 7973d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8842ee - Browse repository at this point
Copy the full SHA a8842eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbc433 - Browse repository at this point
Copy the full SHA 7dbc433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2041d62 - Browse repository at this point
Copy the full SHA 2041d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f1d3b - Browse repository at this point
Copy the full SHA c7f1d3bView commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5390378 - Browse repository at this point
Copy the full SHA 5390378View commit details
Commits on Aug 21, 2023
-
Update .github/workflows/hotfix-pipeline.yml
Co-authored-by: Joel Lappalainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd0f7c9 - Browse repository at this point
Copy the full SHA bd0f7c9View commit details -
Update .github/workflows/hotfix-pipeline.yml
Co-authored-by: Joel Lappalainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aca2914 - Browse repository at this point
Copy the full SHA aca2914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772ccdb - Browse repository at this point
Copy the full SHA 772ccdbView commit details -
Revert "chore: remove internal health check"
This reverts commit 772ccdb.
Configuration menu - View commit details
-
Copy full SHA for 08a03ef - Browse repository at this point
Copy the full SHA 08a03efView commit details