summaryrefslogtreecommitdiff
path: root/app/models/internal_id.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-4/+1
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-172/+37
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+2
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-24/+147
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-8/+27
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-13/+28
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-24/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-0/+10
* Always use internal ID tables in development and productionsh-disable-internal-ids-available-checkStan Hu2019-04-221-2/+6
* Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-161-12/+35
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Flush InternalId records after importAndreas Brandl2019-01-291-0/+11
* Revert "Trigger iid logic from GitHub importer for milestones."Andreas Brandl2019-01-291-3/+3
* Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-161-3/+3
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-1/+35
|/
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-301-20/+4
|\
| * Remove double-checked internal id generation.Andreas Brandl2018-05-281-20/+4
* | Add per-project pipeline idShinya Maeda2018-05-031-1/+1
|/
* Atomic internal ids for all modelsAndreas Brandl2018-04-201-1/+2
* Double-check next value for internal ids.Andreas Brandl2018-04-161-4/+20
* Address review comments.Andreas Brandl2018-03-161-3/+4
* Address review comments.Andreas Brandl2018-03-161-2/+3
* Backwards-compat for migration specs.Andreas Brandl2018-03-161-2/+18
* Refactor, extract class and improve comments.Andreas Brandl2018-03-161-34/+59
* More flexible way of internal id generation.Andreas Brandl2018-03-161-21/+19
* Atomic generation of internal ids for issues.Andreas Brandl2018-03-161-0/+84