gitlab-org--gitlab-foss/app
Reuben Pereira 0e7a9e46d2 Allow blank values to be stored in reactive cache
Reactive caching concern was using .present? to determine if it got
a valid value from the cache. This returns false for values such as
false, [], {}. Change this check to !.nil? instead.
2019-02-18 11:24:00 +00:00
..
assets Merge branch 'fix-job-name-overflow' into 'master' 2019-02-18 10:46:47 +00:00
controllers Merge branch 'rs-admin-user-case-insensitive' into 'master' 2019-02-15 17:10:29 +00:00
finders Enable subquery for group issue search by default 2019-02-06 10:59:52 -06:00
graphql Removing duplicate field from MergeRequestType 2019-02-18 15:30:58 +13:00
helpers Improve the GitHub and Gitea import feature table interface 2019-02-13 00:17:52 +00:00
mailers
models Allow blank values to be stored in reactive cache 2019-02-18 11:24:00 +00:00
policies Fix 403 errors when adding an assignee list in project boards 2019-02-14 13:41:43 -08:00
presenters Fix the border style of CONTRIBUTING button when it exists 2019-02-12 10:11:19 +09:00
serializers Replaced part of diff file properties with diff viewer 2019-02-15 17:56:50 +00:00
services Merge branch 'reduce-diff-with-ee-in-app-services' into 'master' 2019-02-14 16:26:21 +00:00
uploaders
validators
views Merge branch '55312-svg' into 'master' 2019-02-18 10:31:22 +00:00
workers Update Metrics references to Object path 2019-02-14 18:05:35 +00:00