1. 08 Mar, 2022 5 commits
  2. 07 Mar, 2022 2 commits
  3. 01 Mar, 2022 2 commits
  4. 21 Feb, 2022 1 commit
  5. 15 Feb, 2022 1 commit
  6. 04 Dec, 2021 1 commit
  7. 24 Nov, 2021 2 commits
  8. 15 Nov, 2021 6 commits
  9. 18 Oct, 2021 8 commits
  10. 16 Oct, 2021 1 commit
  11. 06 Oct, 2021 1 commit
  12. 21 Sep, 2021 1 commit
  13. 18 Sep, 2021 6 commits
  14. 16 Sep, 2021 1 commit
  15. 15 Sep, 2021 2 commits
    • mness's avatar
      Add new ActionTypes for Events · c6216c5a
      mness authored
      New `action_type` values were recently added in the Events API: `approved`, `accepted`, `opened`, `deleted`.  This change adds the new types to the ActionType enum.
      c6216c5a
    • mness's avatar
      Added support for scope attribute to EventsApi · 431a82f0
      mness authored
      A 'scope' attribute was added to the Events API that allows retrieval of all events for a user across all the projects that user has access to.  This change adds support for this new attribute.
      431a82f0