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

Tests against different activerecord/activesupport versions #109

Merged
merged 11 commits into from
Aug 20, 2024

Commits on Aug 15, 2024

  1. Use released appraisal gem

    The issue to use this commit was fixed with thoughtbot/appraisal@ea2baff
    Aqualon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    78ff87d View commit details
    Browse the repository at this point in the history
  2. Run tests against different rails versions

    To lessen the load, I also switched from appraisal install to appraisal generate and then only install gems for a given generated gemfile, not for all of them.
    Aqualon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    622be43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209c516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00aad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d127a7b View commit details
    Browse the repository at this point in the history
  6. Revert "Split go tests and ruby tests, reduce ruby versions for now f…

    …or faster results"
    
    go is needed to create beetle binary, that is then used for cucumber tests
    
    This reverts commit d127a7b.
    Aqualon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c1ef6aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b705f4f View commit details
    Browse the repository at this point in the history
  8. Check if we need to install redis or can just rely on the one provide…

    …d in docker compose up step
    Aqualon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4c10ddc View commit details
    Browse the repository at this point in the history
  9. Revert "Check if we need to install redis or can just rely on the one…

    … provided in docker compose up step"
    
    Yes we do for beetle binary tests
    
    This reverts commit 4c10ddc.
    Aqualon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    83c791e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    a5ebfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9730b10 View commit details
    Browse the repository at this point in the history