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

Remove Ent Part 1 #359

Merged
merged 4 commits into from
May 26, 2023
Merged

Remove Ent Part 1 #359

merged 4 commits into from
May 26, 2023

Commits on May 26, 2023

  1. refactor(GODT-2511): Hide ent implementation behind an interface

    First step towards remove ent, provide an abstract database interface
    that we use to implement the new implementation and compare behavior
    with the old version.
    
    There is now a new option to specify the database implementation for the
    Server and the test server.
    LBeernaertProton committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e8633c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d04035 View commit details
    Browse the repository at this point in the history
  3. refactor: Workaround golangci-lint crash

    Install golangci-lint from source rather than a release for the time
    being.
    LBeernaertProton committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a8afac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f3b75 View commit details
    Browse the repository at this point in the history