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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3474fb9ce3d015ea32845c79240d11f8b3172892
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
Begin with the selected commit
Created with Raphaël 2.2.0
3
Mar
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
22
19
18
17
16
15
12
11
10
9
4
3
1
29
Jul
28
27
26
25
23
22
21
20
19
18
15
14
13
11
8
7
6
5
4
1
30
Jun
29
Issue #3343827 by tedbow, Wim Leers: Update FixtureManipulator to work with InstalledPackagesList, real composer show command
Issue #3312960 by kunal.sachdev, phenaproxima, tedbow, Wim Leers: Create an API for base requirement validators which run before other validators and stop event propagation if they fail
Issue #3345549 by tedbow: PackageManagerKernelTestBase::assertResults ignores event class
Issue #3331355 by omkar.podey, tedbow, phenaproxima, Wim Leers, yash.rode: Refactor exception architecture
Add "unshallow" to dictionary.
Issue #3345313 by phenaproxima: Path excluder tests do not need to disable the lock file validator
Issue #3345039 by phenaproxima, Wim Leers, effulgentsia: Remove dependency on symfony/config
Issue #3345180 by cola: Wrong class name in package_manager.api.php
Issue #3345028 by phenaproxima, Wim Leers: Package Manager's services should use autowiring
Issue #3321933 by omkar.podey, Wim Leers, tedbow, yash.rode, phenaproxima: Remove dependency on symfony/finder
Issue #3343889 by yash.rode, Wim Leers, phenaproxima, tedbow: Drop support for end-of-life versions of Composer
Issue #3344039 by phenaproxima, tedbow: Rename ComposerExecutableValidator to ComposerValidator
Issue #3344595 by phenaproxima, kunal.sachdev, tedbow, Wim Leers: ComposerInspector::validate() should run `composer validate`
Issue #3344127 by tedbow, kunal.sachdev, Wim Leers, phenaproxima: Run `composer validate` after FixtureManipulator commits its changes
Issue #3344556 by kunal.sachdev, phenaproxima: Make ComposerInspector::getVersion() private
Issue #3344689 by tedbow: Do not disable package_manager.validator.composer
Issue #3344039 by phenaproxima, tedbow, Wim Leers: Add a validate() method to ComposerInspector to ensure that Composer is usable
Issue #3344562 by phenaproxima: HEAD is broken due to dependency error with Composer 2.5.4
Issue #3344124 by tedbow: Validate fake_site with composer
Issue #3342120 by Wim Leers, yash.rode, tedbow, phenaproxima: Fix PHPStan violations (happened because PHPStan code checks stopped running…)
Issue #3267646 by yash.rode, Wim Leers, kunal.sachdev, phenaproxima: Refine multisite detection: many aliases for a single site is fine!
Issue #3341224 by omkar.podey, Wim Leers, phenaproxima: Always catch \Throwable, not \Exception, and pass the old exception when re-throwing
Issue #3341841 by kunal.sachdev, Wim Leers: Fix language nit in package_manager_help()
Issue #3339714 by kunal.sachdev, Wim Leers: Dynamically copy scaffold file mapping when create fake_site fixture
Issue #3343430 by Wim Leers, tedbow, omkar.podey: Stop reusing core's commit-code-check.sh in favor of 4 simple commands
Issue #3342137 by yash.rode, phenaproxima, Wim Leers: Rename validator methods to `validate` unless there different methods for different events
Issue #3334994 by phenaproxima, tedbow, omkar.podey, Wim Leers: Add new InstalledPackagesList which does not rely on Composer API to get package info
Issue #3342726 by kunal.sachdev, Wim Leers: UnknownPathExcluder doesn’t consider hidden files
Issue #3327229 by yash.rode, Wim Leers: Remove `@requires PHP >= 8.0` annotation from all tests
Issue #3342364 by omkar.podey, phenaproxima, tedbow, Wim Leers: Make StageEvent::$stage a public readonly property, and remove getStage()
Issue #3323003 by tedbow, Wim Leers, yash.rode: Mark FailureMarker @internal and document ComposerUtility, PathLocator and ValidationResult
Issue #3342460 by tedbow: $tempStore property of stage was removed
Issue #3320824 by omkar.podey, phenaproxima, Wim Leers: Fix PHP Warning: serialize() in tests on PHP 8
Issue #3321474 by phenaproxima, tedbow: Adopt PHP 8.1-only capabilities such as constructor property promotion + drop BC layers
Revert "Issue #3341708 by Wim Leers, tedbow, phenaproxima: Update requirements for 3.x"
Issue #3341708 by Wim Leers, tedbow, phenaproxima: Update requirements for 3.x
Issue #3341708 by Wim Leers, tedbow, phenaproxima: Update requirements for 3.x
Issue #3252299 by kunal.sachdev, phenaproxima, tedbow, Wim Leers: Reliably support cweagans/composer-patches in Package Manager & Automatic Updates: validate stage
8.x-2.7
8.x-2.7
Issue #3331310 by kunal.sachdev, tedbow, Wim Leers: Exclude unknown paths in project base: only allow vendor + web root + whatever drupal/core-composer-scaffold allows
Issue #3325869 follow-up by Wim Leers
Loading