Yuming Zhu
38f3d919af
kojid: make install timeout of imagefactory conf configurable
2018-05-03 15:00:34 -04:00
Mike McLean
d9682472b3
PR#777: add debug timestamp log for logs
...
Merges #777
https://pagure.io/koji/pull-request/777
Fixes : #776
https://pagure.io/koji/issue/776
Add timestamps to logs
2018-05-03 14:52:30 -04:00
Tomas Kopecek
5882904aea
make timestamp logs configurable
2018-05-03 14:52:25 -04:00
Tomas Kopecek
78ba6ef12e
split timestamp log tu multiple files
2018-05-03 14:52:24 -04:00
Tomas Kopecek
35b4d04561
add debug timestamp log for logs
...
Fixes: https://pagure.io/koji/issue/776
2018-05-03 14:52:24 -04:00
Mike McLean
a3e281f7d1
PR#904: replace long with int
...
Merges #904
https://pagure.io/koji/pull-request/904
2018-05-03 12:26:26 -04:00
Tomas Kopecek
2eaac43473
replace long with int
...
long conversion here results in same python type, in py3 it is no more
supported.
2018-05-03 12:26:21 -04:00
Mike McLean
1204942a4e
PR#911: readTaggedRPMS: passing table 'tag_listing' in eventCondition
...
Merges #911
https://pagure.io/koji/pull-request/911
Fixes : #910
https://pagure.io/koji/issue/910
hub: `readTaggedRPMS` raises Error when specifying event and package
2018-05-02 20:27:36 -04:00
Yuming Zhu
514c950f31
readTaggedRPMS: passing table 'tag_listing' in eventCondition
...
fixes : #910
2018-05-02 20:27:30 -04:00
Mike McLean
82907196e1
PR#691: option for notifications in untagBuildBypass
...
Merges #691
https://pagure.io/koji/pull-request/691
Fixes : #690
https://pagure.io/koji/issue/690
Tag notifications don't work for untagging ops by koji-gc
2018-05-02 20:08:31 -04:00
Mike McLean
d637aefd9d
update docstring
2018-05-02 20:05:43 -04:00
Tomas Kopecek
85ac3ff901
don't notify on fail in un/tagBuildBypass
2018-05-02 12:39:39 +02:00
Tomas Kopecek
b667f73c9c
option for notifications in un/tagBuildBypass
...
Fixes: https://pagure.io/koji/issue/690
2018-05-02 12:33:58 +02:00
Mike McLean
f9d3a73edd
PR#869: also forget requests session in _forget()
...
Merges #869
https://pagure.io/koji/pull-request/869
2018-04-30 16:58:22 -04:00
Mike McLean
024782eacc
also forget requests session in _forget()
2018-04-30 16:56:11 -04:00
Mike McLean
535dd5e338
PR#874: Update URL for Open Science Grid Koji instance
...
Merges #874
https://pagure.io/koji/pull-request/874
2018-04-30 16:55:18 -04:00
Matyas Selmeci
f6189528b9
Changed Open Science Grid instance URL to use http since their CA isn't commonly trusted
2018-04-30 16:55:15 -04:00
Matyas Selmeci
6e64fc599b
Update URL for Open Science Grid Koji instance
2018-04-30 16:55:15 -04:00
Mike McLean
11eb38eafb
PR#883: Doc: add repos-dist to koji filesystem skeleton
...
Merges #883
https://pagure.io/koji/pull-request/883
2018-04-30 16:53:14 -04:00
Alex Iribarren
92219abf3a
Doc: add repos-dist to koji filesystem skeleton
2018-04-30 16:53:08 -04:00
Mike McLean
ce82faba46
PR#894: tests for download_logs
...
Merges #894
https://pagure.io/koji/pull-request/894
2018-04-30 16:11:11 -04:00
Tomas Kopecek
815713fed3
tests for download_logs
2018-04-30 16:11:07 -04:00
Mike McLean
72d49b8e57
PR#909: Docs for CVE-2018-1002150
...
Merges #909
https://pagure.io/koji/pull-request/909
2018-04-30 16:03:32 -04:00
Mike McLean
478a603fd3
Docs for CVE-2018-1002150
2018-04-30 16:02:22 -04:00
Mike McLean
65d699099f
PR#778: add history to edit_host
...
Merges #778
https://pagure.io/koji/pull-request/778
Fixes : #638
https://pagure.io/koji/issue/638
koji list-history does not support getting host history
2018-04-30 11:35:44 -04:00
Mike McLean
8af24dd57e
fix unit tests
2018-04-30 11:35:25 -04:00
Mike McLean
d71b176f55
fix fields in set_host_enabled
2018-04-30 11:35:25 -04:00
Mike McLean
88b3876b2a
support querying history by host and channel
2018-04-30 11:35:25 -04:00
Mike McLean
5ec9e2379c
schema fixes
2018-04-30 11:35:25 -04:00
Tomas Kopecek
50a8254df8
tests for host_channels
2018-04-30 11:35:25 -04:00
Tomas Kopecek
b50479abb0
host_channels history
2018-04-30 11:35:25 -04:00
Tomas Kopecek
ef66d15b2e
Fix for host_config
2018-04-30 11:35:25 -04:00
Tomas Kopecek
41edab7fa2
host history tests
2018-04-30 11:35:25 -04:00
Tomas Kopecek
671d5da44c
update version in comment
2018-04-30 11:35:25 -04:00
Tomas Kopecek
0f8238dd33
add index
2018-04-30 11:35:25 -04:00
Tomas Kopecek
a72d9a200b
JOIN fixes for host_config
2018-04-30 11:35:25 -04:00
Tomas Kopecek
a5b713e438
update schema.sql for host_config
2018-04-30 11:35:25 -04:00
Tomas Kopecek
dfd097b440
add history to edit_host
...
Hosts now have history.
host table was split to host (containing ephemereal and non-editable
data (load, activity, name, user_id)) and host_config containing
data changeable by admins (archs, capacity, ...). This table is
versioned and searchable via queryHistory.
Fixes: https://pagure.io/koji/issue/638
2018-04-30 11:35:25 -04:00
Mike McLean
7b559a0f02
PR#774: Cache rpmdiff results and don't spawn special process
...
Merges #774
https://pagure.io/koji/pull-request/774
Fixes : #715
https://pagure.io/koji/issue/715
Noarch RPM check can last so long the database transaction gets terminated
2018-04-27 11:54:06 -04:00
Mike McLean
79a59c9d47
account for ignored self-provides in rpmdiff hash
2018-04-27 11:53:37 -04:00
Tomas Kopecek
c67dcee3ad
erase ignored fields
2018-04-27 11:53:37 -04:00
Tomas Kopecek
119e23d315
remove duplicate ignore
2018-04-27 11:53:37 -04:00
Tomas Kopecek
72d619929e
use 'ignore' in hash computation
2018-04-27 11:53:37 -04:00
Tomas Kopecek
71d5bdc02d
make rpmdiff.py lib only
...
Original sript-like behaviour is moved to koji-tools
https://pagure.io/koji-tools/pull-request/6
2018-04-27 11:53:37 -04:00
Tomas Kopecek
0468971594
fix tests for rpmdiff
2018-04-27 11:53:37 -04:00
Mike McLean
2248b03406
TEST: add sanity check to rpmdiff main
2018-04-27 11:53:37 -04:00
Tomas Kopecek
af5f110d37
check for empty header
2018-04-27 11:53:37 -04:00
Tomas Kopecek
cb03d3ec9c
typo
2018-04-27 11:53:37 -04:00
Tomas Kopecek
54e52e469e
move rpmdiff to koji lib
2018-04-27 11:53:37 -04:00
Tomas Kopecek
fa9183a18a
cache rpmdiff results
2018-04-27 11:53:37 -04:00