Skip to content

ppluijten/azure-devops-pull-request-hub

 
 

Repository files navigation

Azure DevOps Pull Request Manager Hub

Build Status

Please report any feedback/issue here:


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

About

Azure DevOps Pull Request Manager Hub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.9%
  • CSS 2.9%
  • JavaScript 1.7%
  • HTML 0.5%