This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.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, 2021 1 commit
  2. 27 Nov, 2020 1 commit
    • Joaquim Rocha's avatar
      frontend: Show an error message if there are no clusters configured · 2471d9c6
      Joaquim Rocha authored
      When the list of clusters is empty because none is configured, then the
      UI was showing an endless spinner and a message saying it was waiting
      for clusters.
      
      This patch fixes that by initializing the clusters list as null and only
      showing the "waiting" state until we get a clusters list result from the
      server. If the list is empty, then an error message is shown.
      2471d9c6
  3. 16 Oct, 2020 1 commit
    • Ashu Ghildiyal's avatar
      frontend: Add AuthChooser component to select between auth types · de5e85c4
      Ashu Ghildiyal authored
      We now have two ways in which one can login into a cluster either via
      OIDC (if its configured for cluster) and via token.
      
      Thus this patch creates a new component authbuttons whose job is to show
      both buttons sign in and use token based on auth type received from
      backend. We also make /login route to render the auth buttons instead of
      token inputer.
      de5e85c4
  4. 28 Sep, 2020 2 commits
  5. 09 Sep, 2020 1 commit
  6. 07 Jul, 2020 1 commit
  7. 30 Jun, 2020 2 commits
  8. 26 Jun, 2020 3 commits
  9. 28 May, 2020 1 commit
  10. 01 Apr, 2020 1 commit
    • Joaquim Rocha's avatar
      frontend: Manage auth tokens per cluster · 32fdc0ae
      Joaquim Rocha authored
      Since now we support multiple clusters, we need to set up an
      authentication token per cluster. So this patch changes how the
      tokens are managed in order to address that.
      32fdc0ae
  11. 31 Mar, 2020 2 commits