gitlab-org--gitlab-foss/app
Phil Hughes e178eb782a
Fixes merge request widget date tooltip inconsistencies
Previously the merge request widget would use the `updated_at` date as
the tooltip text for both closed & merged states. This is incorrect as
the `updated_at` date is actually changed when a user updates merge
request through commenting, description changes or anything else.

The widget states for merged & closed events now use their own event
object which holds their own `updated_at` date string. Also this text
has been correctly formatted through our date utilities to correctly
display the right timezone data in a user friendly way.

Closes #38545
2017-09-29 10:31:10 +01:00
..
assets Fixes merge request widget date tooltip inconsistencies 2017-09-29 10:31:10 +01:00
controllers refactor emails service 2017-09-28 08:46:39 +02:00
finders Support custom attributes on users 2017-09-28 16:49:42 +00:00
helpers Merge branch 'bvl-fix-close-issuable-link' into 'master' 2017-09-28 17:15:32 +00:00
mailers `current_application_settings` belongs on `Gitlab::CurrentSettings` 2017-08-31 13:38:33 +01:00
models Merge branch 'hashed-storage-migration-path' into 'master' 2017-09-28 17:26:16 +00:00
policies Support custom attributes on users 2017-09-28 16:49:42 +00:00
presenters Move trigger_variables to presenter 2017-09-04 22:21:47 +09:00
serializers Implemented the new Description Content 2017-09-12 11:19:06 +02:00
services Migrate Gitlab::Git::Repository#add_tag to Gitaly 2017-09-29 00:53:49 +02:00
uploaders Do not perform hard check (presence of file on storage) 2017-09-19 16:41:28 +02:00
validators Move the key restriction validation to its own class 2017-08-30 20:50:44 +01:00
views Merge branch 'remove-target-dd' into 'master' 2017-09-29 08:33:10 +00:00
workers Add support to migrate existing projects to Hashed Storage async 2017-09-28 16:32:14 +01:00