gitlab-org--gitlab-foss/lib/gitlab
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
..
auth Fix tests 2016-06-06 17:40:26 +02:00
backend Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
badge Extend build status badge, add html/markdown methods 2016-04-06 19:56:34 +02:00
bitbucket_import Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
ci Validate only and except regexp 2016-06-17 11:52:22 +02:00
database Fix update_column_in_batches to update all rows 2016-06-17 17:50:38 +02:00
diff Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
email Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
fogbugz_import Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
gfm Remove reduntant move_to_store override 2016-03-30 12:50:19 +02:00
git
github_import Listing GH Webhooks doesn't stop import process for non GH admin users 2016-06-17 18:17:34 -03:00
gitlab_import adding notifications stuff and more refactoring for exporting projects 2016-06-14 16:31:03 +02:00
gitorious_import
google_code_import Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
graphs
import_export fix wiki stuff 2016-06-16 10:59:36 +02:00
ldap Enable Style/EmptyLinesAroundAccessModifier rubocop cop 2016-06-03 10:34:20 +02:00
lfs
markdown
metrics Track method call times/counts as a single metric 2016-06-17 13:09:55 -04:00
middleware Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
o_auth Syntax fixes and better logging around the ldap_person method. 2016-06-08 18:09:43 -05:00
saml Moved find_or_create_ldap_user method to parent class and added logging. 2016-06-07 11:21:20 -05:00
sanitizers Refactored SVG sanitizer 2016-06-12 21:05:58 -04:00
sherlock
sidekiq_middleware Use SIGTERM during Sidekiq memory shutdown 2016-04-21 14:49:15 +02:00
sql
access.rb
akismet_helper.rb Use ActionDispatch Remote IP for Akismet checking 2016-04-27 22:12:55 -07:00
app_logger.rb
asciidoc.rb
auth.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
award_emoji.rb Incorportate feedback 2016-06-01 12:10:08 +02:00
bitbucket_import.rb
blame.rb
build_data_builder.rb Try to use pipeline where applicable 2016-06-03 13:09:49 +02:00
closing_issue_extractor.rb
color_schemes.rb
config_helper.rb
contributions_calendar.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
contributor.rb
current_settings.rb a few changes based on MR feedback 2016-06-17 15:47:00 +02:00
database.rb Fix RangeError exceptions when referring to issues or merge requests outside of max database values 2016-06-18 13:07:38 -07:00
devise_failure.rb
exclusive_lease.rb clean up ExclusiveLease 2016-04-13 13:12:05 +03:00
force_push_check.rb
git.rb
git_access.rb Improve multiple branch push performance by memoizing permission checking 2016-05-09 01:17:14 -07:00
git_access_status.rb
git_access_wiki.rb
git_logger.rb
git_post_receive.rb
git_ref_validator.rb
gitignore.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
gitorious_import.rb
gl_id.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
gon_helper.rb Move award_menu_url variable into gon object. 2016-06-09 03:37:40 +03:00
highlight.rb Properly handle bigger files 2016-04-28 21:28:39 +02:00
identifier.rb
import_export.rb Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import 2016-06-13 12:43:25 +02:00
import_formatter.rb
import_sources.rb fix specs 2016-06-16 09:01:09 +02:00
incoming_email.rb Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
issues_labels.rb
key_fingerprint.rb Enable Lint/AmbiguousOperator rubocop cop 2016-06-03 10:59:43 +02:00
lazy.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
logger.rb
markup_helper.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
metrics.rb Fix setting of "action" for Grape transactions 2016-04-20 22:42:52 +02:00
note_data_builder.rb Refactor and expose only Gitlab::UrlBuilder.build(record) 2016-04-13 16:07:04 +02:00
other_markup.rb
popen.rb
production_logger.rb
project_search_results.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
push_data_builder.rb API support for the 'since' and 'until' operators on commit requests 2016-04-29 09:26:52 +02:00
recaptcha.rb
redis.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
reference_extractor.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
regex.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
repository_check_logger.rb Rename almost all the things 2016-04-06 13:47:05 +02:00
routing.rb Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
search_results.rb
seeder.rb Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
sherlock.rb
sidekiq_logger.rb
snippet_search_results.rb
themes.rb
upgrader.rb
uploads_transfer.rb
url_builder.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
url_sanitizer.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
user_access.rb
utils.rb
version_info.rb
visibility_level.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
workhorse.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00