portainer/api/http/handler/endpoints
Chaim Lev-Ari bd7d7dcef5
feat(agent): add auto agent platform detection (#4132)
* feat(endpoint): check endpoint type on creation

* feat(edge): check edge endpoint type

* feat(endpoint): send endpoint creation type

* feat(endpoint): pass tls config

* feat(endpoint): show connect errors

* fix(endpoint): set correct endpoint type

* feat(endpoint): support endpoint creation

* style(endpoint): remove todo comment

* feat(endpoint): set protocol for endpoint url

* feat(endpoint): change scheme of url

* fix(endpoint): toggle code block

* feat(edge): report missing agent platform header

* fix(api/endpoints): fix an issue with agent on kubernetes endpoint

* feat(core/endpoints): minor UI update

Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
2020-08-04 12:44:17 +12:00
..
endpoint_create.go feat(agent): add auto agent platform detection (#4132) 2020-08-04 12:44:17 +12:00
endpoint_delete.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
endpoint_extension_add.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
endpoint_extension_remove.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
endpoint_inspect.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
endpoint_list.go feat(api): introduce new datastore interface (#3802) 2020-06-03 11:40:04 +12:00
endpoint_snapshot.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
endpoint_snapshots.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00
endpoint_status_inspect.go feat(agent): add auto agent platform detection (#4132) 2020-08-04 12:44:17 +12:00
endpoint_update.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
handler.go feat(kubernetes): introduce kubernetes support (#3987) 2020-07-06 11:21:03 +12:00