Commit graph

14 commits

Author SHA1 Message Date
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