fhanportainer
267968e099
fix(aci): fixed aci with persistence or networking issue. ( #4996 )
2021-06-10 01:34:19 +12:00
testA113
2fb17c9cf9
Merge pull request #4983 from portainer/feat/EE-352/CE-truncate-image-name-in-tables
...
feat(k8s): truncate image name in tables
2021-06-04 15:20:26 +12:00
Alice Groux
b8660ed2a0
feat(k8s/applications): reorder placement policies and select mandatory by default ( #5063 )
2021-06-03 13:42:44 +02:00
Chaim Lev-Ari
230f8fddc3
fix(kube): replace remaining resource pool texts
2021-06-01 11:56:47 +03:00
Chaim Lev-Ari
6734f0ab74
feat(k8s): replace resource pool with name space
2021-06-01 11:52:05 +03:00
Chaim Lev-Ari
3e60167aeb
feat(k8s/applications): default to isolated application
2021-06-01 11:52:05 +03:00
Chaim Lev-Ari
8a4902f15a
feat(k8s/applications): rephrase descriptions
2021-06-01 11:52:05 +03:00
yi-portainer
dde0467b89
Merge branch 'release/2.5' into develop
2021-05-28 10:16:38 +12:00
cong meng
ee403ca32a
fix(image) Confirmation modal on builder output view EE-816 ( #5114 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-05-27 13:52:02 +12:00
fhanportainer
d7fcfee2a2
fix(templates): checking windows endpoint and template properties. ( #5108 )
...
* fix(templates): checking windows endpoint and template properties.
* fix(templates): removed debug code.
* fix(templates): fixed type issue in custom template.
2021-05-27 08:56:13 +12:00
cong meng
3018801fc0
fix(image) Confirmation modal on builder output view EE-816 ( #5107 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-05-26 17:11:32 +12:00
fhanportainer
6bfbf58cdb
fix(template): fixed disabled deploy button EE-812 ( #5105 )
2021-05-25 18:55:50 +02:00
yi-portainer
2270de73ee
Merge branch 'release/2.5' into develop
2021-05-24 08:53:10 +12:00
wheresolivia
ef8794c2b9
Merge pull request #5079 from portainer/fix/EE-769/code-editor-prompt-on-change
...
fix(stacks): check for editor change before setting as dirty
2021-05-20 18:44:46 +12:00
Felix Han
5618794927
fix(k8s-config): check for config editor change before setting as dirty
2021-05-20 11:46:17 +12:00
Felix Han
47d462f085
fix(web-editor): check for editor change before setting as dirty.
2021-05-20 10:22:07 +12:00
Stéphane Busso
2b94aa5aa6
Revert "feat(oauth/team-memberships): EE oauth team memberships teaser"
2021-05-20 10:03:59 +12:00
zees-dev
29f5008c5f
EE oauth team memberships feature teaser
2021-05-19 16:15:46 +12:00
Felix Han
e54d99fd3d
fix(stacks): remove line breaks in web editors value
2021-05-19 12:09:11 +12:00
Chaim Lev-Ari
b3784792fe
fix(stacks): show containers only for standalone ( #5080 )
2021-05-18 23:06:04 +02:00
Chaim Lev-Ari
87e7d8ada8
fix(stacks): check for editor change before setting as dirty
2021-05-18 14:08:23 +03:00
yi-portainer
af03d91e39
Merge branch 'release/2.5' into develop
2021-05-18 17:02:31 +12:00
Chaim Lev-Ari
a21798f518
fix(docker/containers): show sysctl control ( #5051 )
2021-05-12 02:29:35 +02:00
Chaim Lev-Ari
0ac6274712
fix(docker/services): create a service webhook ( #5052 )
2021-05-11 10:59:42 +12:00
Chaim Lev-Ari
886d6764be
fix(docker): set image pulls as valid if failed fetching ( #5055 )
2021-05-11 09:24:29 +12:00
Chaim Lev-Ari
39e24ec93f
fix(docker): set image pulls as valid if failed fetching ( #5007 )
2021-05-07 15:38:58 +12:00
Chaim Lev-Ari
b7980f1b60
fix(k8s/ingress): remove only selected ingress ( #5035 )
...
* fix(k8s/ingress): remove only selected ingress
* fix(k8s/ingress): remove ingress from namespace
2021-05-07 09:49:56 +12:00
Chaim Lev-Ari
dcc77e50e5
fix(docker/images): show image selector advanced mode ( #5032 )
2021-05-05 20:16:59 +12:00
Stéphane Busso
317ebe2bfc
Revert "feat(edge) EE-596 Update the version of agent to 2.4.0 in agent deploy command on the adding edge screen ( #5021 )" ( #5031 )
...
This reverts commit 7e2ce3ffc2
.
2021-05-05 16:24:20 +12:00
zees-dev
daabce2b8f
Merge pull request #4406 from ricmatsui/feat1654-colorize-logs
...
feat(log-viewer): add ansi color support for logs
2021-05-03 09:25:24 +12:00
cong meng
7e2ce3ffc2
feat(edge) EE-596 Update the version of agent to 2.4.0 in agent deploy command on the adding edge screen ( #5021 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-04-29 16:25:09 +12:00
Alice Groux
d99358ea8e
feat(k8s/container): realtime metrics ( #4416 )
...
* feat(k8s/container): metrics layout
* feat(k8s/container): memory graph
* feat(k8s/container): cpu usage percent
* feat(k8s/metrics): metrics api validation to enable metrics server
* feat(k8s/pods): update error metrics view
* feat(k8s/container): improve stopRepeater function
* feat(k8s/pods): display empty view instead of empty graphs
* feat(k8s/pods): fix CPU usage
* feat(k8s/configure): fix the metrics server test
* feat(k8s/pod): fix cpu issue
* feat(k8s/pod): fix toaster for non register pods in metrics server
* feat(k8s/service): remove options before 30 secondes for refresh rate
* feat(k8s/pod): fix default value for the refresh rate
* feat(k8s/pod): fix rebase
2021-04-29 13:10:14 +12:00
Alice Groux
befccacc27
feat(k8s/ingress): create multiple ingress network per kubernetes namespace ( #4464 )
...
* feat(k8s/ingress): introduce multiple hosts per ingress
* feat(k8s/ingress): host selector in app create/edit
* feat(k8s/ingress): save empty hosts
* feat(k8s/ingress): fix empty host
* feat(k8s/ingress): rename inputs + ensure hostnames unicity + fix remove hostname and routes
* feat(k8s/ingress): fix duplicates hostname validation
* feat(k8s/application): fix rebase
* feat(k8s/resource-pool): fix error messages for ingress (wip)
* fix(k8s/resource-pool): ingress duplicates detection
2021-04-28 05:51:13 +12:00
wheresolivia
335bfb81ba
Merge pull request #4965 from portainer/feat(backup)-backup-restore-system
...
feat(backup): Add backup/restore to the server [EE-386] [EE-378] [CE-452]
2021-04-21 12:16:39 +12:00
Ricardo Matsui
a7fc7816d1
Merge branch 'develop' into feat1654-colorize-logs
2021-04-15 22:38:43 -07:00
alice groux
872a8262f1
feat(k8s): add full name on hovering over the image name
2021-04-14 14:59:17 +02:00
Felix Han
effb0f6272
Merge branch 'feat/CE-414/add-UAC-to-ACI' of https://github.com/portainer/portainer into feat/CE-414/add-UAC-to-ACI
2021-04-14 16:06:16 +12:00
alice groux
c339afb562
feat(k8s): cut image name to 64 chars with truncate filter in all applications datatables
2021-04-13 16:09:37 +02:00
LP B
2f95b449aa
Revert "feat(ACI): add UAC to ACI ( #4952 )" ( #4982 )
...
This reverts commit 12cf4a00f0
.
2021-04-13 15:56:43 +02:00
fhanportainer
12cf4a00f0
feat(ACI): add UAC to ACI ( #4952 )
2021-04-13 23:55:11 +12:00
Lukas Grotz
d09ae22ba8
feat(container): add sysctls setting in the container view ( #4910 )
...
* feat(container): add sysctls in the container view (#2756 )
* feat(container): add setting to restrict sysctl access
* feat(endpoint): move sysctl disable setting to security settings
* feat(container): add sysctls to container edit view
* fix(container) remove unnecessary migration setting
Co-authored-by: Owen Kirby <oskirby@gmail.com>
2021-04-12 19:40:45 +12:00
fhanportainer
0aec8fd423
EE-379: add S3 stubs to CE ( #4967 )
2021-04-08 13:32:59 +12:00
Dmitry Salakhov
8bf662c13a
that shouldn't be removed
2021-04-07 16:49:27 +12:00
Dmitry Salakhov
fc9511dc97
UI
2021-04-07 13:21:58 +12:00
fhanportainer
e75678dd11
fix(container): fixed pull latest image toggle missing on service update and container recreate modal ( #4956 )
2021-04-01 10:35:42 +13:00
Felix Han
e3e7e84821
feat(ACI): add UAC to ACI
2021-03-30 10:58:56 +13:00
cong meng
ad2910f3f0
fix(registry): #4371 fix broken GITLAB registry ( #4935 )
...
Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-03-25 11:50:34 +13:00
Chaim Lev-Ari
f5aa6c4dc2
feat(docker): show docker pull rate limits ( #4666 )
...
* feat(dockerhub): introduce local status endpoint
* feat(proxy): rewrite request with dockerhub credentials
* feat(endpoint): check env type
* feat(endpoint): check for local endpoint
* feat(docker): introduce client side service to get limits
* feat(container): add info about rate limits in container
* feat(dockerhub): load rate limits just for specific endpoints
* feat(images): show specific dockerhub messages for admin
* feat(service-create): show docker rate limits
* feat(service-edit): show rate limit messages
* fix(images): fix loading of page
* refactor(images): move rate limits check to container
* feat(kubernetes): proxy agent requests
* feat(kubernetes/apps): show pull limits in application creation
* refactor(image-registry): move warning to end of field
* fix(image-registry): show right message for admin
* fix(images): silently fail when loading rate limits
* fix(kube/apps): use new rate limits comp
* fix(images): move rate warning to end
* fix(registry): move search to right place
* fix(service): remove service warning
* fix(endpoints): check if kube endpoint is local
2021-03-24 19:27:32 +01:00
Chaim Lev-Ari
d1a21ef6c1
fix(home): redirect home if edge endpoint is down ( #4670 )
...
* fix(home): redirect home if edge endpoint is down
* fix(kubernetes): rephrase error message when endpoint is down
Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
2021-03-23 21:38:30 +01:00
Chaim Lev-Ari
c542964073
fix(kuberenetes/deploy): use default resource pool ( #4674 )
2021-03-22 23:35:17 +01:00