Skip to content
Snippets Groups Projects
Commit 1a5e84fe 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
parents 8b9cd3c0 702b291f
No related branches found
No related tags found
2 merge requests!11056WIP: Resolve "Display performance deltas between app deployments on Merge Request workflow",!11032Omit gl_project_id from Import/Export
Pipeline #
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