Skip to content
Snippets Groups Projects
Commit 12bbdbe6 authored by James Lopez's avatar James Lopez
Browse files

Merge branch 'fix/gl-project-id' into 'master'

Omit gl_project_id from Import/Export

Closes #29813

See merge request !11032

Former-commit-id: 1a5e84fe
parents cb758749 8f8a392c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -142,12 +142,6 @@ class CommitStatus < ActiveRecord::Base
canceled? && auto_canceled_by_id?
end
 
# Added in 9.0 to keep backward compatibility for projects exported in 8.17
# and prior.
def gl_project_id
'dummy'
end
def detailed_status(current_user)
Gitlab::Ci::Status::Factory
.new(self, current_user)
Loading
Loading
Loading
Loading
@@ -108,7 +108,6 @@ methods:
- :type
statuses:
- :type
- :gl_project_id
services:
- :type
merge_request_diff:
Loading
Loading
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