Skip to content
代码片段 群组 项目
提交 dbc8aea8 编辑于 作者: Roy Zwambag's avatar Roy Zwambag
浏览文件

Merge branch '425744-removing-the-ignore-rule-force_full_reconciliation' into 'master'

Remove the ignore rule `force_full_reconciliation

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/136670



Merged-by: default avatarRoy Zwambag <rzwambag@gitlab.com>
Approved-by: default avatarShekhar Patnaik <spatnaik@gitlab.com>
Approved-by: default avatarRoy Zwambag <rzwambag@gitlab.com>
Co-authored-by: default avatarAlper Akgun <aakgun@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -38,8 +38,6 @@ class Workspace < ApplicationRecord
validate :enforce_permanent_termination
ignore_column :force_full_reconciliation, remove_with: '16.7', remove_after: '2023-11-22'
scope :with_desired_state_updated_more_recently_than_last_response_to_agent, -> do
# noinspection SqlResolve - https://handbook.gitlab.com/handbook/tools-and-tips/editors-and-ides/jetbrains-ides/tracked-jetbrains-issues/#ruby-31542
where('desired_state_updated_at >= responded_to_agent_at').or(where(responded_to_agent_at: nil))
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册