Code Monkey home page Code Monkey logo

insomnia-plugin-sync-gist-multiprovider's Introduction

๐Ÿ‘‹ Hi y'all I'm Teo Gonzalez

teogonzalez.dev

I'm a Software Engineer (Python/PHP/DevOps)


About Me

I like to work providing solutions to existing teams, creating environments, and methodologies to make easier the deployment of code and maintaining critical infraestructure.

Git Docker Jenkins GitHub GitLab Netlify BitBucket


Previous experience

I have experience developing and maintaining a wide variety of software, multiplatform applications, web interfaces, system services, automated testing and devops pipelines.

PHP Python JavaScript HTML5 CSS3 Nodejs Bootstrap TypeScript MongoDB Redis GraphQL PostgreSQL MySQL

I also have done multiple projects that are centered around creating and maintaining custom software, services and servers under a variety of platforms.

Raspberry Pi DigitalOcean Linode Linux Debian Ubuntu Arch

You can find some of my projects in my website

insomnia-plugin-sync-gist-multiprovider's People

Contributors

joaostroher avatar kobenguyent avatar thblckjkr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

insomnia-plugin-sync-gist-multiprovider's Issues

personal access token, using a self-hosted gitlab instance

hello, very good plugin! ๐Ÿ‘

I have done the installation and I have noticed that in the documentation that you expose configuration section, you comment on the creation of a personal access token, however, in snippets api docs, they say that the personal access token should be sent as follows:

curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/snippets"

and not as a Bearer Token

{ Authorization: `Bearer ${this.config.token}` },

I have made the change in the authenticate method and it works perfectly, I also increased the Axios response time because it generates timeout errors
ย 
gitlab.js

authenticate() {
    return axios.create({
      baseURL: `${this.config.api_url}`,
      timeout: 30000,
      headers: { 'private-token': `${this.config.token}` },
    });
  }

we are using a self-hosted gitlab instance, GitLab CE (12.0.3) ๐Ÿ˜„

again, thank you very much and sorry for the bad translation, I don't speak English ๐Ÿ˜ฐ

Update axios version (critical security vulnerability)

Hello,
When trying to install the plugin on insomnia, this error is displayed.

Failed to install insomnia-plugin-sync-gist-multiprovider

There may be an issue with the plugin itself, as a note you can discover and install plugins from the Plugin Hub.
Additionl Information
Error: Yarn error warning insomnia-plugin-sync-gist-multiprovider > [email protected]: Critical security vulnerability fixed in v0.21.1. For more information, see axios/axios#3410

at file:///C:/Users/David%20Dev/AppData/Local/insomnia/app-2020.5.2/resources/app.asar/bundle.js:103518:16
at ChildProcess.exithandler (child_process.js:295:7)
at ChildProcess.emit (events.js:223:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)`

I downloaded the code and updated the library version and everything worked again.

thanks for the plugin!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.