An error occurred fetching the project authors.
- 11 Mar, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
It's unclear how these blank values got added, but GitLab.com had a few: ``` irb(main):002:0> Note.where("line_code IS NOT NULL AND line_code = ''").count => 439 ``` We've added a migration to convert any existing records to use a NULL value when blank, and updated Note to set blank values to nil before validation.
-
Yorick Peterse authored
-
- 07 Mar, 2016 1 commit
-
-
Robert Speicher authored
These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
-
- 20 Feb, 2016 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 19 Feb, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 14 Jan, 2016 1 commit
-
-
Rémy Coutable authored
-
- 13 Jan, 2016 1 commit
-
-
Rémy Coutable authored
-
- 06 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 25 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 24 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 11 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 10 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 09 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Stan Hu authored
-
- 19 Nov, 2015 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 12 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 06 Sep, 2015 1 commit
-
-
Stan Hu authored
-
- 19 Aug, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Aug, 2015 1 commit
-
-
Valery Sizov authored
This reverts commit fbdaf0e2.
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Jun, 2015 1 commit
-
-
Jeroen van Baarsen authored
**What does this do?** It makes sure that whenever a new note is added to an noteable item, the updated_at of that item is also updated. **Why is this needed?** At this moment when you post a comment on an issue or add a label to an issue, the updated_at is not changed. Because of this the filtering for least recently updated is not really useful (since it only takes in account the original text from the noteable). Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 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
-
- 24 Apr, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 19 Mar, 2015 1 commit
-
-
Stan Hu authored
Remove emphasis from system notes to avoid Markdown conflicts in names.
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 05 Nov, 2014 1 commit
-
-
Marin Jankovski authored
-
- 10 Oct, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Oct, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Add a note to merge requests and issues when they're mentioned by a merge request, issue, or commit in another project.
-