GithubHelp home page GithubHelp logo

nschonni / tfs-pullrequest-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rstedman/tfs-pullrequest-dashboard

0.0 2.0 0.0 578 KB

tfs dashboard for pullrequests across all repos

License: MIT License

JavaScript 12.83% HTML 9.70% TypeScript 75.33% CSS 2.14%

tfs-pullrequest-dashboard's Introduction

TFS PullRequest Dashboard

What is it?

An extension for visual studio team services that adds a hub to the code section of tfs for viewing pull requests across all repositories. To see specific details about features, including screenshots, see overview.md

Getting started

Running Locally

To develop and run this project locally, you need to make changes src/app/appConfig.service.ts. Uncomment the commented out lines near the top that set AppConfigService._devMode & AppConfigService._devApiEndpoint. You will need to change _devApiEndpoint to a tfs collection uri that you wish to run against (ex. 'https://myname.visualstudio.com/' if running against visual studio online, or 'http://mytfsserver:8080/tfs/DefaultCollection' if running against an on-prem server).

With the local changes made, run:

npm install && npm run start

This will serve the dashboard page at localhost:8080/. One caveat is that requests to tfs apis have cross-origin resource sharing (CORS) headers in their repsonses, which means that browsers such as chrome and firefox will not automatically handle authentication with the endpoints, and requests will fail. To work around this issue, either use IE (which does not have this CORS restriction), or run chrome without web security. See http://stackoverflow.com/a/19317888 for instructions.

Packaging

To package a new vsix installer for the extension, run:

npm install && npm run package

License

MIT

tfs-pullrequest-dashboard's People

Contributors

pascalberger avatar rstedman avatar

Watchers

 avatar  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.