- 26 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 25 May, 2015 1 commit
-
-
Robert Speicher authored
Fixes #1690
-
- 22 May, 2015 1 commit
-
-
Stan Hu authored
-
- 21 May, 2015 1 commit
-
-
Robert Speicher authored
Fixes #1651
-
- 20 May, 2015 1 commit
-
-
Robert Speicher authored
Instead of using a fork, we subclass the filter and only apply the `task-list` class to list items that actually are task lists. Closes #1645 See https://github.com/github/task_list/pull/60
-
- 18 May, 2015 4 commits
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Nikita Verkhovin authored
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 May, 2015 6 commits
-
-
Robert Speicher authored
-
Jacob Vosmaer authored
This makes the memory growth-triggered Sidekiq restarts more reliable by reducing the chance that Sidekiq ends up in a state where it is not accepting new jobs but also not shutting down: SIGKILL is more likely to work than SIGTERM.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 12 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 May, 2015 2 commits
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- 08 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 07 May, 2015 2 commits
-
-
Jacob Vosmaer authored
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.
-
Robert Speicher authored
-
- 06 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 04 May, 2015 1 commit
-
-
quodos authored
correct spelling
-
- 02 May, 2015 1 commit
-
-
Onur Küçük authored
-
- 30 Apr, 2015 12 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
This just extends the HTML::Pipeline::SanitizationFilter with our custom whitelist.
-
Robert Speicher authored
-
Robert Speicher authored
Removes header and table of contents processing from Redcarpet renderer.
-
Stan Hu authored
Importing a JSON file with only one Subversion project lead to confusion over whether the system was working. Provide status why these projects could not be imported directly. Closes #1531
-
- 27 Apr, 2015 1 commit
-
-
Jakub Jirutka authored
-