강지원
549ee0a945
fix(containers): correct base URL construction for console access
...
Fixed an issue where the base URL for WebSocket connection in the console was being duplicated. The base href and window.location.origin were both set to "http://localhost:49000 ", resulting in a duplicated URL like "http://localhost:49000http://localhost:49000 ". This fix ensures that the base URL is properly constructed without duplication.
2024-09-05 18:00:49 +09:00
Chaim Lev-Ari
33ce841040
refactor(docker/events): migrate list view to react [EE-2228] ( #11581 )
2024-08-28 16:41:15 -03:00
Chaim Lev-Ari
9797201c2a
feat(docker): label gpu as nvidia only [EE-6999] ( #11729 )
2024-08-28 16:38:27 -03:00
Oscar Zhou
bedb7fb255
fix(swarm): auto multi-select volume with same name [EE-7240] ( #11955 )
2024-07-31 12:12:26 +12:00
LP B
1900fb695d
fix(docker/container): use nodeName to build links to networks used by containers ( #12002 )
2024-07-17 14:40:05 +02:00
Oscar Zhou
a62aac296b
fix(host): show clear host info message [EE-7075] ( #12011 )
2024-07-12 08:45:50 +12:00
cmeng
e828615467
fix(host-info) host info improvement EE-7075 ( #11884 )
2024-06-26 12:18:22 -03:00
LP B
9994ed157a
fix(app): properly update the app state when losing connectivity to a remote environment while browsing it ( #11942 )
2024-06-19 13:44:57 +02:00
James Carppe
ac3f1cd5c3
Add support for specifying the NFS server address in the mount point EE-7019 ( #11921 )
2024-06-12 11:23:08 -03:00
LP B
6a8e6734f3
feat(app): limit the docker API version supported by the frontend ( #11855 )
2024-06-10 20:54:31 +02:00
Chaim Lev-Ari
94c91035a7
refactor(custom-templates): migrate list view to react [EE-2256] ( #11611 )
2024-05-30 12:04:28 +03:00
Chaim Lev-Ari
014a590704
refactor(docker): migrate dashboard to react [EE-2191] ( #11574 )
2024-05-20 09:34:51 +03:00
Matt Hook
db8f9c6f6c
fix(console): fix command not found [EE-6982] ( #11825 )
2024-05-20 14:35:29 +12:00
cmeng
3924d0f081
fix(deletion): delete objects batch by batch EE-7084 ( #11833 )
2024-05-16 14:34:50 +12:00
Matt Hook
413b9c3b04
fix(terminal): don't close terminal on websocket close [EE-6631] ( #11824 )
2024-05-15 16:17:32 +12:00
Ali
6ae0a972d4
fix(docker): surface node details docker error [EE-7054] ( #11752 )
...
Co-authored-by: testa113 <testa113>
2024-05-09 12:01:13 +12:00
Chaim Lev-Ari
2100155ab5
refactor(docker/containers): migrate inspect view to react [EE-2190] ( #11005 )
2024-04-11 19:07:58 +03:00
Chaim Lev-Ari
de473fc10e
refactor(docker): remove EndpointProvider from exec [EE-6462] ( #10840 )
2024-04-11 19:04:58 +03:00
Chaim Lev-Ari
6ff4fd3db2
refactor(templates): migrate list view to react [EE-2296] ( #10999 )
2024-04-11 09:29:30 +03:00
Ali
d38085a560
chore(data-cy): require data-cy attributes [EE-6880] ( #11453 )
2024-04-11 12:11:38 +12:00
Chaim Lev-Ari
f584bf3830
refactor(registries): migrate list view to react [EE-4704] ( #10687 )
2024-04-08 17:22:43 +03:00
Chaim Lev-Ari
9600eb6fa1
refactor(tables): use add and delete buttons [EE-6297] ( #10668 )
...
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portaienr.io>
2024-04-08 17:21:41 +03:00
LP B
2b53bebcb3
fix(app): replace fields removed by Docker 25 and 26 ( #11468 )
...
* 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-03-29 13:57:14 +01:00
Chaim Lev-Ari
d336a14e50
feat(docker/services): show port ranges [EE-4012] ( #10657 )
2024-03-27 09:56:00 +02:00
cmeng
31658d4028
fix(stack): prepopulate when creating template from stack EE-6853 ( #11380 )
2024-03-18 09:36:06 +13:00
Matt Hook
73307e164b
fix(docs): make all doc links versioned [EE-6861] ( #11382 )
2024-03-15 16:57:51 +13:00
Matt Hook
b77132dbb1
fix(exec): improve alignment of help icon [EE-6816] ( #11339 )
2024-03-08 14:03:09 +13:00
Matt Hook
6db7d31554
fix(exec): fix alignment and text size and alignment [EE-6816] ( #11325 )
2024-03-07 12:58:05 +13:00
Chaim Lev-Ari
18dbad232e
fix(docker/images): export image [EE-6807] ( #11306 )
2024-03-05 19:30:48 +02:00
Matt Hook
e919da3771
fix(kube): update doc links to match new menu structure [EE-6759] ( #11267 )
2024-03-01 15:37:21 +13:00
Chaim Lev-Ari
19a6a5c608
fix(docker): hide write buttons for non authorized [EE-6775] ( #11260 )
2024-02-27 12:36:44 +02:00
Chaim Lev-Ari
ce3a1b8ba5
feat(a11y): add labels and roles [EE-6717] ( #11181 )
2024-02-19 16:37:26 +02:00
Dakota Walsh
89359dae8c
ix(console): docker console UTF-8 EE-6593 ( #11034 )
2024-01-30 09:34:10 +13:00
Dakota Walsh
b640b58371
fix(console): use writeUtf8 instead of environment variables EE-6593 ( #11019 )
2024-01-26 11:21:00 +13:00
Ali
3ccc764d40
fix(images): update up to date teaser wording [EE-6537] ( #11008 )
...
Co-authored-by: testa113 <testa113>
2024-01-24 14:22:15 +13:00
Dakota Walsh
dd068473d2
fix(console): minor typo in tooltip EE-1976 ( #11007 )
2024-01-24 12:02:56 +13:00
Dakota Walsh
fe47318e26
fix(terminal): display os specific copy/paste tooltip EE-1976 ( #10835 )
2024-01-24 09:45:40 +13:00
Chaim Lev-Ari
236e669332
refactor(templates): migrate edit view to react [EE-6412] ( #10774 )
2024-01-08 14:32:32 +07:00
matias-portainer
7a4314032a
fix(docker/console): avoid resizing console when inactive EE-5370 ( #10292 )
2024-01-04 13:01:52 -03:00
Chaim Lev-Ari
eb5975a400
docs(dashboard): update link for swarm node [EE-6318] ( #10833 )
...
Co-authored-by: holysoles <holysoles97@gmail.com>
2024-01-04 17:02:36 +07:00
Matt Hook
ecd603db8c
fix(docker-networks): use Network icon for networks [EE-6507] ( #10913 )
2024-01-04 18:54:04 +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
Chaim Lev-Ari
436da01bce
feat(auth): save jwt in cookie [EE-5864] ( #10527 )
2023-11-20 09:35:03 +02: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
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
948486df77
fix(services): update service [EE-6275] ( #10559 )
2023-11-01 12:27:38 +02:00
cmeng
8daf77c3b6
fix(log-viewer): unable to view container logs EE-6273 ( #10555 )
2023-11-01 12:00:05 +13:00
matias-portainer
8bb5129be0
feat(nomad): remove nomad from UI EE-6060 ( #10509 )
2023-10-31 15:27:20 -03:00
Chaim Lev-Ari
14129632a3
refactor(app-templates): convert list to react [EE-6205] ( #10439 )
2023-10-23 19:04:18 +03:00