Tagged Questions

0
votes
0answers
39 views

How do I commit new files via the Kiln API?

I am attempting to commit a new file into an existing repository via the Kiln 1.0 API, and I cannot get it to work. The following code: from __future__ import unicode_literals fr …
0
votes
2answers
68 views

Add ixRepo to ChangeSet record in Kiln API

I'm trying to pull a list of files changed per BugzId using the API and while I do get the revision for the change set I have no idea which repository to look in - as we have numer …
5
votes
1answer
112 views

Tag revisions through Kiln API

I see that there is a method for adding a tag to a specific revision in a Repo through the Kiln website in recent revisions. I do not see a corresponding API call to do the same i …
0
votes
1answer
36 views

API Feature Request: Ability to create tags [closed]

Possible Duplicate: Tag revisions through Kiln API Currently tagging our releases is a manual step, because our build server is a bit clunky, and trying to resolve merges …
0
votes
0answers
86 views

API: How to read/change/create review comments/approves/rejects using api?

Having a review id, how to find out using kiln json api specific responses of reviewers - person, approved/rejected/undecided. I am trying to automate parts of the workflow based …
22
votes
2answers
1k views

Kiln.NET Library

Hi guys, I have been so inspired by Kiln API 1.0, since it allows at least somehow to lay your hands on Kiln and touch it from your own code, so I have decided to try myself to wr …
2
votes
1answer
68 views

List of Kiln API changes

Hi guys Would it be possible to get a list of the calls available via the Kiln API, and what version they are relevant to? It looks like new things are being added at the Kiln De …
0
votes
1answer
84 views

Get Repository index by project, group, repository slugs

Is it possible to find Get Repository index by project, group, repository slugs via Kiln API? I would like to omit the Projects method call that returns all project and than parse …
0
votes
1answer
160 views

Kiln API: “File Not Found” for Repo/Create after creating another repository

I'm working on a tool to help automate importing/transforming a badly organized SVN repo into a set of well organized Kiln/mercurial repositories. One problem I'm running into is …
0
votes
1answer
136 views

API Call when AD Authentication In Place

I can't seem to get the login call to the API to return anything but codeError "BadAuthentication". We are currently using "Active Directory" for authentication (in the Site Config …
2
votes
1answer
86 views

Feature Request (API) - Provide clone URL in project repository info.

When I pull back the projects, I see a lot of information on each project and repository but no clone URL. Is this something that could be added? Perhaps I am missing something and …
0
votes
1answer
114 views

Get repository Tag’s

How I can get by http the list of the tags set in the one of the my repositories? By kiln API or any other method?
2
votes
1answer
107 views

Kiln API: Creating a repository that inherits project-level permissions

According to the documentation, sDefaultPermission can be set to "none", "read", or "modify". How do I make the repository just inherit from the project? Letting it default to "non …
1
vote
1answer
327 views

Kiln API - which version of Kiln is required to use the API?

Hi guys, I'm working on a Python script at work to help automate part of our weekly release process. Specifically, I need to be able to clone a repo on the server (which Kiln doc …
0
votes
1answer
91 views

Kiln API: How to determine if a commit message is “unique”?

Hello, As noted in this related question: http://kiln.stackexchange.com/questions/1863/possible-to-resolve-a-case-using-a-commit-message We have setup a small server to receive c …