Best Practices for Contributor Counting on Self-Hosted GitLab with Qodana #313
-
|
Hi everyone, We’re evaluating Qodana Contributor Counting on our self-hosted GitLab instance and have a few questions about the setup and operational requirements:
We’d love to hear official guidance or recommended best practices for these scenarios! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, Questions 1-3
This currently isn't a technical requirement, i.e. you will have access to all Qodana features even if your Qodana projects don't have a git repository linked to it.
Yes, we recommend setting up SSH keys with as limited permission scope as possible, i.e. limiting each key only to one repo and don't giving it organization-scope access.
We're aware of the problem, and currently there are no official ways to automate this process. We have this feature request on our tracker. If you have a spare minute, please vote for it and, if possible, leave a comment describing your use case there. It would help us with prioritizing it. Question 4
Yes, whitelisting the mentioned range is enough for Qodana Cloud to be able to count contributors. Question 5
This is covered by the issue I shared earlier. For rest, I've created new feature requests: |
Beta Was this translation helpful? Give feedback.
Hi,
Questions 1-3
This currently isn't a technical requirement, i.e. you will have access to all Qodana features even if your Qodana projects don't have a git repository linked to it.
Yes, we recommend setting up SSH keys with as limited permission scope as possible, i.e. limiting each key only to one repo and don't giving it organization-scope access.
We're aware of the problem, and currently there are no official ways to automate this process. We have this feature request on our tracker. If you have a spare minute, please vot…