Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPU information (model, vendor, frequency) and memory details (clock, size, type) to API #544

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Apr 5, 2024

  1. Update CPU and memory details by switching to lshw method instead of …

    …cpuinfo
    
    Add CPU information (model, vendor, frequency) and memory details (clock, size, type) to API
    aliel committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d82570d View commit details
    Browse the repository at this point in the history
  2. Refactor get_hardware_info() to use async subprocess.run for improved…

    … concurrency
    
    avoid Try-Catch using assertions
    aliel committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a4d2a5c View commit details
    Browse the repository at this point in the history
  3. Fix code style

    aliel committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1a492ba View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    76c4982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e54078 View commit details
    Browse the repository at this point in the history
  3. Problem: async funcs cannott be lru_cached

    Solution: Introduce our own decorator
    olethanh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b7aaf47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3aff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4c2d0d View commit details
    Browse the repository at this point in the history
  6. Change router order

    it's not really important but it was somehow anoying me
    olethanh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0e079a0 View commit details
    Browse the repository at this point in the history
  7. fix imports

    olethanh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4795a85 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    b926497 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e5c5a13 View commit details
    Browse the repository at this point in the history
  2. fix test

    olethanh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eac96f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    783e5ea View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Remove unused deps

    olethanh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    da65e94 View commit details
    Browse the repository at this point in the history
  2. black

    olethanh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c42e480 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    87122e8 View commit details
    Browse the repository at this point in the history
  2. Fix depencies in ci

    olethanh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    befc521 View commit details
    Browse the repository at this point in the history