8000 Comparing master...2.x · Codeception/module-db · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codeception/module-db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Codeception/module-db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 23 files changed
  • 8 contributors

Commits on Feb 20, 2022

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

Commits on Mar 5, 2022

  1. Add skip_cleanup_if_failed option for not cleaning up failed tests (#30)

    * Add no_cleanup_failed option for not cleaning up failed tests
    
    * Update to handle all databases
    
    * Change name from 'no_cleanup_failed' to 'skip_cleanup_if_failed'
    Archanium authored and Naktibalda committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    cbc1954 View commit details
    Browse the repository at this point in the history
  2. Null safety in destructor

    Naktibalda committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    024505f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    6a50bb3 View commit details
    Browse the repository at this point in the history
  2. 8000

Commits on Dec 3, 2022

  1. Merge pull request #44 from JesusTheHun/feat/delete-row-use-row-values

    Feat: `haveInDatabase` tear down use row values if primary key values are available
    Naktibalda authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    d0554b7 View commit details
    Browse the repository at this point in the history
  2. Add grabEntryFromDatabase and grabEntriesFromDatabase methods

    * feat: mysql helper to grab entire rows
    
    * fix: use semantic assertions
    
    * feat: grabEntryFromDatabase makes the test fail if no row is found
    
    * misc: code style
    
    * Fix syntax error made while resolving conflict
    
    Co-authored-by: Gintautas Miselis <gintautas@miselis.lt>
    JesusTheHun and Naktibalda authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    32afb4b View commit details
    Browse the repository at this point in the history
  3. add Dockerfiles and docker-compose for local testing

    * add Dockerfiles and docker-compose for local testing
    
    * fix: env defaults
    
    * fix: populator requires config
    
    * fix: use cli base image
    and import composer from official image
    
    * fix: key check triggering warning
    
    * fix: exclude Dockerfiles from git archives
    
    Co-authored-by: Gintautas Miselis <gintautas@miselis.lt>
    JesusTheHun and Naktibalda authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    cf3b77e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65c5ed9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Throw exception with advice to increase pcre.backtrack_limit

    if preg_replace returned null during dump loading.
    rizort authored and Naktibalda committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    fd38a56 View commit details
    Browse the repository at this point in the history
  2. Fixed encoding of binary values in assertion messages

    Co-authored-by: sm <sergeim@educonlines.c
    95C6
    om>
    2 people authored and Naktibalda committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    96fcd4c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. #49 Cast last insert id to string to avoid type error when pdo return…

    …s with false in case of dblib (#55)
    szhajdu authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2f752db View commit details
    Browse the repository at this point in the history
Loading
0