1. 07 12月, 2017 2 次提交
  2. 03 11月, 2017 1 次提交
    • M
      removed the #ensure_ref_fetched from all controllers · cd88fa8f
      micael.bergeron 提交于
      also, I refactored the MergeRequest#fetch_ref method to express
      the side-effect that this method has.
      
        MergeRequest#fetch_ref -> MergeRequest#fetch_ref!
        Repository#fetch_source_branch -> Repository#fetch_source_branch!
      cd88fa8f
  3. 07 10月, 2017 1 次提交
    • T
      Create idea of read-only database · d1366971
      Toon Claes 提交于
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
  4. 14 9月, 2017 1 次提交
  5. 07 7月, 2017 2 次提交
  6. 29 6月, 2017 1 次提交