summaryrefslogtreecommitdiff
path: root/app/models/concerns/atomic_internal_id.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-1/+1
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-6/+11
* Require has_internal_id to pass a init block.Andreas Brandl2018-07-301-0/+4
* 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