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

Add ability to exclude tables from purge in ORM #225

Merged
merged 11 commits into from
Jul 5, 2016

Commits on Jun 15, 2016

  1. Added the option to exclude tables/views from purge

    cellinge committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    0518ee3 View commit details
    Browse the repository at this point in the history
  2. syntax error correction

    Charles J. C. Elling Espejel committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    7a5694d View commit details
    Browse the repository at this point in the history
  3. Add exclude option to purge

    Charles J. C. Elling Espejel committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    0fbd580 View commit details
    Browse the repository at this point in the history
  4. check filter schema

    Charles J. C. Elling Espejel committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    79754da View commit details
    Browse the repository at this point in the history
  5. Fix test

    Charles J. C. Elling Espejel committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    7938337 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Smaller test

    Charles J. C. Elling Espejel committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    cc5d23b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'excluded-tables'

    # Conflicts:
    #	lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php
    Charles J. C. Elling Espejel committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    a6a0445 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Add tests

    Charles J. C. Elling Espejel committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    a242972 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'excluded-tables-tests' into excluded-tables

    Charles J. C. Elling Espejel committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    9eada6e View commit details
    Browse the repository at this point in the history
  3. Created independent entities for testing to avoid conflicts.

    Charles J. C. Elling Espejel committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    01959a2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'excluded-tables'

    # Conflicts:
    #	lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php
    Charles J. C. Elling Espejel committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    c981606 View commit details
    Browse the repository at this point in the history