If paths are being excluded in the project root, log an informational message about it

Created on 13 December 2023, 11 months ago
Updated 15 December 2023, 11 months ago

Problem/Motivation

Follow-up to ✨ Allow administrators to bypass UnknownPathExcluder if there are known, trusted files that need to be included in stage operations Fixed . Though this was still a problem before that issue, there just wasn't anything you could do about

Steps to reproduce

Proposed resolution

Add a status check that warns if the module is excluding paths in project root via UnknownPathExcluder(though don't mention name)

Remaining tasks

Will this be annoying if it always shows up wherever we should status checks. Maybe if the boolean config flag we create in ✨ Allow administrators to bypass UnknownPathExcluder if there are known, trusted files that need to be included in stage operations Fixed is explicitly set we should not show any messages.

For instance

if ($this->config->('bypass_setting') === NULL && $this->isExcludingPaths()) {
// show warning
}

So you if the bypass_setting is set either way not using the default we won't show the warning

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States tedbow Ithaca, NY, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024