An error occurred fetching the project authors.
  1. 30 Sep, 2020 5 commits
  2. 25 Sep, 2020 1 commit
  3. 24 Sep, 2020 1 commit
  4. 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
  5. 11 Sep, 2020 1 commit
  6. 20 Aug, 2020 1 commit
  7. 19 Aug, 2020 3 commits
  8. 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
  9. 13 Aug, 2020 2 commits
  10. 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
  11. 07 Aug, 2020 1 commit
  12. 24 Jul, 2020 1 commit
  13. 16 Jul, 2020 1 commit
  14. 08 Jul, 2020 1 commit
  15. 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
  16. 09 Jun, 2020 1 commit
  17. 05 Jun, 2020 1 commit
  18. 03 Jun, 2020 1 commit
  19. 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
  20. 15 May, 2020 1 commit
  21. 14 May, 2020 2 commits
  22. 08 May, 2020 1 commit
  23. 03 May, 2020 1 commit
  24. 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
  25. 06 Apr, 2020 1 commit
  26. 03 Apr, 2020 1 commit
    • Jan Provaznik's avatar
      Add epic confidentiality attribute · 9e63bc43
      Jan Provaznik authored
      It adds confidentiality attribute to Epic model and also
      adds validations which assure that confidential epic
      can have only confidential issues.
      9e63bc43
  27. 11 Mar, 2020 1 commit
  28. 09 Mar, 2020 1 commit
  29. 27 Feb, 2020 1 commit
  30. 20 Feb, 2020 1 commit
  31. 17 Feb, 2020 1 commit
    • Dmitry Gruzd's avatar
      Remove ElasticIndexerWorker changed_fields · e474cdcf
      Dmitry Gruzd authored
      We're changing the way indexing works, currently we pass
      changed_fields to ElasticIndexerWorker for notes update taking
      storage and harming job deduplication. We're replacing
      that logic with a separate jobs per each changed note.
      e474cdcf
  32. 14 Feb, 2020 1 commit
    • Jan Provaznik's avatar
      Fix `blocked` status for board issues · 45afffdb
      Jan Provaznik authored
      Take into account also issues which reference another issue
      with link type `blocked_by`.
      
      Also issue visibility is now not taken into account - `blocked` status
      is displayed to all users no matter if they can access blocking issue
      or not.
      45afffdb