Chaim Lev-Ari
|
6f84317e7a
|
feat(system): upgrade on swarm [EE-5848] (#11728)
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
|
2024-09-20 18:00:38 +02:00 |
Oscar Zhou
|
80e607ab30
|
fix(stack): env placeholder as host path [BE-11187] (#12192)
|
2024-09-06 08:43:12 +12:00 |
andres-portainer
|
009eec9475
|
fix(compose): avoid the need to pass the file to remove the stack BE-11057 (#12065)
Co-authored-by: andres-portainer <andres-portainer@users.noreply.github.com>
Co-authored-by: Yajith Dayarathna <yajith.dayarathna@portainer.io>
|
2024-08-09 10:22:31 -03:00 |
andres-portainer
|
4adce14485
|
fix(errors): improve error handling EE-4430 (#11987)
|
2024-06-28 17:35:26 -03:00 |
andres-portainer
|
f0d43f941f
|
chore(code): replace interface{} with any EE-6513 (#11986)
|
2024-06-28 14:59:28 -03:00 |
andres-portainer
|
bfa27d9103
|
chore(code): clean up the code EE-7251 (#11948)
|
2024-06-18 15:59:12 -03:00 |
Oscar Zhou
|
4a7f96caf6
|
fix(stack): unable to delete invalid stack [EE-5753] (#11813)
|
2024-06-04 11:34:02 +12:00 |
Oscar Zhou
|
0c870bf37b
|
fix(compose): add project directory option to compose command [EE-7093] (#11870)
|
2024-05-30 08:47:07 +12:00 |
cmeng
|
a9ead542b3
|
fix(edge-stack): add completed status EE-6210 (#11632)
|
2024-04-30 13:44:08 +12:00 |
Chaim Lev-Ari
|
5560a444e5
|
fix(users): return json from create token [EE-6856] (#11577)
|
2024-04-25 10:10:42 +03:00 |
cmeng
|
385fd95779
|
fix(edge-stacks): take not-found stack as removed EE-6758 (#11248)
|
2024-03-01 11:50:20 +13:00 |
Matt Hook
|
90451bfd47
|
fix(helm) tighten up helm requests [EE-6722] (#11236)
|
2024-02-22 11:35:33 +13:00 |
Matt Hook
|
76aa086d79
|
fix(libhttp): capitalize http error responses for better display [EE-6698] (#11114)
|
2024-02-21 07:51:46 +13:00 |
Matt Hook
|
8a98704111
|
fix(helm): increase default helm timeouts [EE-6617]
|
2024-01-29 13:03:11 +13:00 |
Chaim Lev-Ari
|
82951093b5
|
chore(ci): run lint and test on all pkgs [EE-6201] (#10481)
|
2024-01-02 10:59:49 +07:00 |
cmeng
|
57ed6ae6a6
|
fix(edge-stack): parse docker compose multi lines json output EE-6317 (#10627)
|
2023-11-20 22:54:28 +13:00 |
andres-portainer
|
ae1726cece
|
feat(performance): performance optimizations EE-6042 (#10520)
|
2023-10-24 13:55:11 -03:00 |
Steven Kang
|
08fdebfbd9
|
feat(ci): introduce GH Actions for Portainer CE (#10419)
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
|
2023-10-24 13:30:33 +03:00 |
Prabhat Khera
|
7e4d113fda
|
fix libhelm error message (#10502)
|
2023-10-19 13:20:49 +13:00 |
Chaim Lev-Ari
|
95f3cf6e5b
|
refactor(server): use httperror.NewError instead of struct [EE-6189] (#10398)
|
2023-10-05 11:26:24 +03:00 |
Matt Hook
|
9440aa733d
|
support proxy for helm repo validation (#10358)
|
2023-09-29 10:55:49 +13:00 |
Matt Hook
|
d6d532473e
|
allow libhelm to use forward proxy (#10331)
|
2023-09-19 18:07:51 +12:00 |
andres-portainer
|
8cc5e0796c
|
feat(libhttp): move into the Portainer repository EE-5475 (#10231)
|
2023-09-01 19:27:02 -03:00 |
andres-portainer
|
090fa4aeb3
|
feat(libcrypto): move into the Portainer repository EE-5476 (#10230)
|
2023-09-01 17:27:19 -03:00 |
andres-portainer
|
9a234204fa
|
chore(go): move go.mod up one level to simplify dependencies EE-5726 (#10228)
|
2023-09-01 13:39:13 -03:00 |
Chaim Lev-Ari
|
0bcb57568c
|
feat(edge/stacks): increase status transparency [EE-5554] (#9094)
|
2023-07-13 23:55:52 +03:00 |
Chaim Lev-Ari
|
8c16fbb8aa
|
refactor(libstack): move library to portainer [EE-5474] (#9120)
|
2023-06-26 08:11:05 +07:00 |
Matt Hook
|
7a8a20e0cc
|
feat(libhelm): allow passing optional env and http client [EE-5252] (#8758)
|
2023-04-14 14:50:37 +12:00 |
andres-portainer
|
814fc9dfc0
|
fix(http): drain and close HTTP response bodies EE-5280 (#8716)
|
2023-03-27 15:14:16 -03:00 |
Matt Hook
|
e255bd710f
|
chore(golang) remove api pkg and go mod tidy (#8474)
* remove this. It exists and should be in the top level directory
* go mod tidy
|
2023-02-10 16:48:53 +13:00 |
Matt Hook
|
bfc610c192
|
feat(featureflags): improved feature flag handling [EE-4609] (#8222)
* updated and improved feature flags using new module
* merge init into parse
* update the package documentation
* better docs
* minor tidy
|
2023-02-09 17:17:46 +13:00 |
Matt Hook
|
4fee359247
|
feat(libhelm) import libhelm into CE pkg directory [EE-4650] (#8138)
* import libhelm and update some paths
* remove file
* update readme
|
2022-12-01 14:27:49 +13:00 |