1.2.12 • Published 2 years ago

insomnia-plugin-gitlab-sync v1.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gitlab-sync

plugin para o insomnia

Overview

This plugin allows users to synchronize collections with a gitlab repository

Installation

Gerenciador plugin insomnia

Install the insomnia-plugin-gitlab-sync plugin from Preferences > Plugins

Git

  1. git clone https://github.com/FabioPereiraBraga/gitlab-sync.git
  2. Download the used libraries
     cd gitlab-sync
     npm install
  3. Add the directory installed in the insomnia plugins folder.

    cp gitlab-sync  /home/you-user/.config/Insomnia/plugins

    Note

    The path of the plugins directory may change according to the distribution of the operating system

Configure

  1. Create a personal access token to your GitLab account.

    Scope Api

    image

  2. Go to Insomnia, click on Insomnia Main Menu, and click on "GitLab - Settings":

    image

Inform the following parameters

 {
     "api_url": "http://url-you-server-gitlab.com",
     "token": "you-personal-access-token",
     "id_project": "id-project",
     "name_file": "name-file",
     "ref": "master"
 }

image

Usage

  • Click on "GitLab - Pull Collection" to search the collections of the project informed in the settings
  • Click on "GitLab - Push Collection" to send updates made to the project collection informed in the settings
1.2.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.2.11

2 years ago

1.1.9

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago