1. 16 1月, 2019 1 次提交
  2. 16 12月, 2018 1 次提交
  3. 21 9月, 2018 1 次提交
  4. 07 7月, 2018 1 次提交
  5. 02 7月, 2018 1 次提交
  6. 03 3月, 2018 1 次提交
  7. 07 2月, 2018 1 次提交
    • L
      Use a controller to hold request values · bbfce29b
      Lin Jen-Shin 提交于
      So that we don't need to hold env after the request.
      This makes it much harder to test, especially Rails session is
      acting weirdly, so we need `dig('flash', 'flashes', 'alert')`
      to dig the actual flash value.
      bbfce29b
  8. 21 11月, 2017 2 次提交
  9. 08 11月, 2017 1 次提交
  10. 02 11月, 2017 1 次提交
  11. 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