1. 14 Aug, 2021 5 commits
    • Dan Jensen's avatar
      Remove presence validation on User#public_email · 4ac0c36f
      Dan Jensen authored
      Since User#public_email was introduced in 2015, the validation rules
      have included both allow_blank and presence (which means not-blank).
      The allow_blank option takes precedence, so the presence option is
      ignored. This removes the presence option so it does not cause
      confusion or bugs in the future.
      4ac0c36f
    • Matija Čupić's avatar
      Merge branch 'fix-sd-tags-test' into 'master' · 21607dbf
      Matija Čupić authored
      Fix test for tags
      
      See merge request gitlab-org/gitlab!67870
      21607dbf
    • Philippe Lafoucrière's avatar
      Fix test for tags · 56ffc7f0
      Philippe Lafoucrière authored
      56ffc7f0
    • Saikat Sarkar's avatar
      Merge branch... · d5ae78b0
      Saikat Sarkar authored
      Merge branch 'disable_individual_historical_vulnerability_statistics_update_by_default' into 'master'
      
      Disable individual historical vulnerability statistics update by default
      
      See merge request gitlab-org/gitlab!68189
      d5ae78b0
    • Mehmet Emin INAC's avatar
      Disable updating the historical vulnerability statistics by default · 60c931e6
      Mehmet Emin INAC authored
      Historical vulnerability statistics supposed to be updated once a day
      by a cronjob because updating them always for each update/insert of a
      vulnerability can reduce the throughput of our worker classes and API
      endpoints.
      
      With this change, to be able to observe the side effects of disabling
      the update logic of historical vulnerability statistics, we are moving
      it behind a feature flag. We will remove the logic and the feature flag
      eventually.
      
      Changelog: other
      EE: true
      60c931e6
  2. 13 Aug, 2021 35 commits