Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-19Fix methods visibility in gitlab database moduleGrzegorz Bizon
2016-06-18Fix RangeError exceptions when referring to issues or merge requests outside ↵Stan Hu
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-15Random selection now also works for MySQLZ.J. van de Weg
2016-06-06Improve Issuable.order_labels_priorityRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-11Enable Rubocop Casecmp Performance Cop.Connor Shea
Also fixes the errors caused by enabling the cop. casecmp is more performant than `.downcase` and `==`.
2016-02-15Fix undefined method `postgresql?` during migrationRobert Speicher
2016-02-03Display database type and version in Administration dashboardRobert Speicher
Closes #12900
2015-12-10Migrate CI WebHooks and Emails to new tablesKamil Trzcinski
2015-10-22Fix Gitlab::Database#mysql?Douwe Maan
2015-10-08Added methods for detecting MySQL/PostgreSQLYorick Peterse
These two methods remove the need for manually going into ActiveRecord::Base.connection all over the place.