GitLab Integration
Clacky’s GitLab integration enables seamless collaboration between your development workspace and GitLab repositories. This integration allows you to manage repositories, track issues, create merge requests, and manage CI/CD pipelines directly from your Clacky environment.
Connection Setup
Follow these steps to connect Clacky with your GitLab account:
1. Generate a Personal Access Token
First, you need to create a Personal Access Token (PAT) in GitLab:
- Log in to your GitLab account
- Click on your profile picture in the top-right corner
- Select “Preferences” from the dropdown menu
- Navigate to “Access Tokens” in the left sidebar
- Fill in the following details:
- Token name: A descriptive name (e.g., “Clacky Integration”)
- Expiration date: Select a date (maximum 365 days)
- Scopes: Select the required permissions (see Required Permissions section)
- Click “Create personal access token”
- Important: Copy the generated token immediately as it will only be shown once
2. Add the Token to Clacky
- Click “Create Project”, select “GitLab”, and follow the authorization process
- In the form, enter your GitLab instance URL (default is
https://gitlab.com
) - Paste your Personal Access Token (PAT)
- Click “Connect”. After connecting successfully, you’ll see a list of your repositories.
- Select a repository to connect, and Clacky will automatically create a project and clone the repository for you.
Configuration Options
Authentication Renewal
GitLab Personal Access Tokens may expire based on your GitLab settings. To renew:
- Generate a new token in GitLab following the steps in the first section
- Go to Clacky’s “Integrations” > “GitLab” settings
- Click “Update Token”
- Enter your new token
- Click “Save”
Troubleshooting
Connection Issues
If you’re experiencing connection problems:
- Verify your Personal Access Token hasn’t expired
- Check that your GitLab instance URL is correct
- Ensure your network allows connections to GitLab
- Try disconnecting and reconnecting the integration
Permission Denied
If you receive “Permission denied” errors:
- Check that your token has the necessary scopes (api, read_repository, etc.)
- Verify you have appropriate access to the repository in GitLab
- For private repositories, ensure your token has the right permissions
Repository Not Found
If repositories are missing from the list:
- Make sure you have access to the repository in GitLab
- Check if the repository is from a GitLab instance different from your connected one
- Try searching for the repository by name or URL
Frequently Asked Questions
Can I connect multiple GitLab accounts?
Currently, Clacky supports one GitLab account connection per workspace. If you need to switch accounts, disconnect the current one before connecting a new one.
Is my GitLab token secure?
Yes, your Personal Access Token is stored securely and encrypted. Clacky never shares your token with third parties.
Does the integration work with self-hosted GitLab instances?
Yes, the integration works with both gitlab.com and self-hosted GitLab instances. When connecting, simply provide the URL of your GitLab instance.
How do I disconnect my GitLab account?
To disconnect your GitLab account:
- Go to “Workspace - Settings” > “Integrations” > “GitLab”
- Click “Disconnect”
- Confirm the disconnection