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

Refactor/Config in SN #1830

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Refactor/Config in SN #1830

merged 1 commit into from
Oct 5, 2022

Conversation

carpawell
Copy link
Member

@carpawell carpawell commented Oct 3, 2022

Blocked by:

Related to #1770.

@carpawell carpawell added neofs-storage Storage node application issues refactor labels Oct 3, 2022
@carpawell carpawell self-assigned this Oct 3, 2022
@carpawell carpawell mentioned this pull request Oct 3, 2022
2 tasks
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #1830 (0eb5fe3) into master (713aea0) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1830      +/-   ##
==========================================
- Coverage   31.23%   31.22%   -0.01%     
==========================================
  Files         375      375              
  Lines       26438    26440       +2     
==========================================
  Hits         8257     8257              
- Misses      17494    17496       +2     
  Partials      687      687              
Impacted Files Coverage Δ
cmd/neofs-node/config.go 0.00% <0.00%> (ø)
cmd/neofs-node/object.go 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@carpawell carpawell added the U0 Needs to be resolved immediately label Oct 4, 2022
@carpawell carpawell marked this pull request as ready for review October 4, 2022 08:54
cthulhu-rider
cthulhu-rider previously approved these changes Oct 4, 2022
fyrchik
fyrchik previously approved these changes Oct 5, 2022
Split all the fields in `cfg` structure on:
1. `applicationConfiguration`;
2. `internals`; // shared entities for an application work, such as
`context.Context`
3. `shared`; // holder for the shared entities b/w;
4. `cfgXXX`; // configuration for internal services.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
@carpawell carpawell dismissed stale reviews from fyrchik and cthulhu-rider via 0eb5fe3 October 5, 2022 10:14
@carpawell
Copy link
Member Author

@cthulhu-rider, @fyrchik, resolved conflicts.

@carpawell carpawell added U2 Seriously planned and removed U0 Needs to be resolved immediately labels Oct 5, 2022
@cthulhu-rider cthulhu-rider merged commit 01ddb3f into nspcc-dev:master Oct 5, 2022
@carpawell carpawell deleted the refactor/config-in-node branch October 5, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
neofs-storage Storage node application issues U2 Seriously planned
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants