An error occurred fetching the project authors.
  1. 23 Dec, 2019 1 commit
  2. 19 Nov, 2019 1 commit
  3. 18 Sep, 2019 1 commit
  4. 08 Jul, 2019 1 commit
    • Fabio Pitino's avatar
      Allow ReactiveCaching to support nil value · 67de299b
      Fabio Pitino authored
      When :calculate_reactive_caching returns a nil value
      this caused ReactiveCaching to schedule a worker
      every time the code using :with_reactive_cache was called.
      
      This issue caused an increasing amount of Sidekiq jobs
      being created continuously.
      
      Implementing this fix behind feature flag
      :reactive_caching_check_key_exists
      67de299b
  5. 06 Jul, 2019 1 commit
    • Stan Hu's avatar
      Prevent amplification of ReactiveCachingWorker jobs upon failures · a28844ea
      Stan Hu authored
      When `ReactiveCachingWorker` hits an SSL or other exception that occurs
      quickly and reliably, automatically rescheduling a new worker could lead
      to excessive number of jobs being scheduled. This happens because not
      only does the failed job get rescheduled in a minute, but each Sidekiq
      retry will also add even more rescheduled jobs.
      
      In busy instances, this can become an issue because large numbers of
      `ReactiveCachingWorker` running can cause high rates of `ExclusiveLease`
      reads to occur and possibly saturate the Redis server with queries.
      
      We now disable this automatic retry and rely on Sidekiq to perform its 3
      retries with a backoff period.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64176
      a28844ea
  6. 07 Jun, 2019 1 commit
    • Tiger's avatar
      Add a default reactive cache key · 63b0c730
      Tiger authored
      Aligns with the other reactive cache options by
      providing a default that can be overridden if necessary.
      63b0c730
  7. 04 Apr, 2019 1 commit
    • Reuben Pereira's avatar
      Allow reactive caching to be used in services · 5caced36
      Reuben Pereira authored
      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.
      5caced36
  8. 28 Mar, 2019 1 commit
  9. 06 Mar, 2019 1 commit
  10. 18 Feb, 2019 1 commit
  11. 07 Aug, 2018 2 commits
    • Shinya Maeda's avatar
      Squashed commit of the following: · 8fa361b2
      Shinya Maeda authored
      commit 610c02c305d9fb3c7d271883450a5fee8b0cf16f
      Merge: f2088edb260 84f24dce
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 23:01:38 2018 +0900
      
          Merge branch 'master-ce' into improve-junit-support-be
      
      commit f2088edb26008e5791b7be86fc02fc470c881143
      Merge: c67e1d32cac 339f47abec1
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 21:52:10 2018 +0900
      
          Merge branch 'improve-junit-support-be' of gitlab.com:gitlab-org/gitlab-ce into improve-junit-support-be
      
      commit c67e1d32cac731b895e2f49a24ce0e1726b8196c
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 21:51:39 2018 +0900
      
          Remove debuggable fixtures
      
      commit 339f47abec1d0ce815e6103a087902d71d8ff5be
      Merge: 7a33a9be724 96b748fbcc0
      Author: Filipa Lacerda <filipa@gitlab.com>
      Date:   Tue Aug 7 11:10:18 2018 +0100
      
          Merge branch 'improve-junit-support-be' of https://gitlab.com/gitlab-org/gitlab-ce into improve-junit-support-be
      
          * 'improve-junit-support-be' of https://gitlab.com/gitlab-org/gitlab-ce:
            Add spec for latest
            Add spec for merge request
            Add spec for cache invalidation
            Add spec for pipeline
            Add spec
            Fix specs
            Support corrupted fixtures
            Add  cache key to error message
      
      commit 7a33a9be724dbde79a24cec77658952ff2d2fa6c
      Author: Filipa Lacerda <filipa@gitlab.com>
      Date:   Tue Aug 7 11:09:56 2018 +0100
      
          Show resolved failures
      
      commit 96b748fbcc00a98a13aeb78f5d97de9cf25035b6
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 18:50:05 2018 +0900
      
          Add spec for latest
      
      commit 0e8b024169b4b0ac272331117ac2fa821c4052f7
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 18:24:38 2018 +0900
      
          Add spec for merge request
      
      commit 8690a699bc98394ad4deebdc91e6690758c5965e
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 18:18:55 2018 +0900
      
          Add spec for cache invalidation
      
      commit 97678e1612826af409ca8a04b6c0dc830f7b66c6
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 18:01:03 2018 +0900
      
          Add spec for pipeline
      
      commit 96c2a698af049e4026c68e74b1f41a265464b2b2
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 17:52:21 2018 +0900
      
          Add spec
      
      commit 67bcbd25a3c13abb78ea43c0411f5aed417b87d0
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 17:39:02 2018 +0900
      
          Fix specs
      
      commit d7d49def2023f85c07d2718b83f35c8849f65f05
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 13:11:07 2018 +0900
      
          Support corrupted fixtures
      
      commit d58dbbc17a7d954db22082615f5331c148c1061b
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 13:10:47 2018 +0900
      
          Add  cache key to error message
      
      commit f6f976216dc36333b5e05e3f0acdfca689350483
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Thu Aug 2 19:07:46 2018 +0900
      
          bring back debaggable fixtures
      
      commit 48a7800e67a718145c0e88c324c0c1f9619e26a4
      Merge: 2822b9e8a36 dd627072
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Tue Aug 7 09:22:22 2018 +0900
      
          Merge branch 'master-ce' into improve-junit-support-be
      
      commit 2822b9e8a369162d098a72a58803c8494b2343cd
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 22:54:47 2018 +0900
      
          Move cache invalidation policy to outside of reactive cache
      
      commit b35efb1764ae61bb31dacbf79dbc022dcee3a203
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 22:34:10 2018 +0900
      
          ADd reactive cache an ability to invalite cache
      
      commit feafee6f8a50f4a32866d8ae768e99766b0b7c73
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 19:25:22 2018 +0900
      
          Pipeline has test reports if latest builds have any
      
      commit f302dbb73abe03c6c431e7d52d526e28a1586fee
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 19:18:56 2018 +0900
      
          Invalidate test reports cache if it's outdated
      
      commit 83adaca01a1ee1cd64cac86b6fa3d10e2e4e2b98
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 18:08:06 2018 +0900
      
          Revert cache invalidation in expire pipeline cache worker
      
      commit ec3af5de4ca34e2e92ad6b97f29733d6c65062bc
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 15:13:47 2018 +0900
      
          Fix feature spec
      
      commit 0db48805a1ba68763be0504eb57218bde2380e4b
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 14:07:46 2018 +0900
      
          Change lifetime of test reports cache to 10 minutes
      
      commit 17f7e78bfe2188c349cda1ff90a3ea94d337461e
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 14:07:19 2018 +0900
      
          Add changelog
      
      commit 89c87585ab7f5333a8139c02b330dd2caf0be31a
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 14:01:20 2018 +0900
      
          Add feature spec
      
      commit 1120cfd7a9ab06105f2e763c375fab00922b7e0c
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Mon Aug 6 12:55:47 2018 +0900
      
          Invalidate cache when pipeline status transits. Correct test reports from the latest builds
      8fa361b2
    • gfyoung's avatar
      Enable more frozen string in app/models/**/*.rb · 15b878e2
      gfyoung authored
      Partially addresses #47424.
      15b878e2
  12. 25 Jul, 2018 1 commit
  13. 01 Jun, 2018 1 commit
  14. 08 May, 2018 1 commit
  15. 12 Jan, 2017 1 commit
  16. 19 Dec, 2016 2 commits