- 14 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 10 May, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 May, 2016 4 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Robert Speicher authored
Mostly replaces several Spinach tests with RSpec Feature tests.
-
Rémy Coutable authored
Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 26 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 25 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 21 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 19 Apr, 2016 1 commit
-
-
Ben Bodenmiller authored
-
- 18 Apr, 2016 3 commits
-
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Apr, 2016 1 commit
-
-
Robert Speicher authored
Because we were incorrectly supplying the tooltip title as `data-original-title` (which Bootstrap's Tooltip JS automatically applies based on the `title` attribute; we should never be setting it directly), the value was being passed through as-is. Instead, we should be supplying the normal `title` attribute and letting Rails escape the value, which also negates the need for us to call `sanitize` on it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15126
-
- 14 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 12 Apr, 2016 1 commit
-
-
Phil Hughes authored
These were being blocked by adblocks Closes #15043
-
- 11 Apr, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Phil Hughes authored
Removed important from css
-
- 07 Apr, 2016 2 commits
-
-
Jacob Schatz authored
This reverts merge request !3494
-
Phil Hughes authored
-
- 06 Apr, 2016 4 commits
-
-
Arinde Eniola authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 05 Apr, 2016 1 commit
-
-
connorshea authored
Resolves #14411. See merge request !3464
-
- 02 Apr, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Apr, 2016 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>
-
- 31 Mar, 2016 1 commit
-
-
Phil Hughes authored
-
- 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.
-
- 20 Mar, 2016 1 commit
-
-
Stan Hu authored
-
- 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.
-
- 18 Mar, 2016 1 commit
-
-
Stan Hu authored
before the search field is focused
-
- 17 Mar, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 15 Mar, 2016 2 commits
-
-
Rémy Coutable authored
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
-
Timothy Andrew authored
1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
-
- 14 Mar, 2016 1 commit
-
-
Stan Hu authored
-
- 13 Mar, 2016 1 commit
-
-
Stan Hu authored
Closes #14129
-