Commit graph

2630 commits

Author SHA1 Message Date
Mike McLean
63df56ea7e PR#399 Added hostinfo command to cli
Merges #399
https://pagure.io/koji/pull-request/399
Fixes #364
https://pagure.io/koji/issue/364
2017-05-01 14:32:48 -04:00
Brendan Reilly
6c69a6f5cb Added hostinfo command to cli 2017-05-01 14:30:54 -04:00
Mike McLean
b16a8f0b58 PR#401 add default_md to docs (ssl.cnf)
Merges #401
https://pagure.io/koji/pull-request/401
2017-05-01 14:28:22 -04:00
Tomas Kopecek
73de0c4e79 add default_md to docs (ssl.cnf)
Related: https://pagure.io/koji/issue/371
2017-04-28 16:36:09 +02:00
Mike McLean
b7a72cf809 PR#394 link to kojiji (Koji Java Interface)
Merges #394
https://pagure.io/koji/pull-request/394
2017-04-27 19:08:47 -04:00
Tomas Kopecek
eb505f7997 link to kojiji (Koji Java Interface) 2017-04-27 10:20:19 +02:00
Mike McLean
670e7086b3 PR#388 Increase 50 character limit of tag names
Merges #388
https://pagure.io/koji/pull-request/388
Fixes #369
https://pagure.io/koji/issue/369
2017-04-25 14:13:02 -04:00
Brendan Reilly
d9280d6945 Increase 50 character limit of tag names 2017-04-25 14:07:52 -04:00
Mike McLean
2941f9f0cb PR#352 Optional JSON output for 'koji call'
Merges #352
https://pagure.io/koji/pull-request/352
2017-04-25 14:05:11 -04:00
Andrew Jorgensen
619a101e73 Optional JSON output for 'koji call'
Python pprint is easy enough for a developer to read, but harder to parse.
2017-04-25 11:29:24 -04:00
Mike McLean
0b4753dbc5 PR#393 remove minor version from User-Agent header
Merges #393
https://pagure.io/koji/pull-request/393
Fixes #392
https://pagure.io/koji/issue/392
2017-04-25 10:43:23 -04:00
Tomas Kopecek
6b18dff97a remove release from User-Agent header
Related: https://pagure.io/koji/issue/392

It's unnecessary detail here, let's leave it as major version value only
for now.
2017-04-25 14:30:23 +02:00
Mike McLean
4fe9f11667 PR#372 update jenkins config
Merges #372
https://pagure.io/koji/pull-request/372
2017-04-21 16:36:43 -04:00
Tomas Kopecek
3b1c1b7f81 update jenkins config 2017-04-21 16:36:23 -04:00
Mike McLean
16b2aef84b PR#375 raise error on non-existing profile
Merges #375
https://pagure.io/koji/pull-request/375
2017-04-21 16:34:44 -04:00
Tomas Kopecek
c769477d94 raise error on non-existing profile 2017-04-21 16:34:10 -04:00
Mike McLean
b7ded70e54 PR#382 update the 1.11 to 1.12 upgrade schema for BDR
Merges #382
https://pagure.io/koji/pull-request/382
2017-04-21 16:29:50 -04:00
Dennis Gilmore
66cdd4647d update the 1.11 to 1.12 upgrade schema for BDR
in Fedora we are trying to use BDR to make the koji db more resilient
in order to get the schema to apply I had to make some changes in
order for the schema changes to be applied.
see http://bdr-project.org/docs/stable/ddl-replication-statements.html
for more info there is examples that matched what we are doing at the
bottom of the page  in the section "8.2.3. DDL statements with
restrictions"

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-04-21 16:26:42 -04:00
Mike McLean
5934cf667b PR#384 Pull in some get_header_fields enhancements from Kobo
Merges #384
https://pagure.io/koji/pull-request/384
2017-04-21 16:21:10 -04:00
Mike McLean
76dc071fe8 more tests 2017-04-21 16:20:24 -04:00
Mike McLean
a4131e354c apply get_header_field enhancements from kobo and update unit test 2017-04-21 16:20:24 -04:00
Mike McLean
f5066c5c6c PR#378 Couple of small fixes to the koji documentation
Merges #378
https://pagure.io/koji/pull-request/378
2017-04-20 11:50:19 -04:00
Pierre-Yves Chibon
4d42af8968 Couple of small fixes to the koji documentation
Change "the requirements" to "these requirements" and change Brew by Koji
since this documentation is under the Koji project.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2017-04-20 11:49:17 -04:00
Mike McLean
a6dc844c0f PR#385 allow kojid to start when not using ssl cert auth
Merges #385
https://pagure.io/koji/pull-request/385

Fixes #383
https://pagure.io/koji/issue/383
2017-04-19 16:00:01 -04:00
Dennis Gilmore
952465a544 allow kojid to start when not using ssl cert auth
kojid in koji 1.12.0 fails to start when not using ssl cert auth
Traceback (most recent call last):
   File "/usr/sbin/kojid", line 5627, in <module>
     if os.path.isfile(options.cert):
   File "/usr/lib64/python2.7/genericpath.py", line 37, in isfile
     st = os.stat(path)
 TypeError: coercing to Unicode: need string or buffer, NoneType found
if you do not have a cert option defined we should move on. so add
to the if statement a check that the option is actually defined

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-04-19 14:51:19 -05:00
Mike McLean
e7854265bd PR#361 1.12.0 release
Merges #361
https://pagure.io/koji/pull-request/361
2017-04-18 13:12:40 -04:00
Mike McLean
96ca34fd75 update changelog 2017-04-18 12:58:55 -04:00
Mike McLean
eae45c6030 update changelog 2017-04-18 12:56:26 -04:00
Mike McLean
73d910c7d6 fix path to sql script in migration doc 2017-04-18 12:56:26 -04:00
Mike McLean
14df2fc282 use short version for Sphinx version field 2017-04-18 12:56:26 -04:00
Mike McLean
685cabaca5 more tweaks 2017-04-18 12:56:26 -04:00
Mike McLean
a04ce42002 link for 1.12 migration doc 2017-04-18 12:56:26 -04:00
Mike McLean
d5251eb1aa migration doc tweaks 2017-04-18 12:56:26 -04:00
Mike McLean
cf67013901 bump version; add changelog entry 2017-04-18 12:56:26 -04:00
Mike McLean
5a608101ff initial 1.12 migration doc 2017-04-18 12:56:26 -04:00
Mike McLean
43739e72f2 schema upgrade script 2017-04-18 12:56:26 -04:00
Mike McLean
0b81c355f4 PR#373 backward-compatible try/except
Merges #373
https://pagure.io/koji/pull-request/373
2017-04-18 12:53:14 -04:00
Tomas Kopecek
ae8adfc4e7 backward-compatible try/except 2017-04-10 16:38:52 +02:00
Mike McLean
5a0b1d07c2 PR#365 handle buildroots with state=None
Merges #365
2017-04-06 14:08:22 -04:00
Mike McLean
9f3568dcb7 handle buildroots with state=None
If content generators are in use, they will create buildroots that have no
state. This change prevents this function from erroring in that case.
2017-04-06 14:07:11 -04:00
Mike McLean
725b3950a9 PR#367 play nice with older hubs and new volume options
Merges #367
https://pagure.io/koji/pull-request/367

Fixes #366
Fixes #368
2017-04-06 14:03:51 -04:00
Mike McLean
0189cf98ea typo 2017-04-05 12:29:23 -04:00
Mike McLean
649a6e710f for volume compat fixes 2017-04-04 21:09:24 -04:00
Mike McLean
5231105478 only pass volume opt to downloadTaskOutput if needed
Fixes #368
2017-04-04 17:50:55 -04:00
Mike McLean
df416f7c3c missed one listTaskOutput call 2017-04-04 17:48:59 -04:00
Mike McLean
2009780198 fall back to old behavior if hub doesn't understand all_volumes option
Fixes #366
2017-04-04 13:45:53 -04:00
Mike McLean
da34e55379 PR#359 Add koji-tools link to docs
Merges #359
https://pagure.io/koji/pull-request/359
2017-03-30 10:18:01 -04:00
Tomas Kopecek
23771df232 Add koji-tools link to docs 2017-03-30 10:17:31 -04:00
Mike McLean
c41f6cc8e0 PR#318 Signed repos, take two [dist repos]
The feature was renamed from "signed repos" to "dist repos" during development.

Merges #318
2017-03-30 10:05:22 -04:00
Mike McLean
dad02ba6ad record missing signatures even if skipping them 2017-03-30 09:54:28 -04:00