Mike McLean
5146e917af
PR#1297: Support tilde in search
...
Merges #1297
https://pagure.io/koji/pull-request/1297
Fixes : #1294
https://pagure.io/koji/issue/1294
Cannot search build with tilde
2019-03-22 10:18:25 -04:00
Miro Hrončok
32977881f6
Support tilde in search
...
Fixes https://pagure.io/koji/issue/1294
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2019-03-22 10:18:05 -04:00
Mike McLean
5eeb69aa31
PR#1356: kojira: fix iteration over repos in py3
...
Merges #1356
https://pagure.io/koji/pull-request/1356
Fixes : #1355
https://pagure.io/koji/issue/1355
kojira: dictionary changed size error in updateRepos()
2019-03-22 10:10:21 -04:00
Mike McLean
61068557c4
kojira: fix iteration over repos in py3
...
Multiple threads loop over this data, which changes. These loops
need to use a copy. In py2 .keys() and .values() are copied data,
but in py3 they are references to the dict data.
Fixes: https://pagure.io/koji/issue/1355
2019-03-21 17:26:51 -04:00
Mike McLean
d8e963e3b7
PR#1342: Remove python2.4 OptionParse fix
...
Merges #1342
https://pagure.io/koji/pull-request/1342
Fixes : #1341
https://pagure.io/koji/issue/1341
Drop koji_cli.lib.OptionParser
2019-03-20 16:10:04 -04:00
Tomas Kopecek
70968aba33
Remove python2.4 OptionParse fix
...
Fixes: https://pagure.io/koji/issue/1341
2019-03-20 16:09:44 -04:00
Mike McLean
58ff256604
PR#1347: Fix hub startup handling
...
Merges #1347
https://pagure.io/koji/pull-request/1347
Fixes : #875
https://pagure.io/koji/issue/875
hub plugins appear to break hub on code updates
2019-03-20 15:07:27 -04:00
Mike McLean
a7b496961c
disable mod_wsgi reloading
...
Fixes: https://pagure.io/koji/issue/875
2019-03-19 11:46:50 -04:00
Mike McLean
22c112c0b1
avoid multiple server_setup calls when multiple threads in use
2019-03-19 11:43:55 -04:00
Mike McLean
59df6eb323
PR#1346: Rely on ozif_enabled switch in BaseImageTask
...
Merges #1346
https://pagure.io/koji/pull-request/1346
Fixes : #1345
https://pagure.io/koji/issue/1345
Missed ImageFactory detection
2019-03-15 10:27:36 -04:00
Tomas Kopecek
47ed809a8a
Rely on ozif_enabled switch in BaseImageTask
...
Fixes: https://pagure.io/koji/issue/1345
2019-03-15 10:27:21 -04:00
Mike McLean
0ed215ca53
PR#1344: add .tgz to list of tar's possible extensions
...
Merges #1344
https://pagure.io/koji/pull-request/1344
Fixes : #1343
https://pagure.io/koji/issue/1343
archive extensions for tarball miss .tgz
2019-03-14 10:53:31 -04:00
Tomas Kopecek
3c56e125de
add .tgz to list of tar's possible extensions
...
Fixes: https://pagure.io/koji/issue/1343
2019-03-14 15:21:43 +01:00
Mike McLean
d6b78328a2
PR#1086: hub: unittest for get_external_repos
...
Merges #1086
https://pagure.io/koji/pull-request/1086
2019-03-12 14:27:46 -04:00
Yu Ming Zhu
2f47ed7f2d
hub: unittest for get_external_repos
2019-03-12 14:27:32 -04:00
Mike McLean
810d2b1c74
PR#1170: docs: koji package provides schema.sql file
...
Merges #1170
https://pagure.io/koji/pull-request/1170
2019-03-12 13:52:59 -04:00
Ken Dreyer
5ae5ba651c
docs: koji package provides schema.sql file
...
Point administrators to the "koji" package for the schema.sql file.
2019-03-12 13:52:48 -04:00
Mike McLean
797b26127c
PR#1281: remove urlescape from package name
...
Merges #1281
https://pagure.io/koji/pull-request/1281
Fixes : #1224
https://pagure.io/koji/issue/1224
Web search page doesn't like unicode results
2019-03-12 11:00:52 -04:00
Tomas Kopecek
a2892a9b24
remove urlescape from package name
...
urlescape fails for unicode strings. On the other hand, 'name' attribute
is not used anywhere in infoURLs, so it is safe to just drop it.
Fixes: https://pagure.io/koji/issue/1224
2019-03-12 10:59:20 -04:00
Mike McLean
29c894419d
PR#1304: hub: document setInheritanceData arguments
...
Merges #1304
https://pagure.io/koji/pull-request/1304
2019-03-12 10:54:27 -04:00
Ken Dreyer
365d4e2448
hub: document setInheritanceData arguments
...
Describe each of the arguments to the setInheritanceData() method.
2019-03-12 10:54:11 -04:00
Mike McLean
92c111ee9b
PR#1277: Remove 'keepalive' option
...
Merges #1277
https://pagure.io/koji/pull-request/1277
Fixes : #1239
https://pagure.io/koji/issue/1239
Deprecate keepalive
2019-03-12 10:34:50 -04:00
Tomas Kopecek
12cabb0f2c
Remove 'keepalive' option
...
keepalive is not used anymore anywhere in koji
Fixes: https://pagure.io/koji/issue/1239
2019-03-12 10:34:36 -04:00
Mike McLean
d1ebcbbc40
PR#1330: fix docs typos
...
Merges #1330
https://pagure.io/koji/pull-request/1330
2019-03-12 10:29:57 -04:00
Mike McLean
aa4439bbad
fix docs typos
2019-03-12 10:29:46 -04:00
Mike McLean
6bfcfc42f1
PR#1339: fix typo in usage of six's import of MIMEText
...
Merges #1339
https://pagure.io/koji/pull-request/1339
Fixes : #1338
https://pagure.io/koji/issue/1338
koji-gc has wrong six import
2019-03-12 10:27:12 -04:00
Tomas Kopecek
e612310fcc
fix typo in usage of six's import of MIMEText
...
Fixes: https://pagure.io/koji/issue/1338
2019-03-12 10:26:58 -04:00
Mike McLean
abda6b9f85
PR#1337: minor gc optimizations
...
Merges #1337
https://pagure.io/koji/pull-request/1337
2019-03-12 10:23:35 -04:00
Mike McLean
24e4b93d8e
build_references: honor limit more thoroughly
2019-03-11 18:45:02 -04:00
Mike McLean
e23b15af33
build_references: use IN check for finding buildroot refs
2019-03-11 18:22:30 -04:00
Mike McLean
b18b96fc89
only check if build was a component of completed builds
2019-03-11 18:22:30 -04:00
Mike McLean
7a5cb6e675
koji-gc: lazy buildref check, and check for component refs
2019-03-11 18:22:30 -04:00
Mike McLean
be93ac1a3a
lazy opt for build_references
2019-03-11 18:22:30 -04:00
Mike McLean
3c9d77f479
PR#1254: doc: Include AnyStor mention to 'koji runs here' doc
...
Merges #1254
https://pagure.io/koji/pull-request/1254
2019-03-06 12:46:50 -05:00
Ji-Hyeon Gim
9b17c21724
Include AnyStor mention to 'koji runs here' doc
...
also, fix some typo in this doc.
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
2019-03-06 12:46:31 -05:00
Mike McLean
4785fe0e51
PR#1325: run py3 tests in CI by default
...
Merges #1325
https://pagure.io/koji/pull-request/1325
Fixes : #1323
https://pagure.io/koji/issue/1323
CI does not run tests recent Fedora on Python 3
2019-03-06 11:36:10 -05:00
Tomas Kopecek
aba10c7c73
run py3 tests in CI by default
...
Fixes: https://pagure.io/koji/issue/1323
2019-03-06 11:35:48 -05:00
Mike McLean
961adf56ac
PR#1326: README: link to Pungi project instead of mash
...
Merges #1326
https://pagure.io/koji/pull-request/1326
2019-03-06 11:31:20 -05:00
Ken Dreyer
de9b30e5b1
README: link to Pungi project instead of mash
...
Mash is almost entirely abandoned. Link users to Pungi instead.
2019-03-06 11:31:01 -05:00
Mike McLean
adf68f2987
PR#1329: Update plugin doc (confusing sentence)
...
Merges #1329
https://pagure.io/koji/pull-request/1329
2019-03-06 11:28:11 -05:00
Tomas Kopecek
71dab6d846
Update plugin doc (confusing sentence)
2019-03-06 11:27:51 -05:00
Mike McLean
532697efb3
PR#1275: bump release to 1.17.0
...
Merges #1275
https://pagure.io/koji/pull-request/1275
Fixes : #1302
https://pagure.io/koji/issue/1302
1.17 needs release notes
2019-03-06 09:37:08 -05:00
Mike McLean
f4e5798ecf
update release date
2019-03-06 09:18:24 -05:00
Mike McLean
c0c57c4ffb
update changelog
2019-03-04 16:56:58 -05:00
Mike McLean
e0567a152d
update for recent prs
2019-03-04 16:56:58 -05:00
Mike McLean
8b69003c5e
update changelog
2019-03-04 16:56:58 -05:00
Mike McLean
697a024e2f
Release notes for 1.17.0
2019-03-04 16:56:58 -05:00
Mike McLean
bc0f04dfd9
migration doc for 1.17
2019-03-04 16:56:58 -05:00
Mike McLean
40da6644d6
fix date
2019-03-04 16:56:58 -05:00
Mike McLean
3fbdcac049
also bump version in docs
2019-03-04 16:56:58 -05:00