Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6c15c18f
Commit
6c15c18f
authored
Jan 09, 2020
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
263f926c
Changes
90
Hide whitespace changes
Inline
Side-by-side
Showing
90 changed files
with
191 additions
and
137 deletions
+191
-137
.rubocop.yml
.rubocop.yml
+0
-6
app/assets/javascripts/lib/utils/datetime_utility.js
app/assets/javascripts/lib/utils/datetime_utility.js
+10
-0
app/assets/stylesheets/snippets.scss
app/assets/stylesheets/snippets.scss
+6
-3
app/mailers/emails/projects.rb
app/mailers/emails/projects.rb
+1
-1
app/mailers/notify.rb
app/mailers/notify.rb
+2
-2
app/models/ci/job_artifact.rb
app/models/ci/job_artifact.rb
+1
-1
app/services/issuable/clone/attributes_rewriter.rb
app/services/issuable/clone/attributes_rewriter.rb
+15
-0
app/workers/concerns/worker_attributes.rb
app/workers/concerns/worker_attributes.rb
+0
-0
changelogs/unreleased/33596-package-ci-package-pipeline-api.yml
...logs/unreleased/33596-package-ci-package-pipeline-api.yml
+5
-0
changelogs/unreleased/add-get-date-in-future-util.yml
changelogs/unreleased/add-get-date-in-future-util.yml
+5
-0
changelogs/unreleased/embed-snippet-font.yml
changelogs/unreleased/embed-snippet-font.yml
+5
-0
doc/api/packages.md
doc/api/packages.md
+12
-3
lib/gitlab/metrics/prometheus.rb
lib/gitlab/metrics/prometheus.rb
+9
-1
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
...a/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
+2
-3
spec/controllers/autocomplete_controller_spec.rb
spec/controllers/autocomplete_controller_spec.rb
+1
-3
spec/factories/analytics/cycle_analytics/project_stages.rb
spec/factories/analytics/cycle_analytics/project_stages.rb
+1
-1
spec/factories/aws/roles.rb
spec/factories/aws/roles.rb
+1
-1
spec/factories/badge.rb
spec/factories/badge.rb
+2
-2
spec/factories/chat_names.rb
spec/factories/chat_names.rb
+1
-1
spec/factories/chat_teams.rb
spec/factories/chat_teams.rb
+1
-1
spec/factories/ci/bridge.rb
spec/factories/ci/bridge.rb
+1
-1
spec/factories/ci/build_need.rb
spec/factories/ci/build_need.rb
+1
-1
spec/factories/ci/build_trace_chunks.rb
spec/factories/ci/build_trace_chunks.rb
+1
-1
spec/factories/ci/build_trace_section_names.rb
spec/factories/ci/build_trace_section_names.rb
+1
-1
spec/factories/ci/builds.rb
spec/factories/ci/builds.rb
+1
-1
spec/factories/ci/group_variables.rb
spec/factories/ci/group_variables.rb
+1
-1
spec/factories/ci/job_artifacts.rb
spec/factories/ci/job_artifacts.rb
+1
-1
spec/factories/ci/job_variables.rb
spec/factories/ci/job_variables.rb
+1
-1
spec/factories/ci/pipeline_schedule.rb
spec/factories/ci/pipeline_schedule.rb
+1
-1
spec/factories/ci/pipeline_schedule_variables.rb
spec/factories/ci/pipeline_schedule_variables.rb
+1
-1
spec/factories/ci/pipeline_variables.rb
spec/factories/ci/pipeline_variables.rb
+1
-1
spec/factories/ci/pipelines.rb
spec/factories/ci/pipelines.rb
+1
-1
spec/factories/ci/resource.rb
spec/factories/ci/resource.rb
+1
-1
spec/factories/ci/resource_group.rb
spec/factories/ci/resource_group.rb
+1
-1
spec/factories/ci/runner_projects.rb
spec/factories/ci/runner_projects.rb
+1
-1
spec/factories/ci/runners.rb
spec/factories/ci/runners.rb
+1
-1
spec/factories/ci/sources/pipelines.rb
spec/factories/ci/sources/pipelines.rb
+1
-1
spec/factories/ci/stages.rb
spec/factories/ci/stages.rb
+2
-2
spec/factories/ci/trigger_requests.rb
spec/factories/ci/trigger_requests.rb
+1
-1
spec/factories/ci/triggers.rb
spec/factories/ci/triggers.rb
+1
-1
spec/factories/ci/variables.rb
spec/factories/ci/variables.rb
+1
-1
spec/factories/clusters/applications/helm.rb
spec/factories/clusters/applications/helm.rb
+9
-9
spec/factories/clusters/clusters.rb
spec/factories/clusters/clusters.rb
+1
-1
spec/factories/clusters/kubernetes_namespaces.rb
spec/factories/clusters/kubernetes_namespaces.rb
+1
-1
spec/factories/clusters/platforms/kubernetes.rb
spec/factories/clusters/platforms/kubernetes.rb
+1
-1
spec/factories/clusters/projects.rb
spec/factories/clusters/projects.rb
+1
-1
spec/factories/clusters/providers/aws.rb
spec/factories/clusters/providers/aws.rb
+1
-1
spec/factories/clusters/providers/gcp.rb
spec/factories/clusters/providers/gcp.rb
+1
-1
spec/factories/commit_statuses.rb
spec/factories/commit_statuses.rb
+2
-2
spec/factories/deployments.rb
spec/factories/deployments.rb
+1
-1
spec/factories/dev_ops_score_metrics.rb
spec/factories/dev_ops_score_metrics.rb
+1
-1
spec/factories/environments.rb
spec/factories/environments.rb
+1
-1
spec/factories/error_tracking/detailed_error.rb
spec/factories/error_tracking/detailed_error.rb
+1
-1
spec/factories/error_tracking/error.rb
spec/factories/error_tracking/error.rb
+1
-1
spec/factories/error_tracking/error_event.rb
spec/factories/error_tracking/error_event.rb
+1
-1
spec/factories/error_tracking/project.rb
spec/factories/error_tracking/project.rb
+1
-1
spec/factories/events.rb
spec/factories/events.rb
+1
-1
spec/factories/gitaly/commit.rb
spec/factories/gitaly/commit.rb
+1
-1
spec/factories/gitaly/commit_author.rb
spec/factories/gitaly/commit_author.rb
+1
-1
spec/factories/gitaly/tag.rb
spec/factories/gitaly/tag.rb
+1
-1
spec/factories/grafana_integrations.rb
spec/factories/grafana_integrations.rb
+1
-1
spec/factories/groups.rb
spec/factories/groups.rb
+1
-1
spec/factories/import_states.rb
spec/factories/import_states.rb
+1
-1
spec/factories/labels.rb
spec/factories/labels.rb
+1
-1
spec/factories/namespace/aggregation_schedules.rb
spec/factories/namespace/aggregation_schedules.rb
+1
-1
spec/factories/namespace/root_storage_statistics.rb
spec/factories/namespace/root_storage_statistics.rb
+1
-1
spec/factories/notes.rb
spec/factories/notes.rb
+10
-10
spec/factories/project_error_tracking_settings.rb
spec/factories/project_error_tracking_settings.rb
+1
-1
spec/factories/project_metrics_settings.rb
spec/factories/project_metrics_settings.rb
+1
-1
spec/factories/prometheus_metrics.rb
spec/factories/prometheus_metrics.rb
+1
-1
spec/factories/releases/link.rb
spec/factories/releases/link.rb
+1
-1
spec/factories/sentry_issue.rb
spec/factories/sentry_issue.rb
+1
-1
spec/factories/serverless/domain_cluster.rb
spec/factories/serverless/domain_cluster.rb
+1
-1
spec/factories/services.rb
spec/factories/services.rb
+1
-1
spec/factories/terms.rb
spec/factories/terms.rb
+1
-1
spec/factories/todos.rb
spec/factories/todos.rb
+1
-1
spec/features/boards/boards_spec.rb
spec/features/boards/boards_spec.rb
+2
-6
spec/features/instance_statistics/cohorts_spec.rb
spec/features/instance_statistics/cohorts_spec.rb
+1
-1
spec/features/issuables/issuable_list_spec.rb
spec/features/issuables/issuable_list_spec.rb
+1
-3
spec/finders/issues_finder_spec.rb
spec/finders/issues_finder_spec.rb
+1
-3
spec/frontend/lib/utils/datetime_utility_spec.js
spec/frontend/lib/utils/datetime_utility_spec.js
+17
-0
spec/lib/gitlab/ci/config/entry/reports_spec.rb
spec/lib/gitlab/ci/config/entry/reports_spec.rb
+1
-1
spec/lib/gitlab/metrics/prometheus_spec.rb
spec/lib/gitlab/metrics/prometheus_spec.rb
+4
-0
spec/models/concerns/each_batch_spec.rb
spec/models/concerns/each_batch_spec.rb
+1
-1
spec/models/concerns/issuable_spec.rb
spec/models/concerns/issuable_spec.rb
+1
-1
spec/models/project_spec.rb
spec/models/project_spec.rb
+2
-6
spec/models/trending_project_spec.rb
spec/models/trending_project_spec.rb
+2
-6
spec/requests/api/jobs_spec.rb
spec/requests/api/jobs_spec.rb
+1
-1
spec/requests/api/pipelines_spec.rb
spec/requests/api/pipelines_spec.rb
+1
-3
spec/views/search/_results.html.haml_spec.rb
spec/views/search/_results.html.haml_spec.rb
+1
-1
No files found.
.rubocop.yml
View file @
6c15c18f
...
...
@@ -301,12 +301,6 @@ RSpec/AnyInstanceOf:
Enabled
:
false
# Cops for upgrade to gitlab-styles 3.1.0
FactoryBot/FactoryClassName
:
Enabled
:
false
FactoryBot/CreateList
:
Enabled
:
false
Rails/SafeNavigationWithBlank
:
Enabled
:
false
...
...
app/assets/javascripts/lib/utils/datetime_utility.js
View file @
6c15c18f
...
...
@@ -555,6 +555,16 @@ export const calculateRemainingMilliseconds = endDate => {
export
const
getDateInPast
=
(
date
,
daysInPast
)
=>
new
Date
(
newDate
(
date
).
setDate
(
date
.
getDate
()
-
daysInPast
));
/**
* Adds a given number of days to a given date and returns the new date.
*
* @param {Date} date the date that we will add days to
* @param {Number} daysInFuture number of days that are added to a given date
* @returns {Date} Date in future as Date object
*/
export
const
getDateInFuture
=
(
date
,
daysInFuture
)
=>
new
Date
(
newDate
(
date
).
setDate
(
date
.
getDate
()
+
daysInFuture
));
/*
* Appending T00:00:00 makes JS assume local time and prevents it from shifting the date
* to match the user's time zone. We want to display the date in server time for now, to
...
...
app/assets/stylesheets/snippets.scss
View file @
6c15c18f
...
...
@@ -48,9 +48,6 @@
padding
:
10px
;
border
:
0
;
border-radius
:
0
;
font-family
:
$monospace-font
;
font-size
:
$code-font-size
;
line-height
:
$code-line-height
;
margin
:
0
;
overflow
:
auto
;
overflow-y
:
hidden
;
...
...
@@ -58,6 +55,12 @@
word-wrap
:
normal
;
border-left
:
$border-style
;
}
code
{
font-family
:
$monospace-font
;
font-size
:
$code-font-size
;
line-height
:
$code-line-height
;
}
}
.line-numbers
{
...
...
app/mailers/emails/projects.rb
View file @
6c15c18f
...
...
@@ -51,7 +51,7 @@ module Emails
add_project_headers
headers
[
'X-GitLab-Author'
]
=
@message
.
author_username
mail
(
from:
sender
(
@message
.
author_id
,
@message
.
send_from_committer_email?
),
mail
(
from:
sender
(
@message
.
author_id
,
send_from_user_email:
@message
.
send_from_committer_email?
),
reply_to:
@message
.
reply_to
,
subject:
@message
.
subject
)
end
...
...
app/mailers/notify.rb
View file @
6c15c18f
...
...
@@ -59,11 +59,11 @@ class Notify < BaseMailer
# Return an email address that displays the name of the sender.
# Only the displayed name changes; the actual email address is always the same.
def
sender
(
sender_id
,
send_from_user_email
=
false
)
def
sender
(
sender_id
,
send_from_user_email
:
false
,
sender_name:
nil
)
return
unless
sender
=
User
.
find
(
sender_id
)
address
=
default_sender_address
address
.
display_name
=
sender
.
name
address
.
display_name
=
sender
_name
.
presence
||
sender
.
name
if
send_from_user_email
&&
can_send_from_user_email?
(
sender
)
address
.
address
=
sender
.
email
...
...
app/models/ci/job_artifact.rb
View file @
6c15c18f
...
...
@@ -23,7 +23,7 @@ module Ci
container_scanning:
'gl-container-scanning-report.json'
,
dast:
'gl-dast-report.json'
,
license_management:
'gl-license-management-report.json'
,
license_scanning:
'gl-license-
management
-report.json'
,
license_scanning:
'gl-license-
scanning
-report.json'
,
performance:
'performance.json'
,
metrics:
'metrics.txt'
}.
freeze
...
...
app/services/issuable/clone/attributes_rewriter.rb
View file @
6c15c18f
...
...
@@ -18,6 +18,7 @@ module Issuable
new_entity
.
update
(
update_attributes
)
copy_resource_label_events
copy_resource_weight_events
end
private
...
...
@@ -60,6 +61,20 @@ module Issuable
end
end
def
copy_resource_weight_events
return
unless
original_entity
.
respond_to?
(
:resource_weight_events
)
original_entity
.
resource_weight_events
.
find_in_batches
do
|
batch
|
events
=
batch
.
map
do
|
event
|
event
.
attributes
.
except
(
'id'
,
'reference'
,
'reference_html'
)
.
merge
(
'issue_id'
=>
new_entity
.
id
)
end
Gitlab
::
Database
.
bulk_insert
(
ResourceWeightEvent
.
table_name
,
events
)
end
end
def
entity_key
new_entity
.
class
.
name
.
parameterize
(
'_'
).
foreign_key
end
...
...
app/
model
s/concerns/worker_attributes.rb
→
app/
worker
s/concerns/worker_attributes.rb
View file @
6c15c18f
File moved
changelogs/unreleased/33596-package-ci-package-pipeline-api.yml
0 → 100644
View file @
6c15c18f
---
title
:
Add build metadata to package API
merge_request
:
20682
author
:
type
:
added
changelogs/unreleased/add-get-date-in-future-util.yml
0 → 100644
View file @
6c15c18f
---
title
:
Add getDateInFuture util method
merge_request
:
22671
author
:
type
:
added
changelogs/unreleased/embed-snippet-font.yml
0 → 100644
View file @
6c15c18f
---
title
:
Align embedded snippet mono space font with GitLab mono space font.
merge_request
:
!20865
author
:
type
:
changed
doc/api/packages.md
View file @
6c15c18f
...
...
@@ -79,7 +79,10 @@ Example response:
"web_path"
:
"/namespace1/project1/-/packages/1"
,
"delete_api_path"
:
"/namespace1/project1/-/packages/1"
},
"created_at"
:
"2019-11-27T03:37:38.711Z"
"created_at"
:
"2019-11-27T03:37:38.711Z"
,
"build_info"
:
{
"pipeline_id"
:
123
}
},
{
"id"
:
2
,
...
...
@@ -90,7 +93,10 @@ Example response:
"web_path"
:
"/namespace1/project1/-/packages/1"
,
"delete_api_path"
:
"/namespace1/project1/-/packages/1"
},
"created_at"
:
"2019-11-27T03:37:38.711Z"
"created_at"
:
"2019-11-27T03:37:38.711Z"
,
"build_info"
:
{
"pipeline_id"
:
123
}
}
]
```
...
...
@@ -133,7 +139,10 @@ Example response:
"web_path"
:
"/namespace1/project1/-/packages/1"
,
"delete_api_path"
:
"/namespace1/project1/-/packages/1"
},
"created_at"
:
"2019-11-27T03:37:38.711Z"
"created_at"
:
"2019-11-27T03:37:38.711Z"
,
"build_info"
:
{
"pipeline_id"
:
123
}
}
```
...
...
lib/gitlab/metrics/prometheus.rb
View file @
6c15c18f
...
...
@@ -62,10 +62,18 @@ module Gitlab
end
def
error_detected!
set_error!
(
true
)
end
def
clear_errors!
set_error!
(
false
)
end
def
set_error!
(
status
)
clear_memoization
(
:prometheus_metrics_enabled
)
PROVIDER_MUTEX
.
synchronize
do
@error
=
true
@error
=
status
end
end
...
...
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
View file @
6c15c18f
...
...
@@ -19,11 +19,10 @@ module QA
members
.
add_member
(
@user
.
username
)
end
issue
=
Resource
::
Issue
.
fabricate_via_api!
do
|
issue
|
Resource
::
Issue
.
fabricate_via_api!
do
|
issue
|
issue
.
title
=
'issue to test mention'
issue
.
project
=
project
end
issue
.
visit!
end
.
visit!
end
it
'user mentions another user in an issue'
do
...
...
spec/controllers/autocomplete_controller_spec.rb
View file @
6c15c18f
...
...
@@ -112,9 +112,7 @@ describe AutocompleteController do
context
'limited users per page'
do
before
do
25
.
times
do
create
(
:user
)
end
create_list
(
:user
,
25
)
sign_in
(
user
)
get
(
:users
)
...
...
spec/factories/analytics/cycle_analytics/project_stages.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cycle_analytics_project_stage
,
class:
Analytics
::
CycleAnalytics
::
ProjectStage
do
factory
:cycle_analytics_project_stage
,
class:
'Analytics::CycleAnalytics::ProjectStage'
do
project
sequence
(
:name
)
{
|
n
|
"Stage #
#{
n
}
"
}
hidden
{
false
}
...
...
spec/factories/aws/roles.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:aws_role
,
class:
Aws
::
Role
do
factory
:aws_role
,
class:
'Aws::Role'
do
user
role_arn
{
'arn:aws:iam::123456789012:role/role-name'
}
...
...
spec/factories/badge.rb
View file @
6c15c18f
...
...
@@ -6,11 +6,11 @@ FactoryBot.define do
image_url
{
generate
(
:url
)
}
end
factory
:project_badge
,
traits:
[
:base_badge
],
class:
ProjectBadge
do
factory
:project_badge
,
traits:
[
:base_badge
],
class:
'ProjectBadge'
do
project
end
factory
:group_badge
,
aliases:
[
:badge
],
traits:
[
:base_badge
],
class:
GroupBadge
do
factory
:group_badge
,
aliases:
[
:badge
],
traits:
[
:base_badge
],
class:
'GroupBadge'
do
group
end
end
spec/factories/chat_names.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:chat_name
,
class:
ChatName
do
factory
:chat_name
,
class:
'ChatName'
do
user
factory: :user
service
factory: :service
...
...
spec/factories/chat_teams.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:chat_team
,
class:
ChatTeam
do
factory
:chat_team
,
class:
'ChatTeam'
do
sequence
(
:team_id
)
{
|
n
|
"abcdefghijklm
#{
n
}
"
}
namespace
factory: :group
end
...
...
spec/factories/ci/bridge.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_bridge
,
class:
Ci
::
Bridge
do
factory
:ci_bridge
,
class:
'Ci::Bridge'
do
name
{
'bridge'
}
stage
{
'test'
}
stage_idx
{
0
}
...
...
spec/factories/ci/build_need.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_build_need
,
class:
Ci
::
BuildNeed
do
factory
:ci_build_need
,
class:
'Ci::BuildNeed'
do
build
factory: :ci_build
sequence
(
:name
)
{
|
n
|
"build_
#{
n
}
"
}
end
...
...
spec/factories/ci/build_trace_chunks.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_build_trace_chunk
,
class:
Ci
::
BuildTraceChunk
do
factory
:ci_build_trace_chunk
,
class:
'Ci::BuildTraceChunk'
do
build
factory: :ci_build
chunk_index
{
0
}
data_store
{
:redis
}
...
...
spec/factories/ci/build_trace_section_names.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_build_trace_section_name
,
class:
Ci
::
BuildTraceSectionName
do
factory
:ci_build_trace_section_name
,
class:
'Ci::BuildTraceSectionName'
do
sequence
(
:name
)
{
|
n
|
"section_
#{
n
}
"
}
project
factory: :project
end
...
...
spec/factories/ci/builds.rb
View file @
6c15c18f
...
...
@@ -3,7 +3,7 @@
include
ActionDispatch
::
TestProcess
FactoryBot
.
define
do
factory
:ci_build
,
class:
Ci
::
Build
do
factory
:ci_build
,
class:
'Ci::Build'
do
name
{
'test'
}
stage
{
'test'
}
stage_idx
{
0
}
...
...
spec/factories/ci/group_variables.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_group_variable
,
class:
Ci
::
GroupVariable
do
factory
:ci_group_variable
,
class:
'Ci::GroupVariable'
do
sequence
(
:key
)
{
|
n
|
"VARIABLE_
#{
n
}
"
}
value
{
'VARIABLE_VALUE'
}
masked
{
false
}
...
...
spec/factories/ci/job_artifacts.rb
View file @
6c15c18f
...
...
@@ -3,7 +3,7 @@
include
ActionDispatch
::
TestProcess
FactoryBot
.
define
do
factory
:ci_job_artifact
,
class:
Ci
::
JobArtifact
do
factory
:ci_job_artifact
,
class:
'Ci::JobArtifact'
do
job
factory: :ci_build
file_type
{
:archive
}
file_format
{
:zip
}
...
...
spec/factories/ci/job_variables.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_job_variable
,
class:
Ci
::
JobVariable
do
factory
:ci_job_variable
,
class:
'Ci::JobVariable'
do
sequence
(
:key
)
{
|
n
|
"VARIABLE_
#{
n
}
"
}
value
{
'VARIABLE_VALUE'
}
...
...
spec/factories/ci/pipeline_schedule.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_pipeline_schedule
,
class:
Ci
::
PipelineSchedule
do
factory
:ci_pipeline_schedule
,
class:
'Ci::PipelineSchedule'
do
cron
{
'0 1 * * *'
}
cron_timezone
{
Gitlab
::
Ci
::
CronParser
::
VALID_SYNTAX_SAMPLE_TIME_ZONE
}
ref
{
'master'
}
...
...
spec/factories/ci/pipeline_schedule_variables.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_pipeline_schedule_variable
,
class:
Ci
::
PipelineScheduleVariable
do
factory
:ci_pipeline_schedule_variable
,
class:
'Ci::PipelineScheduleVariable'
do
sequence
(
:key
)
{
|
n
|
"VARIABLE_
#{
n
}
"
}
value
{
'VARIABLE_VALUE'
}
variable_type
{
'env_var'
}
...
...
spec/factories/ci/pipeline_variables.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_pipeline_variable
,
class:
Ci
::
PipelineVariable
do
factory
:ci_pipeline_variable
,
class:
'Ci::PipelineVariable'
do
sequence
(
:key
)
{
|
n
|
"VARIABLE_
#{
n
}
"
}
value
{
'VARIABLE_VALUE'
}
...
...
spec/factories/ci/pipelines.rb
View file @
6c15c18f
...
...
@@ -2,7 +2,7 @@
FactoryBot
.
define
do
# TODO: we can remove this factory in favour of :ci_pipeline
factory
:ci_empty_pipeline
,
class:
Ci
::
Pipeline
do
factory
:ci_empty_pipeline
,
class:
'Ci::Pipeline'
do
source
{
:push
}
ref
{
'master'
}
sha
{
'97de212e80737a608d939f648d959671fb0a0142'
}
...
...
spec/factories/ci/resource.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_resource
,
class:
Ci
::
Resource
do
factory
:ci_resource
,
class:
'Ci::Resource'
do
resource_group
factory: :ci_resource_group
trait
(
:retained
)
do
...
...
spec/factories/ci/resource_group.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_resource_group
,
class:
Ci
::
ResourceGroup
do
factory
:ci_resource_group
,
class:
'Ci::ResourceGroup'
do
project
sequence
(
:key
)
{
|
n
|
"IOS_
#{
n
}
"
}
end
...
...
spec/factories/ci/runner_projects.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_runner_project
,
class:
Ci
::
RunnerProject
do
factory
:ci_runner_project
,
class:
'Ci::RunnerProject'
do
runner
factory:
[
:ci_runner
,
:project
]
project
end
...
...
spec/factories/ci/runners.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_runner
,
class:
Ci
::
Runner
do
factory
:ci_runner
,
class:
'Ci::Runner'
do
sequence
(
:description
)
{
|
n
|
"My runner
#{
n
}
"
}
platform
{
"darwin"
}
...
...
spec/factories/ci/sources/pipelines.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_sources_pipeline
,
class:
Ci
::
Sources
::
Pipeline
do
factory
:ci_sources_pipeline
,
class:
'Ci::Sources::Pipeline'
do
after
(
:build
)
do
|
source
|
source
.
project
||=
source
.
pipeline
.
project
source
.
source_pipeline
||=
source
.
source_job
.
pipeline
...
...
spec/factories/ci/stages.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_stage
,
class:
Ci
::
LegacyStage
do
factory
:ci_stage
,
class:
'Ci::LegacyStage'
do
skip_create
transient
do
...
...
@@ -18,7 +18,7 @@ FactoryBot.define do
end
end
factory
:ci_stage_entity
,
class:
Ci
::
Stage
do
factory
:ci_stage_entity
,
class:
'Ci::Stage'
do
project
factory: :project
pipeline
factory: :ci_empty_pipeline
...
...
spec/factories/ci/trigger_requests.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_trigger_request
,
class:
Ci
::
TriggerRequest
do
factory
:ci_trigger_request
,
class:
'Ci::TriggerRequest'
do
trigger
factory: :ci_trigger
end
end
spec/factories/ci/triggers.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_trigger_without_token
,
class:
Ci
::
Trigger
do
factory
:ci_trigger_without_token
,
class:
'Ci::Trigger'
do
owner
factory
:ci_trigger
do
...
...
spec/factories/ci/variables.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:ci_variable
,
class:
Ci
::
Variable
do
factory
:ci_variable
,
class:
'Ci::Variable'
do
sequence
(
:key
)
{
|
n
|
"VARIABLE_
#{
n
}
"
}
value
{
'VARIABLE_VALUE'
}
masked
{
false
}
...
...
spec/factories/clusters/applications/helm.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:clusters_applications_helm
,
class:
Clusters
::
Applications
::
Helm
do
factory
:clusters_applications_helm
,
class:
'Clusters::Applications::Helm'
do
cluster
factory:
%i(cluster provided_by_gcp)
before
(
:create
)
do
...
...
@@ -70,40 +70,40 @@ FactoryBot.define do
updated_at
{
ClusterWaitForAppInstallationWorker
::
TIMEOUT
.
ago
}
end
factory
:clusters_applications_ingress
,
class:
Clusters
::
Applications
::
Ingress
do
factory
:clusters_applications_ingress
,
class:
'Clusters::Applications::Ingress'
do
modsecurity_enabled
{
false
}
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_cert_manager
,
class:
Clusters
::
Applications
::
CertManager
do
factory
:clusters_applications_cert_manager
,
class:
'Clusters::Applications::CertManager'
do
email
{
'admin@example.com'
}
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_elastic_stack
,
class:
Clusters
::
Applications
::
ElasticStack
do
factory
:clusters_applications_elastic_stack
,
class:
'Clusters::Applications::ElasticStack'
do
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_crossplane
,
class:
Clusters
::
Applications
::
Crossplane
do
factory
:clusters_applications_crossplane
,
class:
'Clusters::Applications::Crossplane'
do
stack
{
'gcp'
}
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_prometheus
,
class:
Clusters
::
Applications
::
Prometheus
do
factory
:clusters_applications_prometheus
,
class:
'Clusters::Applications::Prometheus'
do
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_runner
,
class:
Clusters
::
Applications
::
Runner
do
factory
:clusters_applications_runner
,
class:
'Clusters::Applications::Runner'
do
runner
factory:
%i(ci_runner)
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_knative
,
class:
Clusters
::
Applications
::
Knative
do
factory
:clusters_applications_knative
,
class:
'Clusters::Applications::Knative'
do
hostname
{
'example.com'
}
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp)
end
factory
:clusters_applications_jupyter
,
class:
Clusters
::
Applications
::
Jupyter
do
factory
:clusters_applications_jupyter
,
class:
'Clusters::Applications::Jupyter'
do
oauth_application
factory: :oauth_application
cluster
factory:
%i(cluster with_installed_helm provided_by_gcp project)
end
...
...
spec/factories/clusters/clusters.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster
,
class:
Clusters
::
Cluster
do
factory
:cluster
,
class:
'Clusters::Cluster'
do
user
name
{
'test-cluster'
}
cluster_type
{
:project_type
}
...
...
spec/factories/clusters/kubernetes_namespaces.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster_kubernetes_namespace
,
class:
Clusters
::
KubernetesNamespace
do
factory
:cluster_kubernetes_namespace
,
class:
'Clusters::KubernetesNamespace'
do
association
:cluster
,
:project
,
:provided_by_gcp
after
(
:build
)
do
|
kubernetes_namespace
|
...
...
spec/factories/clusters/platforms/kubernetes.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster_platform_kubernetes
,
class:
Clusters
::
Platforms
::
Kubernetes
do
factory
:cluster_platform_kubernetes
,
class:
'Clusters::Platforms::Kubernetes'
do
association
:cluster
,
platform_type: :kubernetes
,
provider_type: :user
namespace
{
nil
}
api_url
{
'https://kubernetes.example.com'
}
...
...
spec/factories/clusters/projects.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster_project
,
class:
Clusters
::
Project
do
factory
:cluster_project
,
class:
'Clusters::Project'
do
cluster
project
end
...
...
spec/factories/clusters/providers/aws.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster_provider_aws
,
class:
Clusters
::
Providers
::
Aws
do
factory
:cluster_provider_aws
,
class:
'Clusters::Providers::Aws'
do
association
:cluster
,
platform_type: :kubernetes
,
provider_type: :aws
role_arn
{
'arn:aws:iam::123456789012:role/role-name'
}
...
...
spec/factories/clusters/providers/gcp.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:cluster_provider_gcp
,
class:
Clusters
::
Providers
::
Gcp
do
factory
:cluster_provider_gcp
,
class:
'Clusters::Providers::Gcp'
do
association
:cluster
,
platform_type: :kubernetes
,
provider_type: :gcp
gcp_project_id
{
'test-gcp-project'
}
...
...
spec/factories/commit_statuses.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:commit_status
,
class:
CommitStatus
do
factory
:commit_status
,
class:
'CommitStatus'
do
name
{
'default'
}
stage
{
'test'
}
stage_idx
{
0
}
...
...
@@ -59,7 +59,7 @@ FactoryBot.define do
build
.
project
=
build
.
pipeline
.
project
end
factory
:generic_commit_status
,
class:
GenericCommitStatus
do
factory
:generic_commit_status
,
class:
'GenericCommitStatus'
do
name
{
'generic'
}
description
{
'external commit status'
}
end
...
...
spec/factories/deployments.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:deployment
,
class:
Deployment
do
factory
:deployment
,
class:
'Deployment'
do
sha
{
'b83d6e391c22777fca1ed3012fce84f633d7fed0'
}
ref
{
'master'
}
tag
{
false
}
...
...
spec/factories/dev_ops_score_metrics.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:dev_ops_score_metric
,
class:
DevOpsScore
::
Metric
do
factory
:dev_ops_score_metric
,
class:
'DevOpsScore::Metric'
do
leader_issues
{
9.256
}
instance_issues
{
1.234
}
percentage_issues
{
13.331
}
...
...
spec/factories/environments.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:environment
,
class:
Environment
do
factory
:environment
,
class:
'Environment'
do
sequence
(
:name
)
{
|
n
|
"environment
#{
n
}
"
}
association
:project
,
:repository
...
...
spec/factories/error_tracking/detailed_error.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:detailed_error_tracking_error
,
class:
Gitlab
::
ErrorTracking
::
DetailedError
do
factory
:detailed_error_tracking_error
,
class:
'Gitlab::ErrorTracking::DetailedError'
do
id
{
'1'
}
title
{
'title'
}
type
{
'error'
}
...
...
spec/factories/error_tracking/error.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:error_tracking_error
,
class:
Gitlab
::
ErrorTracking
::
Error
do
factory
:error_tracking_error
,
class:
'Gitlab::ErrorTracking::Error'
do
id
{
'id'
}
title
{
'title'
}
type
{
'error'
}
...
...
spec/factories/error_tracking/error_event.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:error_tracking_error_event
,
class:
Gitlab
::
ErrorTracking
::
ErrorEvent
do
factory
:error_tracking_error_event
,
class:
'Gitlab::ErrorTracking::ErrorEvent'
do
issue_id
{
'id'
}
date_received
{
Time
.
now
.
iso8601
}
stack_trace_entries
do
...
...
spec/factories/error_tracking/project.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:error_tracking_project
,
class:
Gitlab
::
ErrorTracking
::
Project
do
factory
:error_tracking_project
,
class:
'Gitlab::ErrorTracking::Project'
do
id
{
'1'
}
name
{
'Sentry Example'
}
slug
{
'sentry-example'
}
...
...
spec/factories/events.rb
View file @
6c15c18f
...
...
@@ -24,7 +24,7 @@ FactoryBot.define do
end
end
factory
:push_event
,
class:
PushEvent
do
factory
:push_event
,
class:
'PushEvent'
do
project
factory: :project_empty_repo
author
(
factory: :user
)
{
project
.
creator
}
action
{
Event
::
PUSHED
}
...
...
spec/factories/gitaly/commit.rb
View file @
6c15c18f
...
...
@@ -3,7 +3,7 @@
FactoryBot
.
define
do
sequence
(
:gitaly_commit_id
)
{
Digest
::
SHA1
.
hexdigest
(
Time
.
now
.
to_f
.
to_s
)
}
factory
:gitaly_commit
,
class:
Gitaly
::
GitCommit
do
factory
:gitaly_commit
,
class:
'Gitaly::GitCommit'
do
skip_create
id
{
generate
(
:gitaly_commit_id
)
}
...
...
spec/factories/gitaly/commit_author.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:gitaly_commit_author
,
class:
Gitaly
::
CommitAuthor
do
factory
:gitaly_commit_author
,
class:
'Gitaly::CommitAuthor'
do
skip_create
name
{
generate
(
:name
)
}
...
...
spec/factories/gitaly/tag.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:gitaly_tag
,
class:
Gitaly
::
Tag
do
factory
:gitaly_tag
,
class:
'Gitaly::Tag'
do
skip_create
name
{
'v3.1.4'
}
...
...
spec/factories/grafana_integrations.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:grafana_integration
,
class:
GrafanaIntegration
do
factory
:grafana_integration
,
class:
'GrafanaIntegration'
do
project
grafana_url
{
'https://grafana.example.com'
}
token
{
SecureRandom
.
hex
(
10
)
}
...
...
spec/factories/groups.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:group
,
class:
Group
,
parent: :namespace
do
factory
:group
,
class:
'Group'
,
parent: :namespace
do
sequence
(
:name
)
{
|
n
|
"group
#{
n
}
"
}
path
{
name
.
downcase
.
gsub
(
/\s/
,
'_'
)
}
type
{
'Group'
}
...
...
spec/factories/import_states.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:import_state
,
class:
ProjectImportState
do
factory
:import_state
,
class:
'ProjectImportState'
do
status
{
:none
}
association
:project
,
factory: :project
...
...
spec/factories/labels.rb
View file @
6c15c18f
...
...
@@ -6,7 +6,7 @@ FactoryBot.define do
color
{
"#990000"
}
end
factory
:label
,
traits:
[
:base_label
],
class:
ProjectLabel
do
factory
:label
,
traits:
[
:base_label
],
class:
'ProjectLabel'
do
project
transient
do
...
...
spec/factories/namespace/aggregation_schedules.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:namespace_aggregation_schedules
,
class:
Namespace
::
AggregationSchedule
do
factory
:namespace_aggregation_schedules
,
class:
'Namespace::AggregationSchedule'
do
namespace
end
end
spec/factories/namespace/root_storage_statistics.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:namespace_root_storage_statistics
,
class:
Namespace
::
RootStorageStatistics
do
factory
:namespace_root_storage_statistics
,
class:
'Namespace::RootStorageStatistics'
do
namespace
end
end
spec/factories/notes.rb
View file @
6c15c18f
...
...
@@ -18,9 +18,9 @@ FactoryBot.define do
factory
:note_on_personal_snippet
,
traits:
[
:on_personal_snippet
]
factory
:system_note
,
traits:
[
:system
]
factory
:discussion_note
,
class:
DiscussionNote
factory
:discussion_note
,
class:
'DiscussionNote'
factory
:discussion_note_on_merge_request
,
traits:
[
:on_merge_request
],
class:
DiscussionNote
do
factory
:discussion_note_on_merge_request
,
traits:
[
:on_merge_request
],
class:
'DiscussionNote'
do
association
:project
,
:repository
trait
:resolved
do
...
...
@@ -29,22 +29,22 @@ FactoryBot.define do
end
end
factory
:discussion_note_on_issue
,
traits:
[
:on_issue
],
class:
DiscussionNote
factory
:discussion_note_on_issue
,
traits:
[
:on_issue
],
class:
'DiscussionNote'
factory
:discussion_note_on_commit
,
traits:
[
:on_commit
],
class:
DiscussionNote
factory
:discussion_note_on_commit
,
traits:
[
:on_commit
],
class:
'DiscussionNote'
factory
:discussion_note_on_personal_snippet
,
traits:
[
:on_personal_snippet
],
class:
DiscussionNote
factory
:discussion_note_on_personal_snippet
,
traits:
[
:on_personal_snippet
],
class:
'DiscussionNote'
factory
:discussion_note_on_snippet
,
traits:
[
:on_snippet
],
class:
DiscussionNote
factory
:discussion_note_on_snippet
,
traits:
[
:on_snippet
],
class:
'DiscussionNote'
factory
:legacy_diff_note_on_commit
,
traits:
[
:on_commit
,
:legacy_diff_note
],
class:
LegacyDiffNote
factory
:legacy_diff_note_on_commit
,
traits:
[
:on_commit
,
:legacy_diff_note
],
class:
'LegacyDiffNote'
factory
:legacy_diff_note_on_merge_request
,
traits:
[
:on_merge_request
,
:legacy_diff_note
],
class:
LegacyDiffNote
do
factory
:legacy_diff_note_on_merge_request
,
traits:
[
:on_merge_request
,
:legacy_diff_note
],
class:
'LegacyDiffNote'
do
association
:project
,
:repository
position
{
''
}
end
factory
:diff_note_on_merge_request
,
traits:
[
:on_merge_request
],
class:
DiffNote
do
factory
:diff_note_on_merge_request
,
traits:
[
:on_merge_request
],
class:
'DiffNote'
do
association
:project
,
:repository
transient
do
...
...
@@ -95,7 +95,7 @@ FactoryBot.define do
end
end
factory
:diff_note_on_commit
,
traits:
[
:on_commit
],
class:
DiffNote
do
factory
:diff_note_on_commit
,
traits:
[
:on_commit
],
class:
'DiffNote'
do
association
:project
,
:repository
transient
do
...
...
spec/factories/project_error_tracking_settings.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:project_error_tracking_setting
,
class:
ErrorTracking
::
ProjectErrorTrackingSetting
do
factory
:project_error_tracking_setting
,
class:
'ErrorTracking::ProjectErrorTrackingSetting'
do
project
api_url
{
'https://gitlab.com/api/0/projects/sentry-org/sentry-project'
}
enabled
{
true
}
...
...
spec/factories/project_metrics_settings.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:project_metrics_setting
,
class:
ProjectMetricsSetting
do
factory
:project_metrics_setting
,
class:
'ProjectMetricsSetting'
do
project
external_dashboard_url
{
'https://grafana.com'
}
end
...
...
spec/factories/prometheus_metrics.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:prometheus_metric
,
class:
PrometheusMetric
do
factory
:prometheus_metric
,
class:
'PrometheusMetric'
do
title
{
'title'
}
query
{
'avg(metric)'
}
y_label
{
'y_label'
}
...
...
spec/factories/releases/link.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:release_link
,
class:
::
Releases
::
Link
do
factory
:release_link
,
class:
'::Releases::Link'
do
release
sequence
(
:name
)
{
|
n
|
"release-18.
#{
n
}
.dmg"
}
sequence
(
:url
)
{
|
n
|
"https://example.com/scrambled-url/app-
#{
n
}
.zip"
}
...
...
spec/factories/sentry_issue.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:sentry_issue
,
class:
SentryIssue
do
factory
:sentry_issue
,
class:
'SentryIssue'
do
issue
sentry_issue_identifier
{
1234567891
}
end
...
...
spec/factories/serverless/domain_cluster.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:serverless_domain_cluster
,
class:
Serverless
::
DomainCluster
do
factory
:serverless_domain_cluster
,
class:
'Serverless::DomainCluster'
do
pages_domain
{
create
(
:pages_domain
)
}
knative
{
create
(
:clusters_applications_knative
)
}
creator
{
create
(
:user
)
}
...
...
spec/factories/services.rb
View file @
6c15c18f
...
...
@@ -6,7 +6,7 @@ FactoryBot.define do
type
{
'Service'
}
end
factory
:custom_issue_tracker_service
,
class:
CustomIssueTrackerService
do
factory
:custom_issue_tracker_service
,
class:
'CustomIssueTrackerService'
do
project
active
{
true
}
issue_tracker
...
...
spec/factories/terms.rb
View file @
6c15c18f
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:term
,
class:
ApplicationSetting
::
Term
do
factory
:term
,
class:
'ApplicationSetting::Term'
do
terms
{
"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
}
end
end
spec/factories/todos.rb
View file @
6c15c18f
...
...
@@ -46,7 +46,7 @@ FactoryBot.define do
end
end
factory
:on_commit_todo
,
class:
Todo
do
factory
:on_commit_todo
,
class:
'Todo'
do
project
author
user
...
...
spec/features/boards/boards_spec.rb
View file @
6c15c18f
...
...
@@ -163,9 +163,7 @@ describe 'Issue Boards', :js do
end
it
'infinite scrolls list'
do
50
.
times
do
create
(
:labeled_issue
,
project:
project
,
labels:
[
planning
])
end
create_list
(
:labeled_issue
,
50
,
project:
project
,
labels:
[
planning
])
visit
project_board_path
(
project
,
board
)
wait_for_requests
...
...
@@ -475,9 +473,7 @@ describe 'Issue Boards', :js do
end
it
'infinite scrolls list with label filter'
do
50
.
times
do
create
(
:labeled_issue
,
project:
project
,
labels:
[
planning
,
testing
])
end
create_list
(
:labeled_issue
,
50
,
project:
project
,
labels:
[
planning
,
testing
])
set_filter
(
"label"
,
testing
.
title
)
click_filter_link
(
testing
.
title
)
...
...
spec/features/instance_statistics/cohorts_spec.rb
View file @
6c15c18f
...
...
@@ -10,7 +10,7 @@ describe 'Cohorts page' do
end
it
'See users count per month'
do
2
.
times
{
create
(
:user
)
}
create_list
(
:user
,
2
)
visit
instance_statistics_cohorts_path
...
...
spec/features/issuables/issuable_list_spec.rb
View file @
6c15c18f
...
...
@@ -83,9 +83,7 @@ describe 'issuable list' do
create
(
:merge_request
,
title:
FFaker
::
Lorem
.
sentence
,
source_project:
project
,
source_branch:
source_branch
,
head_pipeline:
pipeline
)
end
2
.
times
do
create
(
:note_on_issue
,
noteable:
issuable
,
project:
project
)
end
create_list
(
:note_on_issue
,
2
,
noteable:
issuable
,
project:
project
)
create
(
:award_emoji
,
:downvote
,
awardable:
issuable
)
create
(
:award_emoji
,
:upvote
,
awardable:
issuable
)
...
...
spec/finders/issues_finder_spec.rb
View file @
6c15c18f
...
...
@@ -435,9 +435,7 @@ describe IssuesFinder do
let
(
:params
)
{
{
label_name:
described_class
::
FILTER_ANY
}
}
it
'returns issues that have one or more label'
do
2
.
times
do
create
(
:label_link
,
label:
create
(
:label
,
project:
project2
),
target:
issue3
)
end
create_list
(
:label_link
,
2
,
label:
create
(
:label
,
project:
project2
),
target:
issue3
)
expect
(
issues
).
to
contain_exactly
(
issue2
,
issue3
)
end
...
...
spec/frontend/lib/utils/datetime_utility_spec.js
View file @
6c15c18f
...
...
@@ -455,6 +455,23 @@ describe('getDateInPast', () => {
});
});
describe
(
'
getDateInFuture
'
,
()
=>
{
const
date
=
new
Date
(
'
2019-07-16T00:00:00.000Z
'
);
const
daysInFuture
=
90
;
it
(
'
returns the correct date in the future
'
,
()
=>
{
const
dateInFuture
=
datetimeUtility
.
getDateInFuture
(
date
,
daysInFuture
);
const
expectedDateInFuture
=
new
Date
(
'
2019-10-14T00:00:00.000Z
'
);
expect
(
dateInFuture
).
toStrictEqual
(
expectedDateInFuture
);
});
it
(
'
does not modifiy the original date
'
,
()
=>
{
datetimeUtility
.
getDateInFuture
(
date
,
daysInFuture
);
expect
(
date
).
toStrictEqual
(
new
Date
(
'
2019-07-16T00:00:00.000Z
'
));
});
});
describe
(
'
getDatesInRange
'
,
()
=>
{
it
(
'
returns an empty array if 1st or 2nd argument is not a Date object
'
,
()
=>
{
const
d1
=
new
Date
(
'
2019-01-01
'
);
...
...
spec/lib/gitlab/ci/config/entry/reports_spec.rb
View file @
6c15c18f
...
...
@@ -41,7 +41,7 @@ describe Gitlab::Ci::Config::Entry::Reports do
:container_scanning
|
'gl-container-scanning-report.json'
:dast
|
'gl-dast-report.json'
:license_management
|
'gl-license-management-report.json'
:license_scanning
|
'gl-license-
management
-report.json'
:license_scanning
|
'gl-license-
scanning
-report.json'
:performance
|
'performance.json'
end
...
...
spec/lib/gitlab/metrics/prometheus_spec.rb
View file @
6c15c18f
...
...
@@ -6,6 +6,10 @@ describe Gitlab::Metrics::Prometheus, :prometheus do
let
(
:all_metrics
)
{
Gitlab
::
Metrics
}
let
(
:registry
)
{
all_metrics
.
registry
}
after
do
all_metrics
.
clear_errors!
end
describe
'#reset_registry!'
do
it
'clears existing metrics'
do
registry
.
counter
(
:test
,
'test metric'
)
...
...
spec/models/concerns/each_batch_spec.rb
View file @
6c15c18f
...
...
@@ -13,7 +13,7 @@ describe EachBatch do
end
before
do
5
.
times
{
create
(
:user
,
updated_at:
1
.
day
.
ago
)
}
create_list
(
:user
,
5
,
updated_at:
1
.
day
.
ago
)
end
shared_examples
'each_batch handling'
do
|
kwargs
|
...
...
spec/models/concerns/issuable_spec.rb
View file @
6c15c18f
...
...
@@ -326,7 +326,7 @@ describe Issuable do
context
'when all of the results are level on the sort key'
do
let!
(
:issues
)
do
10
.
times
{
create
(
:issue
,
project:
project
)
}
create_list
(
:issue
,
10
,
project:
project
)
end
it
'has no duplicates across pages'
do
...
...
spec/models/project_spec.rb
View file @
6c15c18f
...
...
@@ -1348,9 +1348,7 @@ describe Project do
let
(
:project2
)
{
create
(
:project
,
:public
,
group:
group
)
}
before
do
2
.
times
do
create
(
:note_on_commit
,
project:
project1
)
end
create_list
(
:note_on_commit
,
2
,
project:
project1
)
create
(
:note_on_commit
,
project:
project2
)
...
...
@@ -1364,9 +1362,7 @@ describe Project do
end
it
'does not take system notes into account'
do
10
.
times
do
create
(
:note_on_commit
,
project:
project2
,
system:
true
)
end
create_list
(
:note_on_commit
,
10
,
project:
project2
,
system:
true
)
expect
(
described_class
.
trending
.
to_a
).
to
eq
([
project1
,
project2
])
end
...
...
spec/models/trending_project_spec.rb
View file @
6c15c18f
...
...
@@ -11,13 +11,9 @@ describe TrendingProject do
let
(
:internal_project
)
{
create
(
:project
,
:internal
)
}
before
do
3
.
times
do
create
(
:note_on_commit
,
project:
public_project1
)
end
create_list
(
:note_on_commit
,
3
,
project:
public_project1
)
2
.
times
do
create
(
:note_on_commit
,
project:
public_project2
)
end
create_list
(
:note_on_commit
,
2
,
project:
public_project2
)
create
(
:note_on_commit
,
project:
public_project3
,
created_at:
5
.
weeks
.
ago
)
create
(
:note_on_commit
,
project:
private_project
)
...
...
spec/requests/api/jobs_spec.rb
View file @
6c15c18f
...
...
@@ -244,7 +244,7 @@ describe API::Jobs do
get
api
(
"/projects/
#{
project
.
id
}
/pipelines/
#{
pipeline
.
id
}
/jobs"
,
api_user
),
params:
query
end
.
count
3
.
times
{
create
(
:ci_build
,
:trace_artifact
,
:artifacts
,
:test_reports
,
pipeline:
pipeline
)
}
create_list
(
:ci_build
,
3
,
:trace_artifact
,
:artifacts
,
:test_reports
,
pipeline:
pipeline
)
expect
do
get
api
(
"/projects/
#{
project
.
id
}
/pipelines/
#{
pipeline
.
id
}
/jobs"
,
api_user
),
params:
query
...
...
spec/requests/api/pipelines_spec.rb
View file @
6c15c18f
...
...
@@ -254,9 +254,7 @@ describe API::Pipelines do
context
'when order_by and sort are specified'
do
context
'when order_by user_id'
do
before
do
3
.
times
do
create
(
:ci_pipeline
,
project:
project
,
user:
create
(
:user
))
end
create_list
(
:ci_pipeline
,
3
,
project:
project
,
user:
create
(
:user
))
end
context
'when sort parameter is valid'
do
...
...
spec/views/search/_results.html.haml_spec.rb
View file @
6c15c18f
...
...
@@ -6,7 +6,7 @@ describe 'search/_results' do
before
do
controller
.
params
[
:action
]
=
'show'
3
.
times
{
create
(
:issue
)
}
create_list
(
:issue
,
3
)
@search_objects
=
Issue
.
page
(
1
).
per
(
2
)
@scope
=
'issues'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment