Merge pull request #1130 from gh-kdk/feature/gitlab-integration-documentation

docs(gitlab): add connection and triggers
This commit is contained in:
Ömer Faruk Aydın
2023-06-12 12:31:43 +02:00
committed by GitHub
5 changed files with 67 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ export default defineConfig({
],
},
{
text: 'Github',
text: 'GitHub',
collapsible: true,
collapsed: true,
items: [
@@ -96,6 +96,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/github/connection' },
],
},
{
text: 'GitLab',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/gitlab/triggers' },
{ text: 'Connection', link: '/apps/gitlab/connection' },
],
},
{
text: 'Google Drive',
collapsible: true,

View File

@@ -0,0 +1,18 @@
# Gitlab
:::info
This page explains the steps you need to follow to set up the Gitlab
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the [link](https://gitlab.com/-/profile/applications) to register a **new OAuth application** on Gitlab.
2. Fill application **Name**.
3. Copy **OAuth Redirect URL** from Automatisch to **Redirect URI** field on Gitlab page.
4. Mark the **Confidential** field on Gitlab page.
5. Mark the **api** and **read_user** in **Scopes** section on Gitlab page.
6. Click on the **Save application** button at the end of the form on Gitlab page.
7. Copy the **Application ID** value from the following page to the `Client ID` field on Automatisch.
8. Copy the **Secret** value from the same page to the `Client Secret` field on Automatisch.
9. Click **Continue** button on Gitlab page.
10. Click **Submit** button on Automatisch.
11. Congrats! Start using your new Github connection within the flows.

View File

@@ -0,0 +1,36 @@
---
favicon: /favicons/gitlab.svg
items:
- name: Confidential issue event
desc: Triggers when a new confidential issue is created or an existing issue is updated, closed, or reopened
- name: Confidential comment event
desc: Triggers when a new confidential comment is made on commits, merge requests, issues, and code snippets
- name: Deployment event
desc: Triggers when a deployment starts, succeeds, fails or is canceled
- name: Feature flag event
desc: Triggers when a feature flag is turned on or off
- name: Issue event
desc: Triggers when a new issue is created or an existing issue is updated, closed, or reopened
- name: Job event
desc: Triggers when the status of a job changes
- name: Merge request event
desc: Triggers when merge request is created, updated, or closed
- name: Comment event
desc: Triggers when a new comment is made on commits, merge requests, issues, and code snippets
- name: Pipeline event
desc: Triggers when the status of a pipeline changes
- name: Push event
desc: Triggers when you push to the repository
- name: Release event
desc: Triggers when a release is created or updated
- name: Tag event
desc: Triggers when you create or delete tags in the repository
- name: Wiki page event
desc: Triggers when a wiki page is created, updated, or deleted
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -12,7 +12,8 @@ Following integrations are currently supported by Automatisch.
- [Dropbox](/apps/dropbox/actions)
- [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers)
- [Github](/apps/github/triggers)
- [GitHub](/apps/github/triggers)
- [GitLab](/apps/gitlab/triggers)
- [Google Drive](/apps/google-drive/triggers)
- [Google Forms](/apps/google-forms/triggers)
- [Google Sheets](/apps/google-sheets/triggers)

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 380 380"><defs><style>.cls-1{fill:#e24329;}.cls-2{fill:#fc6d26;}.cls-3{fill:#fca326;}</style></defs><g id="LOGO"><path class="cls-1" d="M282.83,170.73l-.27-.69-26.14-68.22a6.81,6.81,0,0,0-2.69-3.24,7,7,0,0,0-8,.43,7,7,0,0,0-2.32,3.52l-17.65,54H154.29l-17.65-54A6.86,6.86,0,0,0,134.32,99a7,7,0,0,0-8-.43,6.87,6.87,0,0,0-2.69,3.24L97.44,170l-.26.69a48.54,48.54,0,0,0,16.1,56.1l.09.07.24.17,39.82,29.82,19.7,14.91,12,9.06a8.07,8.07,0,0,0,9.76,0l12-9.06,19.7-14.91,40.06-30,.1-.08A48.56,48.56,0,0,0,282.83,170.73Z"/><path class="cls-2" d="M282.83,170.73l-.27-.69a88.3,88.3,0,0,0-35.15,15.8L190,229.25c19.55,14.79,36.57,27.64,36.57,27.64l40.06-30,.1-.08A48.56,48.56,0,0,0,282.83,170.73Z"/><path class="cls-3" d="M153.43,256.89l19.7,14.91,12,9.06a8.07,8.07,0,0,0,9.76,0l12-9.06,19.7-14.91S209.55,244,190,229.25C170.45,244,153.43,256.89,153.43,256.89Z"/><path class="cls-2" d="M132.58,185.84A88.19,88.19,0,0,0,97.44,170l-.26.69a48.54,48.54,0,0,0,16.1,56.1l.09.07.24.17,39.82,29.82s17-12.85,36.57-27.64Z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB