-
Updated
Jan 22, 2020 - Rust
#
tfs
Here are 170 public repositories matching this topic...
Mirror of https://gitlab.redox-os.org/redox-os/tfs
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
github
git
windows
tfs
visual-studio
authentication
bitbucket
visual-studio-code
visual-studio-team-services
multi-factor-authentication
credential-storage
-
Updated
Jul 1, 2020 - C#
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
jenkins
tfs
gitlab
build
monitor
travis-ci
cctray
bamboo
vsts
build-tool
bitrise
teamcity
buddybuild
bitbucket-pipelines
drone-ci
-
Updated
Jul 17, 2020 - JavaScript
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
-
Updated
Aug 14, 2020 - C#
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
microsoft
tfs
vsts
migration
chocolatey
bulk-editing
azure-devops
azure-devops-extension
azure-devops-services
azure-devops-migrtation
-
Updated
Aug 21, 2020 - C#
Flower is a Clojure (and Emacs) library for integration with Github, Gitlab, Atlassian Jira, Microsoft TFS, Microsoft Exchange and Slack. It also may be used from Java. More integrations with task trackers, repositories and messaging systems coming soon!
github
java
slack
tfs
clojure
jira
gitlab
emacs
integration
task-tracker
elisp
exchange
task-manager
ews
atlassian
ews-api
-
Updated
Aug 23, 2019 - Clojure
A server side plugin for TFS for performing various Work Item related calculations, create new Work Items and Links automatically.
-
Updated
Aug 18, 2020 - C#
WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
-
Updated
Jun 22, 2020 - C#
gis (go image server) go 实现的图片服务,实现基本的上传,下载,存储,按比例裁剪等功能
go
golang
pictures
tfs
image
picture
image-gallery
image-captioning
image-upload
image-download
thumbnail
imageserver
gfs
fastdfs
image-thumbnails
picture-server
fastgfs
-
Updated
May 4, 2018 - Go
Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
-
Updated
Aug 3, 2020 - C#
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
tfs
visual-studio
powershell
nuget
cmdlet
vsts
chocolatey
powershell-gallery
msi
powershell-cmdlets
azure-devops
azuredevops
azure-devops-api
-
Updated
Jul 21, 2020 - C#
rossj81
commented
Mar 19, 2020
I'm trying to set up a new instance of Aggregator CLI as an Azure function app. I've created the app on Azure and think I've installed Aggregator CLI, but don't know how to save my Azure DevOps (VSTS) Personal Access Token (PAT) to Aggregator in order for the app to authenticate against DevOps.
What I've done so far
- Created a new resource group on Azure
- Created a function app on Az
5
3
A work item form control which allows selection of multiple values.
-
Updated
Jul 30, 2020 - TypeScript
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
tfs
roadmap
gene
rna-seq
motif
gene-expression
regulation
epigenetics
encode
cell
chip-seq
hotspot
plasticity
transcription-factor-binding
motifs
epigenomics
fimo
haystack-bio
specific-regions
haystack-pipeline
-
Updated
Jan 17, 2019 - HTML
A repository of plugins and extensions for AnyStatus
notifications
jenkins
tfs
devops
visual-studio
cpu
monitoring
continuous-integration
continuous-delivery
powershell
azure
network
appveyor
uptime
teamcity
cicd
performance-counters
downtime
anystatus
azure-devops
-
Updated
Jul 30, 2020 - C#
Search work items with wiql queries.
-
Updated
Aug 1, 2020 - TypeScript
Small tool for printing task cards used for a Scrum board. Your physical Scrum board will look fantastic. Supports Team Foundation Server and Azure DevOps.
-
Updated
May 14, 2020 - C#
A simple Cake module to enhance running from a TF Build environment
-
Updated
Sep 4, 2019 - C#
WARNING: the team is no more maintaing this version. See aggreggator-cli instead.
-
Updated
Jan 6, 2019 - C#
Python package to plot sequence logos
-
Updated
Jul 22, 2020 - Python
Export and Import your build definitions. Useful for recreating all the build steps, variables, schedules, etc in a different team project/account.
-
Updated
Nov 7, 2018 - JavaScript
A simple dashboard to show (almost) real time continuous integration tasks status at a large display.
-
Updated
Jul 20, 2020 - JavaScript
TFS Source Control History Visualization
-
Updated
Mar 17, 2019 - C#
Powershell module to drive TFS 2015+ via REST interface
-
Updated
Sep 28, 2018 - PowerShell
Improve this page
Add a description, image, and links to the tfs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tfs topic, visit your repo's landing page and select "manage topics."
validateOnly=trueis used to test work item creation without actually creating one.Therefore, response contains fields of not-created-workitem.
Logically, it does not contain
System.ID.That breaks
WorkItem.__init__()method that tries toself.id = self.data["id"]while data has no"id".