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
!20
Issue
#3230250
: Update Composer Stager to 0.2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3230250
: Update Composer Stager to 0.2.0
issue/automatic_updates-3230250:3230250-update-composer-stager
into
8.x-2.x
Overview
0
Commits
10
Pipelines
0
Changes
4
Merged
Adam G-H
requested to merge
issue/automatic_updates-3230250:3230250-update-composer-stager
into
8.x-2.x
3 years ago
Overview
0
Commits
10
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 10
1ed72394
3 years ago
version 9
7e18edf3
3 years ago
version 8
1aa76f04
3 years ago
version 7
c4c54f2e
3 years ago
version 6
d9fa766a
3 years ago
version 5
566e9b70
3 years ago
version 4
a3c2ea88
3 years ago
version 3
aa5d34d0
3 years ago
version 2
eacc6365
3 years ago
version 1
46538cc2
3 years ago
8.x-2.x (base)
and
version 3
latest version
1ed72394
10 commits,
3 years ago
version 10
1ed72394
10 commits,
3 years ago
version 9
7e18edf3
9 commits,
3 years ago
version 8
1aa76f04
8 commits,
3 years ago
version 7
c4c54f2e
7 commits,
3 years ago
version 6
d9fa766a
6 commits,
3 years ago
version 5
566e9b70
5 commits,
3 years ago
version 4
a3c2ea88
4 commits,
3 years ago
version 3
aa5d34d0
3 commits,
3 years ago
version 2
eacc6365
2 commits,
3 years ago
version 1
46538cc2
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Updater.php
+
1
−
1
Options
@@ -183,7 +183,7 @@ class Updater {
*/
public
function
begin
():
string
{
$stage_key
=
$this
->
createActiveStage
();
$this
->
beginner
->
begin
(
static
::
getActiveDirectory
(),
static
::
getStageDirectory
(),
NULL
,
120
,
$this
->
getExclusions
());
$this
->
beginner
->
begin
(
static
::
getActiveDirectory
(),
static
::
getStageDirectory
(),
$this
->
getExclusions
());
return
$stage_key
;
}
Loading