Match GitLab connect tile/button labels to the fixed dashboard UI - #880
Match GitLab connect tile/button labels to the fixed dashboard UI#880promptless[bot] wants to merge 1 commit into
Conversation
Update the GitLab integration reference connect step and its Doc Detective spec to the tile titles and connect-button labels produced by Promptless/promptless#4667 (removes the doubled "Connect Connect GitLab" text). Tiles become "GitLab" / "Self-hosted GitLab" with buttons "Connect GitLab" / "Connect Self-hosted GitLab". Deferred: hold until Promptless/promptless#4667 merges — production still shows the pre-fix labels.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| 2. **Open the [Integrations](https://app.gopromptless.ai/integrations) page** in the Promptless dashboard. | ||
|
|
||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **Connect GitLab** tile and click **Connect**. For a self-hosted instance, use the **Connect self-hosted GitLab** tile instead and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). | ||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **GitLab** tile and click **Connect GitLab**. For a self-hosted instance, use the **Self-hosted GitLab** tile instead, click **Connect Self-hosted GitLab**, and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). |
There was a problem hiding this comment.
Open source PR #4667 renames the gitlab.com connect-tile entry in promptless-dashboard/src/components/IntegrationsList.tsx from name 'Connect GitLab' to 'GitLab'. renderIntegrationSection sets the tile title to name and, absent an explicit connectLabel (none is passed for this entry), the connect button to Connect ${name}, so post-merge the tile is titled "GitLab" and its button reads "Connect GitLab", matching this doc line. Citation reflects the pending (not yet merged) state the doc intentionally documents ahead of merge.
Source: https://github.com/Promptless/promptless/pull/4667/files
| 2. **Open the [Integrations](https://app.gopromptless.ai/integrations) page** in the Promptless dashboard. | ||
|
|
||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **Connect GitLab** tile and click **Connect**. For a self-hosted instance, use the **Connect self-hosted GitLab** tile instead and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). | ||
| 3. **Start the GitLab connection.** For a gitlab.com group, find the **GitLab** tile and click **Connect GitLab**. For a self-hosted instance, use the **Self-hosted GitLab** tile instead, click **Connect Self-hosted GitLab**, and enter your **Instance hostname** — just the host, no `https://` and no path (for example, `gitlab.acme.com`). |
There was a problem hiding this comment.
Open source PR #4667 renames the self-hosted connect-tile entry in promptless-dashboard/src/components/IntegrationsList.tsx from name 'Connect self-hosted GitLab' to 'Self-hosted GitLab'. renderIntegrationSection sets the tile title to name and, absent an explicit connectLabel (none is passed for this entry), the connect button to Connect ${name}, so post-merge the tile is titled "Self-hosted GitLab" and its button reads "Connect Self-hosted GitLab" (capital S), matching this doc line. Citation reflects the pending (not yet merged) state the doc intentionally documents ahead of merge.
Source: https://github.com/Promptless/promptless/pull/4667/files
Open in Promptless
✅ Ready to merge — Promptless/promptless#4667 has merged (2026-08-19, merge commit
f2b99c2). This change was authored ahead of that merge and held until it landed; the deferral condition is now satisfied, so production shows the new labels this doc describes.The GitLab integration reference's connect procedure named the dashboard Integrations-page tiles by their old labels: "find the Connect GitLab tile" and "use the Connect self-hosted GitLab tile." Source PR #4667 fixed doubled button text on those tiles, renaming them so the gitlab.com tile is now GitLab (button Connect GitLab) and the self-hosted tile is now Self-hosted GitLab (button Connect Self-hosted GitLab).
This updates step 3 of the Installation steps so the bolded tile/button names match what a user sees, and updates the companion Doc Detective spec (
.doc-detective/tests/gitlab-connect.spec.json) to locate the tiles/buttons by the new labels. The Instance hostname guidance, step 4, and the connect-modal submit button are unchanged.No changelog entry: this is a self-explanatory cosmetic label fix that changes no documented behavior or workflow.
Trigger Events