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

Rebase Packaging/nix #77

Merged
merged 28 commits into from
Aug 25, 2024
Merged

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    9b9e9c7 View commit details
    Browse the repository at this point in the history
  2. Fixing adding @Svenum as an assignee to nix-related issues (TamtamHer…

    …o#44)
    
    (non contributors cannot be assigned to issues)
    leopoldhub authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a8755fe View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Reload will report if config couldn't be parsed and the service keeps…

    … running. (TamtamHero#46)
    
    Authored-by: Nina Alexandra Klama <[email protected]>
    NAKlama authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1bc4f60 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Removing binary blobs from the project (TamtamHero#51)

    * removing binary blobs from the project.
    we now fetch the ectool from the gitlab artifacts and confirm the checksum.
    
    * remove bin references from README.md
    
    * extracting $TEMP_FOLDER from installEctool
    leopoldhub authored Jun 21, 2024
    2 Configuration menu
    Copy the full SHA
    d6e6186 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix README spelling/grammer, fix "FrameWork" capitalization in servic…

    …e description (TamtamHero#52)
    
    * Review README spelling/grammar
    
    * Fix "FrameWork" capitalization in service
    DeflateAwning authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6fa5e64 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 26, 2024

  1. Separating FanController into different subclasses to allow HardwareC…

    …ontroller and SocketController diversity. 2 (Repost of TamtamHero#50) (TamtamHero#58)
    
    * separating `FanController` into different subclasses to allow `HardwareController` and `SocketController` diversity
    
    * adding the new arguments into the README.md
    
    * fixing an indentation error causing `--strategy <strategy>` not to work (the simple `<strategy>` still worked)
    leopoldhub authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d4b45c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 9, 2024

  1. forcing utf-8 encoding for socket messages and usage of stopServerSoc…

    …ket method instead of manual closing, as well as updating error detection pattern (TamtamHero#64)
    leopoldhub authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c9a57de View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. README.md documentation update (TamtamHero#65)

    * forcing utf-8 encoding for socket messages and usage of stopServerSocket method instead of manual closing, as well as updating error detection pattern
    
    * README.md documentation update
    
    * change log format on fatal crash
    
    * fix badges links
    
    * adding windows platform badge and issue template
    
    * fix `:` instead of `=`
    
    * disabling part of the README.md while waiting for merge
    leopoldhub authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2ef31c1 View commit details
    Browse the repository at this point in the history
  2. Command arguments refactoring Pt.1 (TamtamHero#66)

    * forcing utf-8 encoding for socket messages and usage of stopServerSocket method instead of manual closing, as well as updating error detection pattern
    
    * README.md documentation update
    
    * change log format on fatal crash
    
    * fix badges links
    
    * adding windows platform badge and issue template
    
    * fix `:` instead of `=`
    
    * first part of the command argument refactoring.
    
    the old argument format is deprecated but still usable.
    
    improved feedback when executing commands.
    
    TamtamHero#31
    
    * trim blank lines in README.md
    leopoldhub authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    871566f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f87b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. add no battery mode for mainboards without battery (TamtamHero#69)

    * add configuration for no battery mode in hardware controller
    
    * fix wrong line getting noBatteryMode
    
    * dynamically fetching battery sensor on init/reload
    
    * add --no-battery flag for install
    
    * update readme with --no-battery flag
    
    * rework no battery config to come from service args
    
    * change sensors to be ectool specific
    
    - reword the argument to be more clear about battery sensors
    - move `noBatteryMode` and `nonBatterySensors` to EctoolHardwareController
    - update `getNonBatterySensors` to be able to handle more than one sensor
    - update installer and readme accordingly
    
    * update grep command for checking existing `--no-battery-sensors`
    
    * combine getTemperature functions to one
    
    * add documentation for run option `--no-battery-sensors`
    
    * rename variable `NO_BATTERY` to `NO_BATTERY_SENSOR`
    
    * update the installer to use existing placeholder format
    
    * rename noBatterySensorMode variables and functions for clarity
    
    * rename placeholder to `NO_BATTERY_SENSOR_OPTION` for clarity
    
    * update comments in installer to reflect new argument name
    saizo80 authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    80a239d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc65f26 View commit details
    Browse the repository at this point in the history
  3. typo "tempurature" => "temperature" (TamtamHero#71)

    typo "tempurature" => "temperature"
    leopoldhub authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    88590e3 View commit details
    Browse the repository at this point in the history
  4. typo "tempurature" => "temperature" (TamtamHero#72)

    typo "tempurature" => "temperature"
    leopoldhub authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6d2d3de View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Add ToC + link to NixOS Documentation (TamtamHero#75)

    * add doc folder
    
    * update nix link
    
    * add toc
    
    * add link
    
    * add missin #
    
    * add doc
    
    * fix link
    
    * add new line under titles
    Svenum authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ec9a9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe98b44 View commit details
    Browse the repository at this point in the history
  3. Add choice to print fan speed percentage (TamtamHero#78)

    * Add option to print current speed percentage
    
    * Update README.md
    
    * Update commands.md
    
    * Add print choice descriptions to help text
    Speenah authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4a8a3a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    2a9828f View commit details
    Browse the repository at this point in the history
  2. Add NixOS Flake (TamtamHero#26)

    * initial
    
    * update gitignore
    
    * update inputs
    
    * add fw-ectool dependencie
    
    * add module
    
    * fix tabs
    
    * fix package
    
    * fix typo
    
    * fix service
    
    * fix type
    
    * add options
    
    * fix service
    
    * fix build inputs
    
    * add Readme + add suspend script
    
    * remove unneeded };
    
    * fix pkgs.writeShellScript
    
    * remvoe \
    
    * try
    
    * add self
    
    * fix module
    
    * update package
    
    * fix package
    
    * use sleep script
    
    * add config options
    
    * fix typo
    
    * fix typo
    
    * add defaults
    
    * fix type
    
    * add prettyier
    
    * remove beautifyer
    
    * udpate readme
    
    * update installer script
    
    * add missing path
    
    * Update README.md
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * Update flake.nix
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * Update nix/module.nix
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * add descriptions
    
    * fix uninstall
    
    * update readme
    
    * add description
    
    * remove requiremetns.txt + add github actions
    
    * update action
    
    * rename workflow test
    
    * fix service
    
    * try
    
    * try
    
    * Update README.md
    
    * Update README.md
    
    * chagne flake description
    
    * fix suspend script
    
    * fix script
    
    * fix path
    
    * fix install.sh
    
    * fix --no-sudo
    
    * add --no-sudo to other scripts
    
    * fix check
    
    * add option check
    
    * add missing "
    
    * Rename nix action
    
    ---------
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    Svenum and thomaseizinger committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8446f9d View commit details
    Browse the repository at this point in the history
  3. Update branch to main branch (TamtamHero#54)

    * Adding @Svenum as an assignee to nix-related issues (TamtamHero#43)
    
    * Fixing adding @Svenum as an assignee to nix-related issues (TamtamHero#44)
    
    (non contributors cannot be assigned to issues)
    
    * Reload will report if config couldn't be parsed and the service keeps running. (TamtamHero#46)
    
    Authored-by: Nina Alexandra Klama <[email protected]>
    
    * Removing binary blobs from the project (TamtamHero#51)
    
    * removing binary blobs from the project.
    we now fetch the ectool from the gitlab artifacts and confirm the checksum.
    
    * remove bin references from README.md
    
    * extracting $TEMP_FOLDER from installEctool
    
    * Fix README spelling/grammer, fix "FrameWork" capitalization in service description (TamtamHero#52)
    
    * Review README spelling/grammar
    
    * Fix "FrameWork" capitalization in service
    
    * use ectool form nixpkgs
    
    * update flake
    
    * remove old deps
    
    * remove duplicated pkgs
    
    ---------
    
    Co-authored-by: Léopold Hubert <[email protected]>
    Co-authored-by: Nina Alexandra Klama <[email protected]>
    Co-authored-by: DeflateAwning <[email protected]>
    4 people committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    40f7b68 View commit details
    Browse the repository at this point in the history
  4. Update to main branch + switch to fw-ectool (TamtamHero#61)

    * Adding @Svenum as an assignee to nix-related issues (TamtamHero#43)
    
    * Fixing adding @Svenum as an assignee to nix-related issues (TamtamHero#44)
    
    (non contributors cannot be assigned to issues)
    
    * Reload will report if config couldn't be parsed and the service keeps running. (TamtamHero#46)
    
    Authored-by: Nina Alexandra Klama <[email protected]>
    
    * Removing binary blobs from the project (TamtamHero#51)
    
    * removing binary blobs from the project.
    we now fetch the ectool from the gitlab artifacts and confirm the checksum.
    
    * remove bin references from README.md
    
    * extracting $TEMP_FOLDER from installEctool
    
    * Fix README spelling/grammer, fix "FrameWork" capitalization in service description (TamtamHero#52)
    
    * Review README spelling/grammar
    
    * Fix "FrameWork" capitalization in service
    
    * Clarify behaviour on service stop or pause (TamtamHero#53) (TamtamHero#55)
    
    * Separating FanController into different subclasses to allow HardwareController and SocketController diversity. 2 (Repost of TamtamHero#50) (TamtamHero#58)
    
    * separating `FanController` into different subclasses to allow `HardwareController` and `SocketController` diversity
    
    * adding the new arguments into the README.md
    
    * fixing an indentation error causing `--strategy <strategy>` not to work (the simple `<strategy>` still worked)
    
    * add fw-ectool in module
    
    * fixing missing print for command execution (TamtamHero#63)
    
    ---------
    
    Co-authored-by: Léopold Hubert <[email protected]>
    Co-authored-by: Nina Alexandra Klama <[email protected]>
    Co-authored-by: DeflateAwning <[email protected]>
    4 people committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    56b86fa View commit details
    Browse the repository at this point in the history
  5. add doc + .gitignore

    Svenum committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a3685fd View commit details
    Browse the repository at this point in the history
  6. Add NixOS Flake (TamtamHero#26)

    * initial
    
    * update gitignore
    
    * update inputs
    
    * add fw-ectool dependencie
    
    * add module
    
    * fix tabs
    
    * fix package
    
    * fix typo
    
    * fix service
    
    * fix type
    
    * add options
    
    * fix service
    
    * fix build inputs
    
    * add Readme + add suspend script
    
    * remove unneeded };
    
    * fix pkgs.writeShellScript
    
    * remvoe \
    
    * try
    
    * add self
    
    * fix module
    
    * update package
    
    * fix package
    
    * use sleep script
    
    * add config options
    
    * fix typo
    
    * fix typo
    
    * add defaults
    
    * fix type
    
    * add prettyier
    
    * remove beautifyer
    
    * udpate readme
    
    * update installer script
    
    * add missing path
    
    * Update README.md
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * Update flake.nix
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * Update nix/module.nix
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    
    * add descriptions
    
    * fix uninstall
    
    * update readme
    
    * add description
    
    * remove requiremetns.txt + add github actions
    
    * update action
    
    * rename workflow test
    
    * fix service
    
    * try
    
    * try
    
    * Update README.md
    
    * Update README.md
    
    * chagne flake description
    
    * fix suspend script
    
    * fix script
    
    * fix path
    
    * fix install.sh
    
    * fix --no-sudo
    
    * add --no-sudo to other scripts
    
    * fix check
    
    * add option check
    
    * add missing "
    
    * Rename nix action
    
    ---------
    
    Co-authored-by: Thomas Eizinger <[email protected]>
    Svenum and thomaseizinger committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c2245bb View commit details
    Browse the repository at this point in the history
  7. Update branch to main branch (TamtamHero#54)

    * Adding @Svenum as an assignee to nix-related issues (TamtamHero#43)
    
    * Fixing adding @Svenum as an assignee to nix-related issues (TamtamHero#44)
    
    (non contributors cannot be assigned to issues)
    
    * Reload will report if config couldn't be parsed and the service keeps running. (TamtamHero#46)
    
    Authored-by: Nina Alexandra Klama <[email protected]>
    
    * Removing binary blobs from the project (TamtamHero#51)
    
    * removing binary blobs from the project.
    we now fetch the ectool from the gitlab artifacts and confirm the checksum.
    
    * remove bin references from README.md
    
    * extracting $TEMP_FOLDER from installEctool
    
    * Fix README spelling/grammer, fix "FrameWork" capitalization in service description (TamtamHero#52)
    
    * Review README spelling/grammar
    
    * Fix "FrameWork" capitalization in service
    
    * use ectool form nixpkgs
    
    * update flake
    
    * remove old deps
    
    * remove duplicated pkgs
    
    ---------
    
    Co-authored-by: Léopold Hubert <[email protected]>
    Co-authored-by: Nina Alexandra Klama <[email protected]>
    Co-authored-by: DeflateAwning <[email protected]>
    4 people committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a3526c0 View commit details
    Browse the repository at this point in the history
  8. Update to main branch + switch to fw-ectool (TamtamHero#61)

    * Adding @Svenum as an assignee to nix-related issues (TamtamHero#43)
    
    * Fixing adding @Svenum as an assignee to nix-related issues (TamtamHero#44)
    
    (non contributors cannot be assigned to issues)
    
    * Reload will report if config couldn't be parsed and the service keeps running. (TamtamHero#46)
    
    Authored-by: Nina Alexandra Klama <[email protected]>
    
    * Removing binary blobs from the project (TamtamHero#51)
    
    * removing binary blobs from the project.
    we now fetch the ectool from the gitlab artifacts and confirm the checksum.
    
    * remove bin references from README.md
    
    * extracting $TEMP_FOLDER from installEctool
    
    * Fix README spelling/grammer, fix "FrameWork" capitalization in service description (TamtamHero#52)
    
    * Review README spelling/grammar
    
    * Fix "FrameWork" capitalization in service
    
    * Clarify behaviour on service stop or pause (TamtamHero#53) (TamtamHero#55)
    
    * Separating FanController into different subclasses to allow HardwareController and SocketController diversity. 2 (Repost of TamtamHero#50) (TamtamHero#58)
    
    * separating `FanController` into different subclasses to allow `HardwareController` and `SocketController` diversity
    
    * adding the new arguments into the README.md
    
    * fixing an indentation error causing `--strategy <strategy>` not to work (the simple `<strategy>` still worked)
    
    * add fw-ectool in module
    
    * fixing missing print for command execution (TamtamHero#63)
    
    ---------
    
    Co-authored-by: Léopold Hubert <[email protected]>
    Co-authored-by: Nina Alexandra Klama <[email protected]>
    Co-authored-by: DeflateAwning <[email protected]>
    4 people committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    1f2ccb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a6bf4a View commit details
    Browse the repository at this point in the history