gitlab-org--gitlab-foss/app/models/concerns
Stan Hu d4bdcfbf19 Disable project avatar validation if avatar has not changed
Every time a column in the projects table is changed, the Avatarable concern
would validate that the avatar file size was under 200K.  This not only delays
the database changes, but it also can lead to unrelated failures if the HTTP
request fails for some reason.

Closes #51053
2018-09-04 12:20:58 -07:00
..
mentionable Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
storage Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
access_requestable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
artifact_migratable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
atomic_internal_id.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
avatarable.rb Disable project avatar validation if avatar has not changed 2018-09-04 12:20:58 -07:00
awardable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
batch_destroy_dependent_associations.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
blob_like.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
blocks_json_serialization.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
bulk_member_access_load.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
cache_markdown_field.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
cacheable_attributes.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
case_sensitivity.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
chronic_duration_attribute.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
created_at_filterable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
deployment_platform.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
diff_file.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
discussion_on_diff.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
each_batch.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
editable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
enum_with_nil.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
expirable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
fast_destroy_all.rb Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
faster_cache_keys.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
feature_gate.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
ghost_user.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
group_descendant.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
has_status.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
has_variable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
ignorable_column.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
iid_routes.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
importable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
issuable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
label_eventable.rb Resource event model 2018-08-01 08:58:49 +00:00
loaded_in_group_list.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
manual_inverse_association.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
mentionable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
milestoneish.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
note_on_diff.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
noteable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
optionally_search.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
participable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
presentable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
project_features_compatibility.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
prometheus_adapter.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
protected_branch_access.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
protected_ref.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
protected_ref_access.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
protected_tag_access.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
reactive_caching.rb Merge branch 'frozen-string-enable-app-models-even-more' into 'master' 2018-08-08 12:40:19 +00:00
reactive_service.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
redis_cacheable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
referable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
relative_positioning.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
resolvable_discussion.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
resolvable_note.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
routable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
select_for_project_authorization.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
sha_attribute.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
sortable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
spammable.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
strip_attribute.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
subscribable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
taskable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
throttled_touch.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
time_trackable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
token_authenticatable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
triggerable_hooks.rb Fix "Confidential comments" button not saving in project hooks 2018-08-17 16:16:23 -07:00
uniquify.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
updated_at_filterable.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
valid_attribute.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
with_uploads.rb Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00