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: ClementTsang/bottom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.1
Choose a base ref
...
head repository: ClementTsang/bottom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.2
Choose a head ref
  • 15 commits
  • 27 files changed
  • 2 contributors

Commits on Aug 1, 2024

  1. other: delete v1.0 schema directory (#1529)

    I've already migrated the schema in schemastore to follow the new system of matching versions with bottom's version.
    ClementTsang authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8811d54 View commit details
    Browse the repository at this point in the history
  2. ci: clean up cirrus CI (#1530)

    * ci: try adding auto cancellation back to cirrus tasks
    
    * tweak timeout
    
    * some renaming
    
    * modernizing
    
    * Revert "modernizing"
    
    This reverts commit d66b3aa.
    
    * hmmm
    
    * bleh back to false
    ClementTsang authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    eaff5d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. ci: some more cirrus release tweaks (#1531)

    * ci: better cirrus release
    
    * add cancellation
    
    * limit number of concurrent cargo jobs
    
    * update test skip, clean up, clean tasks
    ClementTsang authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b58d982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9379c03 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. feat: add option to move avg CPU to another row (#1487)

    Adds an `average_cpu_row` option to move the average CPU usage to its own row
    when using basic mode.
    zebp authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d6c2ef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c3b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5705a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. docs: update some of the installation docs (#1536)

    Just updating the wording for some of the installation docs.
    ClementTsang authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6462762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27790d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. bug: fix not updating sysinfo processes correctly (#1541)

    * bug: fix not updating sysinfo processes correctly
    
    * also fix a potential panic spot on slow computers
    
    * update changelog
    ClementTsang authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9f7e004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb0c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b36f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3967285 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. bug: fix occasionally wrong run time reported by sysinfo (#1542)

    * bug: fix occasionally wrong runtime reported by sysinfo
    
    Seems like on other platforms, sysinfo will sometimes report a run time
    that starts from UNIX epoch - this gives a non-sensical value of 19000+
    days, and it at least looks a little more reasonable to just return 0 in
    this case. I guess we can also make it return N/A in the future but this
    is a quick fix for now.
    
    * update changelog
    ClementTsang authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    32f64f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec1fb5 View commit details
    Browse the repository at this point in the history
Loading