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
Graph
0bcd417a1129d4d70544483dae1aaf4b9a3443ac
Select Git revision
Branches
8
3.0.x
default
3.1.x
3281634-versionpolicyvalidatorgetavailablereleases-does-not
3319045-build-events-assert-3319497
4.x
7.x-1.x
8.x-1.x
8.x-2.x
Tags
20
3.1.7
4.0.0-alpha1
3.1.6
3.1.5
previous/3446371-unknownpathexcluder-will-exclude/2024-07-26
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta2
3.0.0-beta1
previous/3404429-get-type/2023-11-28
previous/3391715-round-2/2023-10-25
previous/3391715-round-2/2023-10-24-1
28 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
May
26
23
22
19
18
16
15
11
10
9
8
4
3
2
28
Apr
27
26
25
21
20
19
18
17
15
14
11
10
7
6
5
4
3
31
Mar
30
29
28
27
24
23
21
20
18
17
16
15
14
13
10
9
8
7
6
3
2
1
28
Feb
27
26
23
22
21
17
16
15
14
13
9
8
6
3
30
Jan
27
26
24
23
20
18
14
13
12
11
9
6
5
3
30
Dec
29
22
20
19
16
14
13
12
10
9
8
7
6
5
1
25
Nov
24
23
22
21
18
17
16
15
14
12
11
10
9
8
7
6
4
2
1
31
Oct
28
27
26
25
24
21
20
19
18
17
14
13
12
11
10
7
6
5
4
3
30
Sep
29
28
27
26
23
22
21
20
15
14
13
12
11
9
8
7
6
5
3
2
1
30
Aug
29
26
25
24
Issue #3362589 by yash.rode, Wim Leers: Remove BypassedStagerServiceBase reference as the class does not exist anymore
Issue #3350568 by Wim Leers, phenaproxima, catch, tedbow, TravisCarden: Drop support for Composer 2.2, require Composer >=2.5.5
Issue #3362746 by tedbow: fix 10.0.x phpstan errors
Issue #3351212 by omkar.podey, phenaproxima, Wim Leers, tedbow: Remove all of our PHPStan `ignoreErrors` entries AND ignore PHPStan errors caused by upstream changes in core
Issue #3354099 by omkar.podey, phenaproxima, tedbow, Wim Leers, yash.rode: Add functional test that proves there is reasonable UX whenever Composer Stager operations have a hard failure
Issue #3362110 by tedbow, omkar.podey: Build tests failing in 10.1.x since #3361983 was committed to Drupal core
Issue #3360548 by kunal.sachdev, phenaproxima, tedbow, omkar.podey, Wim Leers: Document what the existence of the PACKAGE_MANAGER_FAILURE.yml means
Issue #3310729 by yash.rode, phenaproxima, Wim Leers, tedbow, TravisCarden: ComposerValidator should check if proc_open() is available
Issue #3360655 by kunal.sachdev, Wim Leers, omkar.podey: Wrong @throws in FailureMarker::assertNotExists()
Issue #3360763 by omkar.podey, tedbow, Wim Leers: Switch failure marker file from *.json to *.yml to prevent it from being readable from the web
Issue #3354827 by yash.rode, cola, Wim Leers: Since Composer 2.5.5: "HTTPS must be enabled for Composer downloads."
8.x-2.x
8.x-2.x
Issue #3358878 by yash.rode, Wim Leers, tedbow: Test failing on 8.x-2.x on 10.0.x and 10.1.x
Issue #3359825 by yash.rode, kunal.sachdev: Wrong return type for StatusChecker::getResults()
Issue #3351895 follow-up by Wim Leers: Do not include Drush-related code in core merge request
Issue #3351895 by tedbow, phenaproxima, pwolanin, xjm: Add command to allow running cron updates via console and by a separate user, for defense-in-depth
Issue #3358570 by phenaproxima: InstalledPackage::scanForProjectName() can cause PHP notices if the `project` key is not in the info file
Issue #3345535 by tedbow, omkar.podey, Wim Leers: BaseRequirementsFulfilledValidator should listen to PreRequireEvent
Issue #3316617 by phenaproxima, tedbow, Wim Leers: Add a validator to check that PHP-TUF's Composer integration is present and configured correctly
Issue #3342817 by Wim Leers, phenaproxima, tedbow: Decide which classes should be internal and/or final — delete ExcludedPathsTrait, make CollectPathsToExcludeEvent richer
Issue #3357657 by kunal.sachdev, phenaproxima, Wim Leers, tedbow: ComposerValidator's hook_help() integration is imprecise and incomplete
Issue #3358012 by phenaproxima, Wim Leers: StageBase::stageDirectoryExists() breaks on PreCreate
Issue #3357578 by yash.rode, Wim Leers, phenaproxima: str_starts_with($path, '/') does not correctly detect absolute paths on Windows
Issue #3356638 by phenaproxima, Wim Leers, tedbow: Improve hook_help() to explain the actual Composer requirements
Issue #3357721 by kunal.sachdev, yash.rode, phenaproxima: PhpExtensionsValidator's wording is needlessly verbose
Issue #3356804 by phenaproxima: Flag a warning during status check if the OpenSSL extension is not enabled
Issue #3354325 by phenaproxima, kunal.sachdev, Wim Leers: Consolidate UpdateErrorTest
Issue #3356640 by kunal.sachdev, phenaproxima, Wim Leers: Explain why ComposerPluginsValidatorTest::testAddDisallowedPlugin() exists, even if it is not directly testing ComposerPluginsValidator
Issue #3355609 by yash.rode, Wim Leers, phenaproxima: All injected services should be marked readonly
Issue #3354594 by kunal.sachdev: Merge ComposerSettingsValidator into ComposerValidator
Issue #3356395 by kunal.sachdev: ComposerInspector::validateProject() passes unnecessary flags to `composer validate`
Issue #3355553 by yash.rode, phenaproxima: Set the default installer paths for Drupal in installComposerInstallers()
Issue #3355045 by kunal.sachdev, omkar.podey, Wim Leers: StageBase documentation in package_manager.api.php is incomplete
Issue #3351247 by omkar.podey, phenaproxima, tedbow, Wim Leers, catch: Harden our HTTPS requirement
Issue #3353219 by yash.rode, phenaproxima, Wim Leers, omkar.podey: Create a PreApply validator that prevents Drupal projects from being removed if they are enabled
Issue #3281379 by kunal.sachdev, tedbow, phenaproxima, omkar.podey, Wim Leers: VersionPolicyValidator should return all error messages in its validation result
Issue #3355162 by TravisCarden: Update references to the 8.x-2.x branch to 3.0.x
Issue #3348159 by yash.rode, tedbow, phenaproxima, Wim Leers: Fix remaining @todos in ComposerPluginsValidatorTest
Issue #3355094 by yash.rode: Remove node_modules/exclude.txt from fake_site fixture
Issue #3341469 by omkar.podey, Wim Leers: Create StageBase::stageDirectoryExists() for improved DX to see if stage directory exists
Issue #3354003 by phenaproxima: If a PostDestroyEvent subscriber throws an exception, users are redirected to a WSOD
Loading