Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-16Rewind IID on Ci::PipelinesKamil Trzciński
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-08-29Updates code using class_methods over module ClassMethodsJacopo
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
2018-08-01Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri
2018-07-30Require has_internal_id to pass a init block.Andreas Brandl
2018-05-11Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda
2018-05-10Fix ensure_iid! method override problemShinya Maeda
2018-05-08Decouple to_params from AtomicInternalId concernShinya Maeda
2018-05-03Make Atomic Internal ID work for pipelinesKamil Trzciński
2018-04-20Atomic internal ids for all modelsAndreas Brandl
2018-03-18Replace public_send calls.Andreas Brandl
2018-03-16Address review comments.Andreas Brandl
2018-03-16Only support single scope argument.Andreas Brandl
2018-03-16Address review comments.Andreas Brandl
2018-03-16Add shared specs for AtomicInternalId concern.Andreas Brandl
2018-03-16Refactor, extract class and improve comments.Andreas Brandl
2018-03-16More flexible way of internal id generation.Andreas Brandl
2018-03-16Atomic generation of internal ids for issues.Andreas Brandl