gitlab-org--gitlab-foss/app/views/projects/deploy_tokens
Mayra Cabrera 5bc58bac26 Handle limit for datetime attributes on MySQL
The TIMESTAMP data type is used for values that contain both date and
time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to
'2038-01-19 03:14:07' UTC.

A Forever lib class was included to handle future dates for PostgreSQL
and MySQL, also changes were made to DeployToken to enforce Forever.date

Also removes extra conditional from JwtController
2018-04-06 22:28:44 -05:00
..
_form.html.haml Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
_index.html.haml Get rid of Redis when dealing with deploy tokens 2018-04-06 21:20:16 -05:00
_new_deploy_token.html.haml Fixes broken schema and minor changes 2018-04-06 21:20:16 -05:00
_revoke_modal.html.haml Fix i18n on deploy_token views 2018-04-06 21:20:16 -05:00
_table.html.haml Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00