andres-portainer
ae2bec4bd9
fix(code): clean up EE-4432 ( #7865 )
2022-10-14 18:09:07 -03:00
andres-portainer
367f3dd6d4
fix(tags): remove a data race EE-4310 ( #7862 )
2022-10-13 11:12:12 -03:00
andres-portainer
fd91de3571
fix(logging): remove remaining traces of logrus EE-4414 ( #7848 )
2022-10-11 16:53:27 -03:00
andres-portainer
d3edb7ebd5
fix(logging): convert missing cases to Zerolog EE-4400 ( #7817 )
2022-10-11 12:59:00 -03:00
Oscar Zhou
c23b8b2816
fix(gitops): update the git ref cache key from url to url and pat ( #7841 )
2022-10-11 18:31:21 +13: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
Prabhat Khera
83a1ce9d2a
bug(ingress): fix ingress class disallowed to not found issue EE-4311 ( #7731 )
2022-10-05 15:17:53 +13:00
andres-portainer
cb79dc18f8
chore(code): reduce divergence with EE EE-4344 ( #7748 )
2022-09-28 14:56:32 -03:00
andres-portainer
e9384a6987
fix(database): fix a data race around the bucket sequences EE-4332 ( #7738 )
2022-09-27 16:14:00 -03:00
Dmitry Salakhov
90a0e6fe35
bump release version ( #7733 )
2022-09-27 13:55:20 +13:00
Dakota Walsh
89eda13eb3
feat(ingress): autodetect ingress controllers EE-673 ( #7712 )
2022-09-27 08:43:24 +13:00
Dmitry Salakhov
45e2ed3d86
fix: miscofigured logging statements ( #7721 )
2022-09-23 13:15:26 +12:00
matias-portainer
6e0f83b99e
feat(snapshots): separate snapshots from endpoint DB struct EE-4099 ( #7614 )
2022-09-22 17:05:10 -03:00
LP B
6063f368ea
fix(api/snapshot): convert error message only on matching env types ( #7661 )
2022-09-22 00:34:14 +02:00
Chao Geng
8ef584e41c
feat(docker): new version message in BE side menu [EE-4079] ( #7680 )
...
* export GetLatestVersion and HasNewerVersion
2022-09-21 17:22:39 +08: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
Prabhat Khera
ef1d648c07
feat(ingress): ingresses datatable with add/edit ingresses EE-2615 ( #7672 )
2022-09-21 16:49:42 +12:00
Matt Hook
1950c4ca2b
Sanitze kube labels ( #7658 )
2022-09-20 16:19:54 +12:00
Chao Geng
5232427a5b
updated k8s stack deployment specification in Swagger ( #7619 )
2022-09-20 06:59:14 +08:00
andres-portainer
0fac1f85f7
feat(logging): redirect the standard logger to Zerolog EE-4186 ( #7702 )
2022-09-19 15:39:43 -03:00
Chaim Lev-Ari
4d123895ea
feat(edge/update): select endpoints to update [EE-4043] ( #7602 )
2022-09-18 14:42:18 +03:00
andres-portainer
36e7981ab7
feat(logging): replace all the loggers with zerolog EE-4186 ( #7663 )
2022-09-16 13:18:44 -03:00
Oscar Zhou
53025178ef
fix(access): support to list users or teams with specified endpoint [EE-1704] ( #7610 )
2022-09-16 14:45:14 +12:00
congs
6078234d07
fix(stack): EE-4213 Allow latest image to be pulled for stacks: backport backend logic ( #7669 )
2022-09-15 16:57:26 +12:00
Oscar Zhou
fa162cafc1
feat(gitops): support to store git credentials [EE-2683] ( #7066 )
2022-09-15 16:32:05 +12:00
andres-portainer
9ef5636718
chore(handlers): replace structs by functions for HTTP errors EE-4227 ( #7664 )
2022-09-14 20:42:39 -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
Chao Geng
a7d458f0bd
chore(tests): use t.TempDir to create temporary test directory [EE-3700] ( #7612 )
...
* create temporary test directory with t.TempDir
2022-09-14 13:59:47 +08:00
Chaim Lev-Ari
6c4c958bf0
feat(edge/update): remote update structure [EE-4040] ( #7553 )
2022-09-13 16:56:38 +03:00
Dmitry Salakhov
0fe2ddf535
fix: don't url-escape socket paths ( #7627 )
2022-09-08 11:44:50 +12:00
Rex Wang
9af9395b73
fix(docker): prevent misconfigured stack from saving EE-3235 ( #7585 )
...
* EE-3235 fix(docker): add checker to editor
* support rollback to update stack file
Co-authored-by: chaogeng77977 <chao.geng@portainer.io>
2022-09-07 16:50:59 +08:00
Chaim Lev-Ari
f9427c8fb2
refactor(teams): migrate teams to react [EE-2273] ( #6691 )
...
closes [EE-2273]
2022-09-02 18:30:34 +03:00
Oscar Zhou
ccaf2bedb7
fix(stack/compose): remove the orphan containers if stack deployment is failed ( #7599 )
2022-09-02 08:11:02 +12:00
fhanportainer
4c98fcd7db
feat(analytis): `EnableTelemetry` defaults to `false` ( #7539 )
2022-08-29 11:09:47 +12:00
Matt Hook
a54c54ef24
fix(swarm): fixed issue parsing url with no scheme [EE-4017] ( #7502 )
2022-08-26 11:55:55 +12:00
congs
e2789ab354
fix(container): EE-3995 gpus console error under stack list page ( #7530 )
2022-08-25 10:27:02 +12:00
Matt Hook
294738cb0d
bump version to 2.16 ( #7475 )
2022-08-19 10:34:47 +12:00
Matt Hook
81d1f35bdc
fix snapshot url parsing issue for ip addresses ( #7478 )
2022-08-16 10:36:12 +12:00
matias-portainer
87accfce5d
fix(edge): parse agent platform on every polling request to avoid endpoint misconfiguration ( #7452 )
2022-08-11 22:21:56 -03:00
Chaim Lev-Ari
bed4257194
refactor(containers): migrate view to react [EE-2212] ( #6577 )
...
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2022-08-11 07:33:29 +03:00
Chaim Lev-Ari
5ee570e075
feat(home): filter by connection type and agent version [EE-3373] ( #7085 )
2022-08-11 07:32:12 +03:00
Matt Hook
6a4a353b92
feat(environment): update wording when editing agent environment [EE-3081] ( #7445 )
...
* change wording when editing agent environment
2022-08-11 09:27:35 +12:00
Matt Hook
4e9b3a8940
fix(endpoint handler): fix endpoint address(url) parsing EE-3081] ( #7408 )
...
fix address validation when creating agent endpoint
2022-08-05 09:30:54 +12:00
andres-portainer
20a66fb10f
fix(endpoints): remove global map to avoid panic writes EE-3838 ( #7404 )
2022-08-03 12:18:33 -03:00
Ali
628f822025
fix(stacks): enforce stack permissions for non admin users EE-3683 ( #7399 )
...
* fix(stacks): hide stacks in sidebar EE-3683
* fix(stacks): for unauth, take the user to the dashboard
* fix(stacks): block the user from stack details EE-3683
* fix(stacks): disable stack managment for non admins
2022-08-03 22:19:27 +12:00
matias-portainer
87e9d7f8d4
feat(ssl): use ECDSA instead of RSA to generate the self-signed certificates EE-3097 ( #6891 )
2022-07-27 10:46:21 -03:00
congs
149c414d08
fix(permission): EE-3772 Team leaders are able to see all environments ( #7331 )
2022-07-26 11:02:25 +12:00
itsconquest
4fb1880ddc
fix(auth): correctly calculate LDAP teamsync [EE-3704] ( #7293 )
2022-07-21 21:29:34 +12:00
Prabhat Khera
54145ce949
fix(kubeconfig): fix kubeconfig url EE-3455 ( #7282 )
2022-07-21 16:59:40 +12:00