andres-portainer
8aae557266
fix(stacks): run webhooks in background to avoid GitHub timeouts BE-11260
2024-10-09 17:28:19 -03:00
Ali
32e94d4e4e
feat(podman): support add podman envs in the wizard [r8s-20] ( #12056 )
2024-09-25 11:55:07 +12:00
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
cc7f14951c
fix(stack/remote): pass forceRecreate setting [EE-7374] ( #12051 )
2024-08-06 09:02:21 +12:00
andres-portainer
31bdb948a8
chore(code): use int ranges in loops BE-10990 ( #12028 )
2024-07-10 19:22:47 -03:00
andres-portainer
6e7a42727a
chore(kompose): remove the code EE-4917 ( #12003 )
2024-07-08 17:19:07 -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
Ali
27865981df
fix(namespace): sanitize owner label [EE-7122] ( #11935 )
...
Co-authored-by: testa113 <testa113>
2024-06-13 11:06:17 +12:00
andres-portainer
90a19cec5c
chore(code): remove unnecessary type conversions EE-7191 ( #11908 )
2024-06-10 09:32:52 -03:00
andres-portainer
9068cfd892
chore(code): remove superfluous checks EE-7040 ( #11692 )
2024-04-25 11:25:23 -03:00
Matt Hook
cf1fd17626
chore(api): bump docker and protobuf pkgs [EE-6941] ( #11566 )
2024-04-15 10:53:15 +12:00
Prabhat Khera
80cc9f18b5
chore(unpacker): use APIVersion as unpacker image tag [EE-6974] ( #11506 )
2024-04-15 10:29:24 +12:00
andres-portainer
bd3440bf3c
fix(tests): fix data races EE-6867 ( #11387 )
2024-03-18 10:56:22 -03:00
andres-portainer
85ae705833
fix(gitops): add singleflight behavior to RedeployWhenChanged calls EE-6377 ( #10734 )
2024-01-22 19:41:48 -03:00
Matt Hook
5f1f797281
remove deprecated random seed and other minor staticcheck errors ( #10851 )
2023-12-18 11:48:41 +13:00
andres-portainer
a4b17d2548
fix(gitops): change the condition that checks if the environment is online EE-6321 ( #10665 )
2023-11-23 11:54:50 -03:00
andres-portainer
0b5b8971b1
fix(gitops): handle the local environment in isEnvironmentOnline() EE-6321 ( #10631 )
2023-11-16 09:40:42 -03:00
andres-portainer
ae1726cece
feat(performance): performance optimizations EE-6042 ( #10520 )
2023-10-24 13:55:11 -03:00
andres-portainer
e4e66dac9c
fix(gitops): only attempt to redeploy when the environment appears to be online EE-6182 ( #10464 )
2023-10-24 11:20:45 -03:00
Chaim Lev-Ari
e28322459a
fix(stacks): mark stack as start after autoupdate [EE-6165] ( #10376 )
2023-09-27 07:53:33 +03:00
andres-portainer
5a0cb4d0e8
fix(gitops): avoid cancelling the auto updates for any error EE-5604 ( #10294 )
2023-09-12 17:53:01 -03:00
andres-portainer
8cc5e0796c
feat(libhttp): move into the Portainer repository EE-5475 ( #10231 )
2023-09-01 19:27:02 -03:00
cmeng
4ca45e89c5
fix(relative-path): not deploy git stack via unpacker EE-6043 ( #10195 )
2023-08-29 11:49:00 +12:00
cmeng
7125ef81f3
fix(stack): pass registries to unpacker to start stack EE-4797 ( #10095 )
2023-08-24 13:01:49 +12:00
andres-portainer
0eaf296e1b
fix(unpacker): implement unpacker error parsing EE-5779 ( #10005 )
2023-08-10 10:25:59 -03:00
andres-portainer
64b227b2e1
chore(code): clean up the code EE-5719 ( #9183 )
2023-07-10 23:26:54 -03:00
Oscar Zhou
bc47061624
feat(edgestack): git stack versioning [EE-5458] ( #9126 )
2023-06-30 16:49:38 +12:00
andres-portainer
4cc96b4b30
feat(dataservices): unify access methods and abstract away redundant code [EE-5628] ( #9115 )
2023-06-22 18:28:07 -03:00
Oscar Zhou
2ac70b1eb6
feat(gitops): reword automatic update to gitops update for ui and docs ( #9067 )
2023-06-13 15:32:10 +12:00
Chaim Lev-Ari
93bf630105
feat(edge/stacks): sync EE codechanges [EE-498] ( #8580 )
2023-05-31 01:33:22 +07:00
andres-portainer
eda07614ce
chore(unit-test): simplify teardown EE-5536 ( #9015 )
2023-05-30 11:02:22 -03: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
andres-portainer
bcbdb01785
fix(kubernetes): fix manifestFilePaths slice creation EE-4554 ( #8023 )
2023-05-25 11:38:14 -03:00
LP B
5a04338087
feat(api/stacks): use compose-unpacker to deploy stacks from git [EE-4758] ( #8725 )
...
* feat(api/stacks): use compose-unpacker to deploy stacks from git
* refactor(api/stacks): move stack operation as unpacker builder parameter + check builder func existence
* fix(api/stacks): defer removal of unpacker container after error check
* refactor(api/unpacker-builder): clearer code around client creation for standalone and swarm manager
* refactor(api/stacks): extract git stack check to utility function
* fix(api/stacks): apply skip tls when deploying with unpcker - ref EE-5023
* fix(api/stacks): defer close of docker client
2023-05-17 14:52:39 +02:00
Matt Hook
334eee0c8c
fix(errors): wrap db errors, improve error handling ( #8859 )
...
* use error check func, wrap db object not found
* add errorlint and fix all the linting errors
* add exportloopref linter and fix errors
* fix incorrect error details returned on an api
* fix new errors
* increase linter timeout
* increase timeout to 10minutes
* increase timeout to 10minutes
* rebase and fix new lint errors
* make CE match EE
* fix govet issue
2023-05-05 12:19:47 +12:00
Oscar Zhou
c650868fe9
feat(templates): allow managing git based templates [EE-2600] ( #7855 )
...
Co-authored-by: itsconquest <william.conquest@portainer.io>
Co-authored-by: oscarzhou <oscar.zhou@portainer.io>
Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com>
2023-04-04 12:44:42 +12:00
cmeng
30a2bb0495
fix(security): potential vulnerability of path traversal attacks EE-5303 ( #8728 )
2023-04-04 09:00:17 +12:00
Chaim Lev-Ari
feab2a757e
feat(gitops): allow to skip tls verification [EE-5023] ( #8668 )
2023-04-03 09:19:17 +03:00
andres-portainer
15cbdb8af9
chore(portainer): clean up the code EE-5188 ( #8660 )
2023-03-13 13:18:28 -03:00
Chaim Lev-Ari
6918da2414
refactor(stacks): extract auto update logic [EE-4945] ( #8545 )
2023-03-02 17:07:50 +02:00
Ali
ac6f52ab76
fix(gitapp): set manifest in git settings [EE-4734] ( #8190 )
2022-12-14 14:30:15 +13:00
andres-portainer
5488389278
fix(code): replace calls to ioutil EE-4425 ( #7878 )
2022-10-17 15:29:12 -03:00
andres-portainer
ae2bec4bd9
fix(code): clean up EE-4432 ( #7865 )
2022-10-14 18:09:07 -03:00
Oscar Zhou
e9de484c3e
refactor(stack): stack build process backend only [EE-4342] ( #7750 )
2022-10-05 22:33:59 +13:00
andres-portainer
cb79dc18f8
chore(code): reduce divergence with EE EE-4344 ( #7748 )
2022-09-28 14:56:32 -03:00
Oscar Zhou
5777c18297
feat(gitops): support to list git repository refs and file tree [EE-2673] ( #7100 )
2022-09-21 17:47:02 +12:00
andres-portainer
36e7981ab7
feat(logging): replace all the loggers with zerolog EE-4186 ( #7663 )
2022-09-16 13:18:44 -03:00
congs
6078234d07
fix(stack): EE-4213 Allow latest image to be pulled for stacks: backport backend logic ( #7669 )
2022-09-15 16:57:26 +12:00
Chao Geng
a7d458f0bd
chore(tests): use t.TempDir to create temporary test directory [EE-3700] ( #7612 )
...
* create temporary test directory with t.TempDir
2022-09-14 13:59:47 +08:00