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: mbecker20/komodo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.12
Choose a base ref
...
head repository: mbecker20/komodo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    a869a74 View commit details
    Browse the repository at this point in the history
  2. Simplify aio.Dockerfile

    mbecker20 authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    7e030e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab87774 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Network Usage - Ingress Egress per interface and global usage (#229)

    * Add network io stats
    
    Add network usage graph and current status
    
    Change network graphs to use network interface from drop down menu
    
    Adjust the type to be able to get general network stats for the general
    UI view
    
    Working setup with a working builder
    
    remove changes to these dockerfile
    
    remove lock changes
    
    * change network hashmap to Vector
    
    * adjust all the network_usage_interface to be a vector rather than a hash map
    
    * PR requested changes applied
    
    * Change net_ingress_bytes and egress to network_ingress_bytes egress respectively
    
    * final gen-client types
    
    ---------
    
    Co-authored-by: mbecker20 <becker.maxh@gmail.com>
    rita7lopes and mbecker20 authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    e274d6f View commit details
    Browse the repository at this point in the history
Loading