All Projects → ostreifel → vsts-contributions

ostreifel / vsts-contributions

Licence: MIT license
Contributions Graph for vsts

Programming Languages

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

Labels

Projects that are alternatives of or similar to vsts-contributions

vsts-extension-color-control
This is an example of a custom control extension for use in on-premise instances of Visual Studio Team Services on the work item form.
Stars: ✭ 16 (-70.37%)
Mutual labels:  vsts
sitecore-azure-devops
Sitecore 8.2u5 DevOps Scripts
Stars: ✭ 15 (-72.22%)
Mutual labels:  vsts
github-tools-vsts
📦🚀 Create and modify GitHub Releases in Azure DevOps Build and Release Management
Stars: ✭ 24 (-55.56%)
Mutual labels:  vsts
vsts-extension-multivalue-control
A work item form control which allows selection of multiple values.
Stars: ✭ 40 (-25.93%)
Mutual labels:  vsts
webpack-vsts-extension
Webpack build task for Visual Studio Team Services
Stars: ✭ 16 (-70.37%)
Mutual labels:  vsts
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 (+177.78%)
Mutual labels:  vsts
AzureDevOps-WSJF-Extension
Sample work item form extension that auto calculates WSJF (weighted shortest job first) per work item and stores it in a work item field
Stars: ✭ 21 (-61.11%)
Mutual labels:  vsts
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+22.22%)
Mutual labels:  vsts
tfsaggregator
A server side plugin for Team Foundation Server (TFS) and Azure DevOps Server for performing various Work Item related calculations, create new Work Items and Links automatically.
Stars: ✭ 122 (+125.93%)
Mutual labels:  vsts
azure-devops-exporter
Prometheus exporter for Azure DevOps (VSTS) including agent pools, builds, releases, deployments, pullrequests and repo stats
Stars: ✭ 102 (+88.89%)
Mutual labels:  vsts
azure-boards-estimate
Estimate - Planning Poker for Azure Boards
Stars: ✭ 62 (+14.81%)
Mutual labels:  vsts
vsts-resharper-code-quality-task
No description or website provided.
Stars: ✭ 18 (-66.67%)
Mutual labels:  vsts
AzureDevOpsPowershell
A selection of PowerShell scripts that make use of the Azure DevOps (TFS/VSTS) APIs
Stars: ✭ 34 (-37.04%)
Mutual labels:  vsts
phoenix
Containerize your enterprise - tutorials and resources for learning Kubernetes hands on using azure!
Stars: ✭ 102 (+88.89%)
Mutual labels:  vsts
sonarqube-azure-setup
A guide for a serverless setup of Sonarqube on Azure with a managed SQL database
Stars: ✭ 15 (-72.22%)
Mutual labels:  vsts
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (-38.89%)
Mutual labels:  vsts
vst-cmake
A cross-platform CMake-based template for designing VST audio plug-ins.
Stars: ✭ 21 (-61.11%)
Mutual labels:  vsts
vsts-flutter-tasks
Flutter build tasks for Azure DevOps Pipelines/TFS.
Stars: ✭ 106 (+96.3%)
Mutual labels:  vsts
vsts-extension-ts-seed-simple
Very simple seed project for developing a VSTS extension
Stars: ✭ 61 (+12.96%)
Mutual labels:  vsts
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (-9.26%)
Mutual labels:  vsts

Structure

/scripts            - Typescript code for extension
/img                - Image assets for extension and description
/typings            - Typescript typings

details.md          - Description to be shown in marketplace
index.html          - Main entry point
vss-extension.json  - Extension manifest

Version History

0.7.0 - Updated VSS SDK, moved from `typings` to `@types`
0.6.0 - Updated VSS SDK to M104
0.1.1 - Automatically increase extension's minor version when packaging.

Getting Started

  1. Clone the repository
  2. npm i -g gulp typescript tslint tfx-cli to setup required globals
  3. npm install to install required local dependencies and get an initial build
  4. npm run package-dev to to rebuild once code changes are made
  5. Upload the -dev vsix to https://marketplace.visualstudio.com/manage
    • this will require the publisher field in vss-extension.json to be set to your publisher name publisher id
    • Share the dev version of the extension with a test account share
    • Go to the extensions page of the test account, look for the shared extension and install it. shared tab
  6. Submit changes as pull request to master

Including framework modules

The VSTS framework is setup to initalize the requirejs AMD loader, so just use import Foo = require("foo") to include framework modules.

VS Code

The included .vscode config allows you to open and build the project using VS Code.

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