focalboard/server/api
Doug Lauder 4652a15bab
Card APIs (#3760)
* cards apis wip

* create card API

* validate cards when creating

* create card fixes

* patch card wip

* wip

* unit test for createCard; CardPatch2BlockPatch

* unit test for PatchCard

* more APIs

* unit tests for GetCardByID

* register GetCard API

* Set FOCALBOARD_UNIT_TESTING for integration tests

* integration tests for CreateCard

* more integration tests for CreateCard

* integtration tests for PatchCard

* fix integration tests for PatchCard

* integration tests for GetCard

* GetCards API wip

* fix merge conflict

* GetCards API and unit tests

* fix linter issues

* fix flaky unit test for mySQL

* Update server/api/api.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* Update server/api/api.go

Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>

* address review comments

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
2022-09-08 13:01:33 +02:00
..
admin.go Replace mlog with server v6 mlog (#1088) 2021-08-25 16:08:01 -04:00
api.go Card APIs (#3760) 2022-09-08 13:01:33 +02:00
archive.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
audit.go Updated go version (#3189) 2022-06-06 10:18:21 +02:00
auth.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
blocks.go Card APIs (#3760) 2022-09-08 13:01:33 +02:00
boards.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
boards_and_blocks.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
cards.go Card APIs (#3760) 2022-09-08 13:01:33 +02:00
categories.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
channels.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
config.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
context.go fix remaining golangci linter warnings (#686) 2021-07-08 21:09:02 -04:00
files.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
insights.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
limits.go Fix make swagger errors & update version (#3772) 2022-09-07 08:32:53 -06:00
members.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
onboarding.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
search.go Fix make swagger errors & update version (#3772) 2022-09-07 08:32:53 -06:00
sharing.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
subscriptions.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
system.go Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
teams.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
templates.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
users.go Fix make swagger errors & update version (#3772) 2022-09-07 08:32:53 -06:00