1. 11 May, 2020 1 commit
    • Scott Hampton's avatar
      Stop polling after complete · 5412b8aa
      Scott Hampton authored
      We need to stop polling after we have
      received the final report since the report
      is not going to change anymore.
      
      We should also stop polling after we
      receive an error, so we're not constantly
      polling an 500 request.
      5412b8aa
  2. 08 May, 2020 2 commits
    • Scott Hampton's avatar
      Fix tests and remove extra code · 45a41ff4
      Scott Hampton authored
      According to MR suggestions, fixing tests
      to account for the new polling actions. Also
      removed some extra code that wasn't being
      used.
      45a41ff4
    • Scott Hampton's avatar
      Switch to backend a11y comp · 51cf09e6
      Scott Hampton authored
      The frontend previously handled the
      comparison of the accessiblity reports. We
      are switching this to happen on the backend.
      
      To handle this, we need to change our endpoint
      to be a single endpoint, poll the endpoint while
      the comparison happens, and update the
      schema to match the backend response.
      51cf09e6
  3. 05 May, 2020 37 commits