-
Notifications
You must be signed in to change notification settings - Fork 71
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
Postee as api 2 #163
Postee as api 2 #163
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.
close in favour of #282 |
…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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No description provided.