An error occurred fetching the project authors.
- 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
-
- 15 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 22 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
-
- 18 Oct, 2014 3 commits
-
-
Vinnie Okada authored
-
Vinnie Okada authored
Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
-
Vinnie Okada authored
Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
-
- 16 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
-
- 22 Sep, 2014 1 commit
-
-
Ciro Santilli authored
-
- 07 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 May, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 May, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Apr, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 19 Mar, 2014 1 commit
-
-
Robert Speicher authored
This spec featured the slowest tests in the entire suite. After some debugging, the cause was found to be the large commit diff generated by comparing the stable and master branches. To fix this, the seed repository was modified to create a simple branch off of master that consists of three simple commits and minor changes. The spec was then updated to compare master to this branch instead of stable. The result is a spec group that runs in under 30 seconds, down from about 90.
-