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
zees-dev
0114766d50
Merge pull request #5086 from portainer/revert-5084-feat/EE-341/EE-777/oauth-memberships-teaser
...
Revert "feat(oauth/team-memberships): EE oauth team memberships teaser"
2021-05-20 10:21:11 +12:00
Stéphane Busso
2b94aa5aa6
Revert "feat(oauth/team-memberships): EE oauth team memberships teaser"
2021-05-20 10:03:59 +12:00
cong meng
746e738f1d
Merge pull request #5084 from portainer/feat/EE-341/EE-777/oauth-memberships-teaser
...
feat(oauth/team-memberships): EE oauth team memberships teaser
2021-05-20 09:21:10 +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
yi-portainer
71635834c7
* update portainer version to 2.5.0
...
(cherry picked from commit 43702c2516
)
2021-05-13 18:32:42 +12:00
yi-portainer
43702c2516
* update portainer version to 2.5.0
2021-05-13 18:30:34 +12:00
Chaim Lev-Ari
a21798f518
fix(docker/containers): show sysctl control ( #5051 )
2021-05-12 02:29:35 +02:00
dbuduev
3641158daf
fix: docker-compose use custom config.json to access private images ( #5058 )
...
cherry-picking commit a6b289c9
.
Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
2021-05-11 23:05:00 +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
Maxime Bajeux
ce04944ce6
fix(portainer): Fix the type in the downgrade error message
2021-05-05 11:44:00 +02:00
Hui
564bea7575
fix(ACI): ACI UAC breaks when redeploying container with same name asone already existing EE-645 ( #5030 )
...
* add existing continer instance checking logic
* modify response status code and err message
* return json instead of plain text for err msg
* Update api/http/proxy/factory/azure/containergroup.go
* Update api/http/proxy/factory/azure/containergroup.go
* Update api/http/proxy/factory/azure/containergroup.go
Co-authored-by: Stéphane Busso <sbusso@users.noreply.github.com>
2021-05-05 20:26:31 +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
yi-portainer
ca849e31a1
* update version to 2.4
2021-04-21 12:49:09 +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
wheresolivia
ba2e1d1f60
Merge pull request #4986 from portainer/feat/CE-414/add-UAC-to-ACI
...
feat(ACI): add UAC to ACI
2021-04-21 11:45:19 +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
5b26ef2036
feat(ACI): updated function name
2021-04-14 16:08:49 +12: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
Chaim Lev-Ari
78661b50ca
chore(dev-build): custom portainer data folder
2021-04-12 08:49:07 +03:00
Chaim Lev-Ari
ac7d819620
style(proxy): fix function name ( #4970 )
2021-04-09 09:02:48 +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
Dmitry Salakhov
6d8f5e7479
go 1.13 compatibility
2021-04-07 12:12:19 +12:00
Dmitry Salakhov
a3ec2f8e85
feat(backup): Add backup/restore to the server
2021-04-06 22:08:43 +12:00
Chaim Lev-Ari
c04bbb5775
fix(build): ignore chardet missing sourcemaps ( #4760 )
2021-04-05 23:12:51 +02:00
Chaim Lev-Ari
20cbeb698d
chore(deps): remove grunt-html2js and grunt-karma ( #4765 )
...
fix #4764
2021-04-05 23:12:25 +02: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