An error occurred fetching the project authors.
  1. 14 Feb, 2021 1 commit
  2. 01 Feb, 2021 2 commits
  3. 25 Jan, 2021 1 commit
    • Eulyeon Ko's avatar
      Make BoardSidebarEpicSelect work in group boards · 54b0cbd2
      Eulyeon Ko authored
      - Remove debounceAnimationFrame from board_sidebar_epic_select.vue
      (Move mutations inside setActiveIssueEpic action)
      - Add cache for fetched epic data in vuex store.
      - Add logic for fetching epic if it doesn't exist in cache.
      - Remove settingEpic state from BoardSidebarEpicSelect
      (It's redundant and we should use epicFetchInProgress from vuex)
      - Change the event name onEpicSelect to epic select.
      54b0cbd2
  4. 23 Dec, 2020 1 commit
  5. 22 Dec, 2020 1 commit
  6. 16 Dec, 2020 1 commit
  7. 13 Dec, 2020 1 commit
  8. 11 Dec, 2020 1 commit
  9. 08 Dec, 2020 1 commit
  10. 04 Dec, 2020 1 commit
    • Alexandru Croitor's avatar
      Scope board to current iteration · 7b1d1016
      Alexandru Croitor authored
      Allow for issue boards scoping to an iteration. For that we need to
      store the iteration to which the board is scoped into iteration_id
      on boards table. This change also allows issue filtering on CURRENT
      iteration, that is being calculated based on Date.today
      7b1d1016
  11. 03 Dec, 2020 1 commit
  12. 26 Nov, 2020 1 commit
  13. 25 Nov, 2020 1 commit
  14. 13 Nov, 2020 1 commit
  15. 09 Nov, 2020 1 commit
    • Eulyeon Ko's avatar
      Remove get- prefix from vuex getters · 90e3ea30
      Eulyeon Ko authored
      get- prefix shouldn't be used as vuex getters are not called directly
      but rather used as computed props.
      
      The following getters have been renamed:
      getLabelToggleState to labelToggleState
      getActiveIssue to activeIssue
      
      The following getter has been renamed for clarity:
      getIssues to getIssuesByList
      90e3ea30
  16. 22 Oct, 2020 1 commit
  17. 19 Oct, 2020 1 commit
  18. 16 Oct, 2020 1 commit
  19. 15 Oct, 2020 2 commits
  20. 14 Oct, 2020 1 commit
  21. 08 Oct, 2020 1 commit
  22. 05 Oct, 2020 2 commits
  23. 29 Sep, 2020 2 commits
  24. 25 Sep, 2020 1 commit
  25. 21 Sep, 2020 1 commit
  26. 08 Sep, 2020 1 commit
  27. 24 Aug, 2020 2 commits
  28. 23 Aug, 2020 1 commit
  29. 13 Aug, 2020 1 commit
  30. 30 Jul, 2020 1 commit
  31. 24 Jul, 2020 1 commit
  32. 09 Jul, 2020 1 commit
  33. 08 Jul, 2020 1 commit
  34. 16 Jun, 2020 1 commit
  35. 04 Jun, 2020 1 commit