summaryrefslogtreecommitdiff
path: root/spec/models/internal_id_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-3/+20
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-41/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+3
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-1/+2
* Fix failing spec/models/internal_id_spec.rb specJan Provaznik2019-06-261-1/+1
* Always use internal ID tables in development and productionsh-disable-internal-ids-available-checkStan Hu2019-04-221-1/+10
* Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil TrzciƄski2019-04-161-0/+51
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Flush InternalId records after importAndreas Brandl2019-01-291-0/+23
* Fix coding offenceShinya Maeda2018-12-041-2/+2
* fix wordingShinya Maeda2018-12-031-1/+1
* Fix the coding styleShinya Maeda2018-12-031-2/+2
* Validate enum uniquenessShinya Maeda2018-12-031-0/+2
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-1/+2
* Reduce number of model instances needed in test.Andreas Brandl2018-08-151-2/+2
* Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-0/+66
* Remove double-checked internal id generation.Andreas Brandl2018-05-281-35/+2
* Double-check next value for internal ids.Andreas Brandl2018-04-161-2/+35
* Add spec for concurrent insert situation.31114-internal-ids-are-not-atomicAndreas Brandl2018-03-181-0/+13
* Address review comments.Andreas Brandl2018-03-161-1/+5
* Backwards-compat for migration specs.Andreas Brandl2018-03-161-2/+17
* Refactor, extract class and improve comments.Andreas Brandl2018-03-161-5/+4
* More flexible way of internal id generation.Andreas Brandl2018-03-161-19/+7
* Atomic generation of internal ids for issues.Andreas Brandl2018-03-161-0/+87