diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 21:08:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 21:08:39 +0000 |
commit | 0c6bc5443aa6c8f3e4becccb89fc0f135b4c64c8 (patch) | |
tree | 55f13e752e9061c1800cce510a52fc78b13282ca /db/fixtures/development | |
parent | d7ce7307dca551759ffa972015875f8ebe476927 (diff) | |
download | gitlab-ce-0c6bc5443aa6c8f3e4becccb89fc0f135b4c64c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/fixtures/development')
-rw-r--r-- | db/fixtures/development/17_cycle_analytics.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb index b2252d31cac..2bf3c918006 100644 --- a/db/fixtures/development/17_cycle_analytics.rb +++ b/db/fixtures/development/17_cycle_analytics.rb @@ -109,7 +109,7 @@ class Gitlab::Seeder::CycleAnalytics def create_issues Array.new(@issue_count) do issue_params = { - title: "Cycle Analytics: #{FFaker::Lorem.sentence(6)}", + title: "Value Stream Analytics: #{FFaker::Lorem.sentence(6)}", description: FFaker::Lorem.sentence, state: 'opened', assignees: [@project.team.users.sample] @@ -166,7 +166,7 @@ class Gitlab::Seeder::CycleAnalytics Timecop.travel 12.hours.from_now opts = { - title: 'Cycle Analytics merge_request', + title: 'Value Stream Analytics merge_request', description: "Fixes #{issue.to_reference}", source_branch: branch, target_branch: 'master' |