diff options
author | James Lopez <james@jameslopez.es> | 2017-05-02 14:55:32 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2017-05-02 14:55:32 +0200 |
commit | 702b291f81b576c08f8e194d87fb779b4ce0fd6c (patch) | |
tree | 20267cd35ccec04dca75143243da5dd3f2aeb447 | |
parent | a49d5271fb70e51fbe25dddbc2877b6e332aed0d (diff) | |
download | gitlab-ce-702b291f81b576c08f8e194d87fb779b4ce0fd6c.tar.gz |
remove gl_project_id for I/E version updatefix/gl-project-id
-rw-r--r-- | app/models/commit_status.rb | 6 | ||||
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/app/models/commit_status.rb b/app/models/commit_status.rb index 2c4033146bf..75d04fd2b08 100644 --- a/app/models/commit_status.rb +++ b/app/models/commit_status.rb @@ -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) diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 899a6567768..70d2ef7103c 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -87,7 +87,6 @@ methods: - :type statuses: - :type - - :gl_project_id services: - :type merge_request_diff: |