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

Persist Roles and Permissions between test runs #854

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1058b3a View commit details
    Browse the repository at this point in the history
  2. reset test db with prisma reset

    reset test db with prisma reset
    
    reset test db with prisma reset
    
    use custom db reset in `cleanupDb`
    
    use ; instead of ); for end of sql splitting
    
    reset test db with prisma reset
    
    use custom db reset in `cleanupDb`
    
    use ; instead of ); for end of sql splitting
    
    run prisma reset between tests
    
    reset test db with prisma reset
    
    use custom db reset in `cleanupDb`
    
    use ; instead of ); for end of sql splitting
    
    run prisma reset between tests
    
    use prisma reset for seeding
    
    add instructions for customising Role and Permission seeds
    devneill committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0fa8a20 View commit details
    Browse the repository at this point in the history
  3. run prisma reset via spawn

    devneill committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ee9ec4e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. use custom db reset

    devneill committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d5afca7 View commit details
    Browse the repository at this point in the history
  2. Update tests/db-utils.ts

    kentcdodds authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6bf0771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cc50fd View commit details
    Browse the repository at this point in the history
  4. remove extra line (whoops)

    kentcdodds committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac110c0 View commit details
    Browse the repository at this point in the history
  5. whoops

    kentcdodds committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    99af7cd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. improve error logging

    devneill committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8d2be4c View commit details
    Browse the repository at this point in the history
  2. Update tests/db-utils.ts

    kentcdodds authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c142a92 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    17686c9 View commit details
    Browse the repository at this point in the history
  2. trigger CI rerun

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9fae585 View commit details
    Browse the repository at this point in the history
  3. throw error again

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    63c021a View commit details
    Browse the repository at this point in the history
  4. trigger rerun again

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c117336 View commit details
    Browse the repository at this point in the history
  5. one more time

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2db0918 View commit details
    Browse the repository at this point in the history
  6. and again

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    03edf6c View commit details
    Browse the repository at this point in the history
  7. use console.warn again

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    55b7950 View commit details
    Browse the repository at this point in the history
  8. retrigger

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    50490e4 View commit details
    Browse the repository at this point in the history
  9. retrigger

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0744470 View commit details
    Browse the repository at this point in the history
  10. retrigger

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    112bd0d View commit details
    Browse the repository at this point in the history
  11. remove trigger line

    devneill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3fbaa78 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    a411a4a View commit details
    Browse the repository at this point in the history
  2. Try map

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e279227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdfb389 View commit details
    Browse the repository at this point in the history
  4. retrigger

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8de38de View commit details
    Browse the repository at this point in the history
  5. retrigger

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b3e5377 View commit details
    Browse the repository at this point in the history
  6. retrigger

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    bfa6b99 View commit details
    Browse the repository at this point in the history
  7. retrigger

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    eb2dd60 View commit details
    Browse the repository at this point in the history
  8. retrigger

    devneill committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1b0be2b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Remove unused import

    devneill committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    39c2702 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    3c975b9 View commit details
    Browse the repository at this point in the history
  2. lint issue

    kentcdodds committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d9537b View commit details
    Browse the repository at this point in the history