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

Fix housekeeper not requiring filter_identifiers

In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181094 we
improved the filtering capabilities in Housekeeper and added a new class
FilterIdentifiers. But unfortunately we did not require the class before
using it and now it's breaking Housekeeper in CI (see
https://ops.gitlab.net/gitlab-com/database-team/gitlab-com-database-testing/-/jobs/17251336
for an example).

You can also easily test this yourself by running any keep. I've tested
locally with the example in the README.md and this fixes the problem.
上级 7b9c6212
No related branches found
No related tags found
无相关合并请求
......@@ -10,6 +10,7 @@
require 'gitlab/housekeeper/git'
require 'gitlab/housekeeper/change'
require 'gitlab/housekeeper/substitutor'
require 'gitlab/housekeeper/filter_identifiers'
require 'awesome_print'
require 'digest'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册