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
c41be21a
Commit
c41be21a
authored
Apr 23, 2021
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a changelog
parent
446476fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/lm-add-pl-sha-etag-cache.yml
changelogs/unreleased/lm-add-pl-sha-etag-cache.yml
+5
-0
spec/factories/ci/pipelines.rb
spec/factories/ci/pipelines.rb
+1
-1
spec/factories/merge_requests.rb
spec/factories/merge_requests.rb
+1
-1
No files found.
changelogs/unreleased/lm-add-pl-sha-etag-cache.yml
0 → 100644
View file @
c41be21a
---
title
:
Add commmit_pipeline_path to CreateCommit mutation
merge_request
:
58931
author
:
type
:
added
spec/factories/ci/pipelines.rb
View file @
c41be21a
...
...
@@ -237,7 +237,7 @@ FactoryBot.define do
trait
:merged_result_pipeline
do
detached_merge_request_pipeline
sha
{
'
testMergeShaWithFortyCharacters123456
'
}
sha
{
'
mergeSha
'
}
ref
{
merge_request
.
merge_ref_path
}
source_sha
{
merge_request
.
source_branch_sha
}
target_sha
{
merge_request
.
target_branch_sha
}
...
...
spec/factories/merge_requests.rb
View file @
c41be21a
...
...
@@ -279,7 +279,7 @@ FactoryBot.define do
trait
:with_merge_request_pipeline
do
transient
do
merge_sha
{
'
testmergeshawithfortycharacters123456
'
}
merge_sha
{
'
mergesha
'
}
source_sha
{
source_branch_sha
}
target_sha
{
target_branch_sha
}
end
...
...
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