SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Feature/changes #27

Closed Shekeen closed 8 years ago

Shekeen commented 8 years ago

This pull request adds locator support to get_changes (which is used instead of get_all_changes) method. It also adds the ability to specify change_id when triggering build and replaces manual XML creation in _get_build_node method with ET usage.

Shekeen commented 8 years ago

I've also added a support to specify snapshot dependencies when triggering builds.

msabramo commented 8 years ago

Thanks for your contributions!

Unfortunately, I've begun deprecating the current API and code and there's a new API in pyteamcity.future. I'd rather invest time in that, as the new API is more flexible and intuitive.

Would love to see PRs for that. Especially helpful if you do one feature or bug fix for each PR.

Thanks again!