summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* update API docproject_api_orderValery Sizov2015-05-141-0/+3
|
* Merge requests are welcome in spite of the deprecation.Sytse Sijbrandij2015-05-131-1/+1
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-131-6/+15
|\
| * remove strange code branchetsSytse Sijbrandij2015-05-131-1/+1
| |
| * Deprecate the upgrader script since we forget to update it.Sytse Sijbrandij2015-05-131-5/+14
| |
* | Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commitJeroen van Baarsen2015-05-131-1/+1
|\ \ | |/ |/| Call merge request web hook for each commits
| * Call merge request web hook for each commitsArthur Gautier2015-05-131-1/+1
| | | | | | | | | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
* | Merge branch 'code-defreeze' into 'master'Marin Jankovski2015-05-131-5/+0
|\ \ | |/ |/| | | | | | | | | | | defreeze code Fixes #2166. See merge request !1820
| * defreeze codeJob van der Voort2015-05-111-5/+0
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-121-51/+4
|\ \
| * | Update docs in line with mysql-postgresql-converter changes.remove-mysql-index-conversion-from-docsDouwe Maan2015-05-121-51/+4
| | |
* | | update migration style guideValery Sizov2015-05-121-1/+47
|/ /
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-05-111-3/+6
|\ \
| * | Small improvements to style guide.Sytse Sijbrandij2015-05-111-3/+6
| | |
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-05-111-3/+11
|\ \ \ | |/ / |/| |
| * | Update installation instructions, make kerberos optionalJakub Jirutka2015-05-111-3/+11
| |/
* | create migration style guide. Fixes #2305Job van der Voort2015-05-112-1/+41
|/
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-1/+1
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski2015-05-082-0/+31
|\
| * Merge pull request #9214 from Bugagazavr/hook-eventsValeriy Sizov2015-05-082-0/+31
| |\ | | | | | | Added X-GitLab-Event header for web hooks
| | * Added X-GitLab-Event header for web hooksbugagazavr2015-05-082-0/+31
| | |
* | | Merge branch 'How_to_Reset_your_root_password' into 'master'Job van der Voort2015-05-082-0/+41
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | How to reset your root password Added link and file correctly on Security doc. Please review to make sure it's correct. See merge request !1811
| * | make it more obvious what happens in the codeJob van der Voort2015-05-081-4/+4
| | |
| * | remove redundant colonJob van der Voort2015-05-081-1/+1
| | |
| * | Deleted > and commented "or" outKaren Carias2015-05-071-5/+9
| | |
| * | Added link to root password doc correctlyKaren Carias2015-05-071-0/+1
| | |
| * | New file to add to security documentation, "How to reset your root password"Karen Carias2015-04-281-0/+36
| | |
* | | Fix link to the CI documentationValery Sizov2015-05-081-1/+1
| | |
* | | Merge branch 'backup_doc' into 'master'Sytse Sijbrandij2015-05-081-7/+67
|\ \ \ | | | | | | | | | | | | | | | | | | | | Improved the backup documentation See merge request !621
| * | | improved backup docValery Sizov2015-05-081-7/+65
| | | |
| * | | Link to CI backup documentationbackup_docValery Sizov2015-05-071-0/+2
| | | |
* | | | Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-44/+49
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
| * | | | Update Markdown help docs for latest changesRobert Speicher2015-05-061-44/+49
| |/ / /
* | | | Merge branch 'sidekiq-memory-killer-shutdown-signal' into 'master'Job van der Voort2015-05-081-0/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com. See merge request !1812
| * | | Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer2015-05-071-0/+2
| |/ / | | | | | | | | | | | | | | | | | | It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com.
* | | Merge branch 'new-issue-after-release' into 'master'Marin Jankovski2015-05-081-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | new issue after release See merge request !1810
| * | | new issue after releaseJob van der Voort2015-05-071-1/+2
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2015-05-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | revert to 7.10.1Job van der Voort2015-05-071-3/+3
| | | |
| * | | Update upgrader doc to point to 7.10.2Job van der Voort2015-05-071-4/+4
| | | |
* | | | Add yanking pkg example to the release documentation.Marin Jankovski2015-05-071-0/+29
|/ / /
* | | Document sidekiq restarting functionality.Sytse Sijbrandij2015-05-071-0/+6
|/ /
* | Fixed broken permissions link.Patricio Cano2015-05-051-4/+2
| |
* | Merge branch 'improve-external-issue-tracker-config-doc' into 'master'Marin Jankovski2015-05-041-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation of configuring external issue trackers There was some confusion over the deprecated `:issues_tracker_id` field. Added documentation. Closes #1514 See merge request !580
| * | Improve documentation of configuring external issue trackersStan Hu2015-05-041-0/+5
| | | | | | | | | | | | Closes #1514
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-05-041-2/+4
|\ \ \
| * | | Add current_sign_in_at to api UserSven Selberg2015-05-041-2/+4
| |/ /
* | | Merge branch 'Add_doc_block_new_users_by_default' into 'master'Job van der Voort2015-05-041-0/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added " How to maintain tight control over the number of active users..." Added " How to maintain tight control over the number of active users on your GitLab installation" to documentation. Please check that documentation is OK before accepting Merge. I took if from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example#L149 cc/ @sytse See merge request !1792
| * | update doc by removing unnecessary partsJob van der Voort2015-05-041-29/+3
| | |
| * | Added " How to maintain tight control over the number of active users on ↵Karen Carias2015-04-241-0/+35
| | | | | | | | | | | | your GitLab installation" to documentation