BigW Consortium Gitlab

  1. 09 May, 2016 1 commit
  2. 28 Apr, 2016 1 commit
    • Load the "New Branch" button asynchronously · 04266470
      Yorick Peterse authored
      This button depends on Issue#can_be_worked_on? which in turn depends on
      Issue#related_branches. By rendering this button asynchronously we can
      finally remove all usages of Issue#related_branches and
      Issue#referenced_merge_requests from the issues "show" page.
  3. 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
  4. 19 Apr, 2016 1 commit
  5. 18 Apr, 2016 1 commit
  6. 16 Apr, 2016 5 commits
  7. 14 Apr, 2016 2 commits
  8. 13 Apr, 2016 1 commit
    • Load related MRs/branches asynchronously · 31e28ebc
      Yorick Peterse authored
      Currently this works by loading the HAML partials via XHR. While this is
      not the nicest setup it _is_ the easiest setup using the tools we
      currently have.
      
      Loading this data asynchronously doesn't make loading the related
      MRs/branches itself faster, it merely ensures that loading the issue
      itself is not slowed down.
      
      Fixes gitlab-org/gitlab-ce#14949
  9. 11 Apr, 2016 1 commit
  10. 24 Mar, 2016 1 commit
  11. 19 Mar, 2016 2 commits
  12. 18 Mar, 2016 3 commits
  13. 17 Mar, 2016 2 commits
  14. 15 Mar, 2016 3 commits
  15. 11 Mar, 2016 2 commits
  16. 10 Mar, 2016 5 commits
  17. 04 Mar, 2016 7 commits