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-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
2019-06-26Fix failing spec/models/internal_id_spec.rb specJan Provaznik
2019-04-22Always use internal ID tables in development and productionStan Hu
2019-04-16Rewind IID on Ci::PipelinesKamil TrzciƄski
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-01-29Flush InternalId records after importAndreas Brandl
2018-12-04Fix coding offenceShinya Maeda
2018-12-03fix wordingShinya Maeda
2018-12-03Fix the coding styleShinya Maeda
2018-12-03Validate enum uniquenessShinya Maeda
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-08-15Reduce number of model instances needed in test.Andreas Brandl
2018-08-01Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri
2018-05-28Remove double-checked internal id generation.Andreas Brandl
2018-04-16Double-check next value for internal ids.Andreas Brandl
2018-03-18Add spec for concurrent insert situation.Andreas Brandl
2018-03-16Address review comments.Andreas Brandl
2018-03-16Backwards-compat for migration specs.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