-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Fix typo in param name * feat: Add models * chore: Add SolverStore placeholder implementations * feat: Add database constructor * test: Add job offer methods and tests * test: Add database store to test suite * test: Add resource offer methods and tests * feat: Add new RemoveDeal store method * test: Add deal methods and tests * feat: Add new RemoveResult store method * feat: Add new GetResults store method * test: Add result methods and tests * feat: Add new RemoveMatchDecision store method * feat: Add new GetMatchDecisions store method * test: Add match decision methods and tests * chore: Add interface implementation check * chore: Remove store log writers We no longer need the log writers for visibility with the database implementation in place. * feat: Add store options * test: Add clearStore helper and cleanup after tests * test: Configure integration tests with database store * feat: Set default Gorm log level case to silent
- Loading branch information
Showing
15 changed files
with
2,468 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.