devopshq / teamcity

dohq-teamcity is a Python package providing access to the JetBrains TeamCity server API.
https://devopshq.github.io/teamcity/
MIT License
33 stars 12 forks source link

add pauseComment to BuildType definition #49

Closed fopina closed 11 months ago

fopina commented 11 months ago

Simple PR adding pauseComment to BuildType

Only swagger.json was modified and re-used existing comment definition. All other changes are done by swagger.sh script

fopina commented 11 months ago

@allburov simple PR like #48 in case you can take a quick look 😄

fopinappb commented 11 months ago

Thank you @allburov Any planned release? Looking forward to remove my monkeypatch in favor of updated package 😄

allburov commented 11 months ago

@fopina hi! The repo has pretty old travis configurtion for releases, we need to move to Github Actions first. I tried to run it, but it didn't work For now it's easier to install it directly from git

pip install git+https://github.com/devopshq/teamcity.git
poetry add git+https://github.com/devopshq/teamcity.git
fopina commented 11 months ago

Right, though it's not possible in my environment where pypi is proxied but everything else is blocked.

I'll open PR with GitHub action next week, as I have some repositories publishing to pypi.

Will that help?

allburov commented 11 months ago

hi, yes, it'd help! You can use these repositories as a reference - we do publish pypi packages for them