issues
search
ebean-orm
/
ebean-migration
DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
platform directories not respected when applying migrations generated for multiple platforms
#162
Incanus3
opened
4 weeks ago
1
bad versions generated when using prefix
#161
Incanus3
opened
4 weeks ago
2
Migration generation for a second database.
#160
Tijs-2
closed
1 week ago
2
#158 - fastMode fails with MySQL and Hikari and AutoCommit=true
#159
rbygrave
closed
5 months ago
0
fastMode fails with MySQL and Hikari and AutoCommit=true
#158
rbygrave
closed
5 months ago
0
Bump to next snapshot
#157
rbygrave
closed
5 months ago
0
Change fastMode to default to true
#156
rbygrave
closed
5 months ago
0
Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /test-native-image
#155
dependabot[bot]
closed
9 months ago
0
Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /ebean-migration
#154
dependabot[bot]
closed
9 months ago
0
Shut down datasources in tests
#153
rPraml
closed
9 months ago
1
Introduce MigrationContext to be prepared for JDBC migration refactor
#152
rPraml
closed
11 months ago
1
[WIP] Refactor jdbc migration and use service loader
#151
rPraml
opened
1 year ago
5
[WIP] Add control options to override and/or validate index file
#150
rPraml
opened
1 year ago
0
Fix support java migrations with index
#149
rPraml
opened
1 year ago
2
Refactor fastCheck, move startMs and move setAutoCommitFalse()
#148
rbygrave
closed
1 year ago
0
Add support for "*" for PatchResetChecksumOn to mean patch all mismatched checksums
#147
rbygrave
closed
1 year ago
0
Add a fastMode for the common case when there are no new migrations to run
#146
rbygrave
closed
1 year ago
0
Refactor rename internal method names only
#145
rbygrave
closed
1 year ago
0
Change the column order only for create table
#144
rob-bygrave
closed
1 year ago
0
Reduce columns selected for existing migrations to id, type, version and checksum
#143
rob-bygrave
closed
1 year ago
0
Add earlyChecksumMode, with automatic patching of legacy checksums
#142
rob-bygrave
closed
1 year ago
1
Support early checksum calculation with auto patching old checksums
#141
rbygrave
closed
1 year ago
2
#139 follow up - use Throwable in catch blocks
#140
rbygrave
closed
1 year ago
0
Fix such that there is a rollback() before LogicalLock unlock()
#139
rbygrave
closed
1 year ago
3
Read idx migrations (index) files and support GraalVM native image,
#138
rbygrave
closed
1 year ago
0
Problems with LogicalLock.
#137
rPraml
closed
1 year ago
3
Bump h2 from 2.1.212 to 2.2.220 in /ebean-migration
#136
dependabot[bot]
closed
1 year ago
0
[Question] How to add custom SQL
#135
AntoineDuComptoirDesPharmacies
closed
1 year ago
6
Modify JdbcMigration interface to extend MigrationChecksumProvider
#134
rob-bygrave
closed
1 year ago
0
Bump to version 13.9.0-SNAPSHOT
#133
rob-bygrave
closed
1 year ago
0
Refactor internals of MigrationEngine
#132
rob-bygrave
closed
1 year ago
0
Make runner package internal
#131
rob-bygrave
closed
1 year ago
0
Make LocalDdlMigrationResource and LocalJdbcMigrationResource internal (not public)
#130
rob-bygrave
closed
1 year ago
0
Refactor internal methods from getters to accessors (plus some finals)
#129
rob-bygrave
closed
1 year ago
0
Refactor extract MigrationResource interface that is now returned by…checkState() methods
#128
rob-bygrave
closed
1 year ago
0
Refactor MigrationVersion methods from getters to accessors with deprecation
#127
rob-bygrave
closed
1 year ago
0
BugFix: Do not run non-transactional migrations when checkStateOnly
#126
rob-bygrave
closed
1 year ago
0
Improve logging message, remove javax NonNull annotation
#125
rob-bygrave
closed
1 year ago
0
Use Statement rather than PreparedStatement where applicable
#124
rob-bygrave
closed
1 year ago
0
Test - bump to use Postgres 15
#123
rob-bygrave
closed
1 year ago
0
Fix log message with quotes for parsing error
#122
rbygrave
closed
1 year ago
0
Bump ebean-ddl-runner to 2.3
#121
rbygrave
closed
1 year ago
0
Fix NPE at MigrationConfig.load() when properties passed is null
#120
rbygrave
closed
1 year ago
0
Switching to logical lock for DB2
#119
rPraml
closed
1 year ago
1
12.16.3 / patch: Fix NPE in MigrationConfig.getProperty(MigrationConfig.java:505)
#118
rbygrave
closed
1 year ago
0
Bump postgresql from 42.4.2 to 42.4.3 in /ebean-migration
#117
dependabot[bot]
closed
2 years ago
0
Race condition when creating db_migration table - Postgres can't continue - PSQLException: ERROR: current transaction is aborted
#116
rbygrave
closed
2 years ago
0
Bump postgresql from 42.3.3 to 42.4.1 in /ebean-migration
#115
dependabot[bot]
closed
2 years ago
3
Bump mysql-connector-java from 8.0.26 to 8.0.28 in /ebean-migration
#114
dependabot[bot]
closed
2 years ago
0
Replace slf4j-api with java platform logger (System.Logger)
#113
rbygrave
closed
2 years ago
0
Next