- 03 Jun, 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>
-
- 02 Jun, 2016 1 commit
-
-
Josh Frye authored
-
- 16 May, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 May, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 May, 2016 3 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Robert Speicher authored
Mostly replaces several Spinach tests with RSpec Feature tests.
-
- 25 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 21 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 18 Apr, 2016 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 07 Apr, 2016 4 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Jacob Schatz authored
This reverts merge request !3494
-
- 06 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 01 Apr, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 Mar, 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>
-
- 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.
-
- 18 Mar, 2016 2 commits
-
-
Phil Hughes authored
-
Stan Hu authored
before the search field is focused
-
- 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
-
- 12 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Mar, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Mar, 2016 1 commit
-
-
Rémy Coutable authored
Fixes #13928
-
- 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
-
-
Grzegorz Bizon authored
Closes #13982
-
- 03 Mar, 2016 1 commit
-
-
Pierre de La Morinerie authored
-
- 24 Feb, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 23 Feb, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Phil Hughes authored
-
- 22 Feb, 2016 3 commits
-
-
Rémy Coutable authored
-
Rubén Dávila authored
-
Phil Hughes authored
Fixes #12518
-