Skip to content
Snippets Groups Projects
  1. Jul 09, 2022
    • Stan Hu's avatar
      Fix deploy keys breaking protected branch dropdown in FIPS mode · 6c2adbb0
      Stan Hu authored and Ezekiel Kigbo's avatar Ezekiel Kigbo committed
      In FIPS mode, if a deploy key were present, clicking on the "Allowed
      to push" dropdown would fail with a "Failed to load groups, users and
      deploy keys" message. This occurred because the JavaScript attempted
      to use the `fingerprint` attribute of the key.  However, on a FIPS
      system, the MD5 fingerprint is not available, and the `null` value
      breaks the dropdown.
      
      To fix this, we use the `fingerprint_sha256` attribute instead. This
      commit also puts the SHA256 fingerprint first in the HTML views to
      avoid confusion.
      
      Relates to #364562
      
      Changelog: fixed
      6c2adbb0
    • Allen Cook's avatar
      Track when user uses a verify action on an environment · 0857a78e
      Allen Cook authored and Shinya Maeda's avatar Shinya Maeda committed
      Changelog: added
      0857a78e
  2. Jul 08, 2022
  3. Jul 07, 2022
Loading