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
cc08a89f
Commit
cc08a89f
authored
Mar 30, 2021
by
drew cimino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spec and changelog
parent
23a86825
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
changelogs/unreleased/fix-build-group-name.yml
changelogs/unreleased/fix-build-group-name.yml
+5
-5
spec/serializers/ci/dag_pipeline_entity_spec.rb
spec/serializers/ci/dag_pipeline_entity_spec.rb
+2
-2
No files found.
changelogs/unreleased/fix-build-group-name.yml
View file @
cc08a89f
+
---
+
title
:
Simplify Build Group name correction
+
merge_request
:
57739
+
author
:
+
type
:
fixed
---
title
:
Simplify Build Group name correction
merge_request
:
57739
author
:
type
:
fixed
spec/serializers/ci/dag_pipeline_entity_spec.rb
View file @
cc08a89f
...
...
@@ -76,8 +76,8 @@ RSpec.describe Ci::DagPipelineEntity do
it
'performs the smallest number of queries'
,
:request_store
do
log
=
ActiveRecord
::
QueryRecorder
.
new
{
subject
}
# stages, project, builds, build_needs
, feature_flag
expect
(
log
.
count
).
to
eq
5
# stages, project, builds, build_needs
expect
(
log
.
count
).
to
eq
4
end
it
'contains all the data'
do
...
...
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