1. 16 Jun, 2021 3 commits
    • Mike Kozono's avatar
      Move endpoint to /api/v4/geo/proxy · 7a8fe83d
      Mike Kozono authored
      Because `/api/v4/internal` and `/lib/api/internal/base.rb` are only
      meant for GitLab Shell.
      
      Since Workhorse doesn't know whether it's in a FOSS or EE context, we
      need to implement the endpoint in FOSS to avoid 401s due to the route
      not existing.
      
      So a more appropriate location is `/api/v4/geo/proxy` and
      `/lib/api/geo.rb`.
      
      This commit also reuses the Workhorse authorization helper and Workhorse
      response content type.
      
      The affected endpoint is not used or released yet, so no changelog is
      needed.
      7a8fe83d
    • Scott Hampton's avatar
      Merge branch '2526-inline-codequality-ux-improvements' into 'master' · 204f9332
      Scott Hampton authored
      UX improvements for inline code quality [RUN ALL RSPEC] [RUN AS-IF-FOSS]
      
      See merge request gitlab-org/gitlab!62136
      204f9332
    • Miranda Fluharty's avatar
      UX improvements for inline code quality · 2fcca0f5
      Miranda Fluharty authored
      Apply gl-stroke-white class to code quality gutter icons
      Clicking on a code quality gutter icon opens a modal with more details
      2fcca0f5
  2. 15 Jun, 2021 37 commits