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 (Collapse)Author
2019-06-25Refactor inside_transaction? to Gitlab::DatabaseAndrew Newdigate
This is a small change to move AfterCommitQueue.inside_transaction? to Gitlab::Database.inside_transaction? Since this change is required by different changes which may not arrive in sequence, it's easier to extract this change out on it's own.
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
2017-12-22Execute project hooks and services after commit when moving an issueDouwe Maan
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-08-28Update rubocop-gitlab-security to 0.1.0Robert Speicher
2017-08-17Backports EE mirror stuck handling feature ↵Tiago Botelho
(https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE