Code Monkey home page Code Monkey logo

azure-devops-pull-request-hub's Introduction

Azure DevOps Pull Request Manager Hub

Build Status

Please report any feedback/issue here:

Do you want to support this project?

paypal


Manage your Pull Requests of all your projects and repositories at a single place without having to switch between each repository. Track its status and what's most important to focus on your code review process.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Please make sure you have the following tools installed to proceed

- Git
- Visual Studio Code (or any other editor with TypeScript support)
- TypeScript
- NodeJS

Installing

First step is to clone this repo locally on your workspace and then:

npm install

And then

MacOS/Linux

HTTPS=true react-scripts start

Windows PowerShell

($env:HTTPS = "true") -and (react-scripts start)

Windows CMD.exe

set HTTPS=true&&react-scripts start

These above commands will trigger the compilation and will start a new browser instance pointing to https://localhost:3000/

Developing and Testing

The extension supports two modes: DEV and Public. DEV Mode is meant for debugging also to be installed and to run over the https://localhost:3000/. Please follow the below commands to generate the extension for each mode.

  1. Run npm run package-dev and upload the package as a private extension to your Azure DevOps publisher account

Note: You may need to add a directory called build to the project root when running the script. The output of the package-dev script is there.

  • Be sure to update the manifest.json to use your publisher's ID before running the script.
  1. Install the private extension on your Azure DevOps oragnization and test your changes.

DEV Mode

npm run package-dev

Public Mode (Production)

npm run package-release

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

azure-devops-pull-request-hub's People

Contributors

cribeiro84 avatar dependabot[bot] avatar xerillio avatar kimsey0 avatar felipe-acm avatar hymccord avatar michelz avatar ppluijten avatar vladkasianenko avatar

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.