gitlab-org--gitlab-foss/lib/banzai
Robert Speicher 98cede7ebe Merge branch 'fix-out-of-bounds-markdown-refs' into 'master'
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

See merge request !4777
2016-06-18 20:48:58 +00:00
..
filter Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' 2016-06-18 20:48:58 +00:00
pipeline
reference_parser
cross_project_reference.rb
filter.rb
filter_array.rb
pipeline.rb
querying.rb
reference_extractor.rb
reference_parser.rb
renderer.rb