BigW Consortium Gitlab

  1. 03 Jun, 2016 3 commits
  2. 24 May, 2016 1 commit
    • Replace `link_to_gfm` with `link_to` in merge request and issue titles. · 77a1565c
      Connor Shea authored
      Previously if an issue had an emoji for its name it would be unclickable. Similarly, links were rendered inline if the title was something like “Fixes a bug with https://google.com”. This confused some users, so it’s removed.
      
      On the issue/MR page itself, the formatting is preserved. This only effects index pages.
      
      This is also ever so slightly more performant :)
      
      This fixes #17614 and #17230.
  3. 11 May, 2016 1 commit
  4. 09 May, 2016 1 commit
  5. 06 May, 2016 1 commit
  6. 20 Apr, 2016 2 commits
    • Add due_date:time field to Issue model · 3afd0817
      Mehmet Beydogan authored
      Add due_date text field to sidebar issue#show
      Add ability sorting issues by due date ASC and DESC
      Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options
      Add handling issue due_date field for MergeRequest
      Update CHANGELOG
      Fix ambigous match for issues#show sidebar
      Fix SCREAMING_SNAKE_CASE offenses for due date contants
      Add specs for due date sorting and filtering on issues
  7. 14 Apr, 2016 1 commit
  8. 18 Mar, 2016 1 commit
  9. 17 Mar, 2016 1 commit
  10. 26 Feb, 2016 1 commit
  11. 22 Feb, 2016 1 commit
  12. 17 Feb, 2016 1 commit
  13. 08 Dec, 2015 2 commits
  14. 02 Dec, 2015 4 commits
  15. 18 Nov, 2015 1 commit
  16. 08 Sep, 2015 1 commit
  17. 22 Jul, 2015 1 commit
  18. 01 Jul, 2015 1 commit
  19. 30 Jun, 2015 1 commit
  20. 26 Jun, 2015 2 commits
  21. 17 Jun, 2015 1 commit
  22. 08 Jun, 2015 1 commit
  23. 22 May, 2015 1 commit
  24. 24 Apr, 2015 1 commit
    • Tweak issue page · dbd0fd20
      Stefan Tatschner authored
      * Include creation time
      * Include author without avatar
      * Move assignee to the right
      * Remove action buttons. IMO they are useless and a bit annoying
      * Include comments counter by default, gray it out when there are 0
        comments.
  25. 23 Mar, 2015 1 commit
  26. 20 Mar, 2015 1 commit
  27. 14 Mar, 2015 1 commit
  28. 26 Feb, 2015 1 commit
  29. 20 Feb, 2015 2 commits
  30. 15 Feb, 2015 1 commit
  31. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.