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

fix: issues identified by sonarqube #157

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

fix: issues identified by sonarqube #157

wants to merge 19 commits into from

Commits on Oct 4, 2024

  1. fix: resource limits

    - increase memory limit for backend
    - use snackbar for error messages in client
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4f26ed7 View commit details
    Browse the repository at this point in the history
  2. fix(test): dependencies

    - update dependencies & `yarn.lock`
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2993ec1 View commit details
    Browse the repository at this point in the history
  3. fix(test): cypress tests

    - fix basic test cases
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    51e05ce View commit details
    Browse the repository at this point in the history
  4. fix(test): cypress tests

    - fix environment variables for tests
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5d29107 View commit details
    Browse the repository at this point in the history
  5. fix(security): remove password attribute

    - since authentication is handled externally, the `password` attribute is no longer needed
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    79c4584 View commit details
    Browse the repository at this point in the history
  6. fix(test): set time zone for cypress

    - set time zone to `Europe/Berlin` for cypress tests
    cgawron committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f4f63f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. fix(test): coverage for cypress tests

    - fix configuration to enable coverage in cypress tests
    cgawron committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    542cf93 View commit details
    Browse the repository at this point in the history
  2. fix(test): coverage for cypress tests

    - add additional cypress tests
    cgawron committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    353638e View commit details
    Browse the repository at this point in the history
  3. fix(deps): remove insecure deps

    - upgrade axios
    - remove node-sass
    cgawron committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9ea17aa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. fix: sonarqube issues

    - fixed various issues spotted by sonarqube
    cgawron committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6c8e66d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: sonarqube issues

    - fixed various issues spotted by sonarqube
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ee50d47 View commit details
    Browse the repository at this point in the history
  2. fix: sonarqube issues

    - fixed various issues spotted by sonarqube
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3ebe2a5 View commit details
    Browse the repository at this point in the history
  3. fix: sonarqube issues

    - remove sonarqube token from properties file (will be provided via GH secret)
    - add additional coverage paths
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    928ad21 View commit details
    Browse the repository at this point in the history
  4. fix: sonarqube issues

    - remove (unused) logic to skip steps
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    acc745e View commit details
    Browse the repository at this point in the history
  5. fix: sonarqube issues

    - add cypress tests to improve coverage
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    896c87c View commit details
    Browse the repository at this point in the history
  6. fix: sonarqube issues

    - exclude backend from coverage for now
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eb7884f View commit details
    Browse the repository at this point in the history
  7. fix: sonarqube issues

    - add cypress tests to improve coverage
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    137215e View commit details
    Browse the repository at this point in the history
  8. fix: sonarqube issues

    - remove unused `ChooseTime` component
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fb6f00c View commit details
    Browse the repository at this point in the history
  9. fix: sonarqube issues

    - exclude client helper services from coverage for now
    cgawron committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0b8504b View commit details
    Browse the repository at this point in the history