about summary refs log tree commit diff
path: root/spec/controllers/settings/migrations_controller_spec.rb
AgeCommit message (Collapse)Author
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
* Atomically check for processing lock in Move handler * Prevent race condition when creating account migrations Fixes #15595 * Add tests Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2019-09-19Add account migration UI (#11846)Eugen Rochko
Fix #10736 - Change data export to be available for non-functional accounts - Change non-functional accounts to include redirecting accounts
2018-10-04Lint pass (#8876)aus-social
2018-06-02Add tests for migrations_controller (#7707)Shuhei Kitagawa