-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use primary constructor where possible * Use collection expressions where possible * Make VersionedState readonly * Use inferred membername * Fix async warnings. * Reformat queries * Suppress naming style messages (member names should start with an Uppercase letter) * Proper implementation of IDisposable, IAsyncDisposable * Use ThrowIfNull where possible * Compare with length/count == 0 where possible instead of .Any() * Forgot a IDE1006 message * Make methods static where possible. * Remove unused method * Return actual class instead of interface where possble (CA1859). * Fix nullability warning * Remove unused packages. * Extend editorconfig. * Run init.db on startup. This ain't pretty but it works. * Fix concurrency bug * Migrate sequence_id to BIGSERIAL * Update process_managers.process to a bigserial * Use schema instead of database * Use primary constructor where possible * Use collection expressions where possible * Make VersionedState readonly * Use inferred membername * Fix async warnings. * Reformat queries * Suppress naming style messages (member names should start with an Uppercase letter) * Proper implementation of IDisposable, IAsyncDisposable * Use ThrowIfNull where possible * Compare with length/count == 0 where possible instead of .Any() * Forgot a IDE1006 message * Make methods static where possible. * Remove unused method * Return actual class instead of interface where possble (CA1859). * Fix nullability warning * Remove unused packages. * Extend editorconfig. * Release 2.0.0 +semver:major * Fix integration tests * Wait for docker compose * Fix: waiting for test container * Use primary constructor where possible * Run init.db on startup. This ain't pretty but it works. * Fix merge issue --------- Co-authored-by: Kent Chenery <kent@chenery.net.nz> Co-authored-by: Alexey Raga <alexey.raga@gmail.com>
- Loading branch information
1 parent
ef70708
commit 560e24d
Showing
24 changed files
with
340 additions
and
318 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 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
Oops, something went wrong.