You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/api/datastore
Oscar Zhou bdb84617fe
chore(version): bump version to 2.21.1 (#12203)
3 months ago
..
migrator fix(migration): improper version EE-7048 (#11713) 7 months ago
postinit fix(migration): run post init migrations for edge after server starts [EE-6905] (#11548) 7 months ago
test_data chore(version): bump version to 2.21.1 (#12203) 3 months ago
validate
backup.go fix(backup): restore over network share EE-6578 (#11044) 10 months ago
backup_test.go fix(backup): restore over network share EE-6578 (#11044) 10 months ago
datastore.go fix(backup): restore over network share EE-6578 (#11044) 10 months ago
datastore_test.go fix(chisel): convert seed to private key file EE-5099 (#9149) 1 year ago
helpers_test.go ignore, remove or comment out unused code. Enable unused linter (#10743) 11 months ago
init.go feat(edge/templates): introduce edge app templates [EE-6209] (#10480) 1 year ago
migrate_data.go fix(pending-actions): clean pending actions for deleted environment [EE-6545] (#11600) 7 months ago
migrate_data_test.go fix(backup): restore over network share EE-6578 (#11044) 10 months ago
migrate_dbversion29_test.go
migrate_dbversion33_test.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 1 year ago
migrate_legacyversion.go fix(api): restore deleted apis [EE-6090] (#10267) 1 year ago
pendingactions_test.go fix(pending-action): pending action data format [EE-7064] (#11794) 7 months ago
services.go fix(teams): fix data-race in teamCreate() BE-11210 (#12196) 3 months ago
services_tx.go fix(teams): fix data-race in teamCreate() BE-11210 (#12196) 3 months ago
teststore.go