Skip to content
Snippets Groups Projects
Verified Commit 316b5af0 authored by Matija Čupić's avatar Matija Čupić 🚀
Browse files

Remove ignore_column from Ci::JobArtifact

parent 945cc9c5
No related branches found
No related tags found
1 merge request!47722Remove ignore_column from Ci::JobArtifact
......@@ -7,13 +7,10 @@ class JobArtifact < ApplicationRecord
include UpdateProjectStatistics
include UsageStatistics
include Sortable
include IgnorableColumns
include Artifactable
include FileStoreMounter
extend Gitlab::Ci::Model
ignore_columns :locked, remove_after: '2020-07-22', remove_with: '13.4'
TEST_REPORT_FILE_TYPES = %w[junit].freeze
COVERAGE_REPORT_FILE_TYPES = %w[cobertura].freeze
ACCESSIBILITY_REPORT_FILE_TYPES = %w[accessibility].freeze
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment