An error occurred fetching the project authors.
- 18 Nov, 2016 1 commit
-
-
Luke "Jared" Bennett authored
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
-
- 20 Sep, 2016 1 commit
-
-
barthc authored
-
- 18 Aug, 2016 1 commit
-
-
Ruben Davila authored
This older spec was failing: features/project/issues/issues.feature Looks like before we were doing an exact match for queries, that's why it was passing with this existing issue: https://gitlab.com/gitlab-org/gitlab-ce/blob/59fa031e6f7d5a1b658c370f581c4caaf4493150/features/project/issues/issues.feature#L128 Failed build: https://gitlab.com/gitlab-org/gitlab-ce/builds/3178231
-
- 17 Aug, 2016 2 commits
-
-
Luke Bennett authored
-
Luke Bennett authored
-
- 13 Aug, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 20 Jul, 2016 1 commit
-
-
Phil Hughes authored
This reverts merge request !5290
-
- 15 Jul, 2016 1 commit
-
-
Douwe Maan authored
This reverts merge request !4970
-
- 07 Jul, 2016 1 commit
-
-
Phil Hughes authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 29 May, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 25 May, 2016 1 commit
-
-
ZJ van de Weg authored
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 10 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 12 Apr, 2016 1 commit
-
-
Phil Hughes authored
These were being blocked by adblocks Closes #15043
-
- 21 Mar, 2016 1 commit
-
-
Yorick Peterse authored
These tests would check if the "This project is empty" banner would contain SSH clone URLs. Oddly enough this should have never passed (as far as I can tell) as SSH clone URLs in this banner are _only_ displayed if the current user has at least 1 SSH key attached. Since the tests never seem to create any they never should have passed, yet somehow they did. To solve this the Spinach tests in question now ensure at least 1 SSH key is present.
-
- 19 Mar, 2016 1 commit
-
-
Yorick Peterse authored
Similar to ad90dba5185e30883d5ad6008c166b0df0108ebf we always have a repository in the real world, so let's also create one in our Spinach tests.
-
- 10 Mar, 2016 1 commit
-
-
Phil Hughes 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.
-
- 04 Mar, 2016 1 commit
-
-
Phil Hughes authored
-
- 22 Feb, 2016 1 commit
-
-
Phil Hughes authored
Removed up/down vote icons from merge requests. Was missed from d8069bd8
-
- 17 Feb, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 15 Feb, 2016 1 commit
-
-
Rémy Coutable authored
1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
-
- 19 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 30 Dec, 2015 1 commit
-
-
Robert Speicher authored
Why did this break? `¯\_(ツ)_/¯`
-
- 15 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time.
-
- 03 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 02 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 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).
-
- 04 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 08 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Makes use of Capybara methods that wait. Hopefully this will fix the random timing-related failures of this step.
-
- 25 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Jun, 2015 1 commit
-
-
Robert Speicher authored
There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
-