Prabhat Khera
6b07c874fc
revert #10765 ( #10870 )
2023-12-19 14:19:24 +13:00
Ali
52fe09d0b1
fix(stacks): remove deployed version column [EE-6346] ( #10859 )
...
Co-authored-by: testa113 <testa113>
2023-12-18 11:39:38 +13:00
Ali
d98fc1238e
fix(git): stacks deployed version [EE-6346] ( #10852 )
...
Co-authored-by: testa113 <testa113>
2023-12-15 16:55:39 +13:00
Dakota Walsh
0ddf84638f
fix(kubernetes): deprecate old configurations api EE-5571 ( #10837 )
...
* fix(kubernetes): deprecate old configurations api EE-5571
* fix doc variable type
2023-12-15 09:04:08 +13:00
Oscar Zhou
e4d71d858d
fix(setting/ssl): cert files are optional to upload [EE-6139] ( #10776 )
2023-12-13 23:20:19 +13:00
Chaim Lev-Ari
25741e8c4c
feat(edge): sort waiting room table [EE-6259] ( #10577 )
2023-12-13 11:10:29 +02:00
Prabhat Khera
fb3b00de41
fix(UI): remember backup settings tab selection [EE-6347] ( #10765 )
...
* remember backup settings tab selection
* address review comments
2023-12-08 15:17:27 +13:00
Dakota Walsh
79f3e1b04b
fix(backup ui): minor typo on backup page EE-6348 ( #10716 )
2023-12-08 13:22:41 +13:00
Ali
4e8b371fb7
fix(gitops): clean trailing slash [EE-6346] ( #10777 )
...
Co-authored-by: testa113 <testa113>
2023-12-07 13:43:01 +13:00
Chaim Lev-Ari
dabcf4f7db
feat(custom-templates): migrate create view to react [EE-6400] ( #10715 )
2023-12-06 14:11:02 +01:00
Prabhat Khera
bd5ba7b5d0
fix(kube): configmaps and secrets from envFrom in the app detail screen [EE-6282] ( #10742 )
...
* fix configmaps and secrets from envFrom
* adress review comments
2023-12-06 16:02:26 +13:00
Chaim Lev-Ari
8ee0c0cf27
fix(images): sort by tags [EE-6410] ( #10740 )
2023-12-04 08:47:28 +02:00
Chaim Lev-Ari
2a18c9f215
fix(edge/templates): fix issues with git templates [EE-6357] ( #10679 )
2023-12-04 08:46:44 +02:00
Ali
974378c9b5
fix(gitops): correct commit hash link [EE-6346] ( #10723 )
2023-12-04 11:18:15 +13:00
Oscar Zhou
5c7f6aab66
fix(docker/image): swarm image list issue [EE-6374] ( #10710 )
2023-12-01 16:49:31 +13:00
Chaim Lev-Ari
3cf36b0e93
fix(app/templates): show default url in settings [EE-6393] ( #10706 )
2023-11-30 07:18:15 +02:00
Chaim Lev-Ari
7a9436dad7
fix(edge/stacks): clear templates values on change method [EE-6390] ( #10707 )
2023-11-30 07:13:01 +02:00
cmeng
92c18843b2
fix(wizard): count swarm agent as local environment EE-6215 ( #10684 )
2023-11-30 08:53:56 +13:00
Chaim Lev-Ari
c40931b31c
fix(templates): show type selector [EE-6370] ( #10694 )
2023-11-28 15:40:22 +02:00
Chaim Lev-Ari
76bcdfa2b8
fix(edge/templates): fix issues [EE-6328] ( #10656 )
2023-11-27 09:56:15 +02:00
cmeng
dc574af734
fix(container): runtime and resources issues EE-6306 ( #10611 )
2023-11-27 11:56:44 +13:00
Ali
2f91315ac7
fix(namespace): handle undefined registry options [EE-6366] ( #10683 )
...
Co-authored-by: testa113 <testa113>
2023-11-24 10:58:32 +13:00
cmeng
13d1fc63ff
fix(stack): sync ee code to ce EE-5960 ( #10642 )
2023-11-23 09:17:12 +13:00
Ali
a4926e5237
fix(namespace): create page layout [EE-6385] ( #10675 )
2023-11-22 15:37:11 +13:00
Ali
4096bb562d
feat(cache): introduce cache option [EE-6293] ( #10672 )
...
Co-authored-by: testa113 <testa113>
2023-11-22 14:21:07 +13:00
Chaim Lev-Ari
ad5a17ac34
feat(edge/updates): schedule time changes [EE-5975] ( #10458 )
2023-11-20 10:24:54 +02:00
Chaim Lev-Ari
436da01bce
feat(auth): save jwt in cookie [EE-5864] ( #10527 )
2023-11-20 09:35:03 +02:00
Ali
ecce501cf3
Revert "feat(cache): introduce cache option [EE-6293] ( #10641 )" ( #10658 )
...
This reverts commit 2c032f1739
.
2023-11-20 15:08:19 +13:00
Ali
2c032f1739
feat(cache): introduce cache option [EE-6293] ( #10641 )
2023-11-20 10:22:48 +13:00
cmeng
fffc7b364e
fix(container): Unable to create container with webhook EE-6313 ( #10619 )
2023-11-17 14:35:47 +13:00
cmeng
be09c5e346
fix(volumes): Volumes browse button spacing issue EE-6323 ( #10633 )
2023-11-16 16:25:17 +13:00
cmeng
d089dfbca0
fix(container): fix various creating container issues EE-6287 ( #10595 )
...
* fix(container): show placeholder for image field EE-6287
* fix(container): correct query params for search button field EE-6287
* fix(container): use btoa to encode registry credential EE-6287
* fix(container): allow creating non-existing option EE-6287
* fix(ui/forms): typeahead component
* fix(container): select the default registry EE-6287
* fix(container): always enable deploy button when always pull is off EE-6287
* fix(container): reset command fields outside current event to avoid validation on broken values EE-6287
* fix(container): query registry with endpoint ID param EE-6287
---------
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-11-16 08:50:23 +13:00
Chaim Lev-Ari
e43d076269
feat(edge/templates): introduce edge specific settings [EE-6276] ( #10609 )
2023-11-15 14:43:18 +02:00
Chaim Lev-Ari
68950fbb24
feat(edge/templates): introduce custom templates [EE-6208] ( #10561 )
2023-11-15 10:45:07 +02:00
Chaim Lev-Ari
a0f583a17d
fix(containers): align switches [EE-6314] ( #10616 )
2023-11-15 09:34:08 +02:00
Chaim Lev-Ari
51474262eb
fix(access-control): show only environment users [EE-6315] ( #10614 )
2023-11-15 09:33:29 +02:00
Chaim Lev-Ari
e1e90c9c1d
feat(edge/templates): introduce edge app templates [EE-6209] ( #10480 )
2023-11-14 14:54:44 +02:00
Chaim Lev-Ari
95d96e1164
fix(ui): parse slider value correctly [EE-6225] ( #10484 )
2023-11-14 13:17:25 +02:00
Chaim Lev-Ari
99b39da03d
refactor(edge/groups): migrate view to react [EE-4683] ( #10592 )
2023-11-14 12:57:27 +02:00
Chaim Lev-Ari
1f2f4525e3
feat(ui/buttons): introduce Add and Delete buttons [EE-6296] ( #10585 )
2023-11-14 12:36:15 +02:00
Chaim Lev-Ari
d6ac29b498
fix(edge/stacks): remove parentheses [EE-6277] ( #10560 )
2023-11-09 09:55:54 +02:00
Oscar Zhou
9041880bdb
fix(container): assign container domain name ( #10605 )
2023-11-09 10:19:28 +13:00
Chaim Lev-Ari
e72671e4ab
fix(edge/updates): hide sidebar item when disabled [EE-6294] ( #10582 )
2023-11-05 12:45:56 +02:00
Ali
0c323b48e7
fix(nodes): restrict nodes details from standard user [EE-6125] ( #10586 )
...
Co-authored-by: testa113 <testa113>
2023-11-02 19:02:19 +00:00
cmeng
600c8a3025
fix(volumes): fix broken volume browse button EE-6274 ( #10566 )
2023-11-01 14:15:54 +13:00
matias-portainer
8bb5129be0
feat(nomad): remove nomad from UI EE-6060 ( #10509 )
2023-10-31 15:27:20 -03:00
Ali
1140804fe9
fix(app): sync showSystem between stacks and apps tables [EE-6216] ( #10532 )
2023-10-30 19:41:41 +00:00
andres-portainer
247f358b94
fix(code): revert omitempty optimization EE-6269 ( #10548 )
2023-10-27 17:33:04 -03:00
matias-portainer
f10356641a
fix(edge/aeec): make edge id generator field mandatory EE-6010 ( #10545 )
2023-10-27 10:35:10 -03:00
LP B
9e60723e4d
fix(app/logout): always perform API logout + make API logout route public [EE-6198] ( #10448 )
...
* feat(api/logout): make logout route public
* feat(app/logout): always perform API logout on /logout redirect
* fix(app): send a logout event to AngularJS when axios hits a 401
2023-10-27 14:44:05 +02:00