agent_coder
3c7400ca2a
fix(update): derive git-stack flag from WorkflowID to match Go daemon ( closes #17 )
...
The TS update-routing used the deprecated `!!stack.GitConfig` to flag a
git-backed stack, which can diverge from the canonical Go daemon routing
(`IsGit: st.WorkflowID != 0`) on the new Workflow/Source model. Derive it from
WorkflowID instead (added WorkflowID to the client Stack type). The stack-type
filter (Type === DockerCompose) was already in place and tested.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-01 23:34:10 +03:00
Chaim Lev-Ari
a5cacd712d
refactor(gitops): remove manual credential entry from git form [BE-13047] ( #2951 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-22 15:42:09 +03:00
Chaim Lev-Ari
d9673e33ec
feat(helm): reuse existing git sources in Kubernetes Helm-from-git install [BE-13046] ( #2900 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-15 22:01:31 +03:00
Chaim Lev-Ari
fcdd6b4510
feat(stacks): use source id to create git stacks [BE-13043] ( #2870 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-15 18:49:26 +03:00
andres-portainer
0da42c01b6
feat(gitcredential): remove GitCredential BE-12919 ( #2838 )
2026-06-11 18:53:24 -03:00
Oscar Zhou
8a22e05284
fix(stack): git stack edit validation and repo credential lookup [BE-12899] ( #2594 )
2026-05-14 12:27:20 +12:00
Chaim Lev-Ari
a611e12b5c
fix(kube/stacks): allow empty stack name [BE-12889] ( #2444 )
2026-04-26 12:14:45 +03:00
nickl-portainer
5eaf145eda
chore(react-query): update all deprecated withError to use withGlobalError [R8S-968] ( #2461 )
...
Co-authored-by: Ali <83188384+testA113@users.noreply.github.com >
2026-04-24 16:01:59 +12:00
Chaim Lev-Ari
a21ec9299b
feat(stacks): add redeploy git button [BE-12783] ( #2278 )
2026-04-14 17:49:56 +03:00
Oscar Zhou
5aba61cc49
refactor(stack): create stack and deploy stack in async flow CE [BE-12650] ( #2238 )
2026-04-07 09:18:54 +12:00
Chaim Lev-Ari
a58ad25533
fix(stacks): stack.env can be null [BE-12736] ( #2239 )
2026-04-06 16:55:06 +03:00
Chaim Lev-Ari
5670216d7e
feat(stacks): show planned deployment info [BE-12737] ( #2097 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-22 09:34:45 +02:00
nickl-portainer
9cba6c7475
chore(tsconfig): remove obsolete aliases ( #2078 )
2026-03-18 16:01:17 +13:00
nickl-portainer
07b3bdb62d
chore(axios): move out axios utils into helpers and utils folder [R8S-871] ( #2077 )
2026-03-18 13:59:51 +13:00
nickl-portainer
ac7ff0fff4
chore(axios): move axios into own folder CE [R8S-871] ( #2075 )
2026-03-18 13:24:44 +13:00
Chaim Lev-Ari
42e9165347
fix(stacks): generate webhook id for stacks ( #1876 )
2026-02-17 10:38:18 +02:00
Chaim Lev-Ari
c6e9cdbf35
fix(stacks): save registries when creating stack BE-12526 ( #1633 )
2026-01-13 09:00:48 +02:00
Chaim Lev-Ari
a1bac5a133
refactor(stacks): migrate create view to react [BE-6630] ( #1538 )
2025-12-26 16:50:55 +02:00
Chaim Lev-Ari
0efed6d8d3
fix(stacks): invalidate only stack cache on update BE-12476 ( #1566 )
2025-12-23 15:27:26 +02:00
Chaim Lev-Ari
bf8ccbcec6
Revert "feat(frontend): import CE code to EE" ( #1557 )
2025-12-18 13:45:26 +02:00
Chaim Lev-Ari
2f5b083c5c
feat(frontend): import CE code to EE ( #1365 )
2025-12-17 13:02:19 +02:00
Chaim Lev-Ari
6d0a09402b
refactor(stacks): migrate item view to react [BE-6629] ( #1444 )
2025-12-11 10:21:43 +02:00
Chaim Lev-Ari
bf6cb8d0b8
refactor(stacks): use formik in StackRedeployGitForm [BE-12430] ( #1433 )
2025-11-27 08:43:51 +02:00
Chaim Lev-Ari
532575cab5
refactor(stacks): migrate info tab to react [BE-12383] ( #1415 )
2025-11-25 13:17:26 +02:00
Oscar Zhou
c8d44b9416
fix(edgestack): external label on k8s application deployed by edgestack [BE-12318] ( #1428 )
2025-11-22 09:04:31 +13:00
Chaim Lev-Ari
8071641179
refactor(stacks): convert editor to tab ( #1374 )
2025-11-12 15:44:13 +02:00
Chaim Lev-Ari
53e7704724
feat(stacks): allow to rename stacks [BE-12317] ( #1339 )
2025-11-09 09:39:29 +02:00
Chaim Lev-Ari
f607c7c271
reactor(stacks): migrate deploy git to react [BE-12382] ( #1372 )
2025-11-09 09:36:06 +02:00
Chaim Lev-Ari
73ad27640c
refactor(stacks): migrate duplication form to react [BE-12353] ( #1357 )
2025-11-04 18:44:54 +02:00
Oscar Zhou
bc44056815
fix(swarm): failed to deploy app template [BE-11385] ( #138 )
2024-11-15 11:53:22 +13:00
Ali
be9d3285e1
fix(custom-templates): add stack validation, remove custom template validation [EE-7102] ( #11938 )
...
Co-authored-by: testa113 <testa113>
2024-06-17 09:24:54 +12: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
b7cde35c3d
fix(ui/datatables): make empty table label consistent [EE-6499] ( #11612 )
2024-06-02 12:29:20 +03:00
Chaim Lev-Ari
1032b462b4
chore(deps): upgrade react-query to v4 [EE-6638] ( #11041 )
2024-04-14 17:54:25 +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
dabcf4f7db
feat(custom-templates): migrate create view to react [EE-6400] ( #10715 )
2023-12-06 14:11:02 +01:00
matias-portainer
8bb5129be0
feat(nomad): remove nomad from UI EE-6060 ( #10509 )
2023-10-31 15:27:20 -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
c8a1f0fa77
refactor(docker/stacks): migrate table to react [EE-4705] ( #9956 )
2023-09-07 15:59:59 +01:00
Ali
af77e33993
refactor(app): details widget migration [EE-5352] ( #8886 )
2023-05-29 15:06:14 +12:00