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 carn run init command #60

Merged
merged 6 commits into from
Jul 26, 2024
Merged

- Add carn run init command #60

merged 6 commits into from
Jul 26, 2024

Commits on Jul 4, 2024

  1. - Add carn run init command

        - This command uses techpowerup api for getting results
        - It also generates a default config
        - Added test for regex parsing of CPU name
    - Fix docker.rs nano_id image name generation
        - Previously sometimes nano generated a name with _ or -
        this leads to docker failing to create a container and
        intermittend failing of tests
    - Fix libs.rs unix test, match statement didn't consider name
    seal committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    916b024 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Ran cargo +nightly udeps

        - Removed tar, bytes & uuid
    seal committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7831e6b View commit details
    Browse the repository at this point in the history
  2. More verbose config erorrs

    Added docker example to default config
    seal committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b24cde3 View commit details
    Browse the repository at this point in the history
  3. shelx command split

    seal committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5b5daff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c96972 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Implement init command

    - Added function for getting the cpu name from sysinfo.
    - Added function for getting avg_power for cpu from Boavizta.
    - Added CLI 'wizard' to create a new config.
    - Cleaned template for example configs.
    ohuu committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    73b6bab View commit details
    Browse the repository at this point in the history