focalboard/server/model
Doug Lauder 936cc820ab
Standardize err not found (#2834)
* cleanup log levels

* Standardize on model.IsErrNotFound instead of the mix of error checking done previously.

* fix merge conflicts

* fix comment typo

* add description to asserts
2022-04-20 11:02:12 -04:00
..
block_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
block.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
blockid.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
blocktype.go
board.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
boards_and_blocks_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
boards_and_blocks.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
category_boards.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
category.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
clientConfig.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
database.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
error.go Standardize err not found (#2834) 2022-04-20 11:02:12 -04:00
errorResponse.go
import_export.go Generate templates archive at build time (#2577) 2022-03-30 18:10:11 -04:00
notification.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
permission.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
properties_test.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
properties.go Permissions feature branch (#2578) 2022-03-22 08:24:34 -06:00
sharing.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
subscription.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
team.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
user.go Fix #2800. Add missing Swagger docs (#2801) 2022-04-15 10:21:10 -07:00
util.go
version.go