We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should check how much work it's required to replace existing projects that are using this, and eventually remove the feature completely.
This would reduce maintenance and simplify sync code.
The text was updated successfully, but these errors were encountered:
There are two DB projects currently in use:
Two other DB projects have been deactivated:
This is the PR that introduced the DB projects. 99% of the code is the Admin interface, the rest is two minor changes:
Project.data_source
We don't need the Admin interface for the currently used projects, so we can drop it.
We can also drop Project.data_source and identify DB projects as projects without repositories when excluding them from sync.
Sorry, something went wrong.
See also #2126.
No branches or pull requests
We should check how much work it's required to replace existing projects that are using this, and eventually remove the feature completely.
This would reduce maintenance and simplify sync code.
The text was updated successfully, but these errors were encountered: