Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates-3282677
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
automatic_updates-3282677
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3282677-drupalcon-automatic-updates
Select Git revision
Branches
5
3281634-versionpolicyvalidatorgetavailablereleases-does-not
3282677-drupalcon-automatic-updates
7.x-1.x
8.x-1.x
8.x-2.x
default
Tags
20
previous/3282677-drupalcon-automatic-updates/2022-06-08
8.x-2.0-beta4
8.x-2.0-beta3
8.x-2.0-beta2
8.x-2.0-beta1
8.x-2.0-alpha2
previous/3253400-add-hookhelp/2021-12-08
previous/3250696-random-stage-dir/2021-12-01
previous/3227420-allow-paths-to/2021-11-30
8.x-2.0-alpha1
8.x-1.1
7.x-1.0
7.x-1.0-rc4
7.x-1.0-rc3
8.x-1.0
8.x-1.0-rc3
7.x-1.0-rc2
8.x-1.0-rc2
7.x-1.0-rc1
8.x-1.0-rc1
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Jun
7
6
31
May
26
24
23
20
19
17
13
11
10
6
5
4
3
2
22
Apr
21
20
19
18
15
14
12
11
8
7
6
5
1
31
Mar
30
29
23
22
21
15
11
9
7
4
3
2
1
26
Feb
22
18
17
16
15
14
11
10
8
7
4
3
2
1
31
Jan
27
26
25
21
20
19
14
13
12
11
7
6
5
22
Dec
17
10
9
8
7
6
3
2
1
30
Nov
29
18
17
16
12
10
9
8
3
2
1
29
Oct
28
27
26
25
22
19
18
15
14
13
12
11
8
5
4
5
30
Sep
28
24
23
22
21
17
16
15
14
13
10
9
8
7
2
1
31
Aug
27
23
19
17
13
12
14
Jul
10
14
Apr
10
7
6
3
Feb
3
Jan
13
Dec
9
6
5
25
Nov
22
14
13
12
11
7
6
5
4
23
Oct
21
15
14
11
7
3
19
Aug
16
5
8
Jul
1
24
Jun
13
12
5
3
28
May
17
10
3
26
Apr
25
15
3
2
19
Mar
Slight simplification
3282677-drupalc…
3282677-drupalcon-automatic-updates
Add unit tests
Update comment
Put the PHP dir first in the path
Revert "Explicitly run Composer through the active PHP interpreter"
Explicitly run Composer through the active PHP interpreter
Issue #3276534 by kunal.sachdev, phenaproxima, Theresa.Grannum: CronUpdater::getMode() should always return a value
Slight simplification
previous/328267…
previous/3282677-drupalcon-automatic-updates/2022-06-08
Add unit tests
Update comment
Put the PHP dir first in the path
Revert "Explicitly run Composer through the active PHP interpreter"
Explicitly run Composer through the active PHP interpreter
Issue #3277211 by phenaproxima: Update Composer Stager to 0.5.0
8.x-2.x
8.x-2.x
Issue #3239759 by Theresa.Grannum, rkoller, phenaproxima: Remind users to back up their database before starting an update
Issue #3284495 by tedbow: Tests failing on 9.3.x
Issue #3284346 by phenaproxima: Show all validation messages, not just the summary, on the updater form
Issue #3277007 by phenaproxima, chrisfromredfin, tedbow, Theresa.Grannum: Validation messages displayed on admin pages should be grouped together so it's clear they are all related to automatic updates
Issue #3273693 by tedbow: Allow determining required packages in PreRequire and PostRequire events
Issue #3271502 by Theresa.Grannum: Change internal mentions of "update version" to "target version"
Issue #3281397 by phenaproxima: VersionPolicyValidator should throw an exception if it can't determine the target version of Drupal
Issue #3274837 by Theresa.Grannum: Remove "recommended" from text of version validators
Issue #3277775 by tedbow, mherman-pro: "Reports > Available updates" should link the automatic updates form, not the regular list of available updates
Issue #3275883 by tedbow, phenaproxima: Warn if cron updates are enabled and the site is on an unsupported branch
Issue #3281473 by Theresa.Grannum: Make all things internal and final in Automatic Updates Extensions
Issue #3281634 by Theresa.Grannum, hestenet: VersionPolicyValidator::getAvailableReleases() does not need to be static
Issue #3280180 by phenaproxima, tedbow: Consolidate all version validation logic into a single class
8.x-2.0-beta4 3…
8.x-2.0-beta4 3281634-versionpolicyvalidatorgetavailablereleases-does-not
Issue #3281405 by Theresa.Grannum: Add @internal to Automatic Updates validator classes
Issue #3277817 by Theresa.Grannum, mherman-pro: Before applying the update, don't show the checkbox for maintenance mode if the site is already in maintenance mode
Issue #3280923 by phenaproxima: CronUpdater::begin() should throw an exception of if cron updates are disabled
Issue #3280204 by Theresa.Grannum: Missing documentation on 'addError' and 'add Warning'
Issue #3279527 by phenaproxima, tedbow: Ensure plugins are reloaded after an update
Issue #3279733 by tedbow: \Drupal\automatic_updates\ProjectInfo::getInstallableReleases() will return releases lower than the installed version if the installed version is a dev release
Issue #3271235 by kunal.sachdev, Theresa.Grannum, tedbow, phenaproxima: If there are no supported updates, but there are other updates, link to the available updates page
Issue #3276662 by kunal.sachdev: Add test coverage for the fix in #3276661
Issue #3276031 by phenaproxima, kunal.sachdev: Create installed version validator
Issue #3279229 by phenaproxima, tedbow: StagedProjectsValidatorTest should use a virtual project
Issue #3279086 by phenaproxima: StagedDatabaseUpdateValidatorTest should use a virtual project
Issue #3279064 by tedbow: Consolidate logic around test stages
Issue #3277235 by Theresa.Grannum, phenaproxima: Package Manager's help text should provide a PHP snippet for setting the path to Composer in settings.php
Loading