- 14 Dec, 2014 5 commits
-
-
Chulki Lee authored
-
Jeroen van Baarsen authored
Add missing webhook doc for tag event
-
Jeroen van Baarsen authored
remove extra upgrade details, add missing config
-
Ryunosuke SATO authored
-
Jeroen van Baarsen authored
Fix typo in the README.md for docker
-
- 13 Dec, 2014 1 commit
-
-
Jeroen van Baarsen authored
add details on backing up your SSH host keys
-
- 12 Dec, 2014 8 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Validate and sanitize snippet file name Fixes #1816 See merge request !1322
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
Fix shell commands in shell install Fixes #1610 See merge request !1320
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 11 Dec, 2014 9 commits
-
-
Dmitriy Zaporozhets authored
Dropdown icon not clickable Fixes #1642 by using `pointer-events` property supported by [modern browsers](http://caniuse.com/#search=pointer-events) See merge request !1319
-
Dmitriy Zaporozhets authored
Show files named diff Fixes #1749 See merge request !1318
-
Sytse Sijbrandij authored
Add an extra reference to the 'shell commands' guide The 'shell commands' guide now also has tips on opening/reading files and handling paths. See merge request !1321
-
Jacob Vosmaer authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Enable Markdown preview for issues, merge requests, milestones, and notes
-
- 10 Dec, 2014 3 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 09 Dec, 2014 2 commits
-
-
Sytse Sijbrandij authored
Add security tips about file and paths These are some extra guidelines to guard against code execution and path traversal. See merge request !1317
-
Jacob Vosmaer authored
-
- 08 Dec, 2014 12 commits
-
-
Drew Blessing authored
Updated doc/integration/twitter.md, fixed incorrect callback URL Fixed a typo in the Integration instructions for Twitter OAuth See merge request !257
-
Scott Stamp authored
(referencing /users/auth/github/callback, not /users/auth/twitter/callback)
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Speed up omniauth AddIdentityTable migration https://dev.gitlab.org/gitlab/gitlabhq/issues/1810 See merge request !1315
-
Job van der Voort authored
Unicorn workers See merge request !1316
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Unicorn advice See merge request !1314
-
Job van der Voort authored
-
Dmitriy Zaporozhets authored
Add 'grace time' behavior to Sidekiq MemoryKiller The previous iteration of the memory killer did not give 'large' jobs much of a chance to finish. This caused them to come back after each restart, leading to another memory-induced shutdown. By adding some 'grace time' between the moment we detect a memory peak and the moment we start shutting down, we hope to give Sidekiq a chance to get whatever causes its memory to grow 'out of its system'. See merge request !1313
-
Valery Sizov authored
-
Job van der Voort authored
-