migrations

Doctrine Database Migrations Library

MIT License

Downloads
151.7M
Stars
4.6K

Bot releases are hidden (Show)

migrations - 3.0.0-beta1

Published by goetas over 4 years ago

  • Allow to use --write-sql to save the migration execution log to file #979 (goetas)
  • Display more informative messages for migration aliases #978 (goetas)
  • Move status info fetching into MigrationStatusInfosHelper #976 (goetas)
  • Allow to define lazy services in the dependency factory #975 (goetas)
  • Auto update metadata table when migrating #973 (goetas)
  • Extract MigrationsRepository interface #972 (goetas)
  • Moved migration sorting from MigrationRepository to MigrationPlanCalculator #969 (goetas)
  • Add command to display current version #965 (goetas)
  • Sort executed migrations #974 (goetas)
  • Migrate to Doctrine's fork of jdorn/sql-formatter #971 (greg0ire)
  • Use SymfonyStyle to output text in console #968 (emodric)
  • Fix typos #964 (pgrimaud)
  • Fix message on which migrations are going to be executed or migrated #962 (goetas)
  • Allow to change configurations in the dependency factory #959 (goetas)
  • Remove deprecated --show-versions param #956 (goetas)
migrations - 3.0.0-alpha.1

Published by goetas over 4 years ago

Merged pull requests:

  • Remove superfluous parameters check on executeUpdate #953 (goetas)
  • Make the down() migration optional #952 (goetas)
  • Revert "Ignore unfixable error" #950 (greg0ire)
  • Upgrade dependencies #949 (greg0ire)
  • Document some BC breaks introduced in v3.x #945 (goetas)
  • Merge 2.3.x into master #937 (goetas)
  • Merge 2.2.x into 2.3.x #936 (goetas)
  • Drop application name as it has no real use case #933 (goetas)
  • Extract migration factory interface #925 (goetas)
  • Merge 2.3.x into master #920 (goetas)
  • Various improvements in test suite #914 (goetas)
  • Merge release 2.2.1 into 2.3.x #907 (doctrinebot)
  • Use executeUpdate instead of executeQuery for write operation #888 (goetas)
  • mikey179/vfsStream is not used anymore in #877 (goetas)
  • Fix of branch name for doctrine website build #872 (SenseException)
  • Add warning for diffCommand #948 (goetas)
  • Mark console commands as final classes #944 (goetas)
  • Better handling of the table initialization #940 (goetas)
  • Mark the execute() method as protected to match the symfony signature #938 (goetas)
  • Depend directly on the symfony stopwatch component #934 (goetas)
  • Introduce query value object to wrap sql queries #919 (goetas)
  • Extended details on up to date migrations #917 (goetas)
  • phar file should be built for php 7.2 #912 (goetas)
  • Rename configuration namespace #911 (goetas)
  • Introduce version comparator #910 (goetas)
  • Add List migrations command #908 (goetas)
  • Drop helperset usage in favor of the DependencyFactory #898 (goetas)
  • Split migration planner and extract relative interfaces #897 (goetas)
  • Update to doctrine/coding-standard v7 #896 (carusogabriel)
  • Expose the connection in DependencyFactory #893 (goetas)
  • Version is not a number but a FQCN #892 (goetas)
  • Support multiple versions in ExecuteCommand #891 (goetas)
  • Depend explicitly on doctrine/event-manager #883 (goetas)
  • Allow dump schema when migrations in other namespaces are present #881 (goetas)
  • Drop php 7.1 and allow phpunit 8 #879 (goetas)
  • Handle migrated versions metadata table auto-update #878 (goetas)
  • Make configuration and dependency injection container immutable #876 (goetas)
  • Migrations 3.0 #858 (goetas)

Fixed bugs:

  • TableMetadataStorage uses the repository to provide migrations for ta… #929 (goetas)
  • Fix logger + tests #928 (goetas)
  • Fix migration timing/memory-usage display #916 (thePanz)
  • Import the right ExistingConfiguration class #915 (goetas)
  • Bugs in 3.0-dev #932 (goetas)
  • Use interfaces where possible as service names #894 (goetas)
  • Initialize schema table even on reset #890 (goetas)
  • Executed at must be an integer #889 (goetas)
  • Mark as executed only if all queries pass #882 (goetas)

Closed issues:

  • Less verbose output for the migrate command #834
  • How to handle metadata table creation #935
  • The entity manager is not available #931
  • Display a warning if running diff command with previous non-executed migrations #930)
  • Have to specifiy file/database connection while I already have #780
  • Eliminate HelperSet usage in console-related code #743
  • MigrationStatusInfosHelper::getFormattedVersionAlias() doesn't show full class name + sub-namespace #742
  • Add standalone list command for listing migrations #734
  • Use dependency injection for console commands #726
  • Passing "prev" or "next" to migrate command not working #557
migrations - 2.1.1

Published by alcaeus about 5 years ago

2.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

Bug

Documentation

migrations - 2.1.0

Published by jwage over 5 years ago

2.1.0

  • Total issues resolved: 2
  • Total pull requests resolved: 7
  • Total contributors: 8

Improvement

Enhancement

Contributors

migrations - 2.0.3

Published by jwage over 5 years ago

2.0.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

Contributors

migrations - v2.0.2

Published by jwage over 5 years ago

2.0.2

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

Contributors

migrations - v2.0.1

Published by jwage over 5 years ago

2.0.1

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3

Bug

migrations - v2.0.0

Published by jwage almost 6 years ago

2.0.0

  • Total issues resolved: 36
  • Total pull requests resolved: 71
  • Total contributors: 18

Improvement

Documentation

Bug

Enhancement

Tests

BC Break

migrations - v2.0.0-rc2

Published by jwage almost 6 years ago

2.0.0-rc2

  • Total issues resolved: 2
  • Total pull requests resolved: 3
  • Total contributors: 1

Improvement

migrations - v2.0.0-rc1

Published by jwage almost 6 years ago

No functional changes since v2.0.0-beta2

migrations - v2.0.0-beta2

Published by jwage almost 6 years ago

2.0.0-beta2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Improvement

Bug

migrations - v2.0.0-beta1

Published by jwage about 6 years ago

2.0.0-beta1

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4

Improvement

migrations - v2.0.0-alpha1

Published by jwage over 6 years ago

2.0.0-alpha1

  • Total issues resolved: 34
  • Total pull requests resolved: 60
  • Total contributors: 16

Documentation

Improvement

Enhancement

Bug

Tests

BC Break

migrations - 1.8.1

Published by jwage over 6 years ago

1.8.1

NOTE The v1.8.0 tag was accidentally created from master instead of the 1.8 branch. Sorry for the confusion.

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Improvement

migrations - 1.8.0

Published by jwage over 6 years ago

WARNING DO NOT USE THIS TAG

IT WAS ACCIDENTALLY TAGGED FROM MASTER INSTEAD OF THE 1.8 BRANCH. USE 1.8.1 INSTEAD.

1.8

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Improvement

migrations - 1.7.2

Published by jwage over 6 years ago

Total issues resolved: 2

Bug

Improvement

migrations - 1.7.1

Published by jwage over 6 years ago

migrations - 1.7.0

Published by jwage over 6 years ago

Total issues resolved: 25

Bug

Improvement

migrations - 1.6.2

Published by mikeSimonson almost 7 years ago

Fixed:

  • The version number in the migrations tool
migrations - 1.6.1

Published by alcaeus almost 7 years ago