An error occurred fetching the project authors.
  1. 17 Nov, 2020 1 commit
  2. 16 Nov, 2020 1 commit
  3. 06 Nov, 2020 1 commit
  4. 28 Oct, 2020 1 commit
  5. 15 Oct, 2020 1 commit
  6. 14 Oct, 2020 1 commit
  7. 13 Oct, 2020 1 commit
  8. 30 Sep, 2020 5 commits
  9. 25 Sep, 2020 1 commit
  10. 24 Sep, 2020 1 commit
  11. 16 Sep, 2020 1 commit
    • Alex Kalderimis's avatar
      We only need to test the value of `scoped_items` · 0cae7abf
      Alex Kalderimis authored
      The changes tested here are to see if in EE projects in the same groups
      count as part of the same relative positioning set. We do not need to
      test every method - just the scoping query.
      
      Frankly a bunch of the movement tests could also be removed, but they
      are all calling public methods so it is fine for them to test the
      interface.
      0cae7abf
  12. 11 Sep, 2020 1 commit
  13. 20 Aug, 2020 1 commit
  14. 19 Aug, 2020 3 commits
  15. 17 Aug, 2020 1 commit
    • Alex Kalderimis's avatar
      Relative positioning improvements · 890fe7e3
      Alex Kalderimis authored
      This expands the usable range of positions to the negative numbers,
      uses more precisely chosen gap sizes, and deals more effectively with
      edge cases.
      890fe7e3
  16. 13 Aug, 2020 2 commits
  17. 10 Aug, 2020 1 commit
    • Jan Provaznik's avatar
      Added more tests and minor cleanups · a4435d48
      Jan Provaznik authored
      * added resolver spec
      * minor fixes in the board list servicer and resolver
      * added input arguments for issue filtering
      * updated the query to get epics
      a4435d48
  18. 07 Aug, 2020 1 commit
  19. 24 Jul, 2020 1 commit
  20. 16 Jul, 2020 1 commit
  21. 08 Jul, 2020 1 commit
  22. 16 Jun, 2020 1 commit
    • syasonik's avatar
      Add new usage counters for publish events · 64e1dce1
      syasonik authored
      Adds two new status page-related attributes
      to usage ping, representing counts of when
      publish and unpublish actions are taken.
      
      Also refines status_page_issues usage ping
      attribute to only reflect projects which
      has status page enabled, as it did previously.
      64e1dce1
  23. 09 Jun, 2020 1 commit
  24. 05 Jun, 2020 1 commit
  25. 03 Jun, 2020 1 commit
  26. 27 May, 2020 1 commit
    • Sarah Yasonik's avatar
      Swap to db-tracking published issues · baece2fd
      Sarah Yasonik authored
      To have idempotent publishing jobs for publishing a project's
      issues to the status page, issues are pushed based on the
      confidential state of an issue. This commit swaps over to the
      publishing an issue only if a StatusPage::PublishedIncident
      exists for the issue. This allows finer control over to the user
      on whether an issue should be published to the status page.
      baece2fd
  27. 15 May, 2020 1 commit
  28. 14 May, 2020 2 commits
  29. 08 May, 2020 1 commit
  30. 03 May, 2020 1 commit
  31. 24 Apr, 2020 1 commit
    • syasonik's avatar
      Add model for tracking published issues · a0d4f383
      syasonik authored
      To support an ability to publish status page issues
      at a user's discretion, we want to store whether an
      issue has been published. This adds a table and model
      to represent a published incident.
      a0d4f383
  32. 06 Apr, 2020 1 commit