portainer/api/database/boltdb
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
..
db.go fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00
db_test.go Fix(db): needs encryption migration function fixed EE-2414 (#6494) 2022-02-02 09:53:59 +13:00
export.go fix(db): remove a bucket overwrite EE-4424 (#7867) 2022-11-03 18:51:15 -03:00
json.go fix(db): handle decryption error EE-2466 (#6499) 2022-02-01 11:48:26 -03:00
json_test.go chore(portainer): clean up the code EE-5188 (#8660) 2023-03-13 13:18:28 -03:00
tx.go fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00
tx_test.go fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00