gitlab-org--gitlab-foss/spec/lib
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
..
banzai Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' 2016-06-18 20:48:58 +00:00
ci Merge branch 'fix/error-when-job-variables-not-defined-but-specified' into 'master' 2016-06-17 15:10:06 +00:00
container_registry Fix regression introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4669 2016-06-17 13:24:50 +02:00
gitlab Track method call times/counts as a single metric 2016-06-17 13:09:55 -04:00
json_web_token Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
disable_email_interceptor_spec.rb Fix failing `EmailOnPush` spec. 2016-06-10 14:11:02 +05:30
extracts_path_spec.rb
file_size_validator_spec.rb
git_ref_validator_spec.rb
gitlab_spec.rb
repository_cache_spec.rb