1. 14 Sep, 2021 1 commit
    • Furkan Ayhan's avatar
      Remove redundant permission checks for GraphQL job type · c101a53e
      Furkan Ayhan authored
      Reading a build requires a project-level permission, so we don't need
      to check read permissions for each build.
      
      In this commit we remove the read_commit_status authorization from
      Ci::JobType because its callers already do the check.
      
      Changelog: performance
      c101a53e
  2. 10 Sep, 2021 39 commits