5
votes
0answers
65 views
Search for an exact string match instead of containing words
Hello,
I noticed that when i search for a string like this one: Database=Monitoring,
I get lots of results that contain both words, or one of the 2 words (Database and Monitoring) …
0
votes
0answers
29 views
Store glazes in an hg repo
I would really like to have the kiln glazes stored in a mercurial repository so I could see the changes to them over time. I also don't like the idea that if something went wrong, …
20
votes
1answer
216 views
Feature Request: Ability to close a review
I would like to request the ability to close a review or mark it as completed. Right now, there is no such functionality, the only thing a reviewer can do is approve or reject a re …
2
votes
1answer
2k views
How do I use the Mercurial LargeFiles Extension?
I just read that Kiln 2.9 includes support for the Mercurial LargeFiles extension and this is replacing the older KBFiles extension.
Does this mean I have to convert my repositori …
0
votes
1answer
2k views
How do I set up a powershell script to run as a Scheduled Task in Windows?
The Fog Creek support team asked me to run a powershell script to help monitor some things in Kiln. I have the script downloaded to my Kiln server. How do I get it to run on a regu …
0
votes
1answer
39 views
Identifying list of files to review affected in multiple changesets in Kiln Code Review
Background:
We're just beginning to use Kiln Code Reviews. However, a lot of software has already been written.
Scenario:
I added 10_ changesets involving several different fil …
2
votes
1answer
44 views
Do not notify about Reviews that are just “Approved”
When I have several opened reviews and they are just "Approved" without any comments, I would like for these reviews to be just closed automatically and get out the way.
Sometimes …
0
votes
2answers
252 views
After converting a sub-directory to a sub-repository hg update aborting with the error: “path ‘foo\__init__.py’ is inside nested repo ‘foo’”
I had a repository with the following structure (revision 1):
/project
/foo
__init__.py
/other
__init__.py
.hgignore
main.py
and decided to convert the f …
2
votes
1answer
37 views
Feature Request: Add to reviews links for the FogBugz cases that are under review
(Adding this feature request again, since my original request (4919) was closed, and it looks like there is no way to reopen it.)
Before Kiln 2.9, reviews had a section that liste …
6
votes
1answer
81 views
Feature Request: Bring back syntax highlighting for code blocks in code review comments
Before Kiln 2.9, adding code inside the code tags in a code review comment would result in that code being displayed with syntax highlighting. Syntax highlighting no longer works …
0
votes
0answers
9 views
Do not require DBO on SQL instance for installation/upgrades
The current version of Kiln requires that the user have DBO permission on the entire SQL instance whenever that user is upgrading or installing Kiln. You should be able to install …
11
votes
18answers
1k views
RFC: Integrating Kiln with other tools
Kiln's web hooks allow you to notify any URL with information about a push, but we realize that this isn't a perfect solution---you shouldn't have to write and host your own script …
0
votes
1answer
49 views
Security for the Kiln REST Api
After experimenting a bit with the Kiln Rest API, it seems you need to be an site administrator in order to have anything other than read access. E.g. A user can't create repositor …
1
vote
1answer
228 views
What should I do in response to the Kiln host fingerprint change?
I see that the host fingerprint changed, and I'm getting errors telling me abort: certificate for foo.kilnhg.com has unexpected fingerprint c3:83:2c:5a:2d:01:81:5b:1a:61:7d:d9:7d:8 …
2
votes
1answer
29 views
Which code reviews show up in the Reviews dropdown?
I see that the Reviews dropdown is a sort of "activity feed" for code reviews in Kiln, but how exactly does it work?