Skip to content

[RUN AS-IF-FOSS] Fix alert settings errors in FOSS

What does this MR do?

Fixes an error in the alert settings page that occurs only in FOSS.

Changes:

  • Make sure that queries / mutations in FOSS do not include non-FOSS fields. Any references non-FOSS graphql fields (e.g. payloadExample) are moved to the /ee subfolder.
  • Re-enables some specs that were failing on master, and quarantined in !55019 (merged)

Issue: #322666 (closed)

This feature is behind a feature flag: :multiple_http_integrations_custom_mapping

Screenshots (strongly suggested)

before after
error Screenshot_2021-02-24_at_18.35.52

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:

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

Merge request reports