Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!1060
Resolve
#3441923
"Use xxhash"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3441923
"Use xxhash"
issue/automatic_updates-3441923:3441923-use-xxhash
into
3.1.x
Overview
0
Commits
11
Pipelines
15
Changes
41
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3441923:3441923-use-xxhash
into
3.1.x
1 year ago
Overview
0
Commits
11
Pipelines
15
Changes
41
Expand
Closes
#3441923
0
0
Merge request reports
Compare
3.1.x
version 13
a39077ac
9 months ago
version 12
759aa5a9
9 months ago
version 11
4022827b
9 months ago
version 10
68fa7caa
9 months ago
version 9
0f64f082
9 months ago
version 8
399e1094
9 months ago
version 7
93565863
9 months ago
version 6
c86481fe
9 months ago
version 5
91433465
9 months ago
version 4
c71d8907
9 months ago
version 3
3c17207e
9 months ago
version 2
50faad48
1 year ago
version 1
3b6116d8
1 year ago
3.1.x (base)
and
latest version
latest version
a39077ac
11 commits,
9 months ago
version 13
a39077ac
11 commits,
9 months ago
version 12
759aa5a9
10 commits,
9 months ago
version 11
4022827b
10 commits,
9 months ago
version 10
68fa7caa
9 commits,
9 months ago
version 9
0f64f082
8 commits,
9 months ago
version 8
399e1094
7 commits,
9 months ago
version 7
93565863
7 commits,
9 months ago
version 6
c86481fe
6 commits,
9 months ago
version 5
91433465
6 commits,
9 months ago
version 4
c71d8907
5 commits,
9 months ago
version 3
3c17207e
4 commits,
9 months ago
version 2
50faad48
3 commits,
1 year ago
version 1
3b6116d8
2 commits,
1 year ago
41 files
+
63
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
41
Search (e.g. *.vue) (Ctrl+P)
automatic_updates_extensions/src/Form/UpdateReady.php
+
1
−
1
Options
@@ -94,7 +94,7 @@ final class UpdateReady extends UpdateFormBase {
/**
* {@inheritdoc}
*/
public
function
buildForm
(
array
$form
,
FormStateInterface
$form_state
,
string
$stage_id
=
NULL
)
{
public
function
buildForm
(
array
$form
,
FormStateInterface
$form_state
,
?
string
$stage_id
=
NULL
)
{
try
{
$this
->
stage
->
claim
(
$stage_id
);
}
Loading