summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8276 from dblessing/docs/custom_hooksDmitriy Zaporozhets2014-11-122-0/+42
|\ | | | | Custom git hook documentation
| * Custom git hook documentationDrew Blessing2014-11-102-0/+42
| |
* | Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵Dmitriy Zaporozhets2014-11-121-0/+63
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Adds comments to commits in the APIJeroen Jacobs2014-09-261-0/+63
| | |
* | | Sync master branch before releasing rcDmitriy Zaporozhets2014-11-111-0/+7
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Add tip about EE and CE master synced before release rc1Dmitriy Zaporozhets2014-11-111-0/+2
| | |
* | | Use release tools in patch releaseDmitriy Zaporozhets2014-11-111-4/+27
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Use release tool for monthly releasesDmitriy Zaporozhets2014-11-111-62/+22
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'automate-upgrader-shell-version' into 'master'Dmitriy Zaporozhets2014-11-111-7/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Automate upgrader shell version /cc @marin See merge request !1237
| * | Make GitLab Shell upgrade a natural part of the upgrade process.Sytse Sijbrandij2014-11-021-7/+10
| | |
* | | Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfixValeriy Sizov2014-11-051-1/+1
|\ \ \ | | | | | | | | Fix log rotate permission error
| * | | Change gitlab/log permissions in installation.mdMarco Cyriacks2014-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes default permission of the gitlab/log directory to u+rwX,go-w. This is done to make the directory NOT readable by group and others and to avoid logrotate complaining about it. chmod 755 is not used to avoid setting executable bit on file within the log dir.
* | | | Merge pull request #7967 from Bugagazavr/issue-actorValeriy Sizov2014-11-051-0/+10
|\ \ \ \ | | | | | | | | | | Add issueable actor to hooks
| * | | | Add issueable actorKirill Zaitsev2014-10-051-0/+10
| | | | |
* | | | | Merge pull request #8196 from bbodenmiller/patch-12Valeriy Sizov2014-11-041-1/+2
|\ \ \ \ \ | | | | | | | | | | | | clarify that 'template1=#' is part of prompt
| * | | | | clarify that 'template1=#' is part of promptBen Bodenmiller2014-10-291-1/+2
| | | | | | | | | | | | | | | | | | Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
* | | | | | Merge pull request #8197 from bbodenmiller/patch-14Valeriy Sizov2014-11-041-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Quit the database session at end of database setup
| * | | | | | Quit the database session at end of database setupBen Bodenmiller2014-10-301-0/+3
| |/ / / / /
* | | | | | Merge pull request #8224 from liammonahan/masterValeriy Sizov2014-11-041-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expose projects_limit through users API if UserFull.
| * | | | | | Expose projects_limit through users API if UserFull.Liam Monahan2014-11-021-3/+6
| | | | | | |
* | | | | | | Merge branch 'api-events-username' into 'master'Dmitriy Zaporozhets2014-11-031-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose author username in project events API Fixes gitlab/gitlabhq#1476 See merge request !1236
| * | | | | | | Expose author username in project events APIDmitriy Zaporozhets2014-10-311-0/+3
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_urlMarin Jankovski2014-11-031-11/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | update slack-notifier for new webhook_url format
| * | | | | | | update slack-notifier to 1.0.0, use raw webhook_url per slack recommendationSteven Sloan2014-10-231-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
* | | | | | | | Merge pull request #8209 from naveda89/patch-1Robert Schilling2014-11-021-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fixed markdown error in 7.3-to-7.4 update guide
| * | | | | | | Fixed markdown error in 7.3-to-7.4 update guideAlvaro Naveda2014-10-311-0/+1
| | |/ / / / / | |/| | | | | | | | | | | | Just fixed a minor bug in the markdown notation
* | | | | | | Fix doc rake import md style [ci-skip]Ciro Santilli2014-10-311-4/+3
|/ / / / / /
* | | | | | Merge branch 'api-delete-branch-json' into 'master'Dmitriy Zaporozhets2014-10-311-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Api delete branch json Fixes gitlab/gitlabhq#1478 See merge request !1233
| * | | | | | Delete branch via API: doc updatedDmitriy Zaporozhets2014-10-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'improve_rake_import_doc' into 'master'Sytse Sijbrandij2014-10-301-15/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve import Documentation Improved the documentation steps for importing bare git repositories to GitLab. @dzaporozhets I added a step to create gitlab-satellites. Is this step really necessary, or do the satellites get created as needed? See merge request !1234
| * | | | | | | Modified according to suggestions by @sytsePatricio Cano2014-10-301-30/+5
| | | | | | | |
| * | | | | | | Fixed typoPatricio Cano2014-10-301-2/+2
| | | | | | | |
| * | | | | | | Corrected layout, to be more friendly.Patricio Cano2014-10-301-9/+9
| | | | | | | |
| * | | | | | | Corrected the wording of the documentation and the layout.Patricio Cano2014-10-301-16/+14
| | | | | | | |
| * | | | | | | Added the satellites:create step, that might be necessary after the import.Patricio Cano2014-10-301-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected syntax.
| * | | | | | | Improved rake documentation for importing existing repositories with a rake ↵Patricio Cano2014-10-291-7/+44
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | task.
* | | | | | | Revert "Change update recommendation" since it should be fixed withSytse Sijbrandij2014-10-301-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c3104abfd4d5c58838a6f4514ffa4b7c04ff6dcd This reverts commit 8101640c33d240fc5b29c3dec33c56b67325a89f.
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-10-301-4/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'update-gitlab-shell-to-corresponding-version' into 'master'Dmitriy Zaporozhets2014-10-291-4/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gitlab shell to corresponding version This prevents people upgrading to a to recent version of GitLab Shell as happend in https://gitlab.com/gitlab-org/gitlab-ce/issues/700 See merge request !227
| | * | | | | | Don't update GitLab Shell to the latest version but to the corresponding ↵update-gitlab-shell-to-corresponding-versionSytse Sijbrandij2014-10-281-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version.
* | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-10-303-2/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | | | | | | Create RepoTag Grape entity and present it when doing stuff with tags via ↵Sean Edge2014-10-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
| * | | | | | | Merge pull request #8185 from bbodenmiller/patch-3Robert Schilling2014-10-301-0/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix markdown formatting
| | * | | | | | | fix markdown formattingBen Bodenmiller2014-10-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix markdown formatting issue
| * | | | | | | | Merge pull request #8194 from bbodenmiller/patch-9Robert Schilling2014-10-301-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ruby -> Ruby
| | * | | | | | | | ruby -> RubyBen Bodenmiller2014-10-291-1/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | fix git installationBen Bodenmiller2014-10-291-0/+1
| |/ / / / / / /
* | | | | | | | Update patch manual to link to blog post.Sytse Sijbrandij2014-10-291-2/+2
|/ / / / / / /
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-10-291-0/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into 'master'Jacob Vosmaer2014-10-291-0/+11
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #717 This closes #717: Add documentation changes to: * Set the permissions of the unix socket properly * Create the directory for the socket * Make sure tmpfiles.d persists said directory The first change makes sure gitlabl can connect to the socket. The latter two avoid redis from failing to start on systemd-based systems, including recent versions of Debian. You may probably want to cherry-pick this into the documentation for the latest stable release. See merge request !224