1.0.6 • Published 3 years ago

insomna-plugin-gitlab-sync v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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 insomna-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.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago