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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 1, 2024

  1. Merge pull request #4591 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.15
    usu authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2179db0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4599 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.104.2
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d92514d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4598 from ecamp/renovate/pulumi-pulumi-3.x

    fix(deps): update dependency @pulumi/pulumi to v3.104.2
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4a69a27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b2aa69 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary sorting

    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).
    carlobeltrame committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8ef77ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e546e6 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    carlobeltrame committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    05a2af5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb85a49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0412784 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4602 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.16
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    86a9e6e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4603 from ecamp/renovate/nuxtjs-i18n-8.x

    chore(deps): update dependency @nuxtjs/i18n to v8.0.1
    renovate[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a7dee5a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51384e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #4604 from ecamp/renovate/sentry-vite-plugin-2.x

    chore(deps): update dependency @sentry/vite-plugin to v2.11.0
    renovate[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bc97292 View commit details
    Browse the repository at this point in the history
  2. Update snapshot which was capturing wrong sorting before

    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.
    carlobeltrame committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8afd571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b5347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d22d3f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    4826160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c5fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4a2f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4605 from ecamp/renovate/sentry-vite-plugin-2.x

    chore(deps): update dependency @sentry/vite-plugin to v2.13.0
    renovate[bot] authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f139814 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4606 from ecamp/renovate/puppeteer-core-21.x

    fix(deps): update dependency puppeteer-core to v21.11.0
    renovate[bot] authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    952f15e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b20493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f7e781 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4609 from ecamp/renovate/spatie-phpunit-snapshot-…

    …assertions-5.x
    
    chore(deps): update dependency spatie/phpunit-snapshot-assertions to v5.1.4
    renovate[bot] authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    03aca9e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4608 from ecamp/renovate/nuxtjs-tailwindcss-6.x

    chore(deps): update dependency @nuxtjs/tailwindcss to v6.11.3
    renovate[bot] authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    83c2f74 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4593 from ecamp/renovate/amazon-aws-cli-2.x

    chore(deps): update amazon/aws-cli docker tag to v2.15.17
    usu authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3cf5689 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f104c61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4fd5a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b94ad10 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    03f7629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    162617b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4611 from ecamp/renovate/doctrine-orm-2.x

    fix(deps): update dependency doctrine/orm to v2.18.0
    renovate[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    8a1ac6b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4612 from ecamp/renovate/react-pdf-layout-3.x

    chore(deps): update dependency @react-pdf/layout to v3.10.4
    renovate[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    902805c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0fdd58 View commit details
    Browse the repository at this point in the history
  6. Lint

    carlobeltrame committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    51991ef View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4615 from ecamp/renovate/phpunit-phpunit-10.x

    chore(deps): update dependency phpunit/phpunit to v10.5.10
    renovate[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    f46dc8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40c394a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4617 from ecamp/renovate/rector-rector-0.x

    chore(deps): update dependency rector/rector to v0.19.6
    renovate[bot] authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    02ce584 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4560 from carlobeltrame/allow-editing-instance-na…

    …me-in-layout-mode
    
    Allow editing instance name in layout mode
    pmattmann authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    db89dfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f11424 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2957851 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    dfa6c6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4619 from ecamp/renovate/pulumi-aws-6.x

    fix(deps): update dependency @pulumi/aws to v6.20.1
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d564273 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4620 from ecamp/renovate/rector-rector-0.x

    chore(deps): update dependency rector/rector to v0.19.7
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    354c917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6012b4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4864670 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4622 from ecamp/renovate/rector-rector-0.x

    chore(deps): update dependency rector/rector to v0.19.8
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0b8525a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4623 from ecamp/renovate/testing-library-jest-dom…

    …-6.x
    
    chore(deps): update dependency @testing-library/jest-dom to v6.4.2
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    863fbd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10bc3d9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4626 from ecamp/renovate/symfony

    fix(deps): update dependency symfony/flex to v2.4.4
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4ff3acd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d88e5c1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4627 from ecamp/renovate/sentry-vite-plugin-2.x

    chore(deps): update dependency @sentry/vite-plugin to v2.14.0
    renovate[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7461f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    7f114c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4629 from ecamp/renovate/react-pdf-font-2.x

    chore(deps): update dependency @react-pdf/font to v2.4.3
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    acbee98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c143ec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4631 from ecamp/renovate/react-pdf-layout-3.x

    chore(deps): update dependency @react-pdf/layout to v3.11.0
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    25d2755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13b1c56 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4613 from ecamp/renovate/react-pdf-pdfkit-3.x

    chore(deps): update dependency @react-pdf/pdfkit to v3.1.4
    carlobeltrame authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ff0b2ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72474bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5747cbf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4630 from ecamp/renovate/react-pdf-render-3.x

    chore(deps): update dependency @react-pdf/render to v3.4.2
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9ecb767 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4633 from ecamp/renovate/nuxtjs-i18n-8.x

    chore(deps): update dependency @nuxtjs/i18n to v8.0.2
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8dcba1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82f2a9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1245943 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4635 from ecamp/renovate/doctrine-doctrine-bundle…

    …-2.x
    
    fix(deps): update dependency doctrine/doctrine-bundle to v2.11.2
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7fdf7ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e67dad View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4636 from ecamp/renovate/sentry-javascript-monorepo

    fix(deps): update sentry-javascript monorepo to v7.100.0
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1774c20 View commit details
    Browse the repository at this point in the history
  16. Use fancy operator

    carlobeltrame committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    de71681 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    976feaa View commit details
    Browse the repository at this point in the history
  18. Clean up test

    carlobeltrame committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e109324 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #4559 from carlobeltrame/persist-preferences

    Persist some frontend preferences in localStorage
    carlobeltrame authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3671e01 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4637 from ecamp/renovate/react-pdf-layout-3.x

    chore(deps): update dependency @react-pdf/layout to v3.11.1
    renovate[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4a6f255 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    93498d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request #4639 from ecamp/renovate/react-pdf-render-3.x

    chore(deps): update dependency @react-pdf/render to v3.4.3
    renovate[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4499a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4edb2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4641 from ecamp/renovate/sentry-javascript-monorepo

    fix(deps): update sentry-javascript monorepo to v7.100.1
    renovate[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1fe6725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8415bd0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4642 from ecamp/renovate/tiptap

    fix(deps): update tiptap to v2.2.2
    renovate[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    febceb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb752f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request #4644 from ecamp/renovate/amazon-aws-cli-2.x

    chore(deps): update amazon/aws-cli docker tag to v2.15.18
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3ffdc83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb7e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be39ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4645 from ecamp/renovate/vue-minor-print-pdf

    chore(deps): update vue-minor-print-pdf to v3.4.16
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0a5e44c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1c0360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79253d9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4647 from ecamp/renovate/nuxtjs-i18n-8.x

    chore(deps): update dependency @nuxtjs/i18n to v8.1.0
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4196846 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4648 from ecamp/renovate/pulumi-pulumi-3.x

    fix(deps): update dependency @pulumi/pulumi to v3.105.0
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    beb7691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d7fe53 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4651 from ecamp/renovate/react-pdf-layout-3.x

    chore(deps): update dependency @react-pdf/layout to v3.11.2
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    00e875b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c86a0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d476c98 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4654 from ecamp/renovate/pulumi-aws-6.x

    fix(deps): update dependency @pulumi/aws to v6.21.0
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f75fde View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4653 from ecamp/renovate/vite-5.x

    chore(deps): update dependency vite to v5.1.0
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9a66201 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fcb2a8a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b632659 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4652 from ecamp/renovate/composer-2.x

    chore(deps): update dependency composer to v2.7.0
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1108d30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    04c2e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request #4656 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.17
    renovate[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    85657a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb832d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dde27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd129eb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4658 from ecamp/renovate/amazon-aws-cli-2.x

    chore(deps): update amazon/aws-cli docker tag to v2.15.19
    renovate[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7eb0129 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4659 from ecamp/renovate/vitejs-plugin-vue-5.x

    chore(deps): update dependency @vitejs/plugin-vue to v5.0.4
    renovate[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    628da85 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    f1b69b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4660 from ecamp/renovate/nuxtjs-tailwindcss-6.x

    chore(deps): update dependency @nuxtjs/tailwindcss to v6.11.4
    renovate[bot] authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f0922e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge pull request #4638 from ecamp/renovate/react-pdf-pdfkit-3.x

    chore(deps): update dependency @react-pdf/pdfkit to v3.1.6
    carlobeltrame authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    94801da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e51735f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4649 from ecamp/renovate/vue-minor-print-pdf

    chore(deps): update vue-minor-print-pdf to v3.4.18
    BacLuc authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d4cb4c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4646 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.105.0
    renovate[bot] authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ff55b21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4655 from ecamp/renovate/react-pdf-layout-3.x

    chore(deps): update dependency @react-pdf/layout to v3.11.2
    carlobeltrame authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ba112e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    739702d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4632 from ecamp/renovate/react-pdf-font-2.x

    chore(deps): update dependency @react-pdf/font to v2.4.4
    carlobeltrame authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    cf0e61d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    a06265d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4662 from ecamp/renovate/pulumi-aws-6.x

    fix(deps): update dependency @pulumi/aws to v6.22.0
    renovate[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    63bf2fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaeb9c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge pull request #4663 from ecamp/renovate/composer-2.x

    chore(deps): update composer docker tag to v2.7
    renovate[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5899e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c3dca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4664 from ecamp/renovate/debian-12.x

    chore(deps): update debian docker tag to v12.5
    renovate[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    002cdca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e6a30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4666 from ecamp/renovate/vue-minor-print-pdf

    chore(deps): update vue-minor-print-pdf to v3.4.19
    renovate[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    deb515d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aedb389 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4668 from ecamp/renovate/stof-doctrine-extensions…

    …-bundle-1.x
    
    fix(deps): update dependency stof/doctrine-extensions-bundle to v1.11.0
    renovate[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a5bac4e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    8157ccc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4669 from ecamp/renovate/vuetify-2.x

    fix(deps): update dependency vuetify to v2.7.2
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a1ce6c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e9ac50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4657 from ecamp/renovate/vite-5.x

    chore(deps): update dependency vite to v5.1.2
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9d18ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d8d191 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4671 from ecamp/renovate/amazon-aws-cli-2.x

    chore(deps): update amazon/aws-cli docker tag to v2.15.20
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fef50da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98f8801 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9f45be View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4673 from ecamp/renovate/pulumi-aws-6.x

    fix(deps): update dependency @pulumi/aws to v6.22.1
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    97d1e01 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Merge pull request #4675 from ecamp/renovate/knpuniversity-oauth2-cli…

    …ent-bundle-2.x
    
    fix(deps): update dependency knpuniversity/oauth2-client-bundle to v2.18.1
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ddaf8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743b5ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4672 from ecamp/renovate/node-20.x

    chore(deps): update dependency node to v20.11.1
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    de9b853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc57f03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7534b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4676 from ecamp/renovate/sentry-vite-plugin-2.x

    chore(deps): update dependency @sentry/vite-plugin to v2.14.1
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    836fc6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dea7a6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4677 from ecamp/renovate/vite-5.x

    chore(deps): update dependency vite to v5.1.3
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ec7a398 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4678 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.19
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6f91103 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce6da3c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    5cc817d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d214414 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4681 from ecamp/renovate/node-20.x

    chore(deps): update node.js to v20.11.1
    renovate[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    019b29b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e014ddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f419746 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4682 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.106.0
    renovate[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2d11768 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4683 from ecamp/renovate/pulumi-pulumi-3.x

    fix(deps): update dependency @pulumi/pulumi to v3.106.0
    renovate[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9d15207 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bd5d67 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4684 from ecamp/renovate/pulumi-aws-6.x

    fix(deps): update dependency @pulumi/aws to v6.22.2
    renovate[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bb51c1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    410efd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Merge pull request #4685 from ecamp/renovate/vitest-monorepo

    chore(deps): update vitest monorepo to v1.3.0
    renovate[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7e5b6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3efdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32b2e6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4479 from ecamp/renovate/js-linter

    chore(deps): update js-linter
    renovate[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a731391 View commit details
    Browse the repository at this point in the history
  5. api: narrow down types for Voters

    Fixes:
     ------ ---------------------------------------------------------------------------------
      Line   Security/Voter/CampIsPrototypeVoter.php
     ------ ---------------------------------------------------------------------------------
      22     Asserted type mixed for $subject with type mixed does not narrow down the type.
     ------ ---------------------------------------------------------------------------------
    
     ------ ---------------------------------------------------------------------------------
      Line   Security/Voter/CampRoleVoter.php
     ------ ---------------------------------------------------------------------------------
      31     Asserted type mixed for $subject with type mixed does not narrow down the type.
     ------ ---------------------------------------------------------------------------------
    BacLuc committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    dd8f3df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35e10a6 View commit details
    Browse the repository at this point in the history
  7. api: use readonly constructor arguments were possible

    The class was written before php 8.2.
    Now we can use the new features.
    BacLuc committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    199aa3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    564e7aa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4624 from ecamp/renovate/lint-staged-15.x

    chore(deps): update dependency lint-staged to v15.2.2
    renovate[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    360f978 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f21a3a3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4471 from ecamp/renovate/php-linter

    chore(deps): update php-linter
    BacLuc authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    492c191 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4625 from ecamp/renovate/nuxtjs-monorepo

    chore(deps): update dependency nuxt to v3.10.2
    BacLuc authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    dd7e110 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4679 from ecamp/renovate/tiptap

    fix(deps): update tiptap to v2.2.3
    BacLuc authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ac31a3b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4667 from ecamp/renovate/nuxtjs-i18n-8.x

    chore(deps): update dependency @nuxtjs/i18n to v8.1.1
    renovate[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5b1abc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    183f9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7960e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4601 from ecamp/renovate/api-platform-core-3.x

    fix(deps): update dependency api-platform/core to v3.2.13
    renovate[bot] authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    aa750ad View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ed55cf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4690 from ecamp/renovate/spatie-phpunit-snapshot-…

    …assertions-5.x
    
    chore(deps): update dependency spatie/phpunit-snapshot-assertions to v5.1.5
    renovate[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1d80ebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d6ea6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4692 from ecamp/renovate/php-linter

    chore(deps): update dependency phpstan/phpstan to v1.10.59
    renovate[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2274694 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d653eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53170a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae4f678 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8491342 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #4694 from ecamp/renovate/cypress-included-13.x

    chore(deps): update cypress/included docker tag to v13.6.5
    renovate[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    92d8a9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4695 from ecamp/renovate/cypress-13.x

    chore(deps): update dependency cypress to v13.6.5
    renovate[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    849aec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7237575 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4696 from ecamp/renovate/isomorphic-dompurify-2.x

    fix(deps): update dependency isomorphic-dompurify to v2.4.0
    renovate[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9b040e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4691 from ecamp/renovate/api-platform-core-3.x

    fix(deps): update dependency api-platform/core to v3.2.14
    BacLuc authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    aef013c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4693 from ecamp/renovate/vitest-monorepo

    chore(deps): update vitest monorepo to v1.3.1
    BacLuc authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7233914 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e250ffc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4697 from ecamp/renovate/vite-5.x

    chore(deps): update dependency vite to v5.1.4
    renovate[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e3cf23e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    0dbe660 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4699 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.107.0
    renovate[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ad2296e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70ab626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f864cb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4db2646 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4700 from ecamp/renovate/nuxtjs-monorepo

    chore(deps): update dependency nuxt to v3.10.3
    renovate[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e458430 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4701 from ecamp/renovate/doctrine-orm-2.x

    fix(deps): update dependency doctrine/orm to v2.18.1
    renovate[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2570e4f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4702 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.20
    renovate[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    64c3f1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c931ee View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4703 from ecamp/renovate/cypress-13.x

    chore(deps): update dependency cypress to v13.6.6
    renovate[bot] authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bfc0874 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    2928d67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4705 from ecamp/renovate/php-linter

    chore(deps): update dependency vimeo/psalm to v5.22.2
    renovate[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cc1afad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f53fd5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4706 from ecamp/renovate/js-linter

    chore(deps): update dependency eslint-plugin-vue to v9.22.0
    renovate[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8401217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8eaac8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4708 from ecamp/renovate/tiptap

    fix(deps): update tiptap to v2.2.4
    renovate[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    af3f476 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da5b31f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge pull request #4709 from ecamp/renovate/js-linter

    chore(deps): update dependency eslint to v8.57.0
    renovate[bot] authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5e84319 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4600 from carlobeltrame/schedule-entry-number-cle…

    …anup
    
    Schedule entry number cleanup
    carlobeltrame authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    403b261 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    317cabc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4713 from ecamp/renovate/phpunit-phpunit-10.x

    chore(deps): update dependency phpunit/phpunit to v10.5.11
    renovate[bot] authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ad2b08c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    2006335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f25597 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4715 from ecamp/renovate/sentry-sentry-symfony-4.x

    fix(deps): update dependency sentry/sentry-symfony to v4.14.0
    renovate[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ad95105 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5c7628a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4716 from ecamp/renovate/deepl-node-1.x

    fix(deps): update dependency deepl-node to v1.12.0
    renovate[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d3d42cb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    201c918 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4717 from ecamp/renovate/node-20.x

    chore(deps): update dependency @types/node to v20.11.21
    renovate[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0265e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    319acd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4718 from ecamp/renovate/vue-minor-print-pdf

    chore(deps): update vue-minor-print-pdf to v3.4.21
    renovate[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7e9a2db View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    948e678 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4721 from ecamp/renovate/api-platform-core-3.x

    fix(deps): update dependency api-platform/core to v3.2.15
    renovate[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4fc04d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    1d8ea52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84ca7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4722 from ecamp/renovate/autoprefixer-10.x

    chore(deps): update dependency autoprefixer to v10.4.18
    renovate[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    182700b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4723 from ecamp/renovate/doctrine-orm-2.x

    fix(deps): update dependency doctrine/orm to v2.18.2
    renovate[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b66c599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8511ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9ac0d6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4724 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.108.1
    renovate[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a838e5e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4725 from ecamp/renovate/intlify-core-9.x

    fix(deps): update dependency @intlify/core to v9.10.1
    renovate[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c92bb05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    679d00d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Merge pull request #4728 from ecamp/renovate/colorjs.io-0.x

    fix(deps): update dependency colorjs.io to v0.5.0
    renovate[bot] authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ce41766 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    e74aa15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4732 from ecamp/renovate/html-entities-2.x

    fix(deps): update dependency html-entities to v2.5.0
    renovate[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9ab6ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd291b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4733 from ecamp/renovate/html-entities-2.x

    fix(deps): update dependency html-entities to v2.5.2
    renovate[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    144cdfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5006552 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #4735 from ecamp/renovate/vite-5.x

    chore(deps): update dependency vite to v5.1.5
    renovate[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1f64db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6b424 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4737 from ecamp/renovate/lock-file-maintenance

    chore(deps): lock file maintenance
    renovate[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bbc1063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b7a7a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #4740 from ecamp/renovate/lock-file-maintenance

    chore(deps): lock file maintenance
    renovate[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4af9a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c484f5 View commit details
    Browse the repository at this point in the history
  3. Consistent project naming

    We use eCamp v3 for our instance, and ecamp3 for the source code
    repository, but never eCamp3
    carlobeltrame committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e030f57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4742 from ecamp/renovate/lock-file-maintenance

    chore(deps): lock file maintenance
    renovate[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0dd066a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5de1de7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4743 from ecamp/renovate/lock-file-maintenance

    chore(deps): lock file maintenance
    renovate[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ae799e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a83de29 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4741 from carlobeltrame/naming

    Consistent project naming
    carlobeltrame authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f8f250c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4744 from ecamp/renovate/lock-file-maintenance

    chore(deps): lock file maintenance
    renovate[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c3ce774 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa1c262 View commit details
    Browse the repository at this point in the history
  11. api: restrict access to protected routes with firewall

    Else the queries are executed without a user filter,
    which keeps our database busy.
    BacLuc committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    14354f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #4745 from BacLuc/api-restrict-requests-in-firewall

    api: restrict access to protected routes with firewall
    carlobeltrame authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    24b9995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4747 from simfeld/fix/past-camps

    Treat camps as past only after last day is over
    carlobeltrame authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d773dde View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    1a7049c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4748 from ecamp/renovate/pulumi-pulumi-nodejs-3.x

    chore(deps): update pulumi/pulumi-nodejs docker tag to v3.109.0
    renovate[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    092744a View commit details
    Browse the repository at this point in the history