summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* done with 4.1. Version to 4.2.0pre :)Dmitriy Zaporozhets2013-01-211-2/+2
|
* Fix common mixup when instlling gems from the installation guideRiyad Preukschas2013-01-191-2/+2
|
* Merge pull request #2650 from riyad/setup-task-warningDmitriy Zaporozhets2013-01-172-14/+1
|\ | | | | Improve setup task, by making it less dangerous
| * Rename gitlab:app:setup task to gitlab:setupRiyad Preukschas2013-01-171-1/+1
| |
| * Remove the setup task from the maintenance docsRiyad Preukschas2013-01-171-13/+0
| |
* | Update custom SSH connection section in installation guideRiyad Preukschas2013-01-171-10/+7
| |
* | Merge pull request #2632 from yin8086/SSHPortRiyad Preukschas2013-01-171-0/+14
|\ \ | |/ |/| Add SSH custom port support for install/installation.md
| * Add SSH custom port support for install/installation.mdStardrad Yin2013-01-171-0/+14
| |
* | Update doc/install/structure.mdRiyad Preukschas2013-01-171-11/+28
| |
* | Better solution for strict key checkDmitriy Zaporozhets2013-01-171-13/+4
|/
* added sctructure.mdDmitriy Zaporozhets2013-01-161-0/+24
|
* Merge pull request #2420 from koenpunt/patch-1Dmitriy Zaporozhets2013-01-161-5/+4
|\ | | | | Remove wget dependency, now all curl
| * Remove wget dependency, now all curlKoen Punt2012-12-281-5/+4
| |
* | Store repo satellites outside of tmp directoryDmitriy Zaporozhets2013-01-161-0/+3
| |
* | Move checks after init script installation in docsRiyad Preukschas2013-01-111-13/+13
| |
* | update grammar in check application status sectionDavid Southard2013-01-111-3/+2
| |
* | Added cleanup to help rakeDmitriy Zaporozhets2013-01-061-0/+20
| |
* | Add RAILS_ENV to rake docsDmitriy Zaporozhets2013-01-053-10/+10
| |
* | Use sdoc to generate application code documentationDmitriy Zaporozhets2012-12-30586-99966/+75660
|/
* Update doc/install/installation.mdPaulWagener2012-12-251-1/+1
| | | 'th -> the' typo
* Add missing cdv4.0.0Dmitriy Zaporozhets2012-12-231-0/+3
|
* Fix installation docsDmitriy Zaporozhets2012-12-231-3/+6
|
* Sctrict host instructionsDmitriy Zaporozhets2012-12-231-0/+17
|
* Add instructions to fix permissions for /home/git/.gitolite/Riyad Preukschas2012-12-221-0/+6
|
* Remove path parameter from projects APIRiyad Preukschas2012-12-221-4/+0
|
* Fix docs to download and compile Ruby in /tmp/rubyRiyad Preukschas2012-12-221-0/+1
|
* Remove bundler calls from databases.mdRiyad Preukschas2012-12-221-6/+0
| | | GitLab is not yet downloaded at this point in the installation guide.
* Fix sudo install command in installation guideRiyad Preukschas2012-12-221-1/+1
| | | Fixes #2334
* Fix order of db setup in installation docsDmitriy Zaporozhets2012-12-222-12/+16
|
* Up API version to v3Riyad Preukschas2012-12-211-1/+1
|
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-217-44/+44
|
* Remove the code parameter from the projects APIRiyad Preukschas2012-12-211-4/+0
|
* Merge pull request #2305 from gitlabhq/fix_gfm_auto_completeDmitriy Zaporozhets2012-12-211-0/+1
|\ | | | | Fix and refactoring gfm_autocomplete
| * refactoring gfm_autocompleteValeriy Sizov2012-12-201-0/+1
| |
* | Rename add_user_to_project_teams to gitlab:import:user_to_projectsRiyad Preukschas2012-12-201-2/+2
| | | | | | | | Rename add_users_to_project_teams to gitlab:import:all_users_to_all_projects
* | Rename gitlab:app:backup_* to gitlab:backup:*Riyad Preukschas2012-12-201-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_automergeRiyad Preukschas2012-12-201-0/+10
| |
* | Rename gitlab:app:enable_automerge to gitlab:enable_automergeRiyad Preukschas2012-12-201-1/+1
| |
* | Rename gitlab:activate_namespaces to gitlab:enable_namespacesRiyad Preukschas2012-12-201-2/+2
| |
* | Remove development.mdRiyad Preukschas2012-12-201-36/+0
|/
* gitolite fork up to v320Dmitriy Zaporozhets2012-12-171-1/+1
|
* Merge pull request #2286 from nuecho/fix-doc-api-issuesDmitriy Zaporozhets2012-12-151-14/+0
|\ | | | | Removed delete section in issues API documentation
| * Removed delete section in issues API documentationMatthieu Vachon2012-12-141-14/+0
| |
* | Merge pull request #2243 from jouve/fix_gfm_username_autocompleteRiyad Preukschas2012-12-147-0/+26
|\ \ | |/ |/| fix gfm autocomplete for usernames
| * Add username to User and UserBasic entities in API and in examples in doc.Cyril2012-12-127-0/+26
| |
* | Update gitlab:check task docsRiyad Preukschas2012-12-131-17/+73
| |
* | Update installation guideRiyad Preukschas2012-12-131-6/+14
| |
* | Update installation docs to reduce the amount of possible errorsRiyad Preukschas2012-12-131-7/+21
|/ | | | | Closes #2080 Fixes #2264
* Validates presence of User#nameCyril2012-12-121-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.mdRiyad Preukschas2012-12-101-37/+35
|