- 04 Jan, 2017 3 commits
-
-
Fatih Acet authored
-
Fatih Acet authored
-
Fatih Acet authored
-
- 24 Nov, 2016 1 commit
-
-
Douwe Maan authored
-
- 04 Oct, 2016 1 commit
-
-
Phil Hughes authored
Closes #22911
-
- 25 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 11 Jul, 2016 1 commit
-
-
Stan Hu authored
have been fully redacted and contain cross-project references. The previous implementation relied on Note#cross_reference_not_visible_for?, which essentially tries to render all the Markdown references in a system note and only displays the note if the user can see the referring project. But this duplicated the work that Banzai::NotesRenderer was doing already. Instead, for each note we render, we memoize the number of visible user references and use it later if it is available. Improves #19273
-
- 07 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 06 Jul, 2016 2 commits
-
-
Douwe Maan authored
-
Jacob Schatz authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 01 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 29 May, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 18 May, 2016 1 commit
-
-
ZJ van de Weg authored
-
- 13 May, 2016 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 04 May, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 14 Apr, 2016 1 commit
-
-
theoretick authored
Fixes Issue #14431
-
- 07 Apr, 2016 2 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 04 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 04 Mar, 2016 1 commit
-
-
Phil Hughes authored
-
- 21 Jan, 2016 1 commit
-
-
Rémy Coutable authored
-
- 07 Dec, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Make sure we wait for AJAX request to finish before end test and cleanup database Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
-
- 07 Jul, 2015 1 commit
-
-
Robert Speicher authored
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
-
- 26 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 13 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 17 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 12 Feb, 2015 2 commits
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 19 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-