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

style: Enforce styling and linting #53

Merged
merged 6 commits into from
May 12, 2024
Merged

style: Enforce styling and linting #53

merged 6 commits into from
May 12, 2024

Commits on May 12, 2024

  1. ci/style: Enforce styling and linting

    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    bfb1b91 View commit details
    Browse the repository at this point in the history
  2. style: Make linter happy

    Rework some code to make linter happy (esp. use f strings).
    
    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    11d9775 View commit details
    Browse the repository at this point in the history
  3. chore: Bump version to 1.3.0 and update year

    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ec8dd61 View commit details
    Browse the repository at this point in the history
  4. doc: Replace CentOS with Rocky / Alma

    Unfortunately Red Hat's CentOS is not longer an open alternative to
    RHEL, this replace it in the setup instructions with Rock / Alma Linux.
    
    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    eeadf51 View commit details
    Browse the repository at this point in the history
  5. fix(subscription): Make status lower case

    The status field was camel case in earlier versions of the API, but was
    somehow changed to lower case. To make it compatible with both versions,
    make the return value from the API lower case before comparison.
    
    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    86805df View commit details
    Browse the repository at this point in the history
  6. feat: Make check mode naming more consistent

    Introduc aliases for check modes to make naming more consistent:
    
    - io_wait: io-wait
    - vm_status: vm-status
    
    Signed-off-by: Nicolai Buchwitz <[email protected]>
    nbuchwitz committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c8acabd View commit details
    Browse the repository at this point in the history