An error occurred fetching the project authors.
  1. 20 Jan, 2021 1 commit
  2. 19 Jan, 2021 1 commit
  3. 18 Jan, 2021 2 commits
  4. 15 Jan, 2021 2 commits
  5. 14 Jan, 2021 1 commit
  6. 13 Jan, 2021 2 commits
  7. 12 Jan, 2021 3 commits
  8. 11 Jan, 2021 3 commits
  9. 08 Jan, 2021 2 commits
  10. 07 Jan, 2021 2 commits
  11. 06 Jan, 2021 2 commits
    • Alex Kalderimis's avatar
      Change type of CiJob.needs · bb5ec122
      Alex Kalderimis authored
      This changes the type of `CiJob.needs` from `JobType.connection_type`
      to `BuildNeedType.connection_type`. This is because `Build#needs` does
      not return a relation of builds, but one of `Ci::BuildNeed`.
      
      This change is a backwards compatible bug-fix.
      Any query that works now will continue to work.
      bb5ec122
    • Jan Provaznik's avatar
      Expose web_url and web_path board fields · 1d2e4ddb
      Jan Provaznik authored
      These fields can be used to get Web UI url/path for a board.
      1d2e4ddb
  12. 05 Jan, 2021 3 commits
  13. 04 Jan, 2021 2 commits
  14. 30 Dec, 2020 1 commit
  15. 25 Dec, 2020 1 commit
  16. 23 Dec, 2020 5 commits
  17. 22 Dec, 2020 3 commits
  18. 21 Dec, 2020 4 commits
    • lauraMon's avatar
      Updates existing specs · 90558f87
      lauraMon authored
      * Updates schema and docs
      * Adds a changelog
      90558f87
    • Igor Wiedler's avatar
      39eeac29
    • Alex Kalderimis's avatar
      Add MergeRequest.reviewers GraphQL field · c0beac06
      Alex Kalderimis authored
      This adds the field `MergeRequest.reviewers`.
      
      Preloads are added to account for the dependent relationships.
      
      Our N+1 testing is improved in a bunch of ways, but removing
      confounding factors that are outside the scope of the GraphQL schema,
      such as authentication, license loading, and Database read-only checks.
      
      More effort is taken here to correctly isolate the tests from each
      other, ensuring we have clean request stores, SQL caches, and
      batchloader contexts between runs. We ensure that we are in fact using
      the SQL cache.
      c0beac06
    • Heinrich Lee Yu's avatar
      Handle showing of iteration lists in boards · edfe463a
      Heinrich Lee Yu authored
      Also handles moving of issues to / from an iteration list
      edfe463a