An error occurred fetching the project authors.
  1. 08 Jun, 2016 1 commit
    • Sean McGivern's avatar
      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.
      40b6d906
  2. 03 Jun, 2016 2 commits
  3. 31 May, 2016 1 commit
  4. 29 May, 2016 1 commit
  5. 27 May, 2016 1 commit
  6. 14 Apr, 2016 2 commits
  7. 12 Apr, 2016 1 commit
  8. 31 Mar, 2016 1 commit
  9. 17 Mar, 2016 1 commit
  10. 10 Mar, 2016 1 commit
  11. 08 Feb, 2016 1 commit
  12. 02 Feb, 2016 1 commit
  13. 28 Jan, 2016 2 commits
  14. 26 Jan, 2016 1 commit
    • Rémy Coutable's avatar
      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!
      e6f3fe5d
  15. 25 Jan, 2016 1 commit
  16. 19 Jan, 2016 1 commit
  17. 08 Jan, 2016 1 commit
  18. 30 Dec, 2015 1 commit
  19. 23 Nov, 2015 1 commit
  20. 10 Nov, 2015 1 commit
    • Kamil Trzcinski's avatar
      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
      d0e3e823
  21. 05 Nov, 2015 1 commit
  22. 01 Sep, 2015 1 commit
  23. 28 Aug, 2015 1 commit
  24. 20 Aug, 2015 1 commit
  25. 11 Jun, 2015 1 commit
  26. 05 Jun, 2015 1 commit
  27. 02 Apr, 2015 1 commit
  28. 07 Mar, 2015 1 commit
  29. 18 Feb, 2015 1 commit
  30. 25 Jan, 2015 3 commits
  31. 15 Jan, 2015 1 commit
  32. 14 Jan, 2015 1 commit
  33. 09 Jan, 2015 1 commit
    • Jacob Vosmaer's avatar
      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.
      bc95576e
  34. 08 Jan, 2015 2 commits