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

[WIP] Fix database sync #11879

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

[WIP] Fix database sync #11879

wants to merge 24 commits into from

Commits on Oct 3, 2024

  1. Refactor method signature

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    443765f View commit details
    Browse the repository at this point in the history
  2. Rename maps

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f3921c2 View commit details
    Browse the repository at this point in the history
  3. Cleanup EntriesAddedEvent

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    92a2287 View commit details
    Browse the repository at this point in the history
  4. Clean up EntriesRemovedEvent

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f0465a6 View commit details
    Browse the repository at this point in the history
  5. Disable save actions for SQL

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    95fe7f6 View commit details
    Browse the repository at this point in the history
  6. Fix logger string

    koppor committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    279da5b View commit details
    Browse the repository at this point in the history
  7. Add TODO

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e19bc1a View commit details
    Browse the repository at this point in the history
  8. Remove MySQL and Oracle dependencies

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    90e067d View commit details
    Browse the repository at this point in the history
  9. Remove PullChangesFromSharedAction

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    35d6411 View commit details
    Browse the repository at this point in the history
  10. Improve doc and code comments

    Co-authored-by: Christoph <[email protected]>
    koppor and Siedlerchr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f4f40c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Mark variable to be removed

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e459be View commit details
    Browse the repository at this point in the history
  2. Fix class name

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f901151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a2fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a11cb9 View commit details
    Browse the repository at this point in the history
  5. More Java 8

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fd958b6 View commit details
    Browse the repository at this point in the history
  6. Minor code updates

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fd7697b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    770cef0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c8faa7 View commit details
    Browse the repository at this point in the history
  9. Remove non-used get

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dcf605f View commit details
    Browse the repository at this point in the history
  10. Fix language

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    55bb387 View commit details
    Browse the repository at this point in the history
  11. Fix module-info.java

    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fd3c184 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c863dc View commit details
    Browse the repository at this point in the history
  13. Remove escape and escape_Table (and add indexes)

    - try to simplify SQL statements
    - create indexes
    koppor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e0ba3e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f19101b View commit details
    Browse the repository at this point in the history