Commit graph

22 commits

Author SHA1 Message Date
Rémy Coutable
8615138706
Move Dashboard shortcuts specs from Spinah to RSpec
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-31 11:05:50 +01:00
Rémy Coutable
2159802c5f Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master'
Move dashboard help spinach test to rspec

See merge request !8436
2017-01-13 04:53:58 +00:00
Rémy Coutable
11001dd97f Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master'
Move dashboard group spinach test to rspec

See merge request !8434
2017-01-13 04:53:32 +00:00
Rémy Coutable
ed85fdb218 Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master'
Move dashboard archived projects spinach tests to rspec

See merge request !8431
2017-01-13 04:53:11 +00:00
Semyon Pupkov
b9d0eeb530 Move dashboard help spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 15:48:25 +05:00
Semyon Pupkov
65b1ea3ba5 Move dashboard group spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 15:31:16 +05:00
Semyon Pupkov
e393151d76 Move dashboard archived projects spinach tests to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-04 13:30:11 +05:00
Semyon Pupkov
9af81a5a0a Move dashboard active tab spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2017-01-03 23:48:49 +05:00
Adam Niedzielski
d69b7bec95 Remove time zone information from assertion in timeago tooltips spec
This allows the test to pass when your local time zone is different
than UTC.
"Date Format" JavaScript library uses a custom, non-standard format
when displaying time zone part of the datetime. There is no point in
trying to replicate this behavior in Ruby.
2016-12-30 11:32:44 +01:00
Mike Greiling
7f3fc26ec9 fix failing tests 2016-12-10 00:57:23 -06:00
Lucas Deschamps
3d13096f71 Refactor issuables_counter_spec. 2016-11-16 09:44:49 +01:00
Lucas Deschamps
7fa366107b Improve issuables_counter_spec relevance. 2016-11-16 09:44:49 +01:00
Lucas Deschamps
677af1dd30 Improve changes after MR review. 2016-11-16 09:44:49 +01:00
Lucas Deschamps
8c3e6987d9 Navigation bar issuables counters reflects dashboard issuables counters 2016-11-16 09:44:49 +01:00
Callum Dryden
9124310f28
Differentiate the expire from leave event
At the moment we cannot see weather a user left a project due to their
membership expiring of if they themselves opted to leave the project.
This adds a new event type that allows us to make this differentiation.
Note that is not really feasable to go back and reliably fix up the
previous events. As a result the events for previous expire removals
will remain the same however events of this nature going forward will be
correctly represented.
2016-10-20 00:26:45 +00:00
Rémy Coutable
f99d8786b7
Fix snippets pagination
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-26 12:42:12 +02:00
tiagonbotelho
519275c110 fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
Grzegorz Bizon
9e211091a8 Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
Alfredo Sumaran
541e663c12 Change date format to be non zero padded in order to fix failing test 2016-06-09 14:38:24 -05:00
Alfredo Sumaran
340aa444b7 Add tests for dates on tooltips 2016-06-09 14:38:24 -05:00
Phil Hughes
b2ec176539 Removes duplicates from the label dropdown
It concats the duplicate labels into a single label in the dropdown with
the color being a gradient of the differnet colors being concatted.

Closes #16555
2016-04-29 12:10:30 -04:00
Alfredo Sumaran
e0c07b5e3d Add tests for filtering owned projects 2016-04-22 06:19:43 -05:00