gitlab-org--gitlab-foss/app/models/concerns
Stan Hu 7c9eba8919 Fix RangeError exceptions when referring to issues or merge requests outside of max database values
When using #XYZ in Markdown text, if XYZ exceeds the maximum value of a signed 32-bit integer, we
get an exception when the Markdown render attempts to run `where(iids: XYZ)`. Introduce a method
that will throw out out-of-bounds values.

Closes #18777
2016-06-18 13:07:38 -07:00
..
access_requestable.rb
awardable.rb
case_sensitivity.rb
importable.rb
internal_id.rb
issuable.rb
mentionable.rb
milestoneish.rb
participable.rb
referable.rb Fix RangeError exceptions when referring to issues or merge requests outside of max database values 2016-06-18 13:07:38 -07:00
sortable.rb
statuseable.rb
strip_attribute.rb
subscribable.rb
taskable.rb
token_authenticatable.rb