summaryrefslogtreecommitdiff
path: root/app/workers/reactive_caching_worker.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-30/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
|
* Allow reactive caching to be used in servicesReuben Pereira2019-04-041-3/+4
| | | | | | | | Add support for defining a reactive_cache_worker_finder function that will be used by the reactive_caching_worker to generate/initialize the calling object. This allows reactive caching to work with Services where the object cannot be obtained from DB but a new object can be initialized.
* Update Metrics references to Object pathSarah Yasonik2019-02-141-1/+1
| | | | | | | On reload, references to Metrics within classes in the Gitlab::Metrics module fail. Update all references to ::Gitlab::Metrics so that constant lookup finds the right module in development. This fix should not impact production.
* Use record's primary key instead of hardcoded `id`Peter Leitzen2019-01-081-1/+1
| | | | Enable caching for records which primary key is not `id`.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
|
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
|
* Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'Robert Speicher2017-01-121-2/+2
| | | | | | Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
* Add a ReactiveCaching concern for use in the KubernetesServiceNick Thomas2016-12-191-0/+15