Commit graph

7 commits

Author SHA1 Message Date
25eab2277d
chore(api): upgrade edge connect client to v2
Some checks failed
Go Tests / go-tests (push) Failing after 1m13s
2025-10-21 16:28:40 +02:00
1be91cbe73
chore(deps): ⬆️ Update edge-connect-client to v1.0.0
Upgrades edge-connect-client dependency from development version to stable v1.0.0.
Removes the local replace directive as it's no longer needed with the stable release.
2025-10-20 13:41:08 +02:00
d1105d1776
refactor(provider): ♻️ Migrate to edge-connect SDK v0.1.2
Some checks failed
Go Tests / go-tests (push) Failing after 2m40s
Updates edge-connect-client dependency to use the new SDK package and adapts provider code to use the updated client interfaces. Key changes:

- Switches from direct client usage to SDK-based implementation
- Updates dependency versions for K8s and other packages
- Improves HTTP client configuration with timeout settings
- Maintains existing functionality while modernizing implementation

This change improves code maintainability and reliability through the use of the official SDK package.
2025-10-16 17:58:54 +02:00
a5a9f2e982
refactor(client): ♻️ Imported edge connect client from remote repository
Some checks failed
Go Tests / go-tests (push) Failing after 1m28s
2025-09-22 14:17:51 +02:00
37de81a835 feat(client): created provider instance
Some checks failed
Go Tests / go-tests (push) Failing after 1m31s
2025-09-03 15:36:49 +02:00
58c9b9fb7e
chore(go): go mod tidy
Some checks failed
Go Tests / go-tests (push) Failing after 1m30s
2025-09-02 16:18:21 +02:00
0b411dc9cf feat(edge-connect): add skeleton
Some checks failed
Go Tests / go-tests (push) Failing after 1m9s
2025-09-01 15:39:45 +02:00