KubeEdge Bot
16cd8548ee
Merge pull request #6819 from vyagh/taskmanager-delete-tombstone
...
taskmanager: handle downstream tombstone deletes
2026-08-06 14:58:26 +08:00
KubeEdge Bot
6be5116131
Merge pull request #6891 from Priyanshubhartistm/cloud/fix-gpu-status-annotation-marshal-err
...
Fix: cloud/edgecontroller: handle json.Marshal error for GPU status annotation
2026-08-06 11:12:26 +08:00
KubeEdge Bot
72d268a6df
Merge pull request #6902 from Priyanshubhartistm/bugfix/checknode-node-found
...
fix: cloud/cloudhub: correct "Node founded" typo to "Node found" in checknode response
2026-08-06 10:27:26 +08:00
Priyanshubhartistm
27236d45bf
cloud/edgecontroller: handle json.Marshal error for GPU status annotation
...
Signed-off-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-08-05 11:39:34 +05:30
KubeEdge Bot
0a0054c634
Merge pull request #7063 from vishalmore90/fix-issue-7062
...
Fix silent pod status unmarshal errors in upstream controller
2026-08-04 17:36:26 +08:00
vishal
0ca78909b4
style: fix gofmt lint issues
...
Signed-off-by: vishal <httpsvishal07@gmail.com>
2026-08-04 10:34:29 +05:30
KubeEdge Bot
d776116bf4
Merge pull request #7004 from santhil-cyber/codex/fix-defaultmaster-endpoint-port-nil
...
dynamiccontroller: handle optional EndpointSlice port fields
2026-08-03 17:28:26 +08:00
Shubham Sharma
e524d48107
taskmanager: inline tombstone handling
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-08-01 10:28:55 +05:30
vishal
f436406850
Fix Pod Status Unmarshal Error Handling in Upstream Controller
...
Signed-off-by: vishal <httpsvishal07@gmail.com>
2026-07-20 21:39:34 +05:30
Chuanhao Jin
a768f578cb
test: address review feedback for security hardening
...
Signed-off-by: Chuanhao Jin <15221580643@163.com>
2026-07-15 16:05:09 +08:00
Chuanhao Jin
ea2eba3348
fix: avoid shell command execution in NodeUpgradeJob
...
Signed-off-by: Chuanhao Jin <15221580643@163.com>
2026-07-15 15:02:35 +08:00
Santhil Kherwal
5d79c71323
dynamiccontroller: persist EndpointSlice filter updates
...
Signed-off-by: Santhil Kherwal <72144927+santhil-cyber@users.noreply.github.com>
2026-07-13 10:28:49 +05:30
Santhil Kherwal
5187d29636
dynamiccontroller: handle optional EndpointSlice port fields
...
Signed-off-by: Santhil Kherwal <72144927+santhil-cyber@users.noreply.github.com>
2026-07-13 08:49:31 +05:30
KubeEdge Bot
1853a18186
Merge pull request #6817 from vyagh/edgecontroller-tombstone-delete
...
edgecontroller: handle informer tombstone deletes
2026-07-10 15:01:19 +08:00
Priyanshubhartistm
0ad2059aaf
cloud/cloudhub: fix "Node founded" typo in checknode response
...
checknode.go returned "Node founded" on the success path instead of
"Node found". This user-visible string was grammatically wrong.
The existing test expected "Node found" but passed silently because
assert.Contains does a substring match — "Node found" is a substring
of "Node founded" — hiding the bug from CI.
Fix:
- Correct the response string to "Node found"
- Strengthen the test assertion to assert.Equal so any future
mismatch will be caught immediately
Signed-off-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-06-23 00:59:15 +05:30
KubeEdge Bot
e639202a25
Merge pull request #6825 from vyagh/csidriver-preserve-response-errors
...
csidriver: preserve CSI response errors
2026-06-22 15:08:13 +08:00
KubeEdge Bot
968c1c7d26
Merge pull request #6826 from Divyanshikhatri062/name-swap
...
test: fix swapped test case names in admission controller
2026-06-22 15:02:13 +08:00
KubeEdge Bot
3fdddd81be
Merge pull request #6821 from vyagh/taskmanager-config-update-downstream-tests
...
taskmanager: add ConfigUpdateJob downstream handler tests
2026-06-22 14:38:13 +08:00
KubeEdge Bot
f3a6148761
Merge pull request #6820 from vyagh/devicecontroller-tombstone-delete
...
devicecontroller: handle informer tombstone deletes
2026-06-22 14:37:12 +08:00
divyanshi.khatri
2c142e136f
test name swap
...
Signed-off-by: divyanshi.khatri <divyanshi.khatri@servicenow.com>
2026-05-28 11:10:17 +05:30
Shubham Sharma
2b9647f2d6
csidriver: preserve CSI response errors
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-27 19:29:19 +05:30
Shubham Sharma
3cd2c890d0
taskmanager: add ConfigUpdateJob downstream handler tests
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-25 23:24:25 +05:30
Shubham Sharma
1f30235772
devicecontroller: handle informer tombstone deletes
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-24 20:25:37 +05:30
Shubham Sharma
5ba4efae86
taskmanager: handle tombstone delete events
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-23 12:57:56 +05:30
Shubham Sharma
2c33e9e081
edgecontroller: handle informer tombstone deletes
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-21 15:00:04 +05:30
Shubham Sharma
8c58055afe
cloudstream: delete metrics connection on cancel
...
Signed-off-by: Shubham Sharma <vyagh.vy@gmail.com>
2026-05-19 14:32:32 +05:30
tushar743-ui
6fd3f77cf3
added unit test for message_handler.go
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-15 23:55:01 +05:30
KubeEdge Bot
f88c75b375
Merge pull request #6724 from tushar743-ui/fix/dispatcher-noack-unhandled-error
...
cloudhub/dispatcher: handle error from NoAckMessageKeyFunc in enqueue…
2026-04-14 17:08:52 +08:00
tushar743-ui
a584726afa
cloudhub/dispatcher: fix gofmt formatting
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-13 16:29:50 +05:30
KubeEdge Bot
b95714a56b
Merge pull request #6729 from tushar743-ui/fix/admissioncontroller-nodeupgradejob-patch-op
...
admissioncontroller: fix JSON patch operation from replace to add for NodeUpgradeJob defaults
2026-04-13 13:24:51 +08:00
tushar743-ui
16ad1563e0
admissioncontroller: fix JSON patch operation from replace to add in NodeUpgradeJob
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-11 16:34:04 +05:30
tushar743-ui
172dffbde3
admissioncontroller: set minimum TLS version to 1.2 in configTLS
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-10 18:07:44 +05:30
KubeEdge Bot
f604fb529f
Merge pull request #6716 from tushar743-ui/test/improve_coverage_impersonation
...
improve coverage for impersonation.go in cloud/pkg/common/client
2026-04-10 13:59:49 +08:00
tushar743-ui
15ce1a78a4
cloudhub/authorization: parse CA certificate directly from DER bytes
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:47:48 +05:30
tushar743-ui
50fcb85383
cloudhub: fix typo, unchecked error and wrap errors in authorizer
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:47:47 +05:30
tushar743-ui
5819a6f30c
cloud/client: remove untriggerable panic tests in impersonation_test
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:42:50 +05:30
tushar743-ui
445040a48d
cloud/client: fix gofmt formatting in impersonation_test.go
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:42:50 +05:30
tushar743-ui
ea292f570d
improve coverage for impersonation.go in cloud/pkg/common/client
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:42:50 +05:30
tushar743-ui
5485cf2161
improved readability and error specification
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:38:44 +05:30
tushar743-ui
766d14c9b8
cloudhub/dispatcher: handle error from NoAckMessageKeyFunc in enqueueNoAckMessage
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-09 17:38:44 +05:30
KubeEdge Bot
a35acf9c82
Merge pull request #6715 from tushar743-ui/test/add-unit-tests-for-checknode
...
test(cloudhub): add unit tests for CheckNode
2026-04-09 18:42:50 +08:00
KubeEdge Bot
f54763a8a0
Merge pull request #6719 from tushar743-ui/fix/policycontroller
...
policycontroller: fix error wrapping and correct error message in setup
2026-04-09 14:30:50 +08:00
KubeEdge Bot
b4aa0d6249
Merge pull request #6718 from tushar743-ui/fix-tls-ciphers-cloudhub
...
cloudhub: remove CBC cipher suite and align TLS config with ECDSA key
2026-04-09 12:16:50 +08:00
KubeEdge Bot
60b51c066b
Merge pull request #6714 from tushar743-ui/fix/cloudhub-httpserver-error-wrapping
...
fix(cloudhub): wrap error in StartHTTPServer for better debuggability
2026-04-09 09:34:49 +08:00
tushar743-ui
12f230322d
test(cloudhub): removed function and used gomonkey
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-08 17:04:59 +05:30
tushar743-ui
d37d4932a5
fix: add tab indentation in error return
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-08 11:37:47 +05:30
tushar743-ui
4232f4d2ed
fix(cloudhub): wrap error in StartHTTPServer for better debuggability
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-08 11:32:22 +05:30
tushar743-ui
2f6893c8b5
fix error wrapping and correct error message in setup
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-08 00:11:05 +05:30
tushar743-ui
b3cc00d9ae
cloudhub: added the comment
...
Signed-off-by: tushar743-ui <tusharpatle743@gmail.com>
2026-04-07 17:46:41 +05:30
Shaanveer Singh
7a58297e79
fix serviceaccountaccess status sync
...
Signed-off-by: Shaanveer Singh <shaanver.singh@gmail.com>
2026-03-30 08:07:15 +02:00