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
!900
Issue
#3363938
: Package Manager should ignore default.settings.php and default.services.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3363938
: Package Manager should ignore default.settings.php and default.services.yml
issue/automatic_updates-3363938:3363938-package-manager-should
into
3.0.x
Overview
1
Commits
14
Pipelines
1
Changes
1
Merged
Adam G-H
requested to merge
issue/automatic_updates-3363938:3363938-package-manager-should
into
3.0.x
1 year ago
Overview
1
Commits
14
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6321c10d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6321c10d
sp error
· 6321c10d
Adam G-H
authored
1 year ago
package_manager/src/PathExcluder/SiteConfigurationExcluder.php
+
1
−
1
Options
@@ -71,7 +71,7 @@ class SiteConfigurationExcluder implements EventSubscriberInterface {
*
* This is done to allow the core scaffold plugin to make changes in
* `sites/default`, if necessary, without breaking if `sites/default` is not
* writable (this can happen because rsync p
e
rserves directory permissions,
* writable (this can happen because rsync pr
e
serves directory permissions,
* and Drupal will try to harden the site directory's permissions as much as
* possible). We specifically exclude the `default.settings.php` and
* `default.services.yml` files from Package Manager operations, so we want to
Loading