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

Fix write_to_file function #336

Merged
merged 6 commits into from
Oct 17, 2024

Commits on Oct 11, 2024

  1. Fix write_to_file function

    Probably, because of a racing condition, sometimes the file was
    written into inconsistent state which breaks the configuration and
    the hardware-exporter service.
    
    After adding a file lock and detaching the permission from writting,
    the bug seems to be fixed
    
    Closes: canonical#305
    gabrielcocenza committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c92822b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. - remove file lock

    gabrielcocenza committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    05bdef0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

    gabrielcocenza committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9c60663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29b1d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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