This project is mirrored from https://gitee.com/rancher/rancher.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 07 Apr, 2020 7 commits
  2. 06 Apr, 2020 2 commits
  3. 04 Apr, 2020 1 commit
  4. 03 Apr, 2020 19 commits
  5. 02 Apr, 2020 4 commits
  6. 01 Apr, 2020 3 commits
    • rajashree's avatar
      Fix flaky tests · cccd82e7
      rajashree authored
      cccd82e7
    • Daishan's avatar
      Change dev-v2.4 to dev-v2.5 · 50be88c8
      Daishan authored
      50be88c8
    • Darren Shepherd's avatar
      Lowercase resource set in proxyStore · 529f2563
      Darren Shepherd authored
      The resource name is takes from the Norman schema PluralName field.
      In norman this is a plural form of the ID field which is typically
      camelCase.  A Kubernetes resource field is always lowerscase. In
      Rancher <=2.3 the RBAC system would do case insensitive checks
      against all strings. In Rancher 2.4 the RBAC system was switch from
      Norman to Steve.  Steve's implementation is much faster and more
      proper and as a result does not do case insensitive checks. It is
      expected that all input to the RBAC system is proper. This is the one
      place in Rancher where we weird not generating a proper resource name.
      529f2563
  7. 31 Mar, 2020 1 commit
  8. 30 Mar, 2020 1 commit
  9. 29 Mar, 2020 2 commits