Skip to content

Delete ISSUABLE_TYPE and ISSUABLE_INDEX object constants

Coung Ngo requested to merge cngo-delete-issuable-constants into master

What does this MR do and why?

This MR replaces ISSUABLE_TYPE usages to match the TYPE_ISSUE and TYPE_MERGE_REQUEST constants for consistency since TYPE_* constants are the main set of constants for issuables.

Also replaces the ISSUABLE_INDEX object with a string since there's only one single usage of it.

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports