Matt Hook
00d8391a02
fix(published-ports): fix published port link and into a new component [EE-6592] ( #11657 )
2024-04-23 13:47:51 +12:00
LP B
5d7d68bc44
fix(app): replace fields removed by Docker 25 and 26 ( #11493 )
...
* fix(app/volume): make optional Container and ContainerConfig fields removed in docker 26
* fix(app/image): use image.Size instead of image.VirtualSize removed in Docker 25
2024-04-05 17:03:14 +02:00
Matt Hook
cea9969463
fix(kube): use https when port is 443 in various tables [EE-6592] ( #11444 )
2024-04-04 13:47:39 +13:00
Matt Hook
6a3eda4bce
fix(doclinks): fix help link paths [EE-6861] ( #11417 )
2024-03-19 11:46:55 +13:00
Matt Hook
04de06c07f
fix(docs): make all doc links versioned [EE-6861] ( #11381 )
2024-03-15 16:57:42 +13:00
Chaim Lev-Ari
dd2be9fb1e
refactor(tests): wrap tests explicitly with provider [EE-6686] ( #11276 )
2024-03-10 14:22:05 +02:00
cmeng
a7eaa0f3fa
fix(container): get old container info correctly EE-6716 ( #11215 )
2024-03-01 09:14:26 +13:00
Chaim Lev-Ari
eba08cdca0
fix(docker): hide write buttons for non authorized [EE-6775] ( #11261 )
2024-02-27 12:36:47 +02:00
Chaim Lev-Ari
0fd20277c1
fix(docker): prevent non admins from passing security settings [EE-6765] ( #11239 )
2024-02-25 11:57:19 +02:00
Ali
1cdd3fdfe2
fix(input): allow clearing number inputs [EE-6714] ( #11187 )
2024-02-21 10:43:28 +13:00
Chaim Lev-Ari
a8938779bf
fix(ui): check for authorization [EE-6733] ( #11207 )
2024-02-20 11:06:05 +02:00
Chaim Lev-Ari
24c2baf6cc
feat(a11y): add labels and roles [EE-6717] ( #11209 )
2024-02-19 16:37:21 +02:00
Chaim Lev-Ari
165d6165dc
feat(ui): restrict views by role [EE-6595] ( #11071 )
2024-02-15 13:29:55 +02:00
Chaim Lev-Ari
edea9e3481
feat(auth): add useIsEdgeAdmin hook [EE-6627] ( #11101 )
2024-02-14 19:50:26 -03:00
Chaim Lev-Ari
97d227be2a
fix(swarm/services): convert webhooks API filters to JSON on list request [EE-6621] ( #11031 )
...
Co-authored-by: matias-portainer <matias.spinarolli@portainer.io>
2024-01-29 18:08:25 +02:00
Chaim Lev-Ari
69c06bc756
feat(ci): replace jest with vitest [EE-6504] ( #10997 )
2024-01-23 08:42:52 +02:00
Chaim Lev-Ari
115b01cee3
fix(docker): include healthy containers in running [EE-6264] ( #10746 )
2024-01-17 22:30:12 +07:00
Oscar Zhou
c6505a6647
fix(docker/container): show exit code in status column if needs [EE-5760] ( #10916 )
2024-01-12 08:21:38 +13:00
matias-portainer
69271c9d59
fix(docker/images): check for empty tags EE-6256 ( #10531 )
2024-01-05 17:33:42 -03:00
Ali
abf517de28
refactor(app): migrate app summary section [EE-6239] ( #10910 )
2024-01-05 15:42:36 +13:00
Matt Hook
ecd603db8c
fix(docker-networks): use Network icon for networks [EE-6507] ( #10913 )
2024-01-04 18:54:04 +13:00
Ali
6da71661d5
refactor(app): migrate replicas form section [EE-6238] ( #10705 )
...
Co-authored-by: testa113 <testa113>
2024-01-03 10:27:38 +13:00
Chaim Lev-Ari
a1519ba737
chore(deps): upgrade axios [EE-6488] ( #10885 )
...
Co-authored-by: Matt Hook <hookenz@gmail.com>
2024-01-02 13:26:54 +07: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
Chaim Lev-Ari
8ee0c0cf27
fix(images): sort by tags [EE-6410] ( #10740 )
2023-12-04 08:47:28 +02:00
cmeng
dc574af734
fix(container): runtime and resources issues EE-6306 ( #10611 )
2023-11-27 11:56:44 +13:00
cmeng
13d1fc63ff
fix(stack): sync ee code to ce EE-5960 ( #10642 )
2023-11-23 09:17:12 +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
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
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
Oscar Zhou
9041880bdb
fix(container): assign container domain name ( #10605 )
2023-11-09 10:19:28 +13:00
cmeng
600c8a3025
fix(volumes): fix broken volume browse button EE-6274 ( #10566 )
2023-11-01 14:15:54 +13:00
cmeng
3964852fda
fix(container): hide capabilities tab EE-6258 ( #10540 )
2023-10-26 15:44:31 +13:00
matias-portainer
824706e4e9
fix(ui): label GPU functionality as NVIDIA only EE-6204 ( #10522 )
2023-10-25 14:48:22 -03:00
Chaim Lev-Ari
14129632a3
refactor(app-templates): convert list to react [EE-6205] ( #10439 )
2023-10-23 19:04:18 +03:00
Chaim Lev-Ari
1fa63f6ab7
refactor(docker/services): migrate service tasks to react [EE-4676] ( #10328 )
2023-10-23 13:52:49 +03:00
Chaim Lev-Ari
70455320be
fix(docker/volumes): Add volume typo [EE-6226] ( #10483 )
2023-10-23 13:31:59 +03:00
Chaim Lev-Ari
b933bee95e
feat(docker/networks): migrate networks datatable to React [EE-4670] ( #10351 )
...
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2023-10-22 12:35:22 +03:00
Chaim Lev-Ari
0dc1805881
refactor(docker/services): convert services table to react [EE-4675] ( #10289 )
2023-10-22 12:32:05 +03:00
Chaim Lev-Ari
d970f0e2bc
refactor(containers): migrate create view to react [EE-2307] ( #9175 )
2023-10-19 13:45:50 +02:00
Chaim Lev-Ari
44d66cc633
fix(docker/secrets): allow navigating to secret item page [EE-6164] ( #10382 )
2023-10-15 09:33:27 +03:00
Ali
7218eb0892
feat(namespace): migrate create ns to react [EE-2226] ( #10377 )
2023-10-11 20:32:02 +01:00
Chaim Lev-Ari
5c37ed328f
refactor(docker/volumes): migrate table to react [EE-4677] ( #10312 )
2023-10-11 10:27:42 +03:00
Chaim Lev-Ari
b80fcb0467
fix(docker/stacks): show orphaned stacks option [EE-6149] ( #10346 )
2023-10-11 10:24:35 +03:00