Lakkanna / the-travis-client

Extension to interact with travis build status, PR generator and PR merger
2 stars 2 forks source link

The Travis Client

build

Extension to interact with travis build status.

If you like 👍 give stars ⭐️ in Github and VS Code Marketplace.

Features

Lists last 10 builds for each branch for all repositories you own or organization, the build status is shown using icon.

demo demo

Requirements

Extension Settings

Extension requires four settings

Copy api-token, you need it once after installing extension, you'll see pop-up paste there.

Note: By miss if you missed pasting api-token, you can add it again by clicking on ... icon which shows on REPOSITORIES title or you can run using command pallette Shift + CMD + P -> search for Travis Client: Set <Community/Enterprise> Token and hit enter.

API-Token setup

This extension contributes the following settings:

For example:

  "travisClient.owner": "lakkanna",
  "travisClient.branches": ["master", "sprint"],
  "travisClient.pro": true,
  "travisClient.interval": 6

Note: If travisClient.pro is enabled, should add enterprise api-token.

If you have any questions feel free to shoot an email: lakkannawalikar@gmail.com

Release Notes

0.0.1

0.0.2

0.0.3

0.0.4

0.0.5

0.0.6

0.0.7

0.0.8

0.0.9

0.1.0

0.1.1

0.1.2

0.1.3

0.1.4

0.1.5


feature 1