~canonical-kernel/+git/kteam-tools:corytodd/rebase_cycle_experimental

Last commit made on 2023-07-13
Get this branch:
git clone -b corytodd/rebase_cycle_experimental 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:
corytodd/rebase_cycle_experimental
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

653a3b7... by Cory Todd

WIP: cranky:crl/cycle_ref -- update tests to support spin numbers

Now that spin numbers are supported the tests are invalid.

Signed-off-by: Cory Todd <email address hidden>

b92d2d0... by Cory Todd

cranky: crl/cycle_ref: apply black formatting

Apply black code formatter.

Signed-off-by: Cory Todd <email address hidden>

c94a965... by Cory Todd

cranky: cycles: apply black formatting

Apply black code formatter.

Signed-off-by: Cory Todd <email address hidden>

bb0084c... by Cory Todd

cranky: cycles: fix shared arg placement

Properly add shared args like verbose and dry-run so they can be added
anywhere in the command, not just after the cycles subcommand.

Signed-off-by: Cory Todd <email address hidden>

5033e50... by Cory Todd

cranky: cycles: add get cycle command

Add helper for locating a single cycle by name.

Signed-off-by: Cory Todd <email address hidden>

90db2dd... by Cory Todd

cranky: cycles: add publish command

Add cycles subcommand that publishes cycle references to Launchpad.

Signed-off-by: Cory Todd <email address hidden>

8b00e12... by Cory Todd

cranky: cycles: add --local option for listing cycles

Now that cycles can be remote, add an option for listing the local
refs.

Signed-off-by: Cory Todd <email address hidden>

5dbd44f... by Cory Todd

cranky: crl/git: add object_to_tag translator

Add the inverse of git rev-parse to get a tag (or None) back from an
object.

Signed-off-by: Cory Todd <email address hidden>

9ad9e14... by Cory Todd

cranky: crl/git: add list_refs helper

Add git helper for listing local or remote refs that match a pattern.

Signed-off-by: Cory Todd <email address hidden>

8e94784... by Cory Todd

cranky: cycle_ref: -- cleanup expected types

We use a number of different handles, try to be more clear.

Signed-off-by: Cory Todd <email address hidden>