Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## main #163 +/- ##
==========================================
- Coverage 86.77% 78.59% -8.19%
==========================================
Files 28 19 -9
Lines 1104 1093 -11
==========================================
- Hits 958 859 -99
- Misses 88 181 +93
+ Partials 58 53 -5
Continue to review full report at Codecov.
|
…api-2 # Conflicts: # go.mod # go.sum # main.go # msgservice/getuniqueid_test.go # msgservice/msghandling.go # msgservice/msgservice_mocks_test.go # msgservice/regocriteria_test.go # router/builders.go # router/router.go
settings are now taken from env 'POSTGRES_URL' now,tests for configurate psql added
fix: fixed golangci-lint test errors
fix: fixed golangci-lint test errors
Fix: fixed loading empty cfg table
Test: added test for errors to getCfgCacheSource
feat: added logger interface
Reuse postgres db conncetion instance
This commit contains code that moves the rego evaluation code to the route handling process. At its current implementation, the output handler checks for rego match - this check is redundant since the output does not effect the matching process.
Contributor
Author
|
close in favour of #282 |
kairi003
pushed a commit
to kairi003/postee
that referenced
this pull request
Oct 18, 2022
…curity#163) Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/kubernetes/code-generator/releases) - [Commits](kubernetes/code-generator@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: k8s.io/code-generator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.