Ghost/test/regression/api/v3/admin
Rishabh Garg 3b90b1f335
Moved launchComplete user setting as global editor setting (#13703)
refs https://github.com/TryGhost/Team/issues/807

The launch wizard completed flag was previously stored at per user level in accessibility column of user table, so an administrator still got the option to complete the launch wizard even if the owner had completed it previously, which is not expected pattern. This change moves the launch complete flag for Admin to common settings from per user level so a site only needs to complete the launch wizard once irrespective of which user completes it

- adds new `editor_is_launch_complete` setting to track if a site launch steps are completed in Admin
- adds new migration util to easily allow adding new setting 
- adds migration to introduce new `editor_is_launch_complete` setting
- adds migration to update launch complete flag for a site if any of the users have already completed the launch steps
2021-11-04 18:03:51 +05:30
..
authentication.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
db.test.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
identities.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
images.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
labels.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
members_signin_url.test.js Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
members.test.js Fixed empty response when import triggers a job 2021-07-23 21:14:06 +04:00
notifications.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
pages.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
posts.test.js Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
redirects.test.js Fixed redirects integration tests 2021-11-03 07:41:55 +13:00
schedules.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
site.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
slack.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
users.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
utils.js Refactored test utils "post" properties 2021-05-13 15:41:27 +04:00
webhooks.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00