summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Make the installation guide easier to follow for non-unix people.Sytse Sijbrandij2013-06-122-21/+52
|
* mention puma cluster mode for bigger instancesDmitriy Zaporozhets2013-06-111-0/+4
|
* Merge pull request #4065 from bbodenmiller/release-todosDmitriy Zaporozhets2013-06-111-0/+56
|\ | | | | add creating new release guide
| * add creating new release guideBen Bodenmiller2013-05-271-0/+56
| |
* | update upgrade guide with backup, db specific commands, config changes, ↵Ben Bodenmiller2013-06-071-2/+57
| | | | | | | | check, and restore
* | API: project eventsDmitriy Zaporozhets2013-06-061-0/+69
| |
* | API: Add last_activity_at date to project entityDmitriy Zaporozhets2013-06-061-3/+6
| |
* | API: implement retrieve of repository treeDmitriy Zaporozhets2013-06-061-0/+50
| |
* | Fix api readme linksDmitriy Zaporozhets2013-06-061-2/+3
| |
* | Improve api docsDmitriy Zaporozhets2013-06-063-123/+87
| |
* | Fix milestone api docs: invalid param for closeDmitriy Zaporozhets2013-06-061-1/+1
| |
* | Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets2013-06-061-6/+6
| |
* | Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets2013-05-291-8/+8
|\ \ | | | | | | Update api docs and remove old attribute from User entity.
| * | Update api docs and remove old attribute from User entity.Drew Blessing2013-05-291-8/+8
| | | | | | | | | | | | | | | | | | The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
* | | adding update info regarding gitlab-shell config.ymlTrevor Strieber2013-05-291-0/+6
| | |
* | | Merge branch 'double-check-after-start' of ↵Dmitriy Zaporozhets2013-05-271-7/+9
|\ \ \ | | | | | | | | | | | | /home/git/repositories/gitlab/gitlabhq
| * | | GitLab must run before the check is done.Sytse Sijbrandij2013-05-201-6/+8
| | | |
| * | | Give examples that have been reported frequently.Sytse Sijbrandij2013-05-201-1/+1
| | | |
* | | | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-272-0/+210
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * | | | [FEATURE] Basic user_teams apiChristian Simon2013-05-212-0/+210
| | |_|/ | |/| | | | | | | | | | | | | | * Closing #3066 * Closing #3609
* | | | Merge pull request #4072 from ndpgroup/import_w_groupsDmitriy Zaporozhets2013-05-271-0/+5
|\ \ \ \ | | | | | | | | | | Include groups in import with import repos rake task
| * | | | Include groups in import with import repos rake taskJames E. Flemer2013-05-251-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.
* | | | Merge pull request #4075 from bbodenmiller/patch-6Dmitriy Zaporozhets2013-05-271-10/+10
|\ \ \ \ | | | | | | | | | | remove branch dependencies in README where not necessary
| * | | | remove branch dependencies where not necessaryBen Bodenmiller2013-05-271-10/+10
| |/ / /
* | | | Merge pull request #4079 from bbodenmiller/patch-8Dmitriy Zaporozhets2013-05-271-0/+8
|\ \ \ \ | | | | | | | | | | details on looking for correct installation guide
| * | | | details on looking for correct installation guideBen Bodenmiller2013-05-251-0/+8
| |/ / / | | | | | | | | addresses gitlabhq/gitlabhq#3809
* | | | Merge pull request #4082 from bbodenmiller/patch-10Dmitriy Zaporozhets2013-05-261-2/+2
|\ \ \ \ | | | | | | | | | | no need to download init and nginx files since they are in repo now
| * | | | no need to download init and nginx files since they are in repo nowBen Bodenmiller2013-05-251-2/+2
| |/ / /
* | | | styling and typo fixes in installation guideBen Bodenmiller2013-05-251-2/+2
|/ / /
* | | Ask people to remove 1.8 ruby to prevent issuesDmitriy Zaporozhets2013-05-251-0/+4
|/ /
* | Replace 5-1-stable with 5-2-stable in installation docsDmitriy Zaporozhets2013-05-201-7/+7
|/
* changed Gitlab to GitLabBen Bodenmiller2013-05-191-2/+2
|
* Merge pull request #3972 from Razer6/masterYves Senn2013-05-191-1/+1
|\ | | | | Fix small typo in install docs, Closes #3723
| * Fix typo in install docs, closes #3723Robert Schilling2013-05-161-1/+1
| |
* | Merge pull request #3983 from bbodenmiller/patch-1Yves Senn2013-05-191-3/+3
|\ \ | | | | | | Typo fixes in cleanup.md
| * | Typo fixesBen Bodenmiller2013-05-171-3/+3
| |/
* | Typo fix closes gitlabhq/gitlabhq/3984Ben Bodenmiller2013-05-181-1/+1
| |
* | Update docs for 5.2Dmitriy Zaporozhets2013-05-181-0/+33
| |
* | Gitlab-shell should be 1.4.0 for GitLab 5.2Dmitriy Zaporozhets2013-05-181-1/+1
|/
* Merge pull request #3863 from crazyscience/patch-4Dmitriy Zaporozhets2013-05-131-3/+4
|\ | | | | Fixed a nginx configuration
| * Fixed a nginx configurationcrazyscience2013-05-061-3/+4
| | | | | | For some reason, if the nginx configuration is bound to an IP, it breaks the install, causing all git clone/push/pull operations to die with a 'fatal: The remote end hung up unexpectedly' message. Changing this configuration seems to fix the problem. I reckon that this is just a temporary fix. I don't know the ins and outs of GitLab well enough to vouch for this change, but I do know that these instructions are broken, and that this update will fix them.
* | Merge pull request #3921 from bbodenmiller/patch-8Dmitriy Zaporozhets2013-05-131-3/+3
|\ \ | | | | | | update links to be relative paths and add CONTRIBUTING.md link
| * | update links to be relative paths and add CONTRIBUTING.md linkBen Bodenmiller2013-05-131-3/+3
| | |
* | | Merge pull request #3920 from bbodenmiller/patch-7Dmitriy Zaporozhets2013-05-131-1/+1
|\ \ \ | | | | | | | | fixed fact about memory usage
| * | | fixed fact about memory usageBen Bodenmiller2013-05-131-1/+1
| |/ /
* | | Configure git global settingsAxilleas Pipinellis2013-05-091-1/+6
|/ / | | | | | | | | | | | | Setting Git's global user.name and user.email are missing from instructions, causing check.rake to fail at this step. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
* | Merge pull request #3862 from crazyscience/patch-3Dmitriy Zaporozhets2013-05-073-0/+7
|\ \ | | | | | | Setting the working directory before git operations
| * | Setting the working directory before git operationscrazyscience2013-05-073-0/+7
| |/
* | Bump charlock_holmes to 0.9.6.4Axilleas Pipinellis2013-05-071-2/+2
| | | | | | | | Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
* | Fix errors during backup task. Fix #3785Axilleas Pipinellis2013-05-071-0/+4
|/ | | | | | | | | | | By default there is no public/uploads directory when no attachments are uploaded. Prompt users to create the uploads directory during install otherwise the backup task will fail. Place mysqldump args in single quotes to avoid error if password contains special characters. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>