Marcelo Rydel
0ee403c1b2
feat(app): added Input components [EE-2007] ( #6028 )
2021-11-17 20:32:57 +02:00
Matt Hook
b280eb6997
fix(dockerhub-migration): prevent duplicate migrated dockerhub entries EE-2042 ( #6083 )
...
* fix(migration) make dockerhub registry migration idempotent EE-2042
* add missing changes to make updateDockerhubToDB32 idempotent
* add tests for bad migrations
2021-11-17 13:21:09 +13:00
deviantony
761e102b2f
update README and issue template
2021-11-16 18:52:36 +00:00
Chaim Lev-Ari
5bd157f8fc
refactor(app): wrap react with StrictMode [EE-2023] ( #6075 )
2021-11-16 18:33:51 +02:00
Chaim Lev-Ari
bcaf20caca
refactor(app/widgets): create widgets react components [EE-1813] ( #6097 )
2021-11-16 16:51:49 +02:00
Chaim Lev-Ari
1a6af5d58f
feat(app): add tooltip component [EE-2047] ( #6088 )
2021-11-16 16:11:18 +02:00
Marcelo Rydel
41993ad378
feat(app): create react button component [EE-1948] ( #6022 )
...
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
2021-11-16 14:33:01 +02:00
Hui
6b91a813f0
fix(k8s): k8s deployment manifest file placeholder EE-1936
2021-11-17 00:44:09 +13:00
fhanportainer
d64cab0c50
fix(k8s): fixed force redeployment info text ( #6042 )
2021-11-16 10:45:37 +13:00
Marcelo Rydel
048613a0c5
feature(kubeconfig): Do not invalidate kubeconfig upon Portainer restarting [EE-1854] ( #5905 )
2021-11-15 18:45:20 -03:00
Sven Dowideit
22b72fb6e3
fix(docker-event-display): support the exec exited event type ( #5990 )
...
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
2021-11-15 10:00:37 +10:00
zees-dev
7d92aa1971
Unit tests for `enableFeaturesFromFlags` function ( #6063 )
...
* - exporting BoolPairs CLI func
- added tests for enableFeaturesFromFlags function
* Add a test that uses a feature flag to add change the outcome of code - and test persistence, as that's the current implementation
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
* Minor comment updates
Co-authored-by: Sven Dowideit <sven.dowideit@portainer.io>
Co-authored-by: Stéphane Busso <stephane.busso@gmail.com>
2021-11-15 09:00:25 +10:00
Richard Wei
9e9a4ca4cc
feat(ui): add option to sync portainer with system theme EE-1788 ( #5812 )
...
* add option to sync portainer with system theme
2021-11-15 11:50:21 +13:00
andres-portainer
a2886115b8
fix(custom-templates): avoid creation of template if the compose file does not exist EE-1470 ( #6011 )
...
fix(custom-templates): avoid creation of template if the compose file does not exist EE-1470
2021-11-12 11:02:10 -03:00
Richard Wei
cc3b1face2
fix docker pull limit not showed to non admin ( #6066 )
2021-11-12 15:57:12 +13:00
cong meng
1157849b70
fix(edge) EE-2027 cannot connect to edge agent with high network latency ( #6064 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-11-12 13:12:09 +13:00
Hui
98b8d6d0b2
fix(stack): git credential got reset when updating docker stack EE-1967
2021-11-12 11:52:09 +13:00
andres-portainer
e126f63965
feat(openamt): add feature flag for OpenAMT [INT-5] ( #6049 )
...
feat(openamt): add feature flag for OpenAMT [INT-5]
2021-11-11 15:49:50 -03:00
Richard Wei
af0d637414
fix cluster setup page route ( #6020 )
2021-11-08 14:32:36 +13:00
fhanportainer
ebfabe6c47
fix(k8s): check if app has stack before removing. ( #5919 )
2021-11-04 08:30:19 +13:00
Chaim Lev-Ari
85a6a80722
feat(app): introduce react configurations [EE-1809] ( #5953 )
2021-11-03 12:41:59 +02:00
Luis Louis
b285219a58
fix(frontend): Validate previous if the containerPort is not undefined [EE-1555] ( #5827 )
2021-11-03 11:25:40 +13:00
Matt Hook
3fb8a232b8
feat(update): highlight business edition feature auto update change window EE-1482 ( #5961 )
...
* remove unuse component from ce (#5930 )
* update wording to Change Window
Co-authored-by: Richard Wei <54336863+WaysonWei@users.noreply.github.com>
Co-authored-by: waysonwei <degui.wei@gmail.com>
2021-11-03 09:57:21 +13:00
andres-portainer
28f71e486a
fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 ( #5957 )
...
fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922
2021-11-01 08:01:03 -03:00
Matt Hook
c763219f74
update version to 2.9.3 ( #6007 )
2021-11-01 13:27:06 +13:00
Matt Hook
8f4589e535
fix(migration): bubble up recovered panic in new error EE-1971 ( #5997 )
...
* fix(migration): bubble up recovered panic in new error EE-1971
* improve code and add comments
2021-10-30 22:32:57 +13:00
Hui
0caf5ca59e
fix(migration): ignore volumes with no created timestamp EE-1966
2021-10-30 11:09:11 +13:00
Matt Hook
cec8f34ae9
fix(helm): allow clearing global helm repo EE-1965 ( #5991 )
...
* fix(helm): allow clearing global helm repo EE-1965
* fix(helm): show hint if global helm repo is blank EE-1965
* fix(helm): skip loading charts if repo is blank EE-1965
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-10-29 11:46:55 +13:00
Hui
71de07bbea
feat(stack): support force update for git-based stacks EE-1611
2021-10-29 10:35:21 +13:00
Sven Dowideit
76ced401f0
chore(build): reduce the time to run yarn build:server from 1.5minutes, to 10 seconds ( #5987 )
...
* reduce the time to run yarn build:server from 1.5minutes, to 10 seconds
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
* add yarn test:server
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
2021-10-28 21:18:13 +10:00
wheresolivia
33001a8654
add data-cy attribute to helm menu in ce kube sidebar ( #5985 )
2021-10-27 17:12:12 +13:00
Marcelo Rydel
f738af0f34
fix(stacks): fix missing type prop in stack view [EE-1950] ( #5972 )
2021-10-26 19:26:13 -03:00
cong meng
5c85c563e1
fix(image) EE-1955 unable to tag image ( #5974 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-10-26 15:22:28 +13:00
Simon Meng
db00390cd2
Merge remote-tracking branch 'origin/release/2.9' into develop
...
# Conflicts:
# api/http/handler/websocket/shell_pod.go
# app/portainer/components/box-selector/box-selector-item/box-selector-item.html
# app/portainer/rbac/components/access-viewer/access-viewer-datatable/access-viewer-datatable.html
# app/portainer/settings/authentication/ldap/ad-settings/ad-settings.html
# app/portainer/settings/authentication/ldap/index.js
# app/portainer/settings/authentication/ldap/ldap-settings-custom/ldap-settings-custom.html
# app/portainer/settings/authentication/ldap/ldap-settings.model.js
# app/portainer/settings/authentication/ldap/ldap-settings/ldap-settings.controller.js
# app/portainer/views/settings/authentication/settingsAuthenticationController.js
2021-10-26 10:58:19 +13:00
Marcelo Rydel
32756f9e1b
fix(git-stacks): UI bugs when using a PAT when deploying from Git [EE-1731] ( #5882 )
2021-10-25 18:19:05 -03:00
Sven Dowideit
5ba80c3a44
sorry, wrong place to push to
...
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
2021-10-22 13:34:19 +10:00
Sven Dowideit
77f73378ea
try this, but reset later
...
Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
2021-10-22 13:29:33 +10:00
Marcelo Rydel
734f077861
fix(environments): Endpoint deletion modal missing [EE-1887] ( #5904 )
2021-10-21 09:23:08 -03:00
Richard Wei
b5ec8c52fb
fix standard user not able to access nodes stats ( #5951 )
2021-10-21 11:56:21 +13:00
Richard Wei
988efe6b02
pull request to develop from EE-1867 ( #5958 )
2021-10-21 11:55:56 +13:00
Richard Wei
40a6645e23
fix user not able to get nodes ( #5950 )
2021-10-21 11:55:37 +13:00
Marcelo Rydel
cf60235696
fix(compose): force recreate containers [EE-1906] ( #5926 )
2021-10-20 09:01:38 -03:00
Stéphane Busso
65cc5342a7
Bump dbversion
2021-10-20 20:48:33 +13:00
Stéphane Busso
90a18b5ded
Bump dbversion
2021-10-20 20:35:18 +13:00
Hui
b29961e01e
fix(stack): auto update breaks after restarting Portainer EE-1915
2021-10-20 16:01:04 +13:00
Hui
d17e7c8160
fix(stack): auto update breaks after restarting Portainer EE-1915
2021-10-20 16:00:40 +13:00
Matt Hook
d3cc1a24cc
docs(versions): add new tool-versions json file ( #5741 )
...
* Add new tool-versions json file to help devs choose the right versions. Allows querying from doc sites and CI build tools
* add newline at end of file
2021-10-20 12:56:51 +13:00
Snyk bot
fb7cdacbaa
fix: build/windows/Dockerfile to reduce vulnerabilities ( #5913 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1089239
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569446
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448
- https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448
2021-10-20 08:22:21 +10:00
Matt Hook
ec24826228
pass the correct build arch down not the arch of the machine doing the building EE-1920 ( #5929 )
2021-10-20 10:02:30 +13:00
Matt Hook
f0efc4f904
bump to 2.9.2
2021-10-19 15:51:16 +13:00