This project is mirrored from https://gitee.com/zyxjob/helm.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 12 Jan, 2022 18 commits
  2. 11 Jan, 2022 3 commits
  3. 10 Jan, 2022 9 commits
  4. 08 Jan, 2022 1 commit
  5. 07 Jan, 2022 1 commit
  6. 06 Jan, 2022 2 commits
  7. 05 Jan, 2022 1 commit
  8. 03 Jan, 2022 2 commits
    • Marc Khouzam's avatar
      feat(comp): Allow fuzzy matching during completion · b8d35359
      Marc Khouzam authored
      
      We had made the assumption that when doing shell completion, we only
      needed choices that had for *prefix* what the user had typed.
      However, the zsh and fish shells have a more advanced matching system
      which first matches on prefix, but if no match is found, then does
      more advanced matching attempts, such as sub-strings; fish even matches
      on descriptions of completions.
      
      For example,
        helm status nginx<tab>
      would match releases such as
        ingress-nginx
        ingress-nginx-release
      as long as no release had a prefix of "nginx".
      
      Such fuzzy matching can make completion even more useful for users in
      cases where identical prefixes are common.
      Signed-off-by: default avatarMarc Khouzam <marc.khouzam@montreal.ca>
      b8d35359
    • Matt Farina's avatar
      Merge pull request #10490 from... · 66fb4038
      Matt Farina authored
      Merge pull request #10490 from helm/dependabot/go_modules/github.com/docker/docker-20.10.12incompatible
      
      chore(deps): bump github.com/docker/docker from 20.10.11+incompatible to 20.10.12+incompatible
      66fb4038
  9. 29 Dec, 2021 1 commit
  10. 26 Dec, 2021 1 commit
  11. 24 Dec, 2021 1 commit