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: apinstein/mp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apinstein/mp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: migrationManifest
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 29 files changed
  • 3 contributors

Commits on Nov 12, 2014

  1. Add PHPUnit to require-dev.

    Alan Pinstein committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    40c684e View commit details
    Browse the repository at this point in the history
  2. Refactor sorting of migration list into separate function in preparat…

    …ion for allowing a manifest file to override sort order.
    Alan Pinstein committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    ae994e0 View commit details
    Browse the repository at this point in the history
  3. Auto-upgrade to migrations.json manifest format when using CLI tool. …

    …Add tests.
    Alan Pinstein committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    751c0c0 View commit details
    Browse the repository at this point in the history
  4. Re-factor tests to be much cleaner and rely on internal migration aud…

    …it trail.
    Alan Pinstein committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    48132a2 View commit details
    Browse the repository at this point in the history
  5. Add new migrations to end of manifest file.

    Alan Pinstein committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    40e8ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Add helpful debugging information when manifest and migration file li…

    …st do not match.
    Alan Pinstein committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    d24dbd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. PHP7 compat fix

    array to string conversion
    jasonbouffard authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    7eb4ed3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. a little future proofing

    Jason Bouffard committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    7982bad View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. adds php-cs-fixer

    Jason Bouffard committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b7e8ada View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. support year directories in migrations dir

    Jason Bouffard committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    5f1ee90 View commit details
    Browse the repository at this point in the history
  2. do not need this file

    Jason Bouffard committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    51e1691 View commit details
    Browse the repository at this point in the history
  3. create migration detects year dir

    Jason Bouffard committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    eb8c448 View commit details
    Browse the repository at this point in the history
  4. use composer autoload

    Jason Bouffard committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    2056b2a View commit details
    Browse the repository at this point in the history
  5. markdown readme

    Jason Bouffard committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    481aed4 View commit details
    Browse the repository at this point in the history
Loading