Commit graph

6355 commits

Author SHA1 Message Date
Tomas Kopecek
f2f4a3dcdf PR#3137: www: rpminfo/fileinfo/imageinfo/archiveinfo page shows human-readable filesize
Merges #3137
https://pagure.io/koji/pull-request/3137

Fixes: #2943
https://pagure.io/koji/issue/2943
www: rpminfo page does not show human-readable filesize
2021-12-13 17:05:26 +01:00
Jana Cupova
d370e42c64 www: rpminfo/fileinfo/imageinfo/archiveinfo page shows human-readable filesize
Fixes: https://pagure.io/koji/issue/2943
2021-12-13 17:05:17 +01:00
Tomas Kopecek
af87214371 PR#3146: CLI mock-config: when topdir option, remove topurl value
Merges #3146
https://pagure.io/koji/pull-request/3146

Fixes: #2675
https://pagure.io/koji/issue/2675
CLI mock-config with option --topdir does not make any change on mock config
2021-12-13 17:02:03 +01:00
Jana Cupova
f528fd9ca4 CLI mock-config: when topdir option, remove topurl value
Fixes: https://pagure.io/koji/issue/2675
2021-12-13 17:00:22 +01:00
Tomas Kopecek
0b911ed0c4 PR#3145: Deprecated force option in groupPackageListRemove call
Merges #3145
https://pagure.io/koji/pull-request/3145

Fixes: #3131
https://pagure.io/koji/issue/3131
API call groupPackageListRemove never uses force parameter
2021-12-13 16:38:28 +01:00
Jana Cupova
178cb8a398 Deprecated force option in groupPackageListRemove call
Fixes: https://pagure.io/koji/issue/3131
2021-12-13 16:38:18 +01:00
Tomas Kopecek
ab99347007 PR#3105: Deprecated --paths option in list-buildroot
Merges #3105
https://pagure.io/koji/pull-request/3105

Fixes: #2473
https://pagure.io/koji/issue/2473
list-buildroots --paths option not reflected
2021-12-13 16:35:00 +01:00
Jana Cupova
54055c8ed0 Deprecated --paths option in list-buildroot
Fixes: https://pagure.io/koji/issue/2473
2021-12-13 16:34:53 +01:00
Tomas Kopecek
d83a7631eb PR#3177: Drop RHEL6 references
Merges #3177
https://pagure.io/koji/pull-request/3177

Fixes: #3165
https://pagure.io/koji/issue/3165
Drop RHEL6 references
2021-12-13 13:24:47 +01:00
Jana Cupova
22c5e8dad6 Drop RHEL6 references
Fixes: https://pagure.io/koji/issue/3165
2021-12-10 13:55:26 +01:00
Tomas Kopecek
c160e483ce PR#3028: Add limits on name values
Merges #3028
https://pagure.io/koji/pull-request/3028

Fixes: #2117
https://pagure.io/koji/issue/2117
limits on name values
2021-12-09 14:07:41 +01:00
Jana Cupova
74ac826a87 Add limits on name values
Fixes: https://pagure.io/koji/issue/2117
2021-12-09 07:11:57 +01:00
Tomas Kopecek
95717ba28d PR#3174: hub: document getBuildLogs method
Merges #3174
https://pagure.io/koji/pull-request/3174
2021-12-08 10:27:36 +01:00
Ken Dreyer
2418d91473 hub: document getBuildLogs method
Update the getBuildLogs RPC docstring to describe the "build"
parameters and the return type. Highlight that this call is only
relevant for completed builds, not incomplete builds.
2021-12-07 14:55:09 -05:00
Tomas Kopecek
11ffdf6480 PR#3157: Pytest instead of nose in unittest
Merges #3157
https://pagure.io/koji/pull-request/3157

Fixes: #3140
https://pagure.io/koji/issue/3140
library nose not supported python 3.10
2021-12-06 12:17:35 +01:00
Jana Cupova
c310d6692d Pytest instead of nose in unittest
Fixes: https://pagure.io/koji/issue/3140
2021-12-06 12:17:29 +01:00
Tomas Kopecek
bbaadef417 PR#3119: AuthExpire returns code 1 in kojid
Merges #3119
https://pagure.io/koji/pull-request/3119

Fixes: #3084
https://pagure.io/koji/issue/3084
Clean up daemon exit codes
2021-12-06 10:18:19 +01:00
Jana Cupova
2d820f4b7d AuthExpire returns code 1 in kojid
Fixes: https://pagure.io/koji/issue/3084
2021-12-06 10:18:11 +01:00
Tomas Kopecek
f979899e5c PR#3161: hub: fix spelling in comments for archive handling
Merges #3161
https://pagure.io/koji/pull-request/3161
2021-12-06 09:03:51 +01:00
Ken Dreyer
73781b6a9c hub: fix spelling in comments for archive handling
Fix some spelling errors in the comments for the code that handles
archives.
2021-12-02 12:30:59 -05:00
Tomas Kopecek
d0507c4d2d PR#3115: Add and update CLI unit tests
Merges #3115
https://pagure.io/koji/pull-request/3115

