[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61645] [mumi v3 0/4] Add mumi CLI client
From: |
Arun Isaac |
Subject: |
[bug#61645] [mumi v3 0/4] Add mumi CLI client |
Date: |
Wed, 8 Mar 2023 15:36:54 +0000 |
Here is a v3 of the patchset.
This patchset reduces the number of `git send-email' invocations to a
maximum of 2 even when there are n patches. The first patch is sent
using a `git send-email' invocation and the remaining n-1 patches are
sent using another `git send-email' invocation.
With this patchset, when sending a single patch, the mumi server is
not polled for the issue number since that's not necessary.
I also fixed a bug to do with printing the number of retries left.
Arun Isaac (4):
client: Add CLI client to search for issues.
client: Support checking in to a specific issue.
client: Support sending email to issues.
Set only GUILE_LOAD_PATH when running tests.
Makefile.am | 5 +-
mumi/client.scm | 264 +++++++++++++++++++++++++++++++++++++++++++++++
scripts/mumi.in | 33 +++++-
tests/client.scm | 118 +++++++++++++++++++++
4 files changed, 417 insertions(+), 3 deletions(-)
create mode 100644 mumi/client.scm
create mode 100644 tests/client.scm
--
2.39.1
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Ludovic Courtès, 2023/03/08
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Arun Isaac, 2023/03/08
- [bug#61645] [mumi v3 2/4] client: Support checking in to a specific issue., Arun Isaac, 2023/03/08
- [bug#61645] [mumi v3 4/4] Set only GUILE_LOAD_PATH when running tests., Arun Isaac, 2023/03/08
- [bug#61645] [mumi v3 0/4] Add mumi CLI client,
Arun Isaac <=
- [bug#61645] [mumi v3 3/4] client: Support sending email to issues., Arun Isaac, 2023/03/08
- [bug#61645] [mumi v3 1/4] client: Add CLI client to search for issues., Arun Isaac, 2023/03/08
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Ludovic Courtès, 2023/03/30
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Ricardo Wurmus, 2023/03/30
- bug#61645: [PATCH mumi 0/1] Add CLI client to search for issues, Ricardo Wurmus, 2023/03/30
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Ludovic Courtès, 2023/03/31
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Arun Isaac, 2023/03/31
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Ludovic Courtès, 2023/03/31
- [bug#61645] [PATCH mumi 0/1] Add CLI client to search for issues, Arun Isaac, 2023/03/31