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

Add unit tests back to pipeline & improve VSCode integration #581

Merged
merged 49 commits into from
May 13, 2024

Commits on Dec 18, 2023

  1. Add Python script to run Rspec tests in docker container

    This builds on the Ruby Test Explorer VSCode extension.
    See my comment here: connorshea/vscode-ruby-test-adapter#30 (comment)
    Splines committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bf30e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    c3541de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103789d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Rename run_cypress_tests to test & use buildx

    buildx is used for faster builds
    we also set up ghcr to use docker layer caching for hopefully even
    faster build times
    Splines committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    68c0122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63544f8 View commit details
    Browse the repository at this point in the history
  3. Use lowercase github org name

    Splines committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b311ca1 View commit details
    Browse the repository at this point in the history
  4. Use GitHub Rspec formatter

    Splines committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1d4e9af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb3cf7 View commit details
    Browse the repository at this point in the history
  6. Delete unnecessary dotfiles

    Splines committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3e51aa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84d6a45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d5c757 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    229dcdb View commit details
    Browse the repository at this point in the history
  10. Only cache real build targets

    Other layers will get cached anyways as they are external images.
    Splines committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    840c63d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    d11dc2d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    eb0a4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    69e12a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    faa51e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c18e8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7f103c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38440de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acd162f View commit details
    Browse the repository at this point in the history
  6. Don't source dummy docker env & add missing env variables

    We just add the missing env variables to the docker-compose.yml config
    for the test setup.
    Splines committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    16ca7d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    439c004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9c6c54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa9a27e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    182d5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce040aa View commit details
    Browse the repository at this point in the history
  3. Fix media search tests

    These changes are necessary due to #593.
    Splines committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5e54d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710146b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92e5b74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5552d39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d2be2c View commit details
    Browse the repository at this point in the history
  8. Remove pending test

    Splines committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5d7c131 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7e116c View commit details
    Browse the repository at this point in the history
  10. Try to use delete_all instead of destroy_all

    This may be a fix for the issue `Can't modify frozen hash` we get in the
    pipeline during the unit tests.
    Splines committed May 1, 2024
    Configuration menu
    Copy the full SHA
    58b28c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1983c6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8d1872 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    415619c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf08e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e7e995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c32260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b8ecac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebbe53d View commit details
    Browse the repository at this point in the history
  7. Revert "Change directory to test folder"

    This reverts commit ebbe53d.
    Splines committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0ef6766 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84646cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b509099 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1838386 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cd49cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d86b4ae View commit details
    Browse the repository at this point in the history