Skip to content

Honor gitlab.psql.ci.enabled=false when generating database.yml

Thong Kuah requested to merge use_gitlab_psql_ci_enabled into master

What does this MR do?

This allows users to opt-out of out ci: section when the default changes to generate both main: and ci: sections in %16.0.

The default value for this will be true so no behaviour changes if there's no config change.

It should be safe to use the enabled key for this purpose as config/database.yml does not use enabled.

Related issues

#4264 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

Edited by Thong Kuah

Merge request reports