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 Apr, 2022 2 commits
    • Joaquim Rocha's avatar
      plugins/headlamp-plugin: Set include to from the top directory's src · 0438e123
      Joaquim Rocha authored
      The include path was relative to headlamp-plugin in node_modules, so
      it didn't work when just extending the plugins-tsconfig.json file.
      This change set the path to be the plugin's own top directory + src
      files, so it allows plugins' tsconfig to simply extend the mentioned
      shipped tsconfig instead of having to override the "includes".
      0438e123
    • Joaquim Rocha's avatar
      plugins/headlamp-plugin: Fix module resoluton for lib/K8s/* imports · f1c3dc37
      Joaquim Rocha authored
      We want to allow an import like:
      import { makeCustomResourceClass } from '@kinvolk/headlamp-plugin/lib/K8s/crd';
      
      but the plugins-tsconfig.json was not resolving these paths correctly
      due to a mix of legacy/invalid type path and also the baseURL being set
      to "." which made the paths be resolved in the headlamp-plugin module
      in module_nodules and not from the plugin's top dir.
      f1c3dc37
  2. 08 Apr, 2022 3 commits
  3. 06 Apr, 2022 10 commits
  4. 05 Apr, 2022 9 commits
  5. 04 Apr, 2022 1 commit
    • Joaquim Rocha's avatar
      backend: Add no-cache header for plugins when running in desktop · f1b8c850
      Joaquim Rocha authored
      When running in the desktop, there is no big advantage to allowing the
      plugins to be cached, and we have hit issues where the plugins were
      being cached while the user is attempting to reload them (for
      development). So this patch prevents that by adding a no-cache header
      to the /plugins/ request responses.
      f1b8c850
  6. 01 Apr, 2022 2 commits
  7. 31 Mar, 2022 13 commits