portainer/api/http/handler/customtemplates
Oscar Zhou c650868fe9
feat(templates): allow managing git based templates [EE-2600] (#7855)
Co-authored-by: itsconquest <william.conquest@portainer.io>
Co-authored-by: oscarzhou <oscar.zhou@portainer.io>
Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com>
2023-04-04 12:44:42 +12:00
..
customtemplate_create.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
customtemplate_delete.go fix(server): skip file deletion errors [EE-4916] (#8443) 2023-03-01 13:44:34 +02:00
customtemplate_file.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
customtemplate_git_fetch.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
customtemplate_git_fetch_test.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
customtemplate_inspect.go
customtemplate_list.go
customtemplate_update.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
handler.go feat(templates): allow managing git based templates [EE-2600] (#7855) 2023-04-04 12:44:42 +12:00
utils.go