Skip to content

Mark disabled pages domain for removal

Vladimir Shushlin requested to merge remove-disabled-pages-domains into master

What does this MR do?

As discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/44696, we have many disabled pages domains which are being constantly verified.

This MR adds column remove_at to pages domain and set it to 1.week.from_now when domain being disabled or unsuccessfully verified first time.

Some spec refactoring is extracted in separate MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26178/diffs Actual domain removal also will be done in separate MR

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/44696

Does this MR meet the acceptance criteria?

Edited by Vladimir Shushlin

Merge request reports