- 26 May, 2015 9 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
We only want them shortened by the filter, which calls to_s
-
Robert Speicher authored
Except for Note, which still overrides it.
-
Robert Speicher authored
Snippet model was missing project association
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
Robert Speicher authored
-
Robert Speicher authored
Prior, comparison would use the Ruby object's ID, which got out of sync after a Spring fork and would result in erroneous test failures. Now we just check that the compared object is a Commit and then compare their underlying raw commit objects.
-
Jonah Bishop authored
The percent_complete method returns a value of 100 when a ZeroDivisionError occurs. That seems like a very strange default for an error case, and results in a bug when a milestone has no corresponding issues (new, empty milestones show 100% completion). This commit changes the rescue value to 0, and subsequently fixes #1656, which reported this problem.
-
Jeroen van Baarsen authored
**What does this do?** It makes sure that when you create a wiki page via the web interface, the extention is .md instead of .markdown **Why is this needed?** When you're using Gollum locally, it will create pages with the .md extention. Also .md is the best known extention for markdown. This fix will make sure that if you're using gollum or the webinterface, the extention will be the same. **What issues does this fix?** Fixes https://github.com/gitlabhq/gitlabhq/issues/5204 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 25 May, 2015 2 commits
- 22 May, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
-
- 18 May, 2015 1 commit
-
-
Jakub Jirutka authored
-
- 15 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 May, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class.
-
Robert Speicher authored
-
- 10 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 09 May, 2015 7 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 08 May, 2015 2 commits
-
-
Maran authored
-
bugagazavr authored
-
- 07 May, 2015 1 commit
-
-
Stan Hu authored
This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570
-
- 06 May, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 05 May, 2015 1 commit
-
-
Valery Sizov authored
-
- 03 May, 2015 1 commit
-
-
Stan Hu authored
-
- 02 May, 2015 1 commit
-
-
Stan Hu authored
This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
-
- 01 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 30 Apr, 2015 5 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Douwe Maan authored
-
Douwe Maan authored
-