-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for TeamCity Role Assignments for User Groups #86
Added support for TeamCity Role Assignments for User Groups #86
Conversation
Note that CI tests are going to fail until the reference to go-teamcity is updated. |
Hi @cvbarros Can you please review and merge this PR? |
Hi @eli-guidewire , would you be so kind to please rebase onto current master after #89 is merged. That way we can have the CI checks - once done we'll get this merged and released asap. Edit: Sorry, I've noticed that this PR is creating new resources - it's not blocking, but would be 💯 if we could also add some documentation about them. |
integration_tests/start_teamcity.sh
Outdated
|
||
bsdtar -xzf teamcity_data.tar.gz | ||
# using tar which is readily available whereas bsdtar is not even available on some linux distros | ||
tar -xzf teamcity_data.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As commented here: #88 (comment)
Hi @cvbarros, sorry we missed your latest comment in the PR, where would you like us to add documentation for this new resource? |
0c30721
to
3ffbd81
Compare
We'll have to do some clean up on this branch first and maybe create another PR if necessary |
I've forked another repo and recreated this PR, see: #90 Feel free to close this PR as I don't see an option for me to close myself... |
This pull request relies on the pull request from the go-teamcity project:
cvbarros/go-teamcity#86