1. 27 Apr, 2020 1 commit
    • Avielle Wolfe's avatar
      Add a historical count method to Vulnerability · 5825c12f
      Avielle Wolfe authored
      Adds Vulnerability.count_by_day_and_severity. This method takes an
      integer and returns vulnerability counts grouped by severity for that
      number of days before the current day. It does not return rows when
      there are no vulnerabilities for a day and severity.
      
      The count does not include dismissed or resolved vulnerabilities.
      
      This work is the first step towards moving the group security dashboard
      history chart to first class vulnerabilities, and hopefully improving
      its performance.
      
      https://gitlab.com/gitlab-org/gitlab/-/issues/201792
      5825c12f
  2. 25 Apr, 2020 2 commits
    • Stan Hu's avatar
      Merge branch 'georgekoltsov/add-group-import-state' into 'master' · aaca948a
      Stan Hu authored
      Add GroupImportState to group imports
      
      See merge request gitlab-org/gitlab!29588
      aaca948a
    • George Koltsov's avatar
      Add GroupImport state · 5e1f5243
      George Koltsov authored
      - Add group_imports table to keep track of group
        import process and introduce group import state
      - Currently when group import runs it's not clear when it ends
      - This change adds tracking of group import state which will
        be utilized in Group Import API and UI
      5e1f5243
  3. 24 Apr, 2020 37 commits