Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 0.12HEAD0.12master | Nicolas Vigier | 2013-11-25 | 2 | -1/+3 |
| | |||||
* | Fix bug introduced by commit 17ad237cd599702f | Nicolas Vigier | 2013-11-25 | 2 | -1/+5 |
| | | | | | | The gl_template option is now in the origin_config instead of repo_config before, so we need to use the origin_config function to access it. | ||||
* | Version 0.110.11 | Nicolas Vigier | 2013-10-07 | 2 | -1/+3 |
| | |||||
* | Add some documentation about template variables | Nicolas Vigier | 2013-10-07 | 1 | -0/+29 |
| | |||||
* | Allow the showconf command to query specific options | Nicolas Vigier | 2013-10-07 | 1 | -3/+20 |
| | |||||
* | NEWS: add spaces | Nicolas Vigier | 2013-10-07 | 1 | -0/+10 |
| | |||||
* | Add the repo_conf and origin_conf functions in templates | Nicolas Vigier | 2013-10-07 | 2 | -4/+24 |
| | | | | | | And remove the duplication of options from main repo definition to each repo definition. Now that we can use the repo_conf function this is no longer useful. | ||||
* | Add the showconf command, to show repos configuration in yaml | Nicolas Vigier | 2013-10-07 | 3 | -2/+21 |
| | |||||
* | Allow non-ldap group definitions | Nicolas Vigier | 2013-09-22 | 3 | -6/+25 |
| | |||||
* | Give $r instead of $r->{repos} as argument to load_gitrepos_dir | Nicolas Vigier | 2013-09-22 | 1 | -6/+6 |
| | | | | This will make it possible to create groups from load_gitrepos_dir. | ||||
* | Include config values in quotes (it just feels nicer) | Colin Guthrie | 2013-08-20 | 2 | -4/+6 |
| | | | | | Also enclose the maintainer nick in square brackets as gitolite is fine with these and it looks better than a hyphen as a separator. | ||||
* | Version 0.10 | Colin Guthrie | 2013-08-18 | 2 | -1/+5 |
| | |||||
* | Simplify how the noemail option works | Colin Guthrie | 2013-08-18 | 1 | -4/+5 |
| | | | | | Just use it to suppress the hooks.mailinglist git config value thus allowing us to use the upstream post-receive-email hook directly. | ||||
* | Version 0.90.9 | Colin Guthrie | 2013-08-01 | 2 | -1/+6 |
| | |||||
* | soft_repo.gl: Allow topic branches. | Colin Guthrie | 2013-07-31 | 1 | -0/+2 |
| | | | | | | | | | While we may not use these too much in the future, we will need them for importing branches from subversion. The use of the term "topic" here is somewhat arbitrary but it avoids cluttering up the main namespace and allows us to restrict things and preserve some semblence of order :) | ||||
* | soft_repo.gl: Rename the release/* branches to distro/*. | Colin Guthrie | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | The rationale here is to make it more apparent to maintainers that the branches are not per-local-release version, but for major distro releases should any updates need to be pushed to stable releases. Due to the history, we will import software with previous Mandriva and MES distro branches, which the import script helpfully renames for us to distro/mdv* and distro/mes* appropriately. For our own distro branches in the future, we should name them distro/mga* | ||||
* | Version 0.80.8 | Nicolas Vigier | 2013-07-16 | 2 | -1/+2 |
| | |||||
* | Fix regex for master branch | Nicolas Vigier | 2013-07-16 | 3 | -3/+4 |
| | |||||
* | soft_repo.gl: allow pushing tags | Nicolas Vigier | 2013-07-16 | 2 | -0/+5 |
| | |||||
* | Version 0.7 | Nicolas Vigier | 2013-07-15 | 2 | -1/+3 |
| | |||||
* | soft_repo.gl: remove '<>' from gitweb.owner | Nicolas Vigier | 2013-07-15 | 2 | -1/+3 |
| | | | | Temporary fix, as gitolite doesn't like this | ||||
* | Version 0.6 | Nicolas Vigier | 2013-07-15 | 2 | -1/+2 |
| | |||||
* | Use Git::Repository instead of Git module | Nicolas Vigier | 2013-07-15 | 2 | -6/+7 |
| | | | | Git module on Mageia 1 seems to have some problems to clone a repo. | ||||
* | Version 0.5 | Nicolas Vigier | 2013-07-15 | 2 | -1/+2 |
| | |||||
* | Dump repos db in a yaml file when running glrun | Nicolas Vigier | 2013-07-15 | 5 | -1/+13 |
| | |||||
* | README: Add some spaces in configuration options list | Nicolas Vigier | 2013-07-15 | 1 | -24/+64 |
| | |||||
* | Filter what user infos we keep from ldap | Nicolas Vigier | 2013-07-15 | 3 | -1/+10 |
| | |||||
* | In repos_config, allow giving a git_url instead of a directory path | Nicolas Vigier | 2013-07-15 | 5 | -3/+29 |
| | | | | | The git url will be cloned automatically (if target directory does not exist), or pulled automatically. | ||||
* | soft_repo.gl: allow @mga-packagers to push by default | Nicolas Vigier | 2013-07-15 | 2 | -0/+6 |
| | | | | | Allow @mga-packagers to push to master and release/ branches by default, unless lockdown is set to 'yes' for the repo | ||||
* | Update NEWS | Nicolas Vigier | 2013-07-15 | 1 | -0/+4 |
| | |||||
* | soft_repo.gl: set maintainer as gitweb.owner | Nicolas Vigier | 2013-07-15 | 1 | -0/+3 |
| | | | | (idea from Colin) | ||||
* | soft_repo.gl: use variable for maintainer | Nicolas Vigier | 2013-07-15 | 1 | -2/+3 |
| | |||||
* | Call load_users in glconf | Nicolas Vigier | 2013-07-15 | 1 | -0/+1 |
| | | | | | Load users from ldap even in glconf, as some infos from users can be used in gitolite configuration. | ||||
* | 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. | ||||
* | Version 0.4 | Nicolas Vigier | 2013-06-27 | 2 | -1/+3 |
| | |||||
* | Fix comparison of old and new ssh keys from ldap | Nicolas Vigier | 2013-06-27 | 2 | -1/+5 |
| | |||||
* | Version 0.3 | Nicolas Vigier | 2013-06-27 | 2 | -1/+3 |
| | |||||
* | Ignore group members not matching user re | Nicolas Vigier | 2013-06-27 | 2 | -3/+4 |
| | |||||
* | Version 0.2 | Nicolas Vigier | 2013-06-25 | 2 | -1/+3 |
| | |||||
* | Add noemail option, to disable commit emails | Nicolas Vigier | 2013-06-24 | 2 | -0/+4 |
| | |||||
* | Set repo descriptions | Nicolas Vigier | 2013-06-24 | 3 | -0/+3 |
| | |||||
* | Set commits mailing lists | Nicolas Vigier | 2013-06-24 | 3 | -0/+9 |
| | |||||
* | Add repodef_repo.gl template | Nicolas Vigier | 2013-06-24 | 2 | -0/+5 |
| | |||||
* | Allow defining repos directly in main config file | Nicolas Vigier | 2013-06-24 | 2 | -2/+11 |
| | |||||
* | Version 0.1 | Nicolas Vigier | 2013-06-24 | 2 | -0/+33 |
| | |||||
* | Add .gitignore | Nicolas Vigier | 2013-06-24 | 1 | -0/+1 |
| | |||||
* | Update README | Nicolas Vigier | 2013-06-24 | 1 | -0/+45 |
| | |||||
* | Add use_ldap option | Nicolas Vigier | 2013-06-24 | 3 | -0/+4 |
| | | | | To be able to disable use of ldap | ||||
* | Add example configuration | Nicolas Vigier | 2013-06-24 | 1 | -0/+7 |
| | |||||
* | Run gitolite if conf or keydir changed | Nicolas Vigier | 2013-06-23 | 2 | -5/+14 |
| |