Skip to content

Delete Project#uses_default_ci_config?

Furkan Ayhan requested to merge 26169-refactor-uses_default_ci_config into master

What does this MR do and why?

This MR deletes the Project#uses_default_ci_config? method.

It's used only in the show_suggest_pipeline_creation_celebration? helper with a FileDetector method. However, we have Project#ci_config_path_or_default to cover all these two conditions.

Related to #26169

Note: This code show_suggest_pipeline_creation_celebration? itself may be deleted because of !73514 (diffs, comment 1744648978).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Furkan Ayhan

Merge request reports