1. 14 5月, 2016 1 次提交
  2. 10 5月, 2016 3 次提交
  3. 03 5月, 2016 3 次提交
  4. 02 5月, 2016 1 次提交
  5. 01 5月, 2016 1 次提交
  6. 29 4月, 2016 3 次提交
  7. 25 4月, 2016 1 次提交
  8. 22 4月, 2016 1 次提交
  9. 21 4月, 2016 3 次提交
    • P
      Fixes text color on labels in sidebar · 7f23e0b8
      Phil Hughes 提交于
      7f23e0b8
    • M
      Add due_date:time field to Issue model · 3afd0817
      Mehmet Beydogan 提交于
      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
      3afd0817
    • P
      Label text color comes from JSON · 75626d5f
      Phil Hughes 提交于
      Created issuable singleton to house the filtering
      75626d5f
  10. 20 4月, 2016 10 次提交
  11. 19 4月, 2016 5 次提交
  12. 18 4月, 2016 6 次提交
  13. 14 4月, 2016 1 次提交
  14. 13 4月, 2016 1 次提交
    • Y
      Load related MRs/branches asynchronously · 31e28ebc
      Yorick Peterse 提交于
      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
      31e28ebc