Skip to content
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

Deploy to staging #4749

Merged
merged 387 commits into from
Mar 9, 2024
Merged

Deploy to staging #4749

merged 387 commits into from
Mar 9, 2024

Conversation

usu and others added 30 commits February 1, 2024 15:00
chore(deps): update dependency @types/node to v20.11.15
chore(deps): update pulumi/pulumi-nodejs docker tag to v3.104.2
fix(deps): update dependency @pulumi/pulumi to v3.104.2
We don't need to sort because all schedule entries of the period are
fetched when printing is started, and the schedule entries of a period
are ordered correctly when fetching from the API. This might become
relevant again far in the future if we introduce more offline
functionality.

For now, the sorting was incorrect anyways, because it assumed that the
scheduleEntryNumber was unique per day, which it isn't (there can be
multiple numbering schemes leading to multiple of the same
scheduleEntryNumbers on the same day).
chore(deps): update dependency @types/node to v20.11.16
chore(deps): update dependency @nuxtjs/i18n to v8.0.1
chore(deps): update dependency @sentry/vite-plugin to v2.11.0
This snapshot was flawed because of the wrong sorting before. There are
some schedule entries with numberingScheme 'A' in the store data, and
these were previously incorrectly sorted:
dayNumber scheduleEntryNumber number startTime
1         1                   1.1    08:00
1         2                   1.2    09:00
1         1                   1.A    10:00

The last one was previously sorted before the second one, which is
incorrect.
chore(deps): update dependency @sentry/vite-plugin to v2.13.0
fix(deps): update dependency puppeteer-core to v21.11.0
…assertions-5.x

chore(deps): update dependency spatie/phpunit-snapshot-assertions to v5.1.4
chore(deps): update dependency @nuxtjs/tailwindcss to v6.11.3
chore(deps): update amazon/aws-cli docker tag to v2.15.17
renovate bot and others added 21 commits March 4, 2024 16:14
fix(deps): update dependency html-entities to v2.5.2
chore(deps): update dependency vite to v5.1.5
We use eCamp v3 for our instance, and ecamp3 for the source code
repository, but never eCamp3
Else the queries are executed without a user filter,
which keeps our database busy.
api: restrict access to protected routes with firewall
Treat camps as past only after last day is over
chore(deps): update pulumi/pulumi-nodejs docker tag to v3.109.0
@carlobeltrame
Copy link
Member

/fast-forward

@BacLuc BacLuc merged commit 092744a into staging Mar 9, 2024
225 of 226 checks passed
@BacLuc BacLuc temporarily deployed to staging March 9, 2024 10:29 — with GitHub Actions Inactive
@carlobeltrame carlobeltrame temporarily deployed to staging March 9, 2024 10:29 Destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants