BigW Consortium Gitlab

  1. 06 Jul, 2017 1 commit
  2. 14 Jun, 2017 1 commit
  3. 06 Jun, 2017 1 commit
  4. 05 Jun, 2017 1 commit
  5. 02 Jun, 2017 1 commit
  6. 31 May, 2017 1 commit
  7. 11 May, 2017 1 commit
    • Allow disabling usage ping in `gitlab.yml` · 3c546acf
      Sean McGivern authored
      Setting `usage_ping_enabled` to false in `gitlab.yml`:
      
      1. Disables the usage ping, regardless of the value stored in the database.
      2. Prevents the usage ping from being enabled through the admin panel. It can
         only be enabled by either removing the line from `gitlab.yml` and configuring
         through the admin panel, or setting it to true in `gitlab.yml`.
  8. 28 Apr, 2017 1 commit
  9. 26 Apr, 2017 1 commit
  10. 14 Apr, 2017 1 commit
  11. 03 Apr, 2017 1 commit
  12. 22 Mar, 2017 1 commit
  13. 18 Mar, 2017 1 commit
    • Fix Error 500 when application settings are saved · 681af5bc
      Stan Hu authored
      Due to a Rails bug, fetching the application settings from Redis
      may prevent the attribute methods from being loaded for the `ApplicationSetting`
      model. More details here: https://github.com/rails/rails/issues/27348
      
      There was also a secondary problem introduced by overriding these
      association methods which caused all default visibility levels to be
      set to `nil`. Before, the previous implementation allowed the string
      "20" to be saved as an integer, while now a table lookup happens
      before that. We fix this by enforcing the integer value in the
      controller and default to PRIVATE.
      
      Closes #29674
  14. 06 Mar, 2017 2 commits
  15. 02 Mar, 2017 2 commits
  16. 24 Feb, 2017 1 commit
  17. 23 Feb, 2017 1 commit
  18. 22 Feb, 2017 1 commit
  19. 21 Feb, 2017 1 commit
  20. 20 Feb, 2017 1 commit
  21. 16 Feb, 2017 4 commits
  22. 15 Feb, 2017 6 commits
  23. 07 Feb, 2017 1 commit
  24. 06 Feb, 2017 1 commit
  25. 27 Jan, 2017 3 commits
  26. 23 Jan, 2017 1 commit
  27. 21 Jan, 2017 2 commits