-
Notifications
You must be signed in to change notification settings - Fork 7
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: update codebase to use k8.containers methods directly & move patchConfigMap + patchIngress out of k8 #1335
Conversation
6b4b602
to
da6eb9f
Compare
88f64dd
to
72ebb2e
Compare
71a01ca
to
52e51a9
Compare
72ebb2e
to
b101f87
Compare
commit 88f64dd Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 19:28:18 2025 +0000 refactor: update codebase to use k8.containers methods directly Signed-off-by: Jeromy Cannon <[email protected]> commit 394f5ac Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 18:47:05 2025 +0000 removed some TODOs Signed-off-by: Jeromy Cannon <[email protected]> commit 3badeea Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 18:11:10 2025 +0000 refactor: align to kube hierarchial folder structure Signed-off-by: Jeromy Cannon <[email protected]> commit 2dbdb56 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 17:10:23 2025 +0000 refactor: moved K8Client to k8_client folder Signed-off-by: Jeromy Cannon <[email protected]> commit 11851a6 Merge: 28b6d17 547ed19 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 18:28:21 2025 +0000 Merge branch 'main' into 01275-k8-leases-integration Signed-off-by: Jeromy Cannon <[email protected]> commit 547ed19 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 18:24:48 2025 +0000 refactor: update codebase to use k8.pods methods directly and moved pod files to resources/pod (#1327) Signed-off-by: Jeromy Cannon <[email protected]> commit 28b6d17 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 17:17:37 2025 +0000 Squashed commit of the following: commit cccb522 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:50:29 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit f7493cd Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:39:27 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit 7c03383 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:37:02 2025 +0000 integrated lease methods Signed-off-by: Jeromy Cannon <[email protected]> commit 6728cd1 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:29:13 2025 +0000 moved leases to resources/lease Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]> commit e5c7ac6 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 17:16:33 2025 +0000 fixed k8 e2e test failure for pod wait for running phase Signed-off-by: Jeromy Cannon <[email protected]> commit cbdc295 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:53:15 2025 +0000 Revert "fixed test case" This reverts commit bbb4738. commit 390295e Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:50:29 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit bbb4738 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:39:27 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit 610c468 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 16:02:45 2025 +0000 fixed test case Signed-off-by: Jeromy Cannon <[email protected]> commit fa9d2d7 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 15:44:29 2025 +0000 aligned to code style Signed-off-by: Jeromy Cannon <[email protected]> commit 77c037d Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 15:29:14 2025 +0000 fixed unit tests Signed-off-by: Jeromy Cannon <[email protected]> commit a5634cd Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 15:22:00 2025 +0000 got everything to compile after removing k8 methods and updating Signed-off-by: Jeromy Cannon <[email protected]> commit 05ad87d Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 13:56:19 2025 +0000 moved pod files to resource/pod folder Signed-off-by: Jeromy Cannon <[email protected]> commit d976511 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 13:33:26 2025 +0000 moved pod files to resources/pod Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
ecab7c2
to
1e53067
Compare
…o made mirror node not do the patch if ingress is not enabled Signed-off-by: Jeromy Cannon <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1335 +/- ##
==========================================
- Coverage 83.02% 82.80% -0.22%
==========================================
Files 125 126 +1
Lines 22911 22995 +84
Branches 2228 1663 -565
==========================================
+ Hits 19021 19042 +21
- Misses 3715 3867 +152
+ Partials 175 86 -89
|
Description
This pull request changes the following:
Related Issues