focalboard/mattermost-plugin/server/boards
Miguel de la Cruz 08c0b7a2fd
Refactor error usage from the store level up and add API helpers (#3792)
* Refactor error usage from the store level up and add API helpers

* Complete API tests

* Fix merge errorResponse calls

* Remove ensure helpers to allow for custom messages on permission errors

* Fix bad import and call

* Remove bad user check on auth that was added as part of the main merge

* Fix empty list test

* Replace deprecated proxy calls to ioutil.ReadAll with io.ReadAll

* Add information to the NotFound errors

* Add context to all remaining errors and address review comments

* Fix linter

* Adapt the new card API endpoints to the error refactor

* Remove almost all customErrorResponse calls

* Add request entity too large to errorResponse and remove customErrorResponse

* Fix linter
2022-09-13 12:18:40 +02:00
..
boardsapp.go Register API router in product mode (#3700) 2022-08-17 17:50:01 +02:00
boardsapp_test.go Refactor error usage from the store level up and add API helpers (#3792) 2022-09-13 12:18:40 +02:00
boardsapp_util.go Read Mattermost s3 timeout value and used a default if not exist (#3817) 2022-09-09 11:42:55 +02:00
configuration.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
configuration_test.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
data_retention.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
data_retention_test.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
mutex_adapter.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
notifications.go Post message channel change (#3717) 2022-08-23 08:48:41 -06:00
post.go Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00