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