summaryrefslogtreecommitdiff
path: root/spec/models/concerns/sha_attribute_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-2/+2
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* only issue a warning if column doesn't existBrett Walker2018-05-101-4/+6
* Backport: Keep ShaAttribute from halting startup when we can’t connect to a...Brett Walker2018-05-081-13/+54
* Fix another typo in SHA attribute specfix-typo-in-sha-attribute-specStan Hu2017-07-071-1/+1
* Fix typo in SHA attribute specSean McGivern2017-07-071-1/+1
* Fix ShaAttribute concern when there is no tablefix-sha-attribute-no-tableSean McGivern2017-07-071-6/+25
* Added code for defining SHA attributesYorick Peterse2017-06-291-0/+27