1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00
portainer/api/http/handler
andres-portainer bfa27d9103
Some checks are pending
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:s390x platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
chore(code): clean up the code EE-7251 (#11948)
2024-06-18 15:59:12 -03:00
..
auth fix(auth): prevent user enumeration attack [EE-6832] (#11589) 2024-04-17 16:08:27 +12:00
backup feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
customtemplates chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
docker chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
edgegroups chore(code): remove unnecessary type conversions EE-7191 (#11908) 2024-06-10 09:32:52 -03:00
edgejobs chore(code): remove unnecessary type conversions EE-7191 (#11908) 2024-06-10 09:32:52 -03:00
edgestacks chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
edgetemplates feat(edge/templates): introduce custom templates [EE-6208] (#10561) 2023-11-15 10:45:07 +02:00
endpointedge chore(code): remove unnecessary type conversions EE-7191 (#11908) 2024-06-10 09:32:52 -03:00
endpointgroups chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
endpointproxy fix(tunnels): make the tunnels more robust EE-7042 (#11877) 2024-05-28 16:42:56 -03:00
endpoints chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
file feat(adminmonitor): redirect to timeout page if admin is not created in 5 mins [EE-2691] (#6688) 2022-04-05 16:29:57 +12:00
gitops feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
helm chore(code): remove unnecessary type conversions EE-7191 (#11908) 2024-06-10 09:32:52 -03:00
hostmanagement chore(errors): remove superfluous error handling EE-7192 (#11909) 2024-06-10 09:57:02 -03:00
kubernetes feat(dashboard): dashboard api [EE-7111] (#11843) 2024-05-21 11:09:29 +12:00
ldap feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
motd feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
registries chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
resourcecontrols chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
roles feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
settings feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
ssl feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
stacks chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
storybook feat(app): introduce react configurations [EE-1809] (#5953) 2021-11-03 12:41:59 +02:00
system feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
tags fix(swagger): swagger docs for http status code 409 [EE-5767] (#11535) 2024-04-19 15:19:13 +12:00
teammemberships fix(kubernetes): clear user token from kube token cache on logout + update cluster rolebindings for user on change of team/user authorization [EE-6298] (#10598) 2023-11-09 14:33:23 +13:00
teams fix(swagger): swagger docs for http status code 409 [EE-5767] (#11535) 2024-04-19 15:19:13 +12:00
templates chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
upload feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
users feat(demo): remove demo mode EE-6769 (#11841) 2024-05-17 20:00:01 -03:00
webhooks chore(code): clean up the code EE-7251 (#11948) 2024-06-18 15:59:12 -03:00
websocket chore(code): remove unnecessary type conversions EE-7191 (#11908) 2024-06-10 09:32:52 -03:00
handler.go fix(docker): keep /docker url prefix for DockerHandler EE-7073 (#11801) 2024-05-08 14:26:53 +12:00