Issue #3230024: Collect exclusions from event objects
Merged
requested to merge issue/automatic_updates-3230024:3230024-collect-exclusions-from into 8.x-2.x
Merge request reports
Activity
added 1 commit
- ce43e781 - Remove failing test method, since it is no longer applicable
- Resolved by Adam G-H
- Resolved by Adam G-H
- Resolved by Adam G-H
- Resolved by Adam G-H
- Resolved by Ted Bowman
- Resolved by Ted Bowman
added 1 commit
- ef68fa5b - ExcludedPathsTrait should be absolute for now
- Resolved by Adam G-H
- Resolved by Adam G-H
212 'settings.local.php', 213 'services.yml', 214 ]; 215 foreach ($settings_files as $settings_file) { 216 $file_path = implode(DIRECTORY_SEPARATOR, [ 217 $this->appRoot, 218 $this->sitePath, 219 $settings_file, 220 ]); 221 $file_path = $this->fileSystem->realpath($file_path); 222 if (file_exists($file_path)) { 223 $exclusions[] = $file_path; 224 } 225 } 226 181 private function getExclusions($event): array { - Resolved by Adam G-H
Please register or sign in to reply