Ken Dreyer
4878f50fa7
cli: clarify that download-logs operates on tasks
2021-08-16 13:51:01 +02:00
Mike McLean
6af614b71b
avoid masking hub errors, avoid duplicate check
2021-07-29 08:22:10 -04:00
Mike McLean
d227f0f626
fix unit tests, use error()
2021-07-28 15:22:37 -04:00
Jana Cupova
fb8cfc5678
Add delete-rpm-sig CLI and deleteRPMSig hub call
...
Fixes: https://pagure.io/koji/issue/2665
2021-07-21 13:43:09 +02:00
Jana Cupova
bc2a51350d
Enable/disable channel
...
Fixes: https://pagure.io/koji/issue/1851
2021-07-20 10:33:50 +02:00
Jana Cupova
88b4f7fa2d
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
Jana Cupova
9682a2840c
Remove unnecessary line from unlock-tag CLI
...
Fixes: https://pagure.io/koji/issue/2940
2021-07-19 09:17:30 +02:00
Jana Cupova
31f0db591a
dist-repo takes inherited arch when arch is not set
...
Fixes: https://pagure.io/koji/issue/2805
2021-06-29 14:45:36 +02:00
Jana Cupova
aec9fba121
Add CLI related to channels + add comments to channels
...
Fixes: https://pagure.io/koji/issue/1711
Fixes: https://pagure.io/koji/issue/1849
2021-06-29 14:44:47 +02:00
Brendan Reilly
0f9a77c0e3
Add noverifyssl option to oz image builds
2021-06-17 15:46:11 +02:00
Jana Cupova
849fd0f800
Fix download-build unit test
2021-06-14 08:21:39 +02:00
Jana Cupova
51e073f4a4
CLI Download-build check non exist sigkey
...
Fixes: https://pagure.io/koji/issue/2719
2021-06-08 15:58:47 +02:00
Jana Cupova
d45158ae97
Remove jump/stops options from readFullInheritance
...
Fixes: https://pagure.io/koji/issue/2656
2021-06-08 15:52:05 +02:00
Jana Cupova
5e09db79c7
New CLI command userinfo
...
Fixes: https://pagure.io/koji/issue/2836
2021-06-08 15:50:44 +02:00
mprahl
cd1b928a5f
Add the ability to specify custom metadata on an RPM build
...
This adds the `--custom-user-metadata` option to the
CLI `build` command. This is then stored under the
"extra.custom_user_metadata" field on the resulting build.
Signed-off-by: mprahl <mprahl@redhat.com>
2021-06-02 15:48:51 +02:00
Jana Cupova
9541c2a173
importlib instead of imp
...
Fixes: https://pagure.io/koji/issue/2822
2021-06-02 11:19:33 +02:00
Jana Cupova
8ecfc53119
Unify error messages related to hosts and users
...
Fixes: https://pagure.io/koji/issue/2858
2021-05-18 10:23:15 +02:00
Jana Cupova
5e861978c6
Check when list of hosts is empty.
...
Fixes: https://pagure.io/koji/issue/2497
2021-05-12 16:33:23 +02:00
Jana Cupova
56a2d86034
Consistent wait/nowait in all related functions
...
Fixes: https://pagure.io/koji/issue/2522
2021-05-10 09:17:26 +02:00
Jana Cupova
bef3eff0aa
Add squashfs-only and compress-arg options to livemedia
...
Fixes: https://pagure.io/koji/issue/2476
2021-05-10 09:12:27 +02:00
Tomas Kopecek
c732f49ac8
fix tests
2021-04-26 14:43:20 +02:00
Tomas Kopecek
edaefb865b
fix tests for changed helpstring
...
Related: https://pagure.io/koji/issue/2687
2021-04-22 10:17:39 +02:00
Tomas Kopecek
897b7fe81a
more informative test string
2021-04-22 09:58:08 +02:00
Tomas Kopecek
fdf64d0a8d
cli: list-api method
...
Limit output to given method
Fixes: https://pagure.io/koji/issue/2687
2021-04-22 09:58:08 +02:00
Tomas Kopecek
a643ab7236
fix tests for new option
2021-04-19 15:15:53 +02:00
Jana Cupova
508b7aa8cd
unify warn messages
...
Fixes: https://pagure.io/koji/issue/2795
2021-04-19 15:14:28 +02:00
Tomas Kopecek
855bc89ca3
cli: multicalls for write-signed-rpm
...
Fixes: https://pagure.io/koji/issue/2807
2021-04-19 15:12:22 +02:00
Jana Cupova
0c6f43a9a8
cli: mock-config check arch
...
Fixes: https://pagure.io/koji/issue/2640
2021-04-19 15:11:03 +02:00
Jana Cupova
8b1fbc45be
cli: list-builds sort-key warning
...
Fixes: https://pagure.io/koji/issue/2587
Fixes: https://pagure.io/koji/issue/2588
2021-04-19 15:10:24 +02:00
Jana Cupova
b9f261d8de
cli: buildinfo returns error for non exist build
...
Fixes: https://pagure.io/koji/issue/2762
2021-03-29 11:24:26 +02:00
Jana Cupova
9dc0efd476
api getLastHostUpdate returns timestamp
...
fixes: https://pagure.io/koji/issue/2497
2021-03-29 11:23:06 +02:00
Tomas Kopecek
7333a8e174
cli: use multicall for cancel command
...
Fixes: https://pagure.io/koji/issue/2607
2021-03-22 15:12:01 +01:00
Jana Cupova
de09faca6c
cli: hostinfo with non-exist host
...
Fixes: https://pagure.io/koji/issue/2763
2021-03-18 10:50:36 +01:00
Tomas Kopecek
8ed86e86ee
tests: fix locale setting
...
Fixes: https://pagure.io/koji/issue/2767
2021-03-18 10:11:51 +01:00
Jana Cupova
0c9c8c6a81
cli: rpminfo with non-exist rpm
...
Fixes: https://pagure.io/koji/issue/2643
2021-03-17 10:11:03 +01:00
Jana Cupova
e784373000
Unify error messages
...
Unify error messages for CLI
Unify error messages for hub
Fixes: https://pagure.io/koji/issue/2720
2021-03-16 08:43:33 +01:00
Tomas Kopecek
29a34f31a5
cli: show connection exception
...
For anonymous calls (whose use ensure_connection) is now shown also
original exception if --debug is specified.
Fixes: https://pagure.io/koji/issue/2592
2021-03-10 15:31:11 +01:00
Jana Cupova
ffc9bedd00
cli: list-untagged returns error non-exist package
...
When package is not existing, list-untagged returns an error.
Fixes: https://pagure.io/koji/issue/2601
2021-03-10 14:38:39 +01:00
Tomas Kopecek
b6bdad7d50
cli: fix help message formatting
...
Related: https://pagure.io/koji/issue/2718
2021-03-05 15:36:12 +01:00
Jana Cupova
b96935c2cc
Fix progname
2021-02-24 17:08:19 +01:00
Jana Cupova
5f23b8e814
cli: list-history error non-exist channel, host
...
When channel or host are non-existing, list-history returns error.
Fixes: https://pagure.io/koji/issue/2599
2021-02-23 13:09:59 +01:00
Jana Cupova
dc5230c4ba
cli: mock-config error for non existing buildroot
...
When buildroot is not existing, mock-config returns an error.
Fixes: https://pagure.io/koji/issue/2642
2021-02-22 13:52:19 +01:00
lrossett
1014ad08b7
adding invalid target name error message
2021-02-22 13:38:07 +01:00
Tomas Kopecek
c6e69b4f8b
backport py27 compatible file open with encoding
...
client and builder needs to run on py27 which doesn't support
open(encoding='utf-8')
Related: https://pagure.io/koji/issue/2641
2021-02-16 14:13:03 +01:00
Tomas Kopecek
72cf4a02de
cli: fix tests
...
PR #2654 changed the help output but tests were not updated.
Related: https://pagure.io/koji/issue/2620
2021-02-02 14:13:49 +01:00
Tomas Kopecek
96ae0ecef5
explicit encoding for text file operations
...
Fixes: https://pagure.io/koji/issue/2641
2021-01-26 13:36:25 +01:00
Tomas Kopecek
e63508f8a0
cli: hide import-sig --write option
...
It is no more used, hide it from the user.
Fixes: https://pagure.io/koji/issue/2620
2021-01-19 13:37:56 +01:00
Tomas Kopecek
b3732c508b
lower batches in clone-tag multicalls
...
Fixes: https://pagure.io/koji/issue/2616
2021-01-13 16:17:10 +01:00
Tomas Kopecek
254c766b1f
cli: create after/before OptionParser helper
2020-12-01 14:40:51 +01:00
Tomas Kopecek
0256282a84
cli: list-task --after/--before/--all
...
allow querying for closed tasks
Fixes: https://pagure.io/koji/issue/2565
2020-12-01 13:02:25 +01:00