1. 21 Feb, 2020 1 commit
    • Dave Pisek's avatar
      Fix dismissed vulnerability comment updates · ea770985
      Dave Pisek authored
      Context: We currently use two different data-sources for
      displaying dismissal-feedback inside the vulnerability modal.
      
      Within the MR-widget the data from the security-report is used
      before the response from the vulnerability-feedback-endpoint.
      
      The issue is that the security report endpoints are being cached,
      so any changes to the dismissal comments are not reflected in the UI
      until the cache is stale.
      
      By using the data from the dedicated feedback-endpoint this can be
      avoided.
      ea770985
  2. 20 Feb, 2020 39 commits