DavidRogers / kato

A Windows client for monitoring Jenkins builds
MIT License
38 stars 26 forks source link

Implement authentication using Windows Credentials Manager #10

Closed aliozgur closed 8 years ago

aliozgur commented 8 years ago

Hi, This is my take on implementing authentication using Windows Credentials Management API along with couple of fixes and job/project multiple selection implementation. Let me know if you have any issues or questions.

DavidRogers commented 8 years ago

Wow, thanks for taking the time to do this! I can't believe that I actually committed the nuget packages for this project... would you mind adding the packages/ folder to .gitignore and removing all packages from git? I mention this mostly because I can't even see the code that you actually changed because of all the updated packages... it would be nice if you could isolate your actual code changes in a single commit as well. Thanks!

aliozgur commented 8 years ago

I'll create a new pull request. Closing this so that you can merge easily