Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5520 from gabetax/rake_group_bulk_add_permissions | Dmitriy Zaporozhets | 2014-02-12 | 1 | -0/+16 |
|\ | | | | | add rake gitlab:import: all_users_to_all_groups and user_to_groups | ||||
| * | add rake gitlab:import: all_users_to_all_groups and user_to_groups | Gabe Martin-Dempesy | 2013-11-02 | 1 | -0/+16 |
| | | | | | | | | I opted for admins to be added as "owners" instead of "masters" because project masters can managers members, but only group owners can manage members. | ||||
* | | Merge branch 'highlight-js' into 'master' | Dmitriy Zaporozhets | 2014-01-28 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/ | ||||
| * | | Add highlight.js support to markdown, snippets etc | Dmitriy Zaporozhets | 2014-01-27 | 1 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add instructions for backups using cron | Jacob Vosmaer | 2014-01-27 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #3006 from jweslley/master | Dmitriy Zaporozhets | 2013-09-29 | 1 | -0/+31 |
|\ | | | | | add rake tasks for web hooks management | ||||
| * | add help page for web hooks management using rake tasks | Jonhnny Weslley | 2013-06-05 | 1 | -0/+31 |
| | | |||||
* | | Fixed Import Bare Repositories instructions to match rake task. | C. Walker | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | Include groups in import with import repos rake task | James E. Flemer | 2013-05-25 | 1 | -0/+5 |
| | | | | | | | | | | | | Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects. | ||||
* | | changed Gitlab to GitLab | Ben Bodenmiller | 2013-05-19 | 1 | -2/+2 |
| | | |||||
* | | Typo fixes | Ben Bodenmiller | 2013-05-17 | 1 | -3/+3 |
| | | |||||
* | | Added check_redis_version. Fixes #3449 | axilleas | 2013-04-15 | 2 | -51/+33 |
| | | | | | | | | | | | | Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide. | ||||
* | | Update ruby to latest version. | Sytse Sijbrandij | 2013-03-22 | 1 | -1/+1 |
| | | |||||
* | | Remove gitolite mention from docs | Dmitriy Zaporozhets | 2013-02-25 | 4 | -41/+9 |
|/ | |||||
* | Merge pull request #2440 from klamontagne/master | Riyad Preukschas | 2013-02-01 | 1 | -1/+1 |
|\ | | | | | | | Don't setuid the repositories on installation | ||||
| * | Don't setuid the repositories (Rake checks) | Kevin Lamontagne | 2012-12-30 | 1 | -1/+1 |
| | | |||||
* | | Remove the setup task from the maintenance docs | Riyad Preukschas | 2013-01-17 | 1 | -13/+0 |
| | | |||||
* | | Added cleanup to help rake | Dmitriy Zaporozhets | 2013-01-06 | 1 | -0/+20 |
| | | |||||
* | | Add RAILS_ENV to rake docs | Dmitriy Zaporozhets | 2013-01-05 | 3 | -10/+10 |
|/ | |||||
* | Rename add_user_to_project_teams to gitlab:import:user_to_projects | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| | | | | Rename add_users_to_project_teams to gitlab:import:all_users_to_all_projects | ||||
* | Rename gitlab:app:backup_* to gitlab:backup:* | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| | | | | | | Rename gitlab:app:db_* to gitlab:backup:db:* Rename gitlab:app:repo_* to gitlab:backup:repo:* Rename *_dump to *_create | ||||
* | Add gitlab:satellites:create as an alias for gitlab:enable_automerge | Riyad Preukschas | 2012-12-20 | 1 | -0/+10 |
| | |||||
* | Rename gitlab:app:enable_automerge to gitlab:enable_automerge | Riyad Preukschas | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Rename gitlab:activate_namespaces to gitlab:enable_namespaces | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | Update gitlab:check task docs | Riyad Preukschas | 2012-12-13 | 1 | -17/+73 |
| | |||||
* | Improve gitlab:env:info task | Riyad Preukschas | 2012-12-06 | 1 | -18/+31 |
| | | | | | Renamed from gitlab:app:info Add several extra info points | ||||
* | add rake task to gather system information | Johannes Schleifenbaum | 2012-12-05 | 1 | -0/+30 |
| | |||||
* | add help page for gitlab specific rake tasks | Johannes Schleifenbaum | 2012-12-03 | 4 | -0/+216 |