Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Git::Repository instead of Git module | Nicolas Vigier | 2013-07-15 | 1 | -6/+4 |
| | | | | Git module on Mageia 1 seems to have some problems to clone a repo. | ||||
* | Dump repos db in a yaml file when running glrun | Nicolas Vigier | 2013-07-15 | 1 | -1/+6 |
| | |||||
* | Filter what user infos we keep from ldap | Nicolas Vigier | 2013-07-15 | 1 | -1/+6 |
| | |||||
* | In repos_config, allow giving a git_url instead of a directory path | Nicolas Vigier | 2013-07-15 | 1 | -1/+18 |
| | | | | | The git url will be cloned automatically (if target directory does not exist), or pulled automatically. | ||||
* | load_users: keep all user infos from ldap | Nicolas Vigier | 2013-07-15 | 1 | -2/+2 |
| | | | | | Keep all user infos fetched from ldap (not only ssh key), so that they can be used in gitolite configuration. | ||||
* | Fix comparison of old and new ssh keys from ldap | Nicolas Vigier | 2013-06-27 | 1 | -1/+3 |
| | |||||
* | Ignore group members not matching user re | Nicolas Vigier | 2013-06-27 | 1 | -3/+2 |
| | |||||
* | Allow defining repos directly in main config file | Nicolas Vigier | 2013-06-24 | 1 | -2/+9 |
| | |||||
* | Add use_ldap option | Nicolas Vigier | 2013-06-24 | 1 | -0/+2 |
| | | | | To be able to disable use of ldap | ||||
* | Run gitolite if conf or keydir changed | Nicolas Vigier | 2013-06-23 | 1 | -5/+13 |
| | |||||
* | Load users from ldap and save their ssh keys in keydir | Nicolas Vigier | 2013-06-23 | 1 | -0/+44 |
| | |||||
* | Add missing closedir | Nicolas Vigier | 2013-06-23 | 1 | -0/+1 |
| | |||||
* | Add groups from ldap | Nicolas Vigier | 2013-06-22 | 1 | -7/+58 |
| | |||||
* | Remove unused 'use' line | Nicolas Vigier | 2013-06-22 | 1 | -1/+0 |
| | |||||
* | Initial commit | Nicolas Vigier | 2013-06-21 | 1 | -0/+90 |