[go: up one dir, main page]

Skip to content

Additional Issues storage as git branch

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

Git projects mostly contains code and issues. Right now issues stored inside database or file storage separately from source code repository. But practically they are very related to each other. Migrating, keeping history, removing spam is quite complicated using separate storage for issues.

Having special git branch "issues" and separate folder for each issue and file per message allowing to keep history, editing, filtering, removing spam, even using git filter for dropping private data from issues would be simple and easy operation.

In additional would be nice to have dynamically switching option in gitlab web from database to git branch, or even using multiply public / private git branch for different kind of issues.

Edited by 🤖 GitLab Bot 🤖