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
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-13Run rubocop -aNick Thomas
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-03-06Shortcut and return on duplicate record error.Andreas Brandl
2018-03-06Nested transaction for find_or_create_by! queries.Andreas Brandl
For background see https://apidock.com/rails/v4.2.7/ActiveRecord/Relation/find_or_create_by.
2018-03-06Remove unnecessary safe guard.Andreas Brandl
2018-03-06Operate on ids to avoid unnecessary loading.Andreas Brandl
2018-03-06Singularize model name.Andreas Brandl