~dannf/canonical-server-hwe-utils:pre-commit

Last commit made on 2020-05-07
Get this branch:
git clone -b pre-commit https://git.launchpad.net/~dannf/canonical-server-hwe-utils
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch merges

Branch information

Name:
pre-commit
Repository:
lp:~dannf/canonical-server-hwe-utils

Recent commits

fe32dee... by dann frazier

Add pre-commit hooks for black, pyflakes3

ca852c8... by dann frazier

python blackify

de44119... by dann frazier

Remove unused imports

Reported by pyflakes3

d2af1f4... by dann frazier

Fix inconsistent use of tabs and spaces in indentation

Reported by pyflakes3

b9676b7... by dann frazier

shebang must be the first line of the file

063a5b7... by Taihsiang Ho

labkey: use a more general shebang

A more general shebang will be more friendly to multiple python
interpreter development environment, so we could make labkey has better
portability.

2215704... by dann frazier

Add update_conserver.sh

This script is meant to be ran on a user's laptop. It will locally
generate a new conserver.cf, copy it to the target server and reload
that conserver daemon.

84ec9fc... by dann frazier

Rename dump-subscribers.py to dump-bug-subscribers.py

Makes it easier (at least for me) to guess what the script does.

71896df... by dann frazier

Add lp-scripts/dgx2-performace-regression-googlesheet.py

498e005... by dann frazier

Add console support

The conserver client (console) can be easily configured to point at a single
server, or presumably multiple servers, but it isn't able to figure out which
server a given machine is connected to. I've proposed that each lab describe
it's conserver config in a new 'lab.yaml' file. With this, labkey can
generated the appropriate 'console' client command. Presumably we could
extend this to support other console-attach methods - though I'm hoping
we'll be able to find a way to have conserver attach to everything.