BigW Consortium Gitlab

  1. 07 Jul, 2016 1 commit
    • Added setting to set new users by default as external · a0a9494e
      Dravere authored
      As requested by the issue #14508 this adds an option in the application
      settings to set newly registered users by default as external. The
      default setting is set to false to stay backward compatible.
  2. 29 Jun, 2016 2 commits
  3. 17 Jun, 2016 1 commit
  4. 08 Jun, 2016 1 commit
    • Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
  5. 03 Jun, 2016 2 commits
  6. 31 May, 2016 1 commit
  7. 29 May, 2016 1 commit
  8. 27 May, 2016 1 commit
  9. 22 Apr, 2016 1 commit
  10. 14 Apr, 2016 2 commits
  11. 12 Apr, 2016 1 commit
  12. 31 Mar, 2016 1 commit
  13. 17 Mar, 2016 1 commit
  14. 10 Mar, 2016 1 commit
  15. 08 Feb, 2016 1 commit
  16. 02 Feb, 2016 1 commit
  17. 28 Jan, 2016 2 commits
  18. 26 Jan, 2016 1 commit
    • Ensure rake tasks that don't need a DB connection can be run without one · e6f3fe5d
      Rémy Coutable authored
      When using ActiveRecord::Base.connection.active? without a DB
      connection, we get a "PG::ConnectionBad: could not connect to server"
      error because ActiveRecord::Base.connection doesn't exist. By using
      ActiveRecord::Base.connected? we ensure we don't get this error if
      the connection is missing, which is the all point of the
      Gitlab::CurrentSettings#connect_to_db? method!
  19. 25 Jan, 2016 1 commit
  20. 19 Jan, 2016 1 commit
  21. 08 Jan, 2016 1 commit
  22. 30 Dec, 2015 1 commit
  23. 23 Nov, 2015 1 commit
  24. 10 Nov, 2015 1 commit
    • Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
  25. 05 Nov, 2015 1 commit
  26. 01 Sep, 2015 1 commit
  27. 28 Aug, 2015 1 commit
  28. 20 Aug, 2015 1 commit
  29. 11 Jun, 2015 1 commit
  30. 05 Jun, 2015 1 commit
  31. 02 Apr, 2015 1 commit
  32. 07 Mar, 2015 1 commit
  33. 18 Feb, 2015 1 commit
  34. 25 Jan, 2015 3 commits