Fixes: #729
https://pagure.io/koji/issue/729
Goal: 60% coverage for cli commands
2021-11-29 15:39:17 +01:00
Jana Cupova
c3e89500f2 Add and upfate CLI unit tests
Fixes: https://pagure.io/koji/issue/729
2021-11-29 15:39:10 +01:00
Tomas Kopecek
ae15fa34ba PR#3150: Rewrite Acceptable keys to Requested keys in missing_signatures log
Merges #3150
https://pagure.io/koji/pull-request/3150

Fixes: #3149
https://pagure.io/koji/issue/3149
Rename 'Acceptable keys' in missing signatures.log to more understandable name
2021-11-29 15:28:20 +01:00
Jana Cupova
082f15eae5 Rewrite Acceptable keys to Requested keys in missing_signatures log
Fixes: https://pagure.io/koji/issue/3149
2021-11-29 15:28:13 +01:00
Tomas Kopecek
c96f07bdb0 PR#3142: devtools: print fakeweb listening URL
Merges #3142
https://pagure.io/koji/pull-request/3142
2021-11-23 09:24:16 +01:00
Ken Dreyer
4a440297ef devtools: print fakeweb listening URL
Show the user the full URL to paste into the browser.
2021-11-23 09:24:09 +01:00
Tomas Kopecek
12f52aa0a2 PR#3138: doc: improve protonmsg SSL parameter descriptions
Merges #3138
https://pagure.io/koji/pull-request/3138
2021-11-22 14:18:08 +01:00
Ken Dreyer
e784c25541 doc: improve protonmsg SSL parameter descriptions
Explain that the "cert" is a combination of public certificate and key
file.

Explain that "cacert" is the CA that signed the amqps broker's
certificate.
2021-11-22 14:18:02 +01:00
Tomas Kopecek
d9d68f1ee6 PR#3139: www: style channelinfo hosts table
Merges #3139
https://pagure.io/koji/pull-request/3139
2021-11-22 14:04:07 +01:00
Ken Dreyer
0323c4f985 www: style channelinfo hosts table rows
Use the rowToggle helper to style the rows with alternating colors. This
makes this table easier to read.
2021-11-19 16:37:11 -05:00
Ken Dreyer
a791dd8670 www: fix alignments in channelinfo hosts table
Use the "data-list" classes to style the Hosts table in the channelinfo
page. This makes the header row stand out and easier to read, matching
the rest of the data tables in kojiweb.

This change also fixes a problem in some downstream themes. For example,
Fedora's theme and Brew's theme set "text-align: right" for all tbody.th
elements. These themes do this in order to control the larger parent
"info" table header cells, but it ends up mis-aligning un-classed
sub-tables like this one. With this change, the "list-header" class
left-aligns the header row text, and the "data-list" class left-aligns
the final text.
2021-11-19 16:29:45 -05:00
Tomas Kopecek
fdcff453fb PR#3129: Koji 1.27 release notes
Merges #3129
https://pagure.io/koji/pull-request/3129

Fixes: #3127
https://pagure.io/koji/issue/3127
1.27 Release notes
2021-11-18 11:28:38 +01:00
Tomas Kopecek
00c0a2326b fix test 2021-11-18 11:28:33 +01:00
Tomas Kopecek
cda6439a91 Koji 1.27 release notes
Fixes: https://pagure.io/koji/issue/3127
2021-11-18 11:28:33 +01:00
Tomas Kopecek
101433a7e9 PR#3069: basic kiwi support
Merges #3069
https://pagure.io/koji/pull-request/3069

Fixes #3094
https://pagure.io/koji/issue/3094
2021-11-18 11:14:13 +01:00
Tomas Kopecek
468656d8a3 fix docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
f0f227f0ab fix flake8 2021-11-18 11:12:48 +01:00
Tomas Kopecek
eb56f2bec4 expand docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
79e1841c96 fix bandit 2021-11-18 11:12:48 +01:00
Tomas Kopecek
1e971affef fix doc typo 2021-11-18 11:12:48 +01:00
Tomas Kopecek
2d6a14845f alter name by selected profile 2021-11-18 11:12:48 +01:00
Tomas Kopecek
2d6b03eeba fix signature 2021-11-18 11:12:48 +01:00
Tomas Kopecek
336573c0fd code simplification 2021-11-18 11:12:48 +01:00
Tomas Kopecek
86c8fdc177 use json results 2021-11-18 11:12:48 +01:00
Tomas Kopecek
946a24cca8 remove translation 2021-11-18 11:12:48 +01:00
Tomas Kopecek
3c15c7a34f update docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
8c1a7337ab kiwi: check include directive 2021-11-18 11:12:48 +01:00
Tomas Kopecek
d07c0d400e basic kiwi docs 2021-11-18 11:12:48 +01:00
Tomas Kopecek
86ee135dd1 json results 2021-11-18 11:12:48 +01:00
Tomas Kopecek
d31306e2f6 basic kiwi support 2021-11-18 11:12:48 +01:00