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

APPS-1436 Add static fields validation in update config handler #299

Merged
merged 8 commits into from
Jan 1, 2025

Conversation

korotkov-aerospike
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 45.35%. Comparing base (71e33b4) to head (6442296).

Files with missing lines Patch % Lines
pkg/service/config_applier.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v3     #299      +/-   ##
==========================================
+ Coverage   44.01%   45.35%   +1.33%     
==========================================
  Files          52       52              
  Lines        2851     2851              
==========================================
+ Hits         1255     1293      +38     
+ Misses       1470     1424      -46     
- Partials      126      134       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@korotkov-aerospike korotkov-aerospike marked this pull request as ready for review January 1, 2025 15:54
@reugn reugn changed the title APPS-1436 Validation for static fields on update config endpoint APPS-1436 Add static fields validation in update config handler Jan 1, 2025
@@ -18,6 +18,7 @@ type ConfigApplier interface {
}

type DefaultConfigApplier struct {
mu sync.RWMutex
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use a regular mutex.

@korotkov-aerospike korotkov-aerospike merged commit f575d4c into v3 Jan 1, 2025
7 checks passed
@korotkov-aerospike korotkov-aerospike deleted the logger_convertion branch January 1, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants