sameersbn / sameersbn/docker-gitlab
Adding support multiple databases for version 15.0+
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
When starting the check:
Check project code repositories
sudo -u git -H bundle exec rake gitlab:git:fsck RAILS_ENV=production
WARNING: This installation of GitLab uses a deprecated syntax for 'config/database.yml'. The support for this syntax will be removed in 15.0. More information can be found here: https://gitlab.com/gitlab-org/gitlab/-/issues/338182
I think we need to be ready support multiple databases in the future for the next version of GitLab:)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked project-repository check documentation and the warning about the deprecated config/database.yml syntax when running the listed rake command. Define the required multi-database support for GitLab 15.0+ and verify that the check completes without the deprecated-syntax warning.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100