Skip to content

Rename AlertsFinder option include_confidential to include_nonpublished

Sarah Yasonik requested to merge sy-rename-confidential-to-unpublished into master

What does this MR do?

Context: We want to add a quick action which publishes an issue to a project's associated status page. Right now, the default is to publish all non-confidential issues in the project. With the quick action, issues will only be published if the quick action is used (and the issue is not confidential). A few minor naming tweaks will help prepare for this change without changing any logic.

This MR:

  • Renames the include_confidential option for the AlertManagement::AlertsFinder to include_nonpublished

Why: This is going to make it easier to add an additional qualifier for whether an issue is published in the next MR.

Dependent feature MR: !30906 (merged) Related issue: #209849 (closed)

Logic changes are not included in this MR - no changelog will be required.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sarah Yasonik

Merge request reports