BigW Consortium Gitlab

  1. 09 May, 2016 1 commit
  2. 03 May, 2016 1 commit
  3. 14 Apr, 2016 1 commit
    • Use rake db:reset instead of db:setup · a54af831
      Yorick Peterse authored
      Using db:reset ensures existing tables are first dropped. This in turn
      ensures that we can drop tables regardless of any foreign key
      constraints. While CE currently doesn't have any foreign keys EE defines
      the following relation:
      
          remote_mirrors.project_id -> projects.id
      
      MySQL will complain whenever you try to drop the "projects" table first
      even when using "DROP TABLE ... CASCADE".
  4. 25 Mar, 2016 1 commit
    • Improve and finish the fallback to the In-Reply-To and References header for the… · 9f218fc1
      Rémy Coutable authored
      Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature
      
      A few things to note:
      - The IncomingEmail feature is now enabled even without a
        correctly-formatted sub-address
      - Message-ID for new thread mail are kept the same so that subsequent
        notifications to this thread are grouped in the thread by the email
        service that receives the notification
        (i.e. In-Reply-To of the answer == Message-ID of the first thread message)
      - To maximize our chance to be able to retrieve the reply key, we look
        for it in the In-Reply-To header and the References header
      - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]"
      - Improve docs thanks to Axil
  5. 22 Mar, 2016 1 commit
  6. 15 Mar, 2016 1 commit
  7. 10 Mar, 2016 1 commit
  8. 29 Feb, 2016 1 commit
  9. 17 Feb, 2016 1 commit
  10. 10 Feb, 2016 2 commits
  11. 09 Feb, 2016 1 commit
  12. 15 Jan, 2016 1 commit
  13. 13 Jan, 2016 1 commit
  14. 05 Jan, 2016 1 commit
  15. 14 Dec, 2015 1 commit
  16. 12 Dec, 2015 1 commit
  17. 08 Dec, 2015 2 commits
  18. 25 Nov, 2015 1 commit
  19. 19 Nov, 2015 1 commit
  20. 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
  21. 03 Nov, 2015 1 commit
  22. 19 Oct, 2015 1 commit
  23. 14 Oct, 2015 2 commits
  24. 13 Oct, 2015 1 commit
  25. 09 Oct, 2015 1 commit
  26. 08 Oct, 2015 1 commit
  27. 07 Oct, 2015 1 commit
  28. 25 Sep, 2015 1 commit
  29. 22 Sep, 2015 1 commit
  30. 21 Sep, 2015 1 commit
  31. 15 Sep, 2015 3 commits
  32. 10 Sep, 2015 1 commit
  33. 06 Sep, 2015 2 commits
  34. 27 Aug, 2015 1 commit