Commit Graph

68 Commits (rc/2.22.0-rc1)

Author SHA1 Message Date
andres-portainer 7a176cf284
fix(teams): fix data-race in teamCreate() BE-11210 (#12195)
3 months ago
Chaim Lev-Ari 3c1441d462
refactor(users): migrate list view to react [EE-2202] (#11914)
3 months ago
andres-portainer 31bdb948a8
chore(code): use int ranges in loops BE-10990 (#12028)
5 months ago
andres-portainer 4adce14485
fix(errors): improve error handling EE-4430 (#11987)
5 months ago
andres-portainer f0d43f941f
chore(code): replace interface{} with any EE-6513 (#11986)
5 months ago
andres-portainer 9c4935286f
chore(jsoniter): remove leftover code EE-6702 (#11984)
5 months ago
andres-portainer 19fa40286a
chore(fdo): remove FDO code EE-7235 (#11981)
5 months ago
Matt Hook 62c2bf86aa
fix(db): fix missing portainer.edb in backups when encrypted portainer db is used [EE-6417] (#11885)
6 months ago
Matt Hook 5a5a10821d
fix(pendingactions): refactor pending actions [EE-7011] (#11780)
7 months ago
Prabhat Khera d9df58e93a
fix(pending-actions): clean pending actions for deleted environment [EE-6545] (#11598)
7 months ago
Dakota Walsh 5ee6efb145
fix(backup): restore over network share EE-6578 (#11044)
10 months ago
Dakota Walsh 488fcc7cc5
fix(docs): convert APIKey to string EE-6199 (#10943)
10 months ago
Chaim Lev-Ari 436da01bce
feat(auth): save jwt in cookie [EE-5864] (#10527)
1 year ago
Prabhat Khera e73b7fe0fd
fix(kubernetes): clear user token from kube token cache on logout + update cluster rolebindings for user on change of team/user authorization [EE-6298] (#10598)
1 year ago
andres-portainer 6c55cac52a
feat(code): equalize the code with EE EE-6218 (#10518)
1 year ago
andres-portainer b346fd7f39
fix(store): fix StoreIsUpdating() to properly set the state EE-6227 (#10486)
1 year ago
Prabhat Khera 14853f6da0
fix(kubernetes): kube env permissions when down [EE-5427] (#10327)
1 year ago
andres-portainer 9fa097d45f
fix(endpointgroups): add transactions support to the User model to avoid a nil pointer dereference EE-5328 (#9221)
1 year ago
andres-portainer 8c533bee67
feat(transactions): migrate some parts to use transactional code EE-5494 (#9213)
1 year ago
Chaim Lev-Ari 0bcb57568c
feat(edge/stacks): increase status transparency [EE-5554] (#9094)
1 year ago
andres-portainer 64b227b2e1
chore(code): clean up the code EE-5719 (#9183)
1 year ago
andres-portainer eefb4c4287
fix(polling): clean up the logic for correctness and performance EE-5700 (#9169)
1 year ago
andres-portainer 4cc96b4b30
feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115)
1 year ago
andres-portainer 716c196682
feat(dataservices): abstract away some redundant code EE-5620 (#9110)
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 db93e5880f
feat(endpointedge): add support for transactions EE-5327 (#8961)
2 years ago
Chaim Lev-Ari 365316971b
feat(waiting-room): choose relations when associated endpoint [EE-5187] (#8720)
2 years ago
Matt Hook 334eee0c8c
fix(errors): wrap db errors, improve error handling (#8859)
2 years ago
andres-portainer a062a0bfbe
feat(resourcecontrol): add support for transactions EE-5431 (#8901)
2 years ago
andres-portainer 706d66a76e
feat(teammemberships): add support for transactions EE-5412 (#8900)
2 years ago
andres-portainer 745bbb7d79
feat(roles): add transactions support EE-5390 (#8878)
2 years ago
Chaim Lev-Ari 4b9c857d85
feat(waiting-room): show and filter by check in [EE-5186] (#8701)
2 years ago
andres-portainer 56d6dfe02e
feat(transactions): add transaction support for Registries EE-5382 (#8825)
2 years ago
andres-portainer 1a451823d9
fix(edgestacks): fix a deadlock in UpdateEdgeStackFunc() (#8735)
2 years ago
andres-portainer 17839aa473
fix(endpointrelation): change a callback so it is transactional EE-5312 (#8729)
2 years ago
Chaim Lev-Ari 6918da2414
refactor(stacks): extract auto update logic [EE-4945] (#8545)
2 years ago
andres-portainer 95ac2cc4c3
chore(edge): add transaction support for common objects EE-5079 (#8522)
2 years ago
andres-portainer f081631808
fix(edgegroups): fix data-race in edgeGroupCreate EE-4435 (#8477)
2 years ago
Matt Hook bfc610c192
feat(featureflags): improved feature flag handling [EE-4609] (#8222)
2 years ago
LP B 9b53960906
fix(api/edgestack): update deployments count when env relations are updated (#8433)
2 years ago
andres-portainer 5f3dd0a64f
fix(edgestacks): fix edge stacks cache invalidation EE-4909 (#8399)
2 years ago
matias-portainer 6570f1f8eb
fix(edgejobs): remove endpoint from edge job mapping on endpoint deletion EE-4764 (#8212)
2 years ago
andres-portainer dd0d1737b0
fix(performance): optimize performance for edge EE-3311 (#8040)
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 82e9e2a895
refactor(edge/updates): sync changes from EE [EE-4288] (#7726)
2 years ago
andres-portainer 9dfac98a26
fix(tags): add missing error handling EE-4622 (#8102)
2 years ago
andres-portainer e26a607d28
fix(edgegroups): avoid a last-write-wins situation when updating edge groups concurrently EE-3732 (#8101)
2 years ago
Matt Hook 583346321e
feat(version): migrate version to semver [EE-3756] (#7693)
2 years ago
Oscar Zhou 9e1f80cf37
chore(ui/ldap): add texttip for group search configuration (#7944)
2 years ago