LP B
e1c480d3c3
feat(app/edge-stacks): summarize the edge stack statuses in the backend ( #818 )
2025-07-01 15:04:10 +02:00
LP B
24ff7a7911
chore(deps): upgrade docker/cli to v28.2.1 | docker/docker to v28.2.1 | docker/compose to v2.36.2 ( #758 )
2025-05-30 09:12:27 +02:00
Devon Steenberg
b767dcb27e
fix(proxy): whitelist headers for proxy to forward [BE-11819] ( #665 )
2025-05-30 11:49:23 +12:00
Devon Steenberg
be3e8e3332
fix(proxy): don't forward sensitive headers [BE-11819] ( #654 )
2025-04-16 15:30:56 +12:00
andres-portainer
730c1115ce
fix(proxy): remove code duplication BE-11627 ( #644 )
2025-04-14 17:46:40 -03:00
andres-portainer
995c3ef81b
feat(snapshots): avoid parsing raw snapshots when possible BE-11724 ( #560 )
2025-03-24 19:33:05 -03:00
Oscar Zhou
4010174f66
fix(docker/volume): failed to list volume before snapshot is created [BE-11544] ( #286 )
2025-01-08 09:45:13 +13:00
andres-portainer
ad77cd195c
fix(docker): fix a data race in the Docker transport BE-10873 ( #255 )
2024-12-23 09:54:11 -03:00
andres-portainer
364e4f1b4e
fix(linters): add back removed linters and extend them to CE BE-11294
2024-10-10 12:06:20 -03:00
Steven Kang
ea228c3d6d
refactor(k8s): namespace core logic ( #12142 )
...
Co-authored-by: testA113 <aliharriss1995@gmail.com>
Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
Co-authored-by: James Carppe <85850129+jamescarppe@users.noreply.github.com>
Co-authored-by: Ali <83188384+testA113@users.noreply.github.com>
2024-10-01 14:15:51 +13:00
andres-portainer
31bdb948a8
chore(code): use int ranges in loops BE-10990 ( #12028 )
2024-07-10 19:22:47 -03:00
andres-portainer
7fd1a644a6
chore(loops): remove loop var copy EE-7342 ( #12023 )
2024-07-09 12:47:34 -03:00
andres-portainer
340830d121
chore(docker): clean up the code EE-7325 ( #11997 )
2024-07-05 16:19:46 -03:00
andres-portainer
f0d43f941f
chore(code): replace interface{} with any EE-6513 ( #11986 )
2024-06-28 14:59:28 -03:00
andres-portainer
9ee092aa5e
chore(code): reduce the code duplication EE-7278 ( #11969 )
2024-06-26 18:14:22 -03:00
andres-portainer
bfa27d9103
chore(code): clean up the code EE-7251 ( #11948 )
2024-06-18 15:59:12 -03:00
LP B
6a8e6734f3
feat(app): limit the docker API version supported by the frontend ( #11855 )
2024-06-10 20:54:31 +02:00
andres-portainer
90a19cec5c
chore(code): remove unnecessary type conversions EE-7191 ( #11908 )
2024-06-10 09:32:52 -03:00
andres-portainer
c5a1d7e051
fix(tunnels): make the tunnels more robust EE-7042 ( #11877 )
2024-05-28 16:42:56 -03:00
Chaim Lev-Ari
42d9dfba36
fix(docker/volumes): return 409 on volume conflict [EE-6748] ( #11691 )
2024-05-15 08:27:44 +03:00
Oscar Zhou
27e309754e
fix(api): list docker volume performance [EE-6896] ( #11541 )
2024-05-09 13:02:56 +12:00
Prabhat Khera
0b9cebc685
fix(caching): integrate with axios cache interceptor [EE-6505] ( #10922 )
...
* integrate with axios-cache-interceptor
* remove extra headers as not needed
2024-01-11 11:12:53 +13:00
Chaim Lev-Ari
436da01bce
feat(auth): save jwt in cookie [EE-5864] ( #10527 )
2023-11-20 09:35:03 +02:00
Prabhat Khera
e73b7fe0fd
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 )
...
* clear user token from kube token cache on logoug + updates cluster role bindings for service accounts on change user/teams authorizations
2023-11-09 14:33:23 +13:00
andres-portainer
ae1726cece
feat(performance): performance optimizations EE-6042 ( #10520 )
2023-10-24 13:55:11 -03:00
andres-portainer
8cc5e0796c
feat(libhttp): move into the Portainer repository EE-5475 ( #10231 )
2023-09-01 19:27:02 -03:00
Dakota Walsh
c0ba221021
fix(registry): ecr secret fix [EE-5673] ( #10107 )
2023-08-25 13:12:41 +12:00
andres-portainer
64b227b2e1
chore(code): clean up the code EE-5719 ( #9183 )
2023-07-10 23:26:54 -03:00
andres-portainer
74515f102d
fix(docker-proxy): reduce DB writes to optimize the proxy calls EE-5516 ( #9148 )
2023-07-05 09:25:05 -03:00
andres-portainer
4cc96b4b30
feat(dataservices): unify access methods and abstract away redundant code [EE-5628] ( #9115 )
2023-06-22 18:28:07 -03:00
Oscar Zhou
96de026eba
fix(container/network): recreate container changes static IP [EE-5448] ( #8960 )
...
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-05-30 09:36:10 +12:00
hungdoo
c03b2ebbc1
wrap response rewrite operation with validation check ( #7727 )
2023-05-07 13:52:03 +12:00
Matt Hook
334eee0c8c
fix(errors): wrap db errors, improve error handling ( #8859 )
...
* use error check func, wrap db object not found
* add errorlint and fix all the linting errors
* add exportloopref linter and fix errors
* fix incorrect error details returned on an api
* fix new errors
* increase linter timeout
* increase timeout to 10minutes
* increase timeout to 10minutes
* rebase and fix new lint errors
* make CE match EE
* fix govet issue
2023-05-05 12:19:47 +12:00
LP B
9b287f3020
fix(api/registry): encode X-Registry-Auth header using base64url instead of base64 [EE-4726] ( #8492 )
2023-04-24 13:57:39 +02:00
Chaim Lev-Ari
feab2a757e
feat(gitops): allow to skip tls verification [EE-5023] ( #8668 )
2023-04-03 09:19:17 +03:00
andres-portainer
15cbdb8af9
chore(portainer): clean up the code EE-5188 ( #8660 )
2023-03-13 13:18:28 -03:00
andres-portainer
c28be7aced
fix(token-cache-manager): refactor to avoid data races EE-4438 ( #8094 )
2022-11-22 18:31:14 -03:00
Dmitry Salakhov
903cf284e7
fix(image): build image from file ( #7929 ) [EE-4501]
2022-10-27 23:31:31 +13:00
andres-portainer
5488389278
fix(code): replace calls to ioutil EE-4425 ( #7878 )
2022-10-17 15:29:12 -03:00
andres-portainer
191f8e17ee
fix(code): remove unused code EE-4431 ( #7866 )
2022-10-14 19:42:31 -03:00
andres-portainer
ae2bec4bd9
fix(code): clean up EE-4432 ( #7865 )
2022-10-14 18:09:07 -03:00
matias-portainer
ebfb71da05
fix(edge): fix docker proxy EE-4380 ( #7799 )
2022-10-06 11:12:39 -03:00
Oscar Zhou
e9de484c3e
refactor(stack): stack build process backend only [EE-4342] ( #7750 )
2022-10-05 22:33:59 +13:00
andres-portainer
cb79dc18f8
chore(code): reduce divergence with EE EE-4344 ( #7748 )
2022-09-28 14:56:32 -03:00
matias-portainer
6e0f83b99e
feat(snapshots): separate snapshots from endpoint DB struct EE-4099 ( #7614 )
2022-09-22 17:05:10 -03:00
Oscar Zhou
5777c18297
feat(gitops): support to list git repository refs and file tree [EE-2673] ( #7100 )
2022-09-21 17:47:02 +12:00
andres-portainer
36e7981ab7
feat(logging): replace all the loggers with zerolog EE-4186 ( #7663 )
2022-09-16 13:18:44 -03:00
Chao Geng
d570aee554
feat(image): upload local files for building image EE-3021 ( #7507 )
...
* support to make multiple files in archive buffer
* upload files by multipart
2022-09-14 14:47:24 +08:00
Matt Hook
a54c54ef24
fix(swarm): fixed issue parsing url with no scheme [EE-4017] ( #7502 )
2022-08-26 11:55:55 +12:00
Matt Hook
6d6c70a98b
fix(swarm): don't stomp on the x-registry-auth header EE-3308 ( #7080 )
...
* don't stomp on the x-registry-auth header
* del header if empty json provided for registry auth
2022-06-16 09:53:58 +12:00