1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed hibernateSchemaUpdate which wasn't using the result of the hibernate's SchemaUpdate Extended ignoreDatabaseChangeLogTable to ignore missing DatabaseChangeLog/Lock tables More... almost 12 years ago
Removed binding to java:/data in hibernateSchemaUpdate-Test More... almost 12 years ago
Added SpringPackageScanningIntegrationTest analogous to the HibernateIntegrationTest More... almost 12 years ago
Added unit test for SpringPackageScanningConfigurator More... almost 12 years ago
Added new Configurator: SpringPackageScanningConfigurator This configurator uses Spring package-scanning mechanism, thus, no config file has to be specified More... almost 12 years ago
Added gitignore for target and eclipse files More... almost 12 years ago
passing configlocator do custom configuration factory More... almost 12 years ago
Break was in the wrong spot, causing CUSTOM to run all the time More... almost 12 years ago
Merge pull request #8 from jrdalpra/master More... almost 12 years ago
custom configuration factory More... almost 12 years ago
https://github.com/liquibase/liquibase-hibernate/pull/1 More... almost 12 years ago
https://github.com/liquibase/liquibase-hibernate/pull/5 Add ability to use hibernate naming strategy when using JPA configuration More... almost 12 years ago
Reformatted code More... almost 12 years ago
Removed comparator functions incorporated into liquibase core More... almost 12 years ago
Code Reformat More... almost 12 years ago
Converted to work with Liquibase 3.0.6-SNAPSHOT and did some code cleanup More... almost 12 years ago
Merge pull request #7 from fxbonnet/master More... almost 12 years ago
Formatted code More... almost 12 years ago
Merge branch 'master' of https://github.com/fxbonnet/liquibase-hibernate.git More... almost 12 years ago
Added specific diff logic to ignore primary key, foreign key and unique constraints name differences, order differences for indexes, foreign keys unique constraints. Diff is now case-insensitive. All this applies whenever one of the 2 compared databases is hibernate, could be reference or compareTo. More... almost 12 years ago
Added specific diff logic to ignore primary key, foreign key and unique constraints name differences, order differences for indexes, foreign keys unique constraints. Diff is now case-insensitive. All this applies whenever one of the 2 compared databases is hibernate, could be reference or compareTo. More... almost 12 years ago
Fixed package names More... almost 12 years ago
Refactored HibernateGenericDialect More... almost 12 years ago
Removed user prompt when running Liquibase on the Hibernate database More... almost 12 years ago
Changed log system to slf4j Removed system.out Switched to Liquibase 3.0.4 More... almost 12 years ago
Reintegrated improvements from customware implementation More... almost 12 years ago
Switched to HSQLDB and replaced generic dialect by real dialect when possible More... almost 12 years ago
First working version. Still problems with unique constraints and differences. More... almost 12 years ago
Organized imports More... about 12 years ago
Migrated from Liquibase 2.0.0 to 2.0.5 More... about 12 years ago