1. 04 Jul, 2017 3 commits
    • Lin Jen-Shin's avatar
      Introduce Gitlab::Cache::RequestStoreWrap · 216bf78f
      Lin Jen-Shin authored
      So that we cache the result of UserAccess#can_push_or_merge_to_branch?
      in RequestStore, avoiding querying ProtectedBranch over and over for
      the list of pipelines (i.e. in PipelineSerializer)
      
      I don't think this is ideal because I don't like the idea of
      RequestStore in general, but this is the easiest way to cache it
      without changing the architecture. In the future we should cache
      more explicitly rather than this kind of global store.
      216bf78f
    • Lin Jen-Shin's avatar
      Update tests due to permission changes · 28553dbc
      Lin Jen-Shin authored
      28553dbc
    • Lin Jen-Shin's avatar
      Fix bad conflict resolution · 005870d5
      Lin Jen-Shin authored
      005870d5
  2. 03 Jul, 2017 31 commits
  3. 02 Jul, 2017 5 commits
  4. 30 Jun, 2017 1 commit