Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: archlinux/contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20240714
Choose a base ref
...
head repository: archlinux/contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20240720
Choose a head ref
  • 10 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 15, 2024

  1. Ignore /memfd: lines in checkservices

    Fixes #76
    Antiz96 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    81617e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5edcb View commit details
    Browse the repository at this point in the history
  3. Add support for services with a delegate cgroup subhierarchy in check…

    …services + ignore services in machine.slice by default
    
    This commit adds support for services with a delegate cgroup subhierarchy and introduces the `-m/-M` option to include or not services in `machine.slice` (default is no).
    
    Parts of the patch are taken from #61 (comment) & #61 (comment)
    
    Fixes #61
    Antiz96 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bb714da View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add a configurable "ignored service" list to checkservices

    This commit aims to introduce an ignored service list that contains services that are known to cause parsing errors and/or issues when being restarted. Elements can be added to the list with the `-i "service_name".service` option (e.g. `checkservices -i sddm.service -i NetworkManager.service`)
    
    Show usage and exit if the `-i` argument does not finish with `.service` (to ensure a precise parsing and avoid unexpected filtering)
    
    Fixes #44
    Antiz96 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    23d926c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Merge pull request #80 from archlinux/color

    Don't enforce white color, use terminal default instead
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ca71041 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from archlinux/ignore_memfd_checkservices

    Ignore /memfd: lines in checkservices
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    fa41452 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from archlinux/cgroup_delegation

    Add support for services with a delegate cgroup subhierarchy in checkservices + ignore services in machine.slice by default
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e727aa0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from archlinux/ignore_services

    Add a configurable "ignored service" list to checkservices
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    55e6f07 View commit details
    Browse the repository at this point in the history
  5. checkservices: honor -R flag

    Even though the -R flag were parsed it were not honored and there was no way to
    skip being asked for restart with the -R flag. Useful for putting checkservices
    in an alpm hook.
    Antiz96 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    78d21ec View commit details
    Browse the repository at this point in the history
  6. Merge pull request #64 from uggedal/checkservices-honor-restart-flag

    checkservices: honor -R flag
    Antiz96 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    fde69ba View commit details
    Browse the repository at this point in the history
Loading