Commit Graph

64 Commits (d25de4f459f302c3d376dbbbae97ddc1e866cbb3)

Author SHA1 Message Date
andres-portainer 364e4f1b4e fix(linters): add back removed linters and extend them to CE BE-11294
2 months ago
Oscar Zhou b14438fd99
fix(edge): add agent id/name into edge api response [BE-10988] (#12256)
2 months ago
andres-portainer 5353570721
task(code): remove unnecessary uses of govalidator BE-11181 (#12156)
3 months ago
andres-portainer eb3e367ba8
fix(edgestacks): change the level of a logged line EE-6874 (#11396)
3 months ago
andres-portainer faca64442f
chore(code): use cmp.Or() EE-7333 (#12009)
5 months ago
andres-portainer f0d43f941f
chore(code): replace interface{} with any EE-6513 (#11986)
5 months ago
andres-portainer e1648425ea
chore(nomad): remove Nomad code EE-7234 (#11980)
5 months ago
andres-portainer 9ee092aa5e
chore(code): reduce the code duplication EE-7278 (#11969)
5 months ago
andres-portainer bfa27d9103
chore(code): clean up the code EE-7251 (#11948)
5 months ago
andres-portainer 90a19cec5c
chore(code): remove unnecessary type conversions EE-7191 (#11908)
6 months ago
cmeng 385fd95779
fix(edge-stacks): take not-found stack as removed EE-6758 (#11248)
9 months ago
Matt Hook e687cee608
ignore, remove or comment out unused code. Enable unused linter (#10743)
11 months ago
Chaim Lev-Ari e1e90c9c1d
feat(edge/templates): introduce edge app templates [EE-6209] (#10480)
1 year ago
andres-portainer ae1726cece
feat(performance): performance optimizations EE-6042 (#10520)
1 year ago
Chaim Lev-Ari 95f3cf6e5b
refactor(server): use httperror.NewError instead of struct [EE-6189] (#10398)
1 year ago
Chaim Lev-Ari af7834174a
fix(api): restore deleted apis [EE-6090] (#10267)
1 year ago
andres-portainer c748385879
feat(transactions): remove the feature flag EE-6080 (#10257)
1 year ago
andres-portainer 8cc5e0796c
feat(libhttp): move into the Portainer repository EE-5475 (#10231)
1 year ago
cmeng 9845518aa9
fix(edge-stack): unable to edit edge stack EE-5845 (#9981)
1 year ago
Chaim Lev-Ari 0bcb57568c
feat(edge/stacks): increase status transparency [EE-5554] (#9094)
1 year ago
andres-portainer f7dd73b0f7
feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089)
1 year ago
Chaim Lev-Ari 93bf630105
feat(edge/stacks): sync EE codechanges [EE-498] (#8580)
2 years ago
andres-portainer eda07614ce
chore(unit-test): simplify teardown EE-5536 (#9015)
2 years ago
andres-portainer e82c88317e
feat(edgestacks): add support for transactions EE-5326 (#8908)
2 years ago
Chaim Lev-Ari 5f6ddc2fad
fix(edge/stacks): validate deployment type [EE-4580] (#8875)
2 years ago
Chaim Lev-Ari 426c132f97
refactor(edge/stacks): separate create by method [EE-4947] (#8898)
2 years ago
Oscar Zhou ed279ba65b
fix(edgestack): incorrect response code (#8873)
2 years ago
Chaim Lev-Ari 77f8b9333a
refactor(stacks): break swagger docs by type [EE-5381] (#8820)
2 years ago
Matt Hook 8c5edd2c97
fix(docs): add missing swagger docs for upload file [EE-4886] (#8708)
2 years ago
Chaim Lev-Ari feab2a757e
feat(gitops): allow to skip tls verification [EE-5023] (#8668)
2 years ago
Chaim Lev-Ari c8d334e603
fix(server): skip file deletion errors [EE-4916] (#8443)
2 years ago
cmeng 42ca1287df
fix(edge/stack): not clear stack status if version not updated [EE-4970] (#8408)
2 years ago
andres-portainer 2fc518f221
chore(edgestacks): clean up EE-4851 (#8260)
2 years ago
andres-portainer 137ce37096
chore(nil): remove unnecessary nil checks EE-4847 (#8254)
2 years ago
cmeng 919a854d93
feat(edge): EE-4570 allow pre-pull images with edge stack deployment (#8210)
2 years ago
andres-portainer 37896661d6
fix(edgestacks): avoid a data race in edge stack status update endpoint EE-4737 (#8168)
2 years ago
Chaim Lev-Ari 930d9e5628
feat(edge/stacks): use namespace in manifest [EE-4507] (#8145)
2 years ago
matias-portainer 8dcc5e4adb
fix(edgestacks): fix repository edge stack creation EE-4732 (#8160)
2 years ago
Chaim Lev-Ari 82e9e2a895
refactor(edge/updates): sync changes from EE [EE-4288] (#7726)
2 years ago
matias-portainer c21921a08d
fix(edgestacks): return 400 instead of 500 on edge stack create when an invalid payload is provided EE-4429 (#7880)
2 years ago
andres-portainer cb79dc18f8
chore(code): reduce divergence with EE EE-4344 (#7748)
2 years ago
Oscar Zhou 5777c18297
feat(gitops): support to list git repository refs and file tree [EE-2673] (#7100)
2 years ago
andres-portainer 9ef5636718
chore(handlers): replace structs by functions for HTTP errors EE-4227 (#7664)
2 years ago
Chao Geng a7d458f0bd
chore(tests): use t.TempDir to create temporary test directory [EE-3700] (#7612)
2 years ago
matias-portainer d754532ab1
chore(edgestacks): add unit tests for edge stacks (#6931)
3 years ago
andres-portainer 8a6024ce9b
fix(edge-stacks): add an endpoint to delete the status of an edge stack EE-2432 (#6551)
3 years ago
Marcelo Rydel f12c3968f1
feat(edge): edgeStacks and edgeJobs operations small refactors [EE-2744] (#6648)
3 years ago
Chaim Lev-Ari 87dda810fc
fix(edgestacks): create new stack [EE-2178] (#6311)
3 years ago
Sven Dowideit f99329eb7e
chore(store) EE-1981: Refactor/store/error checking, and other refactoring (#6173)
3 years ago
zees-dev 69c17986d9
feat(api-key/backend): introducing support for api-key based auth EE-978 (#6079)
3 years ago