• Joined on 2023-07-12
DavHau pushed to hidden-ssh at clan/clan-core 2023-07-25 13:48:07 +00:00
e56b86f8b2 clan-cli: remove coverage exclusion for qrcode_scan
DavHau pushed to hidden-ssh at clan/clan-core 2023-07-25 13:43:52 +00:00
1183ac9618 clan-cli: format
2a31d785cf clan-cli: add checks for black and ruff
310bdacb9d clan-cli/ssh: add tests + fixes
Compare 3 commits »
DavHau pushed to hidden-ssh at clan/clan-core 2023-07-24 22:59:55 +00:00
202e07d5fe clan-cli: hint on how to get coverage html
c354157bd5 clan-cli: minor fixes in ssh.py
Compare 2 commits »
DavHau commented on issue clan/clan-core#19 2023-07-21 15:52:28 +00:00
Setu up fully automated PR merges

Not sure how that helps achieving full automation. Someone still has to assign that label, right? And also the job triggered by that label has to be able to trigger a merge.

DavHau deleted branch flake-template from clan/clan-core 2023-07-21 13:20:49 +00:00
DavHau pushed to main at clan/clan-core 2023-07-21 13:18:56 +00:00
d99060695f Merge pull request 'templates: add template for enw clan' (#20) from flake-template into main
DavHau merged pull request clan/clan-core#20 2023-07-21 13:18:54 +00:00
templates: add template for enw clan
DavHau pushed to flake-template at clan/clan-core 2023-07-21 13:13:48 +00:00
95b2a0dd5f templates: add flake template for new clans
DavHau pushed to flake-template at clan/clan-core 2023-07-21 13:13:01 +00:00
fdca8b1265 templates: add template for new clan
DavHau pushed to flake-template at clan/clan-core 2023-07-21 13:08:34 +00:00
fe0046ea4c templates: add template for enw clan
DavHau pushed to flake-template at clan/clan-core 2023-07-21 13:05:03 +00:00
8826a8d101 templates: add template for enw clan
DavHau created pull request clan/clan-core#20 2023-07-21 13:02:52 +00:00
templates: add template for enw clan
DavHau pushed to flake-template at clan/clan-core 2023-07-21 13:02:39 +00:00
000c243e46 templates: add template for enw clan
DavHau created branch flake-template in clan/clan-core 2023-07-21 13:02:39 +00:00
DavHau opened issue clan/clan-core#19 2023-07-21 12:26:46 +00:00
Setu up fully automated PR merges
DavHau pushed to main at clan/clan-core 2023-07-21 12:07:43 +00:00
7223b25ac6 clan-cli: fix tests
DavHau pushed to main at clan/clan-core 2023-07-21 11:52:02 +00:00
f370635518 python: fix dev shell command check
DavHau pushed to main at clan/clan-core 2023-07-21 11:48:41 +00:00
ca044a078c templates/python: fix type annotations
DavHau pushed to main at clan/clan-core 2023-07-21 11:43:32 +00:00
e806b5549d clan-cli: enable mypy for tests
DavHau commented on pull request clan/clan-core#11 2023-07-21 10:09:32 +00:00
clan-cli: dev-shell, build, tab completion, formatting, linting, unit tests

Yes, currently it's set to require 100% coverage. You can then exclude functions from the coverage report via this comment. I thought, requiring tests for newly added functions is a better default…