An error occurred fetching the project authors.
  1. 21 Oct, 2021 1 commit
  2. 13 Oct, 2021 1 commit
  3. 29 Sep, 2021 1 commit
  4. 27 Jul, 2021 1 commit
    • Eulyeon Ko's avatar
      Fix dates being incorrectly set on epic creation · d2f0b0a7
      Eulyeon Ko authored
      Date pickers emit Javascript Date instances and
      these get converted to datetime strings with timezone info.
      
      Ex. a user in UTC+9 timezone picks some date (say July 1).
      The underlying Date object gets converted to a string
      that uses UTC+0 as the default timezone and the date may
      change becuase of this conversion:
      
      '2021-07-01 UTC+9 Korean Standard Time'
      => '2021-06-30T??:??:??Z'
      
      Changelog: fixed
      EE: true
      d2f0b0a7
  5. 09 Apr, 2021 1 commit
  6. 30 Mar, 2021 2 commits
  7. 03 Mar, 2021 1 commit
  8. 14 Feb, 2021 1 commit
  9. 23 Dec, 2020 1 commit
  10. 26 Nov, 2020 1 commit
  11. 25 Nov, 2020 1 commit
  12. 24 Nov, 2020 1 commit
  13. 21 Oct, 2020 1 commit
  14. 20 Aug, 2020 1 commit
    • Ezekiel Kigbo's avatar
      Swap create flash functions · c8aa5692
      Ezekiel Kigbo authored
      Replaces the default export flash
      function with the newCreateFlash.
      
      Fix outstanding flash imports
      
      Updates specs and replaces outstanding
      imports for `Flash`
      
      Fixes additional specs
      
      Updates the remaining calls to different
      flash methods, except for the window.Flash
      method since this will break .erb templates
      c8aa5692
  15. 16 Jul, 2020 1 commit
  16. 15 Jul, 2020 11 commits