Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-05-15Update installation/update guides for 7.11.Douwe Maan
2015-05-14update API docValery Sizov
2015-05-13Merge requests are welcome in spite of the deprecation.Sytse Sijbrandij
2015-05-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-05-13remove strange code branchetsSytse Sijbrandij
2015-05-13Deprecate the upgrader script since we forget to update it.Sytse Sijbrandij
2015-05-13Merge pull request #8872 from baloo/feature/execute_mr_webhooks_upon_commitJeroen van Baarsen
Call merge request web hook for each commits
2015-05-13Merge branch 'code-defreeze' into 'master'Marin Jankovski
defreeze code Fixes #2166. See merge request !1820
2015-05-13Call merge request web hook for each commitsArthur Gautier
Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
2015-05-12Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-05-12Update docs in line with mysql-postgresql-converter changes.Douwe Maan
2015-05-12update migration style guideValery Sizov
2015-05-11Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-05-11Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-05-11Small improvements to style guide.Sytse Sijbrandij
2015-05-11create migration style guide. Fixes #2305Job van der Voort
2015-05-11defreeze codeJob van der Voort
2015-05-11Update installation instructions, make kerberos optionalJakub Jirutka
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-08Merge branch 'master' of github.com:gitlabhq/gitlabhqMarin Jankovski
2015-05-08Merge branch 'How_to_Reset_your_root_password' into 'master'Job van der Voort
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
2015-05-08make it more obvious what happens in the codeJob van der Voort
2015-05-08remove redundant colonJob van der Voort
2015-05-08Merge pull request #9214 from Bugagazavr/hook-eventsValeriy Sizov
Added X-GitLab-Event header for web hooks
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-05-08Fix link to the CI documentationValery Sizov
2015-05-08Merge branch 'backup_doc' into 'master'Sytse Sijbrandij
Improved the backup documentation See merge request !621
2015-05-08improved backup docValery Sizov
2015-05-08Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets
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
2015-05-08Merge branch 'sidekiq-memory-killer-shutdown-signal' into 'master'Job van der Voort
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
2015-05-08Merge branch 'new-issue-after-release' into 'master'Marin Jankovski
new issue after release See merge request !1810
2015-05-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2015-05-07Deleted > and commented "or" outKaren Carias
2015-05-07Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer
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.
2015-05-07Added link to root password doc correctlyKaren Carias
2015-05-07new issue after releaseJob van der Voort
2015-05-07Add yanking pkg example to the release documentation.Marin Jankovski
2015-05-07revert to 7.10.1Job van der Voort
2015-05-07Update upgrader doc to point to 7.10.2Job van der Voort
2015-05-07Document sidekiq restarting functionality.Sytse Sijbrandij
2015-05-07Link to CI backup documentationValery Sizov
2015-05-07Update Markdown help docs for latest changesRobert Speicher
2015-05-05Fixed broken permissions link.Patricio Cano
2015-05-04Merge branch 'improve-external-issue-tracker-config-doc' into 'master'Marin Jankovski
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
2015-05-04Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-05-04Improve documentation of configuring external issue trackersStan Hu
Closes #1514
2015-05-04Merge branch 'Add_doc_block_new_users_by_default' into 'master'Job van der Voort
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
2015-05-04update doc by removing unnecessary partsJob van der Voort
2015-05-04Add current_sign_in_at to api UserSven Selberg
2015-05-03Merge branch 'fix/log-path' into 'master'Achilleas Pipinellis
Fix file paths for installations from the source See merge request !583