-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add Branchname to IBuild #113
Comments
Hi Morten
I am glad to hear that. Do you mean to retrieve builds by branch name or to
have a branch property on the returned branch object?
…On Thu, Jun 21, 2018, 11:25 Morten Ricki Rasmussen ***@***.***> wrote:
Bug/Feature Request
I really like this package a lot. The only way to make it better though
would be to add branch name support on the IBuild object. We retrieve a lot
of information from team city and compares it to github branches but that
is not possible since the branch name isn't present
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#113>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM0M3I5xbGDaYCtK9hGiHuDT9fW0Ukbks5t-1hdgaJpZM4UxnIq>
.
|
I mean to have the branch name on GetBuilds |
That's a good idea. There is a <revisions> node on the returned payload.
Can you add a List<Revision> Revisions property to the IBuild and Build and
submit a Pull Request?
On Jun 21, 2018 15:00, "Morten Ricki Rasmussen" <[email protected]> wrote:
I mean to have the branch name on GetBuilds
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM0M8dULsfpKJWlZyeRNrmOMg73QZTLks5t-4rigaJpZM4UxnIq>
.
|
I find that there already exists an RevisionList class and also a Change property. Should i use these(Or what do the represent?) or create some completely new entities. |
You are right, branch is a property of a revision. See the below XML that is returned from as a result to API request: https://teamcity.jetbrains.com/app/rest/builds/1032388
|
Teamcity often includes the stripped branch name on the build itself, wouldn't it be an idea to fetch it there and also include the revisions? |
@borismod We really need this changes from Morten in the package. Can you please merge it and release a new package? |
Bug/Feature Request
I really like this package a lot. The only way to make it better though would be to add branch name support on the IBuild object. We retrieve a lot of information from team city and compares it to github branches but that is not possible since the branch name isn't present
The text was updated successfully, but these errors were encountered: