gitlab-org--gitlab-foss/app
Stan Hu 47b1528abe Fix undefined method one? when pushing to an existing merge request
An untested code path was triggering an Exception because Fixnum
doesn't have `one?` implemented in Rails, while arrays and collections
do.

Closes #45152
2018-04-07 23:43:40 -07:00
..
assets Fix form javascript 2018-04-06 21:20:17 -05:00
controllers Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
finders Allow assigning and filtering issuables by ancestor group labels 2018-04-04 15:40:29 +00:00
helpers Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
mailers Fix body of email when commits are pushed to an MR 2018-04-03 13:22:25 +01:00
models Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
policies Support Deploy Tokens properly without hacking abilities 2018-04-06 21:20:16 -05:00
presenters Removes deploy tokens presenter 2018-04-06 21:20:17 -05:00
serializers Resolve "Show failure_reason and upgrade tooltips of jobs" 2018-04-05 21:04:42 +00:00
services Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
uploaders Add direct_upload setting for artifacts 2018-04-05 15:01:14 +02:00
validators Rename allow_private_networks to allow_local_network 2018-04-02 17:24:19 +02:00
views Fix undefined method one? when pushing to an existing merge request 2018-04-07 23:43:40 -07:00
workers Better group support notes-related code 2018-04-05 13:29:57 +02:00