portainer/api
Prabhat Khera 0b9cebc685
fix(caching): integrate with axios cache interceptor [EE-6505] (#10922)
* integrate with axios-cache-interceptor
* remove extra headers as not needed
2024-01-11 11:12:53 +13:00
..
adminmonitor feat(libhttp): move into the Portainer repository EE-5475 (#10231) 2023-09-01 19:27:02 -03:00
agent fix(http): drain and close HTTP response bodies EE-5280 (#8716) 2023-03-27 15:14:16 -03:00
apikey fix(jwt): replace deprecated gorilla/securecookie [EE-5153] (#9247) 2023-07-27 09:34:16 +12:00
archive fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00
aws/ecr
backup fix(backup): add chisel key to backup EE-6105 (#10283) 2023-09-13 09:01:27 +12:00
build
chisel fix(chisel): fix a nil pointer dereference EE-6481 (#10871) 2023-12-22 11:36:01 -03:00
cli fix(rollback): reimplement rollback feature [EE-6367] (#10721) 2023-12-04 09:12:41 +13:00
cmd/portainer remove deprecated random seed and other minor staticcheck errors (#10851) 2023-12-18 11:48:41 +13:00
crypto feat(libcrypto): move into the Portainer repository EE-5476 (#10230) 2023-09-01 17:27:19 -03:00
database close db before restore. fix log (#10826) 2023-12-14 12:01:05 +13:00
dataservices feat(auth): save jwt in cookie [EE-5864] (#10527) 2023-11-20 09:35:03 +02:00
datastore feat(cache): default to off [EE-6293] (#10867) 2023-12-19 12:13:44 +13:00
demo feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
docker fix(tls): set the correct scheme for Docker clients EE-6514 (#10917) 2024-01-05 15:24:29 -03:00
edge feat(edgestack/async): add Rollbackto field in stackPayload [EE-5684] (#9238) 2023-07-24 10:48:02 +12:00
exec chore(ci): run lint and test on all pkgs [EE-6201] (#10481) 2024-01-02 10:59:49 +07:00
filesystem enable gosimple linter (#10744) 2023-12-18 10:27:24 +13:00
git feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
hostmanagement feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
http fix(caching): integrate with axios cache interceptor [EE-6505] (#10922) 2024-01-11 11:12:53 +13:00
internal fix(api-key): add password requirement to generate api key [EE-6140] (#10617) 2024-01-09 11:14:24 +13:00
jwt fix(password): force change password EE-6382 (#10708) 2023-11-30 17:46:57 +13:00
kubernetes ignore, remove or comment out unused code. Enable unused linter (#10743) 2023-12-18 10:28:15 +13:00
ldap
oauth feat(performance): performance optimizations EE-6042 (#10520) 2023-10-24 13:55:11 -03:00
pendingactions fix(registry): remove k8s registry secrets when registries are removed [EE-5768] (#10369) 2023-10-24 09:24:09 +13:00
platform fix(container/network): recreate container changes static IP [EE-5448] (#8960) 2023-05-30 09:36:10 +12:00
scheduler fix(gitops): avoid cancelling the auto updates for any error EE-5604 (#10294) 2023-09-12 17:53:01 -03:00
stacks remove deprecated random seed and other minor staticcheck errors (#10851) 2023-12-18 11:48:41 +13:00
api-description.md
connection.go fix(edgegroups): fix data-race in edgeGroupCreate EE-4435 (#8477) 2023-02-14 15:18:07 -03:00
kubernetes.go
portainer.go fix(caching): integrate with axios cache interceptor [EE-6505] (#10922) 2024-01-11 11:12:53 +13:00
swagger.yaml chore(libs): update go libs and hide passwords/keys [EE-6496] (#10889) 2023-12-28 05:23:25 +13:00
swagger_config.json