-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: add direct cluster config support #1207
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1207 +/- ##
==========================================
- Coverage 76.51% 76.00% -0.51%
==========================================
Files 133 132 -1
Lines 4683 4681 -2
==========================================
- Hits 3583 3558 -25
- Misses 833 847 +14
- Partials 267 276 +9 ☔ View full report in Codecov by Sentry. |
9dce2d9
to
bec3e76
Compare
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
bec3e76
to
89cc487
Compare
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
6edc724
to
802207d
Compare
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
802207d
to
b28da84
Compare
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
7054835
to
51eea17
Compare
51eea17
to
eeb5169
Compare
/cherry-pick release-0.2 |
* feat: add direct cluster config support Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * refactor: clusters bank Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * add note about cleanup changes Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * cleanup Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * dummy Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * tests Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
* feat: add direct cluster config support * refactor: clusters bank * add note about cleanup changes * cleanup * tests * tests * tests * tests * tests * dummy * tests * tests --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Explanation
Add direct cluster config support.
Related issue
Fixes #1206