All Projects → cribeiro84 → azure-devops-pull-request-hub

cribeiro84 / azure-devops-pull-request-hub

Licence: MIT license
Azure DevOps Pull Request Manager Hub

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to azure-devops-pull-request-hub

ci-configuration-examples
This repository makes it easy to run your MATLAB tests on some of the most common CI platforms. The configuration files take care of setting up MATLAB and automatically executing your MATLAB tests.
Stars: ✭ 52 (+18.18%)
Mutual labels:  azure-devops
DevOpsMetrics
An experiment to extract and process high performing DevOps metrics (DORA) from GitHub Actions and Azure DevOps Pipelines
Stars: ✭ 127 (+188.64%)
Mutual labels:  azure-devops
action-pr-title
Github action to enforce Pull Request title conventions
Stars: ✭ 83 (+88.64%)
Mutual labels:  pull-request
docker-azure-pipelines-agent
Azure DevOps Agent Docker Images. Based on this: https://github.com/microsoft/vsts-agent-docker
Stars: ✭ 20 (-54.55%)
Mutual labels:  azure-devops
Hacktoberfest2021
Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a ⭐️
Stars: ✭ 1,320 (+2900%)
Mutual labels:  pull-request
azure-devops-exporter
Prometheus exporter for Azure DevOps (VSTS) including agent pools, builds, releases, deployments, pullrequests and repo stats
Stars: ✭ 102 (+131.82%)
Mutual labels:  azure-devops
100-Days-of-Azure
In this Repository, I am going to mention my Azure Learning for Next 100 Days
Stars: ✭ 27 (-38.64%)
Mutual labels:  azure-devops
boots
boots is a .NET global tool for "bootstrapping" vsix & pkg files. Just "boots https://url/to/your/package"!
Stars: ✭ 78 (+77.27%)
Mutual labels:  azure-devops
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-63.64%)
Mutual labels:  pull-request
Com2Kube
Web application that convert docker-compose files to kubernetes files
Stars: ✭ 26 (-40.91%)
Mutual labels:  azure-devops
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+240.91%)
Mutual labels:  azure-devops
AzureChamp
A repository for Azure Champ program to train technical experts to get ready for Azure
Stars: ✭ 16 (-63.64%)
Mutual labels:  azure-devops
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+50%)
Mutual labels:  azure-devops
k8s-springboot-data-rest
Build & Deploy a real-world Java Springboot microservice on Azure. This project will immerse you in a series of hands-on labs that will show you how to use Azure Container Registry, Azure Kubernetes Service, Azure Container Instances, Azure DevOps & Jenkins CI/CD for building & deploying cloud-native applications.
Stars: ✭ 36 (-18.18%)
Mutual labels:  azure-devops
docker-zero-to-hero-series
Repositório responsável pela série de artigos sobre Docker
Stars: ✭ 37 (-15.91%)
Mutual labels:  azure-devops
azure-pipelines-lighthouse
Embed Google Lighthouse HTML reports into Azure Pipelines
Stars: ✭ 37 (-15.91%)
Mutual labels:  azure-devops
github-pr-diff-tree
🌲 This action provide a comment that displays the diff of the pull request in a tree format.
Stars: ✭ 31 (-29.55%)
Mutual labels:  pull-request
XamarinPipelineDemo
Demo and explanation on how to do several common tasks for Xamarin.Forms Android in an Azure DevOps pipeline on a Microsoft-hosted agent. Tasks include: build-based version, APK signing, publishing artifacts, unit tests, and UI tests (both via emulator in Azure DevOps and via real devices in App Center).
Stars: ✭ 23 (-47.73%)
Mutual labels:  azure-devops
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (+0%)
Mutual labels:  azure-devops
swingletree
☔ Integrate and observe the results of your CI/CD pipeline tools
Stars: ✭ 14 (-68.18%)
Mutual labels:  pull-request

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].