summaryrefslogtreecommitdiff
path: root/lib/after_commit_queue.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor inside_transaction? to Gitlab::DatabaseAndrew Newdigate2019-06-251-13/+1
| | | | | | | 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.
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | 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.
* Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-1/+9
|
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-2/+24
|
* Update rubocop-gitlab-security to 0.1.0rs-update-rubocop-gitlab-securityRobert Speicher2017-08-281-1/+1
|
* Backports EE mirror stuck handling feature ↵ee-2628-backport-to-ceTiago Botelho2017-08-171-0/+30
(https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE