Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. May 06, 2019
  3. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  4. Mar 22, 2018
    • Toon Claes's avatar
      Add read-only banner to all pages · 9ab43aa7
      Toon Claes authored
      When the database is in a read-only state, display a banner on each
      page informing the user they cannot write to that GitLab instance.
      
      Closes gitlab-org/gitlab-ce#43937.
      9ab43aa7
  5. Oct 06, 2017
    • Toon Claes's avatar
      Create idea of read-only database · d1366971
      Toon Claes authored
      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
  6. Apr 09, 2017
  7. Apr 22, 2016
  8. Oct 29, 2015
  9. May 01, 2015
  10. Apr 30, 2015
  11. Apr 20, 2015
  12. Jan 24, 2013
  13. Sep 16, 2012
Loading