An error occurred fetching the project authors.
- 16 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 13 Feb, 2016 1 commit
-
-
Takuya Noguchi authored
-
- 12 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 11 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #13218
-
- 04 Feb, 2016 1 commit
-
-
Yorick Peterse authored
gitlab_git 8.1 adds the ability to count the amount of commits between two references without having to allocate anything but regular Rugged::Commit objects. This in turn speeds up the process of counting the number of commits a branch is ahead/behind by about 3.5x.
-
- 03 Feb, 2016 2 commits
-
-
Patricio Cano authored
-
Josh Frye authored
-
- 02 Feb, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 01 Feb, 2016 2 commits
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
Jacob Vosmaer authored
-
- 30 Jan, 2016 2 commits
-
-
Stan Hu authored
- 25 Jan, 2016 2 commits
-
-
-
Valery Sizov authored
-
- 22 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 21 Jan, 2016 1 commit
-
-
Robert Speicher authored
Closes #2877
-
- 20 Jan, 2016 2 commits
-
-
James Lopez authored
-
Jeroen Nijhof authored
-
- 18 Jan, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Jeroen Nijhof authored
-
- 13 Jan, 2016 1 commit
-
-
Robert Speicher authored
It patches core classes (such as String) to add colorization methods like `red` which we can't disable the same way we can with the Colorization gem.
-
- 11 Jan, 2016 2 commits
-
-
Stan Hu authored
Closes #4231
-
Robert Speicher authored
Also sorts them alphabetically, because OCD.
-
- 07 Jan, 2016 3 commits
-
-
Robert Speicher authored
Closes #5908
-
Jacob Vosmaer authored
-
koreamic authored
Using the fuzzy filter, develop "file finder" feature. - feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju ) - fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus) - shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back) - depends on gitlab_git 7.2.22
-
- 06 Jan, 2016 1 commit
-
-
Janis Meybohm authored
-
- 02 Jan, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 28 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 27 Dec, 2015 1 commit
-
-
Stan Hu authored
-
- 23 Dec, 2015 1 commit
-
-
Robert Speicher authored
Addresses #2857
-
- 22 Dec, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 18 Dec, 2015 2 commits
-
-
Robert Speicher authored
Name: nokogiri Version: 1.6.7 Advisory: CVE-2015-5312 Criticality: High URL: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s Title: Nokogiri gem contains several vulnerabilities in libxml2 Solution: upgrade to >= 1.6.7.1
-
-
- 17 Dec, 2015 2 commits
-
-
Yorick Peterse authored
This allows us to track the counts of actual classes instead of "T_XXX" nodes. This is only enabled on CRuby as it uses CRuby specific APIs.
-
Yorick Peterse authored
This works by searching the raw source code for any references to commonly used ActiveRecord methods. While not bulletproof it saves us from having to list hundreds of methods by hand. It also ensures that (most) newly added methods are instrumented automatically. This _only_ instruments models defined in app/models, should a model reside somewhere else (e.g. somewhere in lib/) it _won't_ be instrumented.
-