summaryrefslogtreecommitdiff
path: root/app/models/concerns/atomic_internal_id.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-111-1/+1
* Fix ensure_iid! method override problemShinya Maeda2018-05-101-2/+2
* Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-081-5/+1
* Make Atomic Internal ID work for pipelinesKamil TrzciƄski2018-05-031-7/+11
* Atomic internal ids for all modelsAndreas Brandl2018-04-201-2/+3
* Replace public_send calls.Andreas Brandl2018-03-181-3/+3
* Address review comments.Andreas Brandl2018-03-161-6/+6
* Only support single scope argument.Andreas Brandl2018-03-161-4/+2
* Address review comments.Andreas Brandl2018-03-161-15/+12
* Add shared specs for AtomicInternalId concern.Andreas Brandl2018-03-161-1/+1
* Refactor, extract class and improve comments.Andreas Brandl2018-03-161-2/+30
* More flexible way of internal id generation.Andreas Brandl2018-03-161-8/+12
* Atomic generation of internal ids for issues.Andreas Brandl2018-03-161-0/+19