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

Ikasan 2332 add feature to migrate h2 database v2 #1279

Merged

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    d92cacf View commit details
    Browse the repository at this point in the history
  2. IKASAN-2332 got to the bottom of why liquibase logging to std out. It…

    … was logging via java util logger and this needed to be bridges to logback via slf4j.
    mick-stewart73 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b83a63a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cffad6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9198b58 View commit details
    Browse the repository at this point in the history
  5. IKASAN-2332 adding strip to string comparison to see if eol character…

    …s are causing issues with travis build.
    mick-stewart73 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5f86326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d493ef3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50a9fd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f87ea0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de3961a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cadb948 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    555e8dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f4e5da8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30762a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fee60c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    da9f223 View commit details
    Browse the repository at this point in the history
  16. IKASAN-2332 adding migration persistence to a dedicated manifest dire…

    …ctory and added a safeguard file to the migration manifest directory warning against deleting file from that directory.
    mick-stewart73 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e68f52d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    14c5cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. IKASAN-2332 adding flag to prevent h2 migration from running and maki…

    …ng the persistence mechanism of the migration manifest use json instead of json.
    mick-stewart73 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    de411ee View commit details
    Browse the repository at this point in the history