-
Updated
Dec 14, 2020 - Rust
#
tfs
Here are 180 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
Feb 9, 2021 - C#
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
-
Updated
Aug 12, 2021 - 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
hacktoberfest
bitbucket-pipelines
drone-ci
-
Updated
Aug 11, 2021 - JavaScript
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 4, 2021 - C#
Tool to migrate work items from Atlassian Jira to Microsoft Azure DevOps/VSTS/TFS.
-
Updated
Jun 24, 2021 - C#
WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
-
Updated
Mar 4, 2021 - 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
hacktoberfest
atlassian
ews-api
-
Updated
Oct 23, 2020 - Clojure
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.
-
Updated
Aug 4, 2021 - 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
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
Aug 8, 2021 - C#
1
ghost
commented
Nov 23, 2020
I try migrate rule from the old Aggregator plugin. This rule aggregate effort from children to parent.
When a item has children, the effort fields is read only by custom Hosted XML process rule (fields["MyOrg.HasChildren"] == "true").
The Aggregator rule is 3 step
- Set the field "MyOrg.HasChildren" to empty
- Set effort value
- Set the field "MyOrg.HasChildren" to true
This is the
A work item form control which allows selection of multiple values.
-
Updated
Aug 10, 2021 - 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
Apr 22, 2021 - HTML
[DEPRECATED] 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
Nov 20, 2020 - C#
Search work items with wiql queries.
-
Updated
Apr 6, 2021 - 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#
-
Updated
Jul 22, 2021 - C#
Python package to plot sequence logos
-
Updated
Jun 9, 2021 - Python
WARNING: the team is no more maintaing this version. See aggreggator-cli instead.
-
Updated
Jan 6, 2019 - C#
A simple dashboard to show (almost) real time continuous integration tasks status at a large display.
-
Updated
May 10, 2021 - JavaScript
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
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.
-
Updated
Mar 30, 2019 - TypeScript
TFS Source Control History Visualization
-
Updated
Mar 17, 2019 - C#
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".