Skip to content

nrjohnstone/pullrequests-viewer

 
 

Repository files navigation

Pull Requests Viewer

This project aims developers, who struggle to manage the PR's from several repos. When we work as a team, it's normal to stack some PR's, and sometimes we lost track of it. The Pull Requests Viewer allows a holistic view over the open PR's for the selected repos.

Build status Build Status

Getting Started

These instructions will get you a copy of the project up and run on your local machine.

Prerequisites

Before running the project, you will need:

Installing as container (Docker)

  1. Open the terminal/command line
  2. Execute the command docker run -d -p 8000:80 joaoasrosa/pullrequestsviewer
  3. Open the browser and type http://localhost:8000

Installing as application

  1. Download the latest version from here
  2. Unzip the downloaded file to a directory
  3. Open the terminal/command line and navigate to the directory
  4. Execute the command dotnet PullRequestsViewer.WebApp.dll
  5. Open the browser and type http://localhost:5000

Alternatively, you can deploy the application on a web server.

Built With

  • .NET Core 2.0 - The Framework
  • SQLite - Data Persistence
  • NuGet - Dependency Management
  • Cake - Cross Platform Build Automation System
  • AppVeyor - Continuous Integration & Delivery Service
  • TravisCI - Continuous Integration Platform for GitHub
  • Docker - Container Platform

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. For the versions available, see the tags on this repository.

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

Git Pull Requests Viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 32.3%
  • JavaScript 25.2%
  • C# 20.3%
  • CSS 13.2%
  • PowerShell 5.9%
  • CoffeeScript 2.0%
  • Other 1.1%