Yuming Zhu
|
ca05418fb5
|
unittest: use unittest.mock instead of mock
because the absence of unittest.mock on python2.7, we still fallback to
mock
|
2024-10-23 16:35:30 +00:00 |
|
Tomas Kopecek
|
b0e91e378c
|
Move db/auth to kojihub module
Related: https://pagure.io/koji/issue/3666
|
2023-03-01 11:46:24 +01:00 |
|
Tomas Kopecek
|
e6e618d0bb
|
fix tests
|
2022-12-08 13:37:32 +01:00 |
|
Tomas Kopecek
|
31dbf67960
|
readability fixes
|
2022-11-04 12:37:00 +01:00 |
|
Jana Cupova
|
b9166945f5
|
Rewrite DB query to Procesors
Fixes: https://pagure.io/koji/issue/3511
Fixes: https://pagure.io/koji/issue/3493
|
2022-11-04 12:37:00 +01:00 |
|
Jana Cupova
|
1cfe6538db
|
Move database classes and functions from kojihub.py to koji/db.py
Move QueryProcessor, InsertProcessor, UpdateProcessor,
BulkInsertProcessor, _applyQueryOpts, get_event, _dml,
_fetchMulti, _fetchSingle, _singleValue, _multiRow, _singleRow
Update koji-sweep-db script to DB Processors
Fixes: https://pagure.io/koji/issue/3466
|
2022-10-11 14:29:05 +02:00 |
|
Jana Cupova
|
3fc402d5f2
|
Use nextval function instead of query 'SELECT nextval'
Fixes: https://pagure.io/koji/issue/3483
|
2022-09-05 10:42:11 +02:00 |
|
Tomas Kopecek
|
04da1d2db3
|
additional fixes
|
2022-05-02 06:55:46 +02:00 |
|
Jana Cupova
|
9bfefe782e
|
Hub, plugins and tools inputs validation
Fixes: https://pagure.io/koji/issue/3319
|
2022-05-02 06:55:44 +02: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
|
51358cfd09
|
simplify py3 tests
|
2020-06-18 15:41:35 +02:00 |
|
Tomas Kopecek
|
beb59148a2
|
fix tests
|
2020-03-25 13:51:36 +01:00 |
|
Tomas Kopecek
|
4f8ece5881
|
fix test
|
2020-03-25 13:51:36 +01:00 |
|
Tomas Kopecek
|
5eafede60b
|
add-host work even if host already tried to log in
Fixes: https://pagure.io/koji/issue/1874
|
2020-03-25 13:51:36 +01:00 |
|
Tomas Kopecek
|
50335800bd
|
introduce 'host' permission + docs
Fixes: https://pagure.io/koji/issue/1453
|
2019-06-13 13:43:14 -04:00 |
|
Tomas Kopecek
|
7f6b717eb6
|
python-modernize -f libmodernize.fixes.fix_import
|
2018-07-11 17:37:39 -04:00 |
|
Tomas Kopecek
|
c68396c059
|
Use unittest2 for rhel6 compatibility
Fixes: https://pagure.io/koji/issue/830
|
2018-06-07 09:39:39 -04:00 |
|
Tomas Kopecek
|
b50479abb0
|
host_channels history
|
2018-04-30 11:35:25 -04:00 |
|
Tomas Kopecek
|
41edab7fa2
|
host history tests
|
2018-04-30 11:35:25 -04:00 |
|