aboutsummaryrefslogtreecommitdiff
path: root/gitosis/test/test_access.py
Commit message (Collapse)AuthorAge
* Understand the popular gitosis.conf typo "writeable".Tommi Virtanen2008-04-19
| | | | Log a warning still, don't want that to get too common.
* Fix bug where members=@all didn't actually give access.Tommi Virtanen2008-01-17
|
* Create leading directories when creating missing repos in gitosis-serve.Tommi Virtanen2007-11-15
| | | | | | | | | | Creation is in gitosis.serve and not directly in repository.init(), because that's the location that can tell what part of the directory tree is allowed to be missing. Made the reconstructed git command include the extension as that was easier to do. haveAccess return value is now tuple, to preserve information on what parts of the path can be missing.
* Add a default repository prefix.Tommi Virtanen2007-08-11
| | | | Used to fail is gitosis.repositories is not set.
* Allow ``gitosis-serve`` incoming path names to always have ``.git`` suffix.Tommi Virtanen2007-06-04
| | | | Strip it before processing further.
* Add config option ``repositories``, for giving a path prefix to repositories.Tommi Virtanen2007-06-04
| | | | | | Both global and relative (to home directory) values work, can be given in global section ``[gitosis]`` or in the ``[group FOO]`` section for just that group.
* Initial import.Tommi Virtanen2007-06-04