~canonical-kernel/+git/kteam-tools:apw/cranky-rmadison--fix-ordering-and-selectors

Last commit made on 2023-11-30
Get this branch:
git clone -b apw/cranky-rmadison--fix-ordering-and-selectors https://git.launchpad.net/~canonical-kernel/+git/kteam-tools
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
apw/cranky-rmadison--fix-ordering-and-selectors
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

d4f066d... by Andy Whitcroft

cranky: rmadison -- fix matching against stream #1

Signed-off-by: Andy Whitcroft <email address hidden>
[juergh: Fix linter warning.]
Signed-off-by: Juerg Haefliger <email address hidden>

91c9843... by Andy Whitcroft

cranky: rmadison -- group packages by route and stream

Signed-off-by: Andy Whitcroft <email address hidden>
[juergh: Add 'entry' declaration, fix package list order.]
Signed-off-by: Juerg Haefliger <email address hidden>

764f2ef... by Juerg Haefliger

admin: admin-lp-git-permissions -- linux-firmware main branch

linux-firmware now uses main branch instead of master.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Sean Feole <email address hidden>
Signed-off-by: Sean Feole <email address hidden>

3173c9b... by Sean Feole

juergh/24hrs-of-bugs

This looks scarier than it is 😄

The first 2 commits are cleanups to make our linters happy and the 3rd commit adds the file to the linter whitelist so that it gets checked in the future

The following 8 commits just clean up crazy Brad'ness. Cough...

Then 2 commits to add new commandline options for testing and debugging purposes.

And finally the last commit which is the real reason for this PR: Search for bugs reported against the new `canonical-kernel-snaps` project.

Signed-off-by: Sean Feole <email address hidden>

94457be... by Juerg Haefliger

stable/24hrs-of-bgs: Also look for bugs in canonical-kernel-snaps project

Add support for searching bugs in projects as well. For that, make the
finder() and per_package_report() class methods generic to accept a type
and name so that they can handle both project and package search and
reporting tasks.

Signed-off-by: Juerg Haefliger <email address hidden>

d9265dc... by Juerg Haefliger

stable/24hrs-of-bugs: Add --datetime DATETIME commandline argument

Add a commandline argument to specify the end date/time of the 24-hour
window in which to search for new bugs.

For testing and debugging purposes.

Signed-off-by: Juerg Haefliger <email address hidden>

125664e... by Juerg Haefliger

stable/24hrs-of-bugs: Add --dry-run commandline option

Add a --dry-run option to write the email to stdout instead of
sending it.

Signed-off-by: Juerg Haefliger <email address hidden>

7b7e731... by Juerg Haefliger

stable/24hrs-of-bugs: Various minor cleanups

Tidy up the code.

Signed-off-by: Juerg Haefliger <email address hidden>

36bcbd0... by Juerg Haefliger

stable/24hrs-of-bugs: Rename self argument from 's' to 'self'

Fixes pylint error:

E0213: Method 'foo' should have "self" as first argument (no-self-argument)

Signed-off-by: Juerg Haefliger <email address hidden>

46d6ac4... by Juerg Haefliger

stable/24hrs-of-bugs: Directly call find_series_in_tags() class method

Remove the series() class method which doesn't do anything useful,
simplify find_series_in_tags() and call it directly.

Signed-off-by: Juerg Haefliger <email address hidden>