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

Annotation to load SQL before a test @Sql #851

Merged
merged 26 commits into from
Oct 23, 2023
Merged

Annotation to load SQL before a test @Sql #851

merged 26 commits into from
Oct 23, 2023

Commits on Sep 18, 2023

  1. Add Spock support

    timyates committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c0dab7d View commit details
    Browse the repository at this point in the history
  2. Revert whitespace change

    timyates committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c48f5cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359d59a View commit details
    Browse the repository at this point in the history
  4. Add JUnit and JPA support

    timyates committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4b52572 View commit details
    Browse the repository at this point in the history
  5. Add kotest

    timyates committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    08c5813 View commit details
    Browse the repository at this point in the history
  6. Documentation

    timyates committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    29e6f72 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    857a141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3df3fa View commit details
    Browse the repository at this point in the history
  3. Unused imports

    timyates committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    54c7000 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    94c1994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7026186 View commit details
    Browse the repository at this point in the history
  3. Unused import

    timyates committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d167f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2807e8f View commit details
    Browse the repository at this point in the history
  5. Mark things as experimental

    timyates committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6a34932 View commit details
    Browse the repository at this point in the history
  6. Undo irrelevant changes

    timyates committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d9ec210 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add internal

    timyates committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f6fef78 View commit details
    Browse the repository at this point in the history
  2. Switch versions around

    timyates committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    93ce4c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785a04f View commit details
    Browse the repository at this point in the history
  4. Address feedback

    timyates committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    97b886f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ac19c View commit details
    Browse the repository at this point in the history
  6. Documentation

    timyates committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6870abc View commit details
    Browse the repository at this point in the history
  7. add nullability annotations

    sdelamo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    800356e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 20, 2023

  1. Sql annotation test project (#867)

    * add test-suite-at-sql-jpa module
    
    * add tests
    
    * change hikari
    
    * fix id
    
    * rollback SQL
    
    * add insert
    
    * Add rollback to the annotation
    
    * Switch to allow phases
    
    * Docs
    
    ---------
    
    Co-authored-by: Tim Yates <tim.yates@gmail.com>
    sdelamo and timyates authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e151975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26edd3 View commit details
    Browse the repository at this point in the history
  3. Sonar smells

    timyates committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4aa68ff View commit details
    Browse the repository at this point in the history