0
votes
1answer
36 views
Feature Request: Allow Restricting Access Tokens to Projects/Repos
As far as I can see any Access Token has access to all repositories inside Kiln. If such an Access Token is used at a Build Server with a special build account, anyone having acces …
2
votes
1answer
106 views
Let select community users get read-only access to repo
We sometimes have need for consultants to look at our code. These users only need read-only access to the repo and don't need anything else (FogBugz). As far as I can see this is n …
0
votes
0answers
4 views
Permissions needed to do strip
What permissions are needed to strip changesets from a Repo? I was expecting that Modify would be sufficient but somehow the whole settings-tab then dissapears and one can't access …
7
votes
1answer
137 views
Feature Request: Allow more granular assignment of permissions to repos, projects and repo groups
More granular permissions are needed for organizations with multiple teams and multiple "classes" of employee (interns, admins, managers, developers).
I would suggest that:
Repo …
3
votes
1answer
1k views
What exactly do Project and Repository permission levels mean?
In Kiln, the Project Settings allow you to specify "Read", "Modify", "Project Admin" permissions, and each repository lets you set "Read", "Modify", "Repository Admin" permissions. …
16
votes
5answers
459 views
Repository locking
Dear Fog Creek Team,
I think it would be useful feature to be able to lock a repository.
For example, repository for previous version goes to archive when we release a new versio …
2
votes
2answers
457 views
File Permissions, or Locking Down a given file(s)
We have a small number of crucial txt files that our application uses to create application related stuffs. We dont want developers to be able to overwrite these files easily or by …
21
votes
1answer
230 views
Feature request: mark a branch repository as “closed” without deleting it
Currently, when a branch is no longer necessary, your options are to "delete" the branch (which means no-one can read from it anymore and "hides" history) or to change the permissi …
5
votes
1answer
169 views
Improve Permissions Administration on Repositories
Hello,
I would like to request a significantly improved permissions system for repositories. The current system is simply not scalable to environments that have a large number of …
2
votes
1answer
192 views
What are the “primary contacts” for on Projects and Repositories?
I can set a "primary contact" for a project in Kiln under Admin -> Projects and whenever someone creates a repository, they get set as the "primary contact" for that repository. Wh …
2
votes
2answers
518 views
How can I easily let guests see my code?
Is there a way for me to easily let other people see the code in my Kiln account?
2
votes
3answers
137 views
Possible bug: Permissions configuration doesn’t allow adding new users
I have an on-demand account with 2 active users. I have one Kiln project with several repositories.
As the admin user I'm trying to configure some repositories so that the other n …
1
vote
1answer
123 views
Add a Repository Admin Level in Default Project Permissions
Currently when setting up project permissions, there are 4 levels of default permissions you can give a user:
None
Read
Modify
Admin
I suggest adding a level between "Modify" a …
17
votes
1answer
1k views
Allow public cloning of repository [closed]
Would it be possible to allow public cloning/pull (not commit/puch) of repositories?
Sometimes it's necessary to share code, either publicly or to selected parties.
It'd be good …
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 …