Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | done with 4.1. Version to 4.2.0pre :) | Dmitriy Zaporozhets | 2013-01-21 | 1 | -2/+2 |
| | |||||
* | Fix common mixup when instlling gems from the installation guide | Riyad Preukschas | 2013-01-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2650 from riyad/setup-task-warning | Dmitriy Zaporozhets | 2013-01-17 | 2 | -14/+1 |
|\ | | | | | Improve setup task, by making it less dangerous | ||||
| * | Rename gitlab:app:setup task to gitlab:setup | Riyad Preukschas | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Remove the setup task from the maintenance docs | Riyad Preukschas | 2013-01-17 | 1 | -13/+0 |
| | | |||||
* | | Update custom SSH connection section in installation guide | Riyad Preukschas | 2013-01-17 | 1 | -10/+7 |
| | | |||||
* | | Merge pull request #2632 from yin8086/SSHPort | Riyad Preukschas | 2013-01-17 | 1 | -0/+14 |
|\ \ | |/ |/| | Add SSH custom port support for install/installation.md | ||||
| * | Add SSH custom port support for install/installation.md | Stardrad Yin | 2013-01-17 | 1 | -0/+14 |
| | | |||||
* | | Update doc/install/structure.md | Riyad Preukschas | 2013-01-17 | 1 | -11/+28 |
| | | |||||
* | | Better solution for strict key check | Dmitriy Zaporozhets | 2013-01-17 | 1 | -13/+4 |
|/ | |||||
* | added sctructure.md | Dmitriy Zaporozhets | 2013-01-16 | 1 | -0/+24 |
| | |||||
* | Merge pull request #2420 from koenpunt/patch-1 | Dmitriy Zaporozhets | 2013-01-16 | 1 | -5/+4 |
|\ | | | | | Remove wget dependency, now all curl | ||||
| * | Remove wget dependency, now all curl | Koen Punt | 2012-12-28 | 1 | -5/+4 |
| | | |||||
* | | Store repo satellites outside of tmp directory | Dmitriy Zaporozhets | 2013-01-16 | 1 | -0/+3 |
| | | |||||
* | | Move checks after init script installation in docs | Riyad Preukschas | 2013-01-11 | 1 | -13/+13 |
| | | |||||
* | | update grammar in check application status section | David Southard | 2013-01-11 | 1 | -3/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | Use sdoc to generate application code documentation | Dmitriy Zaporozhets | 2012-12-30 | 586 | -99966/+75660 |
|/ | |||||
* | Update doc/install/installation.md | PaulWagener | 2012-12-25 | 1 | -1/+1 |
| | | | 'th -> the' typo | ||||
* | Add missing cdv4.0.0 | Dmitriy Zaporozhets | 2012-12-23 | 1 | -0/+3 |
| | |||||
* | Fix installation docs | Dmitriy Zaporozhets | 2012-12-23 | 1 | -3/+6 |
| | |||||
* | Sctrict host instructions | Dmitriy Zaporozhets | 2012-12-23 | 1 | -0/+17 |
| | |||||
* | Add instructions to fix permissions for /home/git/.gitolite/ | Riyad Preukschas | 2012-12-22 | 1 | -0/+6 |
| | |||||
* | Remove path parameter from projects API | Riyad Preukschas | 2012-12-22 | 1 | -4/+0 |
| | |||||
* | Fix docs to download and compile Ruby in /tmp/ruby | Riyad Preukschas | 2012-12-22 | 1 | -0/+1 |
| | |||||
* | Remove bundler calls from databases.md | Riyad Preukschas | 2012-12-22 | 1 | -6/+0 |
| | | | GitLab is not yet downloaded at this point in the installation guide. | ||||
* | Fix sudo install command in installation guide | Riyad Preukschas | 2012-12-22 | 1 | -1/+1 |
| | | | Fixes #2334 | ||||
* | Fix order of db setup in installation docs | Dmitriy Zaporozhets | 2012-12-22 | 2 | -12/+16 |
| | |||||
* | Up API version to v3 | Riyad Preukschas | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | Remove all references tp the project code parameter from the API | Riyad Preukschas | 2012-12-21 | 7 | -44/+44 |
| | |||||
* | Remove the code parameter from the projects API | Riyad Preukschas | 2012-12-21 | 1 | -4/+0 |
| | |||||
* | Merge pull request #2305 from gitlabhq/fix_gfm_auto_complete | Dmitriy Zaporozhets | 2012-12-21 | 1 | -0/+1 |
|\ | | | | | Fix and refactoring gfm_autocomplete | ||||
| * | refactoring gfm_autocomplete | Valeriy Sizov | 2012-12-20 | 1 | -0/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Remove development.md | Riyad Preukschas | 2012-12-20 | 1 | -36/+0 |
|/ | |||||
* | gitolite fork up to v320 | Dmitriy Zaporozhets | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2286 from nuecho/fix-doc-api-issues | Dmitriy Zaporozhets | 2012-12-15 | 1 | -14/+0 |
|\ | | | | | Removed delete section in issues API documentation | ||||
| * | Removed delete section in issues API documentation | Matthieu Vachon | 2012-12-14 | 1 | -14/+0 |
| | | |||||
* | | Merge pull request #2243 from jouve/fix_gfm_username_autocomplete | Riyad Preukschas | 2012-12-14 | 7 | -0/+26 |
|\ \ | |/ |/| | fix gfm autocomplete for usernames | ||||
| * | Add username to User and UserBasic entities in API and in examples in doc. | Cyril | 2012-12-12 | 7 | -0/+26 |
| | | |||||
* | | Update gitlab:check task docs | Riyad Preukschas | 2012-12-13 | 1 | -17/+73 |
| | | |||||
* | | Update installation guide | Riyad Preukschas | 2012-12-13 | 1 | -6/+14 |
| | | |||||
* | | Update installation docs to reduce the amount of possible errors | Riyad Preukschas | 2012-12-13 | 1 | -7/+21 |
|/ | | | | | Closes #2080 Fixes #2264 | ||||
* | Validates presence of User#name | Cyril | 2012-12-12 | 1 | -1/+1 |
| | | | | | | | | | The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a> | ||||
* | Fix spelling and wording in installation.md | Riyad Preukschas | 2012-12-10 | 1 | -37/+35 |
| |