aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* travis: Run nosetests as wellGuido Günther2016-12-15
* flake8 cleanupsGuido Günther2016-12-15
* Exempt dbus from list of restarted servicesGuido Günther2016-12-15
* Exempt systemd-logind from list of restarted servicesGuido Günther2016-11-25
* Exempt display managers from the list of restartet servicesGuido Günther2016-11-25
* Filter out user@<uid>.servicev0.0.12Guido Günther2016-09-23
* Allow to filter service by regular expressionsGuido Günther2016-09-23
* command: Use a distro instance instead of classGuido Günther2016-09-23
* Don't abort if we can't parse a single packageGuido Günther2016-09-23
* Add .travis.ymlGuido Günther2016-09-23
* tests/test_rpmpkg.py: flake8 cleanGuido Günther2016-09-23
* setup.py: flake8 cleanGuido Günther2016-09-23
* tests/test_debiandistro.py: flake8 cleanGuido Günther2016-09-23
* tests/test_pkg.py: flake8 cleanGuido Günther2016-09-23
* tests/context.py: flake8 cleanGuido Günther2016-09-23
* tests/test_distro.py: flake8 cleanGuido Günther2016-09-23
* tests/test_systemd.py: flake8 cleanGuido Günther2016-09-23
* tests/test_debianpkg.py: flake8 cleanGuido Günther2016-09-23
* tests/test_redhatdistro.py: flake8 cleanGuido Günther2016-09-23
* tests/test_process.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/process.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/debiandistro.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/debianpkg.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/rpmpkg.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/redhatdistro.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/pkg.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/distro.py: flake8 cleanGuido Günther2016-09-23
* whatmaps/command.py: flake8 cleanGuido Günther2016-09-23
* Setup flake8Guido Günther2016-09-23
* Add missing spaces in warningsGuido Günther2016-09-23
* Don't bail out if we can't find a package in apt's cacheGuido Günther2016-04-18
* systemd: Shorten error message if proess is from a user sessionGuido Günther2016-04-08
* Drop python2 support in tox.ini as wellGuido Günther2016-02-26
* Use python3 instead of python2Guido Günther2016-02-24
* The usual 2to3 string encoding madnessGuido Günther2016-02-24
* Respect jessie apache package renameSantiago Garcia Mantinan2015-07-07
* Fix assertRaises invocationsv0.0.10Guido Günther2015-06-29
* Don't print overly long error message In the systemd caseGuido Günther2015-06-29
* Silence output if package list is emptyGuido Günther2015-05-28
* Add mapping for libvirt-daemon -> libvirtdGuido Günther2014-12-29
* Install apt.conf configuration on derivatives toov0.0.9Guido Günther2014-12-28
* Fix service name parsing for systemd >= 215Guido Günther2014-12-28
* Log services to restart in apt pipeline tooGuido Günther2014-12-28
* Report PIDs of deleted executables at debug levelGuido Günther2014-12-28
* Abort early if we found a matchGuido Günther2014-07-14
* Another import bugfixGuido Günther2014-07-11
* Skip lsb_release tests when module is missingv0.0.8Guido Günther2014-07-11
* Make imports python2 and python3 compatibleGuido Günther2014-07-11
* Add systemd supportGuido Günther2014-07-11
* Move find_services and find_pkgs out of main()Guido Günther2014-07-11