강지원
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
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
LP B
6a8e6734f3
feat(app): limit the docker API version supported by the frontend ( #11855 )
2024-06-10 20:54:31 +02:00
Matt Hook
db8f9c6f6c
fix(console): fix command not found [EE-6982] ( #11825 )
2024-05-20 14:35:29 +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
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
Ali
d38085a560
chore(data-cy): require data-cy attributes [EE-6880] ( #11453 )
2024-04-11 12:11:38 +12: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
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
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
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
436da01bce
feat(auth): save jwt in cookie [EE-5864] ( #10527 )
2023-11-20 09:35:03 +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
d970f0e2bc
refactor(containers): migrate create view to react [EE-2307] ( #9175 )
2023-10-19 13:45:50 +02:00
Chaim Lev-Ari
8e1417b4e9
refactor(docker/containers): remove EndpointProvider from container service [EE-6180] ( #10392 )
2023-10-11 10:26:44 +03:00
cmeng
56ab19433a
fix(websocket): abort websocket when logout EE-6058 ( #10372 )
2023-09-29 12:13:09 +13:00
LP B
ada6b31f69
fix(docker/container): container logs viewer error when logging is disabled ( #10384 )
...
* fix(docker/container-logs): invalid string breadcrumb
* fix(docker/container): let docker select the logging driver by default on container create
* fix(docker/container-logs): information panel in container logs when logging is disabled
* fix(docker/container): dont include HostConfig.LogConfig if no driver is selected
2023-09-28 15:53:52 +02:00
LP B
d437cde046
fix(docker/container): missing return statement when preparing container config ( #10383 )
2023-09-26 14:09:38 +02:00
Chaim Lev-Ari
7acde18930
feat(containers): migrate labels tab to react [EE-5212] ( #10348 )
2023-09-26 13:54:45 +03:00
Chaim Lev-Ari
2dfa4a7c45
refactor(containers): migrate restart policy tab to react [EE-5213] ( #10347 )
2023-09-25 20:40:26 +03:00
Chaim Lev-Ari
57e04c3544
refactor(containers): migrate caps tab to react [EE-5215] ( #10366 )
2023-09-25 19:36:50 +03:00
Chaim Lev-Ari
9dde610da3
fix(docker/containers): create container with bridge network [EE-6160] ( #10365 )
2023-09-25 19:35:54 +03:00
Chaim Lev-Ari
ffac83864d
refactor(containers): migrate resources tab to react [EE-5214] ( #10355 )
2023-09-24 15:31:06 +03:00
Chaim Lev-Ari
2b47b84e5e
feat(docker/containers): migrate network tab to react [EE-5210] ( #10344 )
2023-09-21 14:02:02 +03:00
Chaim Lev-Ari
e92f067e42
refactor(containers): migrate volumes tab to react [EE-5209] ( #10284 )
2023-09-21 05:31:00 +03:00
Chaim Lev-Ari
16ccf5871e
refactor(docker/containers): migrate env vars to react [EE-5211] ( #10345 )
2023-09-21 04:11:18 +03:00
Chaim Lev-Ari
b15812a74d
refactor(docker/containers): migrate networks table to react [EE-4665] ( #10069 )
2023-09-07 15:14:03 +01:00
Chaim Lev-Ari
f7366d9788
refactor(docker/containers): migrate commands tab to react [EE-5208] ( #10085 )
2023-09-04 19:07:29 +01:00
Chaim Lev-Ari
46e73ee524
refactor(docker/containers): migrate processes table to react [EE-4666] ( #10081 )
2023-09-04 17:05:01 +01:00
Chaim Lev-Ari
0e2eb17220
chore(deps): upgrade tailwind and prettier [EE-5218] ( #10068 )
2023-09-04 16:20:36 +01:00
Chaim Lev-Ari
599d214e50
refactor(docker): remove EndpointProvider from commit [EE-5641] ( #9123 )
2023-06-28 08:02:43 +07:00
Chaim Lev-Ari
2d05103fed
refactor(ui): migrate env var field to react [EE-4853] ( #8451 )
2023-05-31 10:08:41 +07:00
Oscar Zhou
96de026eba
fix(container/network): recreate container changes static IP [EE-5448] ( #8960 )
...
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-05-30 09:36:10 +12:00
cmeng
93866644c6
fix(GPU): EE-4331 error when enabling gpu on existing container ( #8316 )
2023-05-24 09:21:21 +12:00
Ali
fd916bc8a2
feat(gpu): rework docker GPU for UI performance [EE-4918] ( #8518 )
2023-03-03 14:47:10 +13:00
Chaim Lev-Ari
ab9b0c2147
feat(docker/containers): show name in log view [EE-5108] ( #8557 )
2023-03-01 09:37:23 +02:00
Chaim Lev-Ari
e66dea44e3
refactor(ui/modals): replace bootbox with react solution [EE-4541] ( #8010 )
2023-02-14 13:49:41 +05:30
Ali
58d66d3142
chore(prettier): add tailwind prettier plugin [EE-4809] ( #8221 )
...
* add prettier plugin
* apply tailwind prettier formatting
2023-02-13 10:04:24 +13:00
Matt Hook
f9bbe000fb
fix(docker): remove prepended slash by default on container names [EE-3592] ( #8195 )
...
* remove prepended slash by default if present
* trimcontainername still needed
2023-02-09 17:18:19 +13:00
Chaim Lev-Ari
d75d2ba9ce
fix(docker): fix links to docs [EE-4486] ( #8166 )
2022-12-18 10:13:18 +02:00
Oscar Zhou
b22cdb3559
fix(access/team): team member cannot change ownership to its own team [EE-4423] ( #8052 )
2022-12-15 21:27:18 +13:00
Ali
d78b762f7b
refactor(icons): replace fa icons [EE-4459] ( #7907 )
...
refactor(icons): remove fontawesome EE-4459
refactor(icon) replace feather with lucide EE-4472
2022-11-28 15:00:28 +13:00
Chaim Lev-Ari
d484a0eb64
fix(docker): remove word break in details [EE-4481] ( #7996 )
2022-11-22 15:00:55 +02:00
Chaim Lev-Ari
78dcba614d
refactor(portainer): move to react [EE-3350] ( #7915 )
2022-11-13 10:10:18 +02:00
Chaim Lev-Ari
37d4a80769
refactor(environments): remove endpoints cache [DTD-100] ( #6408 )
2022-11-02 13:29:26 +02:00
Chaim Lev-Ari
d9cc7eda51
refactor(app): move access-control components [EE-3441] ( #7559 )
2022-09-07 07:25:00 +03:00