-
Notifications
You must be signed in to change notification settings - Fork 89
Conversation
85d5451
to
66f9f34
Compare
Codecov Report
@@ Coverage Diff @@
## main #1242 +/- ##
==========================================
- Coverage 71.05% 71.04% -0.02%
==========================================
Files 83 83
Lines 7947 7949 +2
Branches 7947 7949 +2
==========================================
Hits 5647 5647
- Misses 1390 1391 +1
- Partials 910 911 +1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
66f9f34
to
0bdb3b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
helm related changes lgtm
Reviewed 2 of 5 files at r1, all commit messages.
Reviewable status: 2 of 5 files reviewed, all discussions resolved (waiting on @dan-starkware, @DvirYo-starkware, and @yoavGrs)
What about this? Code quote: let Some(sync_config) = config.sync else { return Ok(()) }; |
0bdb3b4
to
32e30b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 2 of 5 files reviewed, 1 unresolved discussion (waiting on @dan-starkware, @DvirYo-starkware, and @yoavGrs)
crates/papyrus_node/src/main.rs
line 100 at r1 (raw file):
Previously, dan-starkware wrote…
What about this?
fixed
32e30b4
to
f4f2135
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 4 of 5 files at r1, 2 of 2 files at r3.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on @DvirYo-starkware and @yoavGrs)
crates/papyrus_config/src/presentation.rs
line 22 at r3 (raw file):
// Iterates over flatten param paths for removing non-public parameters from the nested config. // For example, for the param path 'a.b.c.d', perform config_presentation[a][b][c].remove(d).
Not related. please fix (d is private?)
Code quote:
/ For example, for the param path 'a.b.c.d', perform config_presentation[a][b][c].remove(d).
deployments/helm/templates/deployment.yaml
line 65 at r3 (raw file):
- --base_layer.node_url - {{ .Values.base_layer_node_url }} - --sync.#is_none
Not related. Please rename
Code quote:
--sync.#is_none
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @DvirYo-starkware and @yoavGrs)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @DvirYo-starkware and @yair-starkware)
crates/papyrus_config/src/presentation.rs
line 27 at r3 (raw file):
ParamPrivacy::Public => continue, ParamPrivacy::Private => (), ParamPrivacy::TemporaryValue => continue,
Why continue on temporary value?
Code quote:
ParamPrivacy::TemporaryValue => continue,
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. |
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this introduce a breaking change?
Other information
This change is