summaryrefslogtreecommitdiff
path: root/app/models/concerns/sha_attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-16/+48
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+4
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-10/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-5/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-271-0/+10
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* only issue a warning if column doesn't existBrett Walker2018-05-101-1/+2
* Backport: Keep ShaAttribute from halting startup when we can’t connect to a...Brett Walker2018-05-081-7/+22
* Skip sha_attribute if we're checking staticallyLin Jen-Shin2017-12-261-0/+1
* Fix ShaAttribute concern when there is no tablefix-sha-attribute-no-tableSean McGivern2017-07-071-0/+2
* Added code for defining SHA attributesYorick Peterse2017-06-291-0/+18