Skip to content
Snippets Groups Projects
Commit 94611567 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent 42572f63
No related branches found
No related tags found
No related merge requests found
Showing
with 69 additions and 6 deletions
Loading
Loading
@@ -6161,7 +6161,7 @@
{
"id": 36,
"project_id": 5,
"ref": "master",
"ref": null,
"sha": "sha-notes",
"before_sha": null,
"push_data": null,
Loading
Loading
@@ -6289,19 +6289,21 @@
{
"id": 37,
"project_id": 5,
"ref": null,
"ref": "master",
"sha": "048721d90c449b244b7b4c53a9186b04330174ec",
"before_sha": null,
"push_data": null,
"created_at": "2016-03-22T15:20:35.757Z",
"updated_at": "2016-03-22T15:20:35.757Z",
"tag": null,
"tag": false,
"yaml_errors": null,
"committed_at": null,
"status": "failed",
"started_at": null,
"finished_at": null,
"duration": null,
"source": "merge_request_event",
"merge_request_id": 27,
"stages": [
{
"id": 21,
Loading
Loading
@@ -6372,7 +6374,32 @@
}
]
}
]
],
"merge_request": {
"id": 27,
"target_branch": "feature",
"source_branch": "feature_conflict",
"source_project_id": 999,
"author_id": 1,
"assignee_id": null,
"title": "MR1",
"created_at": "2016-06-14T15:02:36.568Z",
"updated_at": "2016-06-14T15:02:56.815Z",
"state": "opened",
"merge_status": "unchecked",
"target_project_id": 5,
"iid": 9,
"description": null,
"position": 0,
"updated_by_id": null,
"merge_error": null,
"diff_head_sha": "HEAD",
"source_branch_sha": "ABCD",
"target_branch_sha": "DCBA",
"merge_params": {
"force_remove_source_branch": null
}
}
},
{
"id": 38,
Loading
Loading
Loading
Loading
@@ -12,9 +12,9 @@ describe 'Import/Export model configuration' do
 
# Remove duplicated or add missing models
# - project is not part of the tree, so it has to be added manually.
# - milestone, labels have both singular and plural versions in the tree, so remove the duplicates.
# - milestone, labels, merge_request have both singular and plural versions in the tree, so remove the duplicates.
# - User, Author... Models we do not care about for checking models
names.flatten.uniq - %w(milestones labels user author) + ['project']
names.flatten.uniq - %w(milestones labels user author merge_request) + ['project']
end
let(:all_models_yml) { 'spec/lib/gitlab/import_export/all_models.yml' }
let(:all_models_hash) { YAML.load_file(all_models_yml) }
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsBuildEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsBuildSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsIssueEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsIssueSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsMergeRequestSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsStageSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AnalyticsSummarySerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BlobEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BuildActionEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BuildArtifactEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BuildDetailsEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe BuildSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ClusterApplicationEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ClusterBasicEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ClusterEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ClusterSerializer do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe CommitEntity do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe ContainerRepositoryEntity do
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