focalboard/server
Miguel de la Cruz 19ef6533f6
Adds data migration to clean badly assigned boards (#3635)
* Adds data migration to clean badly assigned boards

This data migration fetches all boards whose owner has a deleted
membership on the board's team and fixes them by processing them
again, this time with the fix applied to the `getBestTeamForBoard`
function that skips deleted teams and team memberships

* Do not create a transaction if there are no offending boards found

* Fix linter
2022-08-11 09:22:32 -06:00
..
admin-scripts
api move rest API for changepassword to personal server routes (#3634) 2022-08-10 20:08:05 +02:00
app Making more robust websocket notifications on synthetic memberships (#3598) 2022-08-11 09:38:44 +02:00
assets Custom template's default card template works (#3335) 2022-07-29 11:27:18 -06:00
auth Fix mock early finish issue on test helpers (#3374) 2022-07-15 08:34:36 -04:00
client Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
integrationtests Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
main Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
model Rest API reorganization (#3624) 2022-08-10 08:20:42 -04:00
server Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
services Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
swagger Fix #3072. Add docs on how to auth to API readme. (#3102) 2022-05-25 09:19:02 -07:00
utils Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
web Multi product architecture (#3381) 2022-07-18 13:21:57 -04:00
ws More robust RHS handling of websocket events (#3648) 2022-08-11 15:22:02 +02:00
.golangci.yml add cyclo complexity, update migrate() to use defer (#3257) 2022-06-21 09:12:55 -06:00
go.mod Upgrade dependencies: mmserver, plugin-api, opengraph (#3525) 2022-08-02 19:02:35 -04:00
go.sum Upgrade dependencies: mmserver, plugin-api, opengraph (#3525) 2022-08-02 19:02:35 -04:00
go.tools.mod Updated go version (#3189) 2022-06-06 10:18:21 +02:00
go.tools.sum