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
!1061
Issue
#3441577
plus 3441817-composer-stager-2rc and 3441799-skip-build-tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3441577
plus 3441817-composer-stager-2rc and 3441799-skip-build-tests
issue/automatic_updates-3441577:3441577-core-mr-plus
into
3.1.x
Overview
0
Commits
34
Pipelines
8
Changes
42
Open
Ted Bowman
requested to merge
issue/automatic_updates-3441577:3441577-core-mr-plus
into
3.1.x
1 year ago
Overview
0
Commits
34
Pipelines
8
Changes
42
Expand
Closes
#3441577
0
0
Merge request reports
Compare
3.1.x
version 7
070c1f0b
1 year ago
version 6
2142aa7f
1 year ago
version 5
c6a3e784
1 year ago
version 4
bc862166
1 year ago
version 3
6830afaa
1 year ago
version 2
da1fe9ad
1 year ago
version 1
582909ef
1 year ago
3.1.x (base)
and
latest version
latest version
024263ce
34 commits,
1 year ago
version 7
070c1f0b
33 commits,
1 year ago
version 6
2142aa7f
32 commits,
1 year ago
version 5
c6a3e784
30 commits,
1 year ago
version 4
bc862166
29 commits,
1 year ago
version 3
6830afaa
28 commits,
1 year ago
version 2
da1fe9ad
27 commits,
1 year ago
version 1
582909ef
26 commits,
1 year ago
42 files
+
162
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
automatic_updates_extensions/tests/modules/automatic_updates_extensions_test_api/src/ApiController.php
+
1
−
1
Options
@@ -18,7 +18,7 @@ class ApiController extends PackageManagerApiController {
/**
* {@inheritdoc}
*/
protected
$finishedRoute
=
'automatic_updates_extensions_test_api.finish'
;
protected
string
$finishedRoute
=
'automatic_updates_extensions_test_api.finish'
;
/**
* {@inheritdoc}
Loading