summaryrefslogtreecommitdiff
path: root/spec/models/internal_id_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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