Skip to content

Tags: orisintel/laravel-migration-snapshot

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
laravel 8 support (#22)

* laravel 8 support

* Update .travis.yml

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/unnecessary locking (#21)

* fix(MigrateDumpCommand): Only include routines when dumping structure/schema.

* fix(MigrateDumpCommand): Use single transaction to avoid locking.

* chore(MigrateDumpCommand): Single transaction even for migrations table.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to allow laravel 7 (#18)

* Update composer.json

* Update .gitignore

* require laravel 7 for new version

* update test to match parent

* remove php 7.1

* allow phpunit 8 or 9

* assertRegExp() -> assertMatchesRegularExpression()

* more phpunit changes

* replace assertNotContains with assertStringNotContainsString

* travis config updates

* require phpunit ^9.1

* revert assertRegExp change

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MigrateDumpCommand): Workaround Mysql warning about GTIDs using `…

…--set-gtid-purged=OFF` switch. (#17)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MigrateDumpCommand): Also exclude routines from dumping data to f…

…ile. (#16)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MigrateDumpCommand): Exclude routines from migration row dump to …

…avoid parsing problem. (#15)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(config/migration-snapshot.php): Add `after-dump` closure. (#14)

* feat(config/migration-snapshot.php): Add `after-dump` closure.

* fix(MigrateDumpTest): Remove trailing comma for compatibility with PHP 7.2.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MigrateLoadCommand): Parenthesize nested ternary. (#13)

* fix(MigrateLoadCommand): Parenthesize nested ternary.

* maintenance(.travis.yml): Update PHP versions to include 7.4.

* chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer.

* Revert "chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer."

This reverts commit 62868f8.

* chore(.travis.yml): Comment out prefer-lowest composer matrix entry until it can work with PHP 7.4.

v2-alpha

Toggle v2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json (#12)

* Updated to either 5.8 or 6