1. 20 Feb, 2022 2 commits
    • Furkan Ayhan's avatar
      Merge branch 'aw-fix-type-error-from-tags-reference' into 'master' · b627a22a
      Furkan Ayhan authored
      Fix TypeError from Tags::Reference
      
      See merge request gitlab-org/gitlab!80845
      b627a22a
    • Avielle Wolfe's avatar
      Fix TypeError from Tags::Reference · 9a2ee677
      Avielle Wolfe authored
      Some missing references were raising a TypeError when using `dig` to
      extract the referenced object from a reference, in cases where the
      reference included too many symbols and we ended up attempting to
      extract a value from an array using a symbol.
      
      This commit fixes the issue by rescuing from TypeError and properly
      returning a message stating that the given reference cannot be found in
      the given configuration.
      
      Changelog: fixed
      9a2ee677
  2. 18 Feb, 2022 38 commits