Commit graph

5 commits

Author SHA1 Message Date
Daniele Stefano Ferru
69cd87a2b3
Provisioning: return better errors when Connection fields are invalid (#116846) 2026-01-26 18:33:19 +01:00
Daniele Stefano Ferru
77e9bbf595
Provisioning: check privateKey format in Connection validation (#116773) 2026-01-23 18:25:53 +01:00
Daniele Stefano Ferru
4fe8746a71
Provisioning: create Connection token in controller (#116768) 2026-01-23 17:46:13 +01:00
Daniele Stefano Ferru
f5f92d6a4f
Provisioning: bound Repo and Connection token update to controller resync interval (#116697)
* Provisioning: bound Repo and Connection token update to controller resync interval

* fixing test for mysql and postgres

* unskipping test

* addressing comments

* addressing comments

* fixing unit tests
2026-01-23 12:36:10 +01:00
Roberto Jiménez Sánchez
8e610d4619
Provisioning: add Validate to Extra interfaces and move connection runtime validation to controller health checks (#116395)
* feat: add Validate to Extra interfaces for repositories and connections

* chore: remove accidentally committed pkg/extensions validator files (should be git ignored)

* Do not duplicate git checks

* Fix some tests

* Format fmt

* Keep coverage in validator test for local

* Do not build for validation in register

* consolidate copy of secure values

* Use copy function in test endpoint

* Call Factory validate in validator

* Add Test method for Connection

* Change the signature of Validate to return ErrorFields

* Health check for connection in controller

* Fix linting

* Fix static check

* Fix enterprise tests
2026-01-16 16:52:58 +01:00