Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: benc-uk/kubeview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.4
Choose a base ref
...
head repository: benc-uk/kubeview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 7 commits
  • 42 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    a65624a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5be6ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4dc02 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    03fb1bf View commit details
    Browse the repository at this point in the history
  2. Add pull request prompt and summary script; update Copilot instructio…

    …ns and VSCode settings
    benc-uk committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    71d34f0 View commit details
    Browse the repository at this point in the history
  3. Refactor Graph Visualization to use G6 Library (#139)

    * WIP commit
    
    * side panel work and loads more
    
    * ok maybe good
    
    * might finally have filtering working. Nightmare
    
    * more layout improvements
    
    * fix: correct background color and remove unused showLogs method
    
    * Merge branch 'main' into poc-g6
    
    * feat: add spacing configuration option and update graph layout accordingly
    
    * Add Font Awesome webfont files
    
    - Added fa-brands-400.ttf and fa-brands-400.woff2 for brand icons.
    - Added fa-solid-900.ttf and fa-solid-900.woff2 for solid icons.
    
    * Refactor external library tracking and update G6 integration
    
    - Removed outdated metadata.md and replaced it with versions.md to better track external packages and their versions.
    - Updated index.html to link to the new FontAwesome CSS file structure.
    - Modified graph-utils.js to improve type definitions and ensure compatibility with G6.
    - Updated main.js to import Graph and GraphEvent from the new G6 module structure.
    - Refactored side-panel.js to utilize the new event imports from G6.
    - Cleaned up custom.d.ts by removing the global G6 declaration for better type safety.
    
    * Remove test data files
    
    * new connection logic and pausing
    
    * feat: implement cache module for Kubernetes resources and events
    
    * docs: add screenshot to readme for better visualization
    
    * fix: update navbar structure and refresh button functionality
    
    * Move CSS
    
    * minor things
    
    * Merge branch 'main' into poc-g6
    benc-uk authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    474cbaa View commit details
    Browse the repository at this point in the history
  4. Helm chart update for v2.1

    benc-uk committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    c4c7c44 View commit details
    Browse the repository at this point in the history
Loading