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
!1043
Issue
#3436741
make Automatic Updates Extension stable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3436741
make Automatic Updates Extension stable
issue/automatic_updates-3436741:3436741-stable-extensions
into
3.0.x
Overview
11
Commits
13
Pipelines
11
Changes
8
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3436741:3436741-stable-extensions
into
3.0.x
1 year ago
Overview
11
Commits
13
Pipelines
11
Changes
1
Expand
Closes
#3436741
0
0
Merge request reports
Compare
version 1
version 10
61a5e2f0
11 months ago
version 9
c1604caf
11 months ago
version 8
54c25fd8
11 months ago
version 7
f71a2d5d
11 months ago
version 6
ef6017f8
11 months ago
version 5
3e365960
11 months ago
version 4
b3f0f7d4
11 months ago
version 3
e5cff416
11 months ago
version 2
177c5245
1 year ago
version 1
4199d063
1 year ago
3.0.x (base)
and
version 2
latest version
61a5e2f0
13 commits,
11 months ago
version 10
61a5e2f0
13 commits,
11 months ago
version 9
c1604caf
11 commits,
11 months ago
version 8
54c25fd8
10 commits,
11 months ago
version 7
f71a2d5d
9 commits,
11 months ago
version 6
ef6017f8
8 commits,
11 months ago
version 5
3e365960
7 commits,
11 months ago
version 4
b3f0f7d4
6 commits,
11 months ago
version 3
e5cff416
5 commits,
11 months ago
version 2
177c5245
2 commits,
1 year ago
version 1
4199d063
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
automatic_updates_extensions/tests/src/Functional/StatusCheckerRunAfterUpdateTest.php
+
1
−
1
Options
@@ -73,7 +73,7 @@ class StatusCheckerRunAfterUpdateTest extends UpdaterFormTestBase {
$page
->
clickLink
(
'database update script'
);
$this
->
assertSession
()
->
addressEquals
(
'/update.php'
);
$assert_session
->
pageTextNotContains
(
'Possible database updates have been detected in the following extension'
);
$
this
->
continueUpdateWithWarning
(
);
$
page
->
clickLink
(
'Continue'
);
// @see automatic_updates_update_1191934()
$assert_session
->
pageTextContains
(
'Dynamic automatic_updates_update_1191934'
);
$page
->
clickLink
(
'Apply pending updates'
);
Loading