BigW Consortium Gitlab

  1. 08 Feb, 2016 1 commit
  2. 02 Feb, 2016 1 commit
  3. 28 Jan, 2016 2 commits
  4. 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!
  5. 25 Jan, 2016 1 commit
  6. 19 Jan, 2016 1 commit
  7. 08 Jan, 2016 1 commit
  8. 30 Dec, 2015 1 commit
  9. 23 Nov, 2015 1 commit
  10. 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
  11. 05 Nov, 2015 1 commit
  12. 01 Sep, 2015 1 commit
  13. 28 Aug, 2015 1 commit
  14. 20 Aug, 2015 1 commit
  15. 11 Jun, 2015 1 commit
  16. 05 Jun, 2015 1 commit
  17. 02 Apr, 2015 1 commit
  18. 07 Mar, 2015 1 commit
  19. 18 Feb, 2015 1 commit
  20. 25 Jan, 2015 3 commits
  21. 15 Jan, 2015 1 commit
  22. 14 Jan, 2015 1 commit
  23. 09 Jan, 2015 1 commit
    • Rescue missing database errors · bc95576e
      Jacob Vosmaer authored
      While loading the Rails app we cannot assume that the gitlabhq_xxx
      database exists already. If we do, `rake gitlab:setup` breaks!
      
      This is a quick hack to make sure that fresh development setups of
      GitLab (from master) will work again.
  24. 08 Jan, 2015 3 commits