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
!1057
Issue
#3441577
add property types
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3441577
add property types
issue/automatic_updates-3441577:3441577-core-mr
into
3.1.x
Overview
8
Commits
48
Pipelines
13
Changes
31
Open
Ted Bowman
requested to merge
issue/automatic_updates-3441577:3441577-core-mr
into
3.1.x
1 year ago
Overview
8
Commits
48
Pipelines
13
Changes
31
Expand
Closes
#3441577
0
0
Merge request reports
Compare
3.1.x
version 12
8a6fd971
1 year ago
version 11
e7d39d06
1 year ago
version 10
feeca9b3
1 year ago
version 9
e5167736
1 year ago
version 8
5008f403
1 year ago
version 7
06cd12a8
1 year ago
version 6
c8450846
1 year ago
version 5
11ab7204
1 year ago
version 4
57e26dad
1 year ago
version 3
809cdeb4
1 year ago
version 2
ec48dfe1
1 year ago
version 1
189513bc
1 year ago
3.1.x (base)
and
latest version
latest version
33b7e949
48 commits,
1 year ago
version 12
8a6fd971
46 commits,
1 year ago
version 11
e7d39d06
44 commits,
1 year ago
version 10
feeca9b3
43 commits,
1 year ago
version 9
e5167736
42 commits,
1 year ago
version 8
5008f403
12 commits,
1 year ago
version 7
06cd12a8
10 commits,
1 year ago
version 6
c8450846
9 commits,
1 year ago
version 5
11ab7204
7 commits,
1 year ago
version 4
57e26dad
5 commits,
1 year ago
version 3
809cdeb4
4 commits,
1 year ago
version 2
ec48dfe1
3 commits,
1 year ago
version 1
189513bc
1 commit,
1 year ago
31 files
+
50
−
122
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
31
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