1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-30 08:36:54 +02:00
focalboard/server/model
Miguel de la Cruz fa36e092bb
Server generated ids (#1667)
* Adds server ID generation on the insert blocks endpoint

* Fix linter

* Fix server linter

* Fix integration tests

* Update endpoint docs

* Update code to use the BlockType2IDType function when generating new IDs

* Handle new block ids on boards, templates and views creation

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2021-11-05 11:54:27 +01:00
..
block_test.go Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
block.go Server generated ids (#1667) 2021-11-05 11:54:27 +01:00
blocktype.go Move BlockType2IDType from utils to model (#1744) 2021-11-03 12:01:39 -04:00
clientConfig.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00
errorResponse.go Workspace backend support 2021-03-26 11:01:54 -07:00
sharing.go First pass linter cleanup (#603) 2021-06-21 11:21:42 +02:00
user.go [GH-436] Add integration tests for missing User API endpoints (#810) 2021-08-09 22:57:45 -04:00
version.go Update to v0.10 (#1633) 2021-10-22 13:59:05 -07:00
workspace.go Workspace switcher (#1052) 2021-09-08 10:22:03 +05:30