Matt Hook
b2105f3614
feat(dockerfile): layered images [EE-4879] ( #8301 )
...
* multistage build to target production and storybook
* missing slash
* add storybook for windows too and build targets
* feature flag the storybook api
* remove kompose and prep for new FF lib
* todo comment for FF
* update to new feature flags library
* simplify logic
* fix compilation error
* simplified it
2023-02-13 11:28:32 +13:00
Matt Hook
44d69f3a3f
hide the password in the response ( #8437 )
2023-02-10 18:26:18 +13:00
Matt Hook
e255bd710f
chore(golang) remove api pkg and go mod tidy ( #8474 )
...
* remove this. It exists and should be in the top level directory
* go mod tidy
2023-02-10 16:48:53 +13:00
andres-portainer
4753d52532
fix(tls): specify the TLS MinVersion always EE-4427 ( #7869 )
2023-02-09 16:13:35 -03:00
Matt Hook
bfc610c192
feat(featureflags): improved feature flag handling [EE-4609] ( #8222 )
...
* updated and improved feature flags using new module
* merge init into parse
* update the package documentation
* better docs
* minor tidy
2023-02-09 17:17:46 +13:00
cmeng
51b9804fab
fix(updater): specify docker client version [EE-5010] ( #8459 )
2023-02-08 17:00:22 +13:00
Matt Hook
e2168d21c7
guard around kube actions for endpoint inspect ( #8430 )
2023-02-07 23:13:52 +13:00
LP B
9b53960906
fix(api/edgestack): update deployments count when env relations are updated ( #8433 )
2023-02-02 12:04:58 -03:00
andres-portainer
5f3dd0a64f
fix(edgestacks): fix edge stacks cache invalidation EE-4909 ( #8399 )
2023-02-01 02:16:04 -03:00
cmeng
42ca1287df
fix(edge/stack): not clear stack status if version not updated [EE-4970] ( #8408 )
2023-02-01 09:18:04 +13:00
matias-portainer
2874a79279
fix(doc): update endpoint creation swagger documentation EE-4925 ( #8415 )
2023-01-31 11:06:27 -03:00
Dakota Walsh
53eb5aa1ee
fix(kube): 30 second delay to storage detection EE-4822 ( #8360 )
2023-01-31 09:58:57 +13:00
Oscar Zhou
34298d96c5
fix: pass endpoint entity instead of endpoint.id ( #8407 )
2023-01-27 12:41:54 +13:00
matias-portainer
a09fe7e10c
chore(edgejobs): AddEdgeJob disregards async mode EE-4855 ( #8287 )
2023-01-26 11:32:11 -03:00
matias-portainer
cfdb9c126f
fix(endpoints): check environment type before start metrics detection EE-4944 ( #8391 )
2023-01-25 10:29:11 -03:00
Prabhat Khera
087848539f
fix(kubernetes): detect metrics API for kubernetes endspoints EE-4865 ( #8351 )
2023-01-24 09:05:15 +13:00
Prabhat Khera
73db588080
chore(linting): configure go linter EE-4871 ( #8288 )
2023-01-18 15:20:42 +13:00
Ali
6769326c8b
fix(ingress): update label [EE-4902] ( #8330 )
...
Co-authored-by: testa113 <testa113>
2023-01-18 13:29:59 +13:00
matias-portainer
0cd272211a
fix(edgejobs): fix edge jobs log collection EE-4893 ( #8328 )
2023-01-17 14:21:13 -03:00
matias-portainer
6570f1f8eb
fix(edgejobs): remove endpoint from edge job mapping on endpoint deletion EE-4764 ( #8212 )
2023-01-17 09:47:23 -03:00
Chaim Lev-Ari
1c180346e4
fix(ldap): sync user teams when needed [EE-4802] ( #8235 )
2023-01-16 10:41:32 +02:00
Prabhat Khera
6c193a8a45
refactor(log): log.fatal usage review EE-4607 ( #8280 )
2023-01-10 15:12:24 +13:00
Ali
1d42db93f1
fix(rbac): fix false negative rbac result in github microk8s environments [EE-4829]
2023-01-09 17:55:28 +13:00
andres-portainer
33c3f8460c
Bump to v2.18.0. ( #8266 )
2023-01-07 12:08:23 -03:00
andres-portainer
dd0d1737b0
fix(performance): optimize performance for edge EE-3311 ( #8040 )
2023-01-06 16:25:41 -03:00
andres-portainer
3d28a6f877
chore(edgejobs): clean up EE-4850 ( #8259 )
2023-01-03 13:12:12 -03:00
andres-portainer
2fc518f221
chore(edgestacks): clean up EE-4851 ( #8260 )
2023-01-03 10:49:29 -03:00
andres-portainer
137ce37096
chore(nil): remove unnecessary nil checks EE-4847 ( #8254 )
2022-12-30 15:26:46 -03:00
andres-portainer
e529327851
chore(utils): remove dead code EE-4846 ( #8253 )
2022-12-30 14:52:58 -03:00
andres-portainer
3625ab6faa
fix(rand): seed the RNG EE-4845 ( #8252 )
2022-12-30 14:52:18 -03:00
Chaim Lev-Ari
afb024d2a4
chore(docs): fix api reference [EE-4835] ( #8242 )
2022-12-25 10:47:21 +02:00
Chaim Lev-Ari
e5fd0c9595
fix(system): ignore failure to connect to docker [EE-4825] ( #8231 )
2022-12-21 18:08:18 +02:00
Chaim Lev-Ari
649c1c9cee
feat(system): check BE image existence before upgrade [EE-4071] ( #8230 )
2022-12-21 17:17:51 +02:00
cmeng
919a854d93
feat(edge): EE-4570 allow pre-pull images with edge stack deployment ( #8210 )
...
Co-authored-by: Matt Hook <hookenz@gmail.com>
2022-12-21 13:18:51 +13:00
Chaim Lev-Ari
7fe0712b61
feat(home): move edge device to view [EE-4559] ( #8189 )
...
Co-authored-by: matias.spinarolli <matias.spinarolli@portainer.io>
2022-12-21 10:07:34 +13:00
Dakota Walsh
95558ed4ad
fix(EE-4782): add portainer internal label to created ingress rules ( #8196 )
2022-12-20 16:46:51 +13:00
matias-portainer
e1b474d04f
feat(edgejobs): support edge groups when using edge jobs EE-3873 ( #8099 )
2022-12-19 18:54:51 -03:00
Matt Hook
9732d1b5d8
remove kubeshell pod constraint ( #8185 )
2022-12-20 10:32:49 +13:00
Dakota Walsh
046738c967
feat(kubernetes): cluster setup reasonable defaults EE-4518 ( #8082 )
2022-12-16 16:03:40 +13:00
cmeng
94d64997cc
fix(compose): EE-4777 Toast Error displays insufficient details when creating stack in Standalone ( #8208 )
2022-12-16 14:43:24 +13:00
andres-portainer
b917e12b62
fix(fileservice): add missing interface EE-3458 ( #8207 )
2022-12-15 17:21:58 -03:00
andres-portainer
a8ccd2b153
feat(filestore): add function to save mTLS certificates ( #8206 )
2022-12-15 16:16:29 -03:00
andres-portainer
37896661d6
fix(edgestacks): avoid a data race in edge stack status update endpoint EE-4737 ( #8168 )
2022-12-14 10:41:45 -03:00
Ali
ac6f52ab76
fix(gitapp): set manifest in git settings [EE-4734] ( #8190 )
2022-12-14 14:30:15 +13:00
Dakota Walsh
0ddcad66f3
fix(auth): invalidate session when permissions change EE-3320 ( #8103 )
2022-12-14 10:12:00 +13:00
Chaim Lev-Ari
930d9e5628
feat(edge/stacks): use namespace in manifest [EE-4507] ( #8145 )
2022-12-13 22:56:47 +02:00
Chaim Lev-Ari
db9d87c918
feat(system): path to upgrade swarm to BE [EE-4624] ( #8124 )
2022-12-13 22:52:06 +02:00
Chaim Lev-Ari
5cbf52377d
feat(system): path to upgrade standalone to BE [EE-4071] ( #8095 )
2022-12-11 08:58:22 +02:00
Matt Hook
3e485c3152
feat(api): remove golang experimental packages [EE-3648] ( #8081 )
...
* remove golang experimental packages
* rebase and fix references
2022-12-07 17:15:52 +13:00
Ali
c1cc8bad77
feat(rbac): detect if rbac is enabled [EE-4308] ( #8139 )
2022-12-07 15:53:06 +13:00
matias-portainer
8dcc5e4adb
fix(edgestacks): fix repository edge stack creation EE-4732 ( #8160 )
2022-12-06 10:26:18 -03:00
Chaim Lev-Ari
ce8455953e
chore(deps): upgrade k8s client [EE-4543] ( #8019 )
2022-12-05 09:58:55 +02:00
Matt Hook
d6a3fe23e9
feat(libhelm) update missed package paths [EE-4650] ( #8134 )
...
* add missing pkg paths
* fix go tests
* fixed pkg paths
2022-12-05 10:38:16 +13:00
Matt Hook
c173888b64
remove old digest library and update path ( #8141 )
2022-12-02 10:46:59 +13:00
Chaim Lev-Ari
82e9e2a895
refactor(edge/updates): sync changes from EE [EE-4288] ( #7726 )
2022-12-01 08:40:52 +02:00
Ali
9cdc0da615
feat(kompose): hide kompose [EE-4562] ( #8084 )
2022-12-01 13:46:23 +13:00
Matt Hook
79bfd8f6fe
fix package import for docker/distribution ( #8132 )
2022-12-01 09:43:51 +13:00
Matt Hook
d2f6d1e415
import libhelm into portainer ( #8128 )
2022-11-30 14:25:47 +13:00
Matt Hook
241440a474
fix(fdo): import deleted digest library [EE-4654] ( #8129 )
...
* import digest lib
* update references
* fix lint errors
2022-11-30 09:11:49 +13:00
Matt Hook
95bc508462
fix(migrator): fix setting version struct fields after migration [EE-4613] ( #8090 )
...
* fix setting version struct fields
* fix go tests
* remove versionUpdateRequired
* remove old code that was originally for debugging purposes
2022-11-28 19:28:10 +13:00
andres-portainer
9dfac98a26
fix(tags): add missing error handling EE-4622 ( #8102 )
2022-11-24 14:16:04 -03:00
andres-portainer
e26a607d28
fix(edgegroups): avoid a last-write-wins situation when updating edge groups concurrently EE-3732 ( #8101 )
2022-11-23 21:36:17 -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
Chaim Lev-Ari
fe8e834dbf
refactor(ui/datatables): migrate views to use datatable component [EE-4064] ( #7609 )
2022-11-22 14:16:34 +02:00
Matt Hook
583346321e
feat(version): migrate version to semver [EE-3756] ( #7693 )
...
redisigned version bucket and migration code
2022-11-18 13:18:09 +13:00
Yi Chen
bb48ab00cb
* remove empty examples ( #7952 )
...
* fix missing type
2022-11-17 06:55:08 +13:00
Chaim Lev-Ari
eccc8131dd
feat(system/upgrade): add upgrade banner [EE-4564] ( #8046 )
2022-11-16 18:38:39 +02:00
matias-portainer
c21921a08d
fix(edgestacks): return 400 instead of 500 on edge stack create when an invalid payload is provided EE-4429 ( #7880 )
2022-11-15 17:40:56 -03:00
Prabhat Khera
6775c7b6ec
clean database models directory ( #8026 )
2022-11-14 08:33:57 +13:00
Oscar Zhou
16377221f9
fix(stack): check if endpoint exists before checking the user permission on the endpoint ( #7967 )
2022-11-09 12:20:19 +13:00
Chaim Lev-Ari
a0237852ef
fix: fix occurred typo [EE-4536] ( #7994 )
2022-11-08 07:30:37 +02:00
andres-portainer
193e0c7d6f
fix(snapshots): remove snapshots when removing endpoints EE-4527 ( #7973 )
...
* fix(snapshots): remove snapshots when removing endpoints EE-4527
* Fix nil pointer dereference.
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
2022-11-07 20:28:18 -03:00
andres-portainer
49d02e0386
fix(db): remove a bucket overwrite EE-4424 ( #7867 )
2022-11-03 18:51:15 -03:00
Oscar Zhou
9e1f80cf37
chore(ui/ldap): add texttip for group search configuration ( #7944 )
2022-11-02 11:31:44 +13:00
Dakota Walsh
459c95169a
fix(ingresses): migrate to new allow/disallow format EE-4465 ( #7893 )
2022-11-02 11:17:32 +13:00
Dmitry Salakhov
4edf232e41
fix: document edge endoint url requirement ( #7735 ) [EE-3425]
2022-10-28 13:00:12 +13:00
Dmitry Salakhov
903cf284e7
fix(image): build image from file ( #7929 ) [EE-4501]
2022-10-27 23:31:31 +13:00
Prabhat Khera
a550bfaedb
fix showing namespaces for standard user ( #7917 )
2022-10-27 16:14:54 +13:00
Dakota Walsh
55211ef00e
fix(ingress): allow none controller type EE-4420 ( #7883 )
...
Co-authored-by: testA113 <alex.harris@portainer.io>
2022-10-25 09:41:30 +13:00
Rex Wang
1b12cc9f31
EE-4376 fix(docker): fix malformed struct of template ( #7803 )
2022-10-21 16:29:18 +08:00
andres-portainer
535a26412f
fix(logging): default to pretty logging [EE-4371] ( #7847 )
...
* fix(logging): default to pretty logging EE-4371
* feat(app/logs): prettify stack traces in JSON logs
* feat(nomad/logs): prettify JSON logs in log viewer
* feat(kubernetes/logs): prettigy JSON logs in log viewers
* feat(app/logs): format and color zerolog prettified logs
* fix(app/logs): pre-parse logs when they are double serialized
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2022-10-20 16:33:54 +02:00
Rex Wang
3f51d077ac
fix(docker): create custom template [EE-4114] ( #7812 )
...
* EE-4114 fix(docker): create custom template
* Update customtemplate_create.go
remove white space
2022-10-20 16:42:49 +08:00
Rex Wang
0219d41ba7
fix(docker): Show stopped container on dashboard [EE-4327] ( #7833 )
...
* EE-4327 fix(docker): Show stopped container on dashboard
* Update ContainerStatus.tsx
remove comment
* EE-4327 fix(docker): show stopped container on dashboard
2022-10-20 15:10:39 +08:00
Dmitry Salakhov
1100a2bd28
feat: move jwt lib to v4 ( #7773 )
2022-10-20 10:26:11 +13:00
Matt Hook
58947fee69
fix(libhelm): new libhelm with relaxed validation when adding chart repo [EE-4440] ( #7874 )
...
update helm to fix adding some chart repos
2022-10-19 12:43:33 +13:00
Dakota Walsh
0c995ae1c8
fix(kubernetes): create proxied kubeclient EE-4326 ( #7850 )
2022-10-18 10:46:27 +13:00
andres-portainer
5488389278
fix(code): replace calls to ioutil EE-4425 ( #7878 )
2022-10-17 15:29:12 -03:00
andres-portainer
69f498c431
fix(tests): add missing context cancel EE-4433 ( #7879 )
2022-10-17 13:57:41 -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
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
Chaim Lev-Ari
05357ecce5
fix(edge): filtering of edge devices [EE-3210] ( #7077 )
...
* fix(edge): filtering of edge devices [EE-3210]
fixes [EE-3210]
changes:
- replaces `edgeDeviceFilter` with two filters:
- `edgeDevice`
- `edgeDeviceUntrusted`
these filters will only apply to the edge endpoints in the query (so it's possible to get both regular endpoints and edge devices).
if `edgeDevice` is true, will filter out edge agents which are not an edge device.
false, will filter out edge devices
`edgeDeviceUntrusted` applies only when `edgeDevice` is true. then false (default) will hide the untrusted edge devices, true will show only untrusted edge devices.
fix(edge/job-create): retrieve only trusted endpoints + fix endpoint selector pagination limits onChange
fix(endpoint-groups): remove listing of untrusted edge envs (aka in waiting room)
refactor(endpoints): move filter to another function
feat(endpoints): separate edge filters
refactor(environments): change getEnv api
refactor(endpoints): use single getEnv
feat(groups): show error when failed loading envs
style(endpoints): remove unused endpointsByGroup
* chore(deps): update go to 1.18
* fix(endpoint): filter out untrusted by default
* fix(edge): show correct endpoints
* style(endpoints): fix typo
* fix(endpoints): fix swagger
* fix(admin): use new getEnv function
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2022-07-19 18:00:45 +02:00
congs
4997e9c7be
feat(gpu) EE-3191 Add GPU support for containers ( #7146 )
2022-07-18 11:02:14 +12:00
itsconquest
a0d349e0b3
feat(buildinfo): ability to see build info [EE-2552] ( #7107 )
...
* feat(buildinfo): ability to see build info [EE-2252]
* handle dark theme
* feat: add build info to status version
* feat: include ldflags in azure pipeline
* echo shell commands in azure build
* clean up main log
* allow tests to pass
* use data from backend
* allow clicking off modal to dismiss
* add placeholder versions
* refactor
* update button class
* fix modal displaying behind elements
Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
2022-07-15 11:09:38 +12:00
Dakota Walsh
958a8e97e9
fix(migration): close the database before running backups EE-3627 ( #7218 )
...
* fix(migration): close the database before running backups
On certain filesystems, particuarly NTFS when a network mounted windows
file server is used to store portainer's database, you are unable to
copy the database while it is open. To fix this we simply close the
database and then re-open it after a backup.
* handle close and open errors
* dont return error on nil
2022-07-08 21:05:04 +12:00
Matt Hook
5fd202d629
update to latest compose wrapper lib ( #7226 )
2022-07-08 16:02:24 +12:00
Dmitry Salakhov
fd4b515350
fix(oauth): analyze id_token for Azure [EE-2984] ( #7000 )
2022-07-06 13:22:57 +12:00
Dmitry Salakhov
33861a834b
fix(compose): merge default and in-place stack env vars [EE-2860] ( #7076 )
2022-07-04 13:16:04 +12:00
Oscar Zhou
7275d23e4b
feat(stack/swarm): add prune option for swarm stack redeployment [EE-2678] ( #7025 )
2022-07-04 11:39:03 +12:00
matias-portainer
6b27ba9121
fix(edge): delete endpoint proxy only when updating URL, TLS or is Edge Agent on Kubernetes EE-2759 ( #7086 )
2022-07-01 11:36:01 -03:00
Chaim Lev-Ari
95f706aabe
fix(analytics): load public settings [EE-3590] ( #7128 )
2022-06-27 19:29:17 +03:00
Chaim Lev-Ari
7238372d8d
fix(api): add missing edge types [EE-3590] ( #7116 )
2022-06-26 08:38:23 +03:00