https://github.com/raypereda/tfs-active-users
Team Foundation Server (TFS) utility that lists users that have made at least 10 change sets in the last year
https://github.com/raypereda/tfs-active-users
Last synced: about 1 month ago
JSON representation
Team Foundation Server (TFS) utility that lists users that have made at least 10 change sets in the last year
- Host: GitHub
- URL: https://github.com/raypereda/tfs-active-users
- Owner: raypereda
- Created: 2018-11-11T07:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T19:57:58.000Z (over 7 years ago)
- Last Synced: 2025-01-14T15:17:38.518Z (over 1 year ago)
- Language: Go
- Size: 4.36 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfs-active-users
This is a Team Foundation Server (TFS) utility that lists users that have made at least 10 change sets in the last year.
I use this to count the number of active user at Molina Healthcare. [Semmle](https://semmle.com/), the security source code company, only charges for active users!
Sample output:
```
c:\ tfs-active-users.exe
executing the command line below
tf history /collection:http://tfs.molina.mhc:8080/tfs/HSS/ $/HSS /recursive /version:D2017-11-12~D2018-11-12 /noprompt
344 active users with at least 10 check-ins
Check-ins User
--------- -----------------
21149 Siruvuru, Murali
13144 TFSSERVICE
2993 SQLDLSvc
1230 Gnanadhiraviam...
861 Kumar, Anand
691 Kumar, Pradeepa
476 Lee, Hyuk
393 Pawar, Ganeshrao
388 Kandagaddala, ...
```