Tomas Kopecek
a0711397cc
PR#1798: rm old test code
...
Merges #1798
https://pagure.io/koji/pull-request/1798
Fixes : #1811
remove old test code
https://pagure.io/koji/issue/1811
2019-11-18 10:46:02 +01:00
Ken Dreyer
68bcc06427
rm old test code
...
Some files in the tree had bits of code that you could run if you
executed the files directly as scripts. Now that we have unit tests and
the "fakehub" tool, we do not need this code.
2019-11-18 10:45:57 +01:00
Tomas Kopecek
99f0da24ee
PR#1795: fix typos for GenericError
...
Merges #1795
https://pagure.io/koji/pull-request/1795
Related: #1772
Make rpm optional import
https://pagure.io/koji/issue/1772
2019-11-18 10:06:02 +01:00
Yu Ming Zhu
22951f7f9d
fix typos for GenericError
2019-11-18 10:05:59 +01:00
Tomas Kopecek
0852e20371
PR#1799: hub: document cg_import parameters
...
Merges #1799
https://pagure.io/koji/pull-request/1799
Fixes #1810
hub: document cg_import parameters
https://pagure.io/koji/issue/1810
2019-11-18 09:42:35 +01:00
Ken Dreyer
0589e5ca46
hub: document cg_import parameters
...
Document the parameters for the CGImport API call.
2019-11-18 09:42:30 +01:00
Tomas Kopecek
b9b53527a6
PR#1804: docs: MaxRequestsPerChild -> MaxConnectionsPerChild
...
Merges #1804
https://pagure.io/koji/pull-request/1804
2019-11-18 09:37:47 +01:00
Ken Dreyer
b7e8ad06c5
docs: MaxRequestsPerChild -> MaxConnectionsPerChild
...
As of httpd 2.4, this setting is named "MaxConnectionsPerChild".
2019-11-18 09:37:41 +01:00
Tomas Kopecek
d327d6b898
PR#1806: docs: explain "compile/builder1" user principal
...
Merges #1806
https://pagure.io/koji/pull-request/1806
2019-11-18 09:34:26 +01:00
Ken Dreyer
8e9698bd69
docs: explain "compile/builder1" user principal
...
Update the server howto doc to describe the "compile/*" Kerberos user
principal.
2019-11-18 09:34:21 +01:00
Tomas Kopecek
575318ffee
PR#1800: rpm: remove %defattr
...
Merges #1800
https://pagure.io/koji/pull-request/1800
Fixes : #1809
rpm: remove %defattr
https://pagure.io/koji/issue/1809
2019-11-18 09:33:01 +01:00
Ken Dreyer
ee1d0a6c64
rpm: remove %defattr
...
RHEL 5 and later do not require %defattr.
2019-11-18 09:32:57 +01:00
Tomas Kopecek
bb75433dcd
PR#1805: docs: recommend 2048 bit keys
...
Merges #1805
https://pagure.io/koji/pull-request/1805
2019-11-18 09:28:49 +01:00
Ken Dreyer
9f3f0ce463
docs: recommend 2048 bit keys
...
The US NIST recommends 2048-bit keys for RSA.
2019-11-18 09:28:46 +01:00
Tomas Kopecek
10d599754e
PR#1801: docs: fix indent for reloading postgres settings
...
Merges #1801
https://pagure.io/koji/pull-request/1801
2019-11-18 09:27:33 +01:00
Ken Dreyer
4f2d52c2f6
docs: fix indent for reloading postgres settings
...
Dedent the description of reloading postgres, so it's clearer that this
must be done after all the modifications to pg_hba.conf.
2019-11-18 09:27:28 +01:00
Tomas Kopecek
f19321bd9c
PR#1802: docs: simplify admin bootstrapping intro
...
Merges #1802
https://pagure.io/koji/pull-request/1802
2019-11-18 09:25:22 +01:00
Ken Dreyer
f53ea2c607
docs: simplify admin bootstrapping intro
...
Use the active voice when describing how to bootstrap the initial admin
user, and remove some complicated language so this is simpler to read
and understand.
2019-11-18 09:25:18 +01:00
Tomas Kopecek
7ea3a73073
PR#1803: docs: fix rST syntax for DB listening section
...
Merges #1803
https://pagure.io/koji/pull-request/1803
2019-11-18 09:23:27 +01:00
Tomas Kopecek
312c160afc
fix indenting
2019-11-18 09:23:02 +01:00
Ken Dreyer
c75f8ef416
docs: fix rST syntax for DB listening section
...
Clean up some rST syntax issues in the section about altering the
postgres listen_address.
2019-11-15 10:44:06 -07:00
Tomas Kopecek
e3eb6dc7ff
PR#1551: cluster health info page
...
Merges #1551
https://pagure.io/koji/pull-request/1551
Fixes : #1550
https://pagure.io/koji/issue/1550
[RFE] Cluster health info page
2019-11-14 09:58:14 +01:00
Tomas Kopecek
59d196c51e
cluster health info page
...
Fixes: https://pagure.io/koji/issue/1550
2019-11-14 09:58:10 +01:00
Tomas Kopecek
d097af40f9
PR#1525: include profile name in parsed config options
...
Merges #1525
https://pagure.io/koji/pull-request/1525
Fixes : #1522
https://pagure.io/koji/issue/1522
example profile script fails with AttributeError
2019-11-14 09:57:21 +01:00
Tomas Kopecek
ed4bd28b78
include profile name in prased config options
...
Fixes: https://pagure.io/koji/issue/1522
2019-11-14 09:54:21 +01:00
Tomas Kopecek
e0ec48845c
PR#1773: make rpm import optional in koji/__init__.py
...
Merges #1773
https://pagure.io/koji/pull-request/1773
Fixes : #1772
https://pagure.io/koji/issue/1772
Make rpm optional import
2019-11-12 10:03:10 +01:00
Tomas Kopecek
e11ad814af
make rpm import optional in koji/__init__.py
...
Fixes: https://pagure.io/koji/issue/1772
2019-11-12 10:03:06 +01:00
Mike McLean
c1464236c5
PR#1767: check ConfigParser object rather than config path list
...
Merges #1767
https://pagure.io/koji/pull-request/1767
Fixes : #1763
https://pagure.io/koji/issue/1763
test_profiles failed after config reading refactoring
2019-11-08 15:15:38 -05:00
Yu Ming Zhu
31a2670575
check ConfigParser object rather than config path list
...
fixes : #1763
2019-11-08 15:15:33 -05:00
Brendan Reilly
eca76d58ed
PR#1782: 1.19.1 release
...
Merges #1782
https://pagure.io/koji/pull-request/1782
Fixes : #1783
https://pagure.io/koji/issue/1783
Create release notes for 1.19.1
2019-11-08 14:25:28 -05:00
Brendan Reilly
3aa1fa2dae
1.19.1 release
2019-11-08 11:53:12 -05:00
Mike McLean
4701739709
PR#1745: allow comma delimiter for allowed_methods
...
Merges #1745
https://pagure.io/koji/pull-request/1745
Fixes : #1744
https://pagure.io/koji/issue/1744
save-failed-tree conf is parsed differently than described
2019-11-08 09:47:10 -05:00
Tomas Kopecek
37a88310c2
allow comma/space delimiter for allowed_methods
...
Example config says, that comma is allowed, but it was not true.
Fixes: https://pagure.io/koji/issue/1744
2019-11-08 09:47:06 -05:00
Tomas Kopecek
14ff331e8f
PR#1769: koji-gc: Fix up usage of default configuration file
...
Merges #1769
https://pagure.io/koji/pull-request/1769
Fixes : #1768
koji-gc errors out if run without specifying config file
https://pagure.io/koji/issue/1768
2019-11-07 17:06:25 -05:00
Jim Foraker
b688433323
koji-gc: Fix up usage of default configuration file
...
Previously, koji-gc would fail if run without a configuration file
being specified on the command line.
Signed-off-by: Jim Foraker <foraker1@llnl.gov>
2019-11-07 17:06:24 -05:00
Tomas Kopecek
b1260bf33d
PR#1724: don't expect all buildReferences fields (koji-gc)
...
Merges #1724
https://pagure.io/koji/pull-request/1724
Fixes : #1723
https://pagure.io/koji/issue/1723
koji-gc expect ordered output of buildReferences
2019-11-07 11:44:45 -05:00
Tomas Kopecek
c165278694
don't expect all buildReferences fields (koji-gc)
...
Fixes: https://pagure.io/koji/issue/1723
2019-11-07 11:44:43 -05:00
Tomas Kopecek
30917fc5cf
PR#1726: fix typo in --ignore-tags
...
Merges #1726
https://pagure.io/koji/pull-request/1726
Fixes : #1725
https://pagure.io/koji/issue/1725
koji-gc --ignore-tags doesn't work
2019-11-07 11:43:50 -05:00
Tomas Kopecek
71f62894b7
fix typo in --ignore-tags
...
Fixes: https://pagure.io/koji/issue/1725
2019-11-07 11:43:49 -05:00
Tomas Kopecek
cce3c6ff1e
PR#1732: add _remote.repositories to ignored maven files
...
Merges #1732
https://pagure.io/koji/pull-request/1732
Fixes : #1731
https://pagure.io/koji/issue/1731
maven 3 creates _remote.repositories files
2019-11-07 11:43:11 -05:00
Tomas Kopecek
956ad744af
add _remote.repositories to ignored maven files
...
Fixes: https://pagure.io/koji/issue/1731
2019-11-07 11:43:09 -05:00
Tomas Kopecek
d093a596a6
PR#1738: --disabled alias for --not-enabled in list-hosts
...
Merges #1738
https://pagure.io/koji/pull-request/1738
Fixes : #1737
https://pagure.io/koji/issue/1737
[RFE] --disabled as alias for --not-enabled in list-hosts
2019-11-07 11:42:33 -05:00
Tomas Kopecek
93c4f49af9
--disabled alias for --not-enabled in list-hosts
...
Fixes: https://pagure.io/koji/issue/1737
2019-11-07 11:42:30 -05:00
Tomas Kopecek
ed75113dc3
PR#1716: split docs to subdirectories
...
Merges #1716
https://pagure.io/koji/pull-request/1716
Fixes : #1715
https://pagure.io/koji/issue/1715
Split docs to directories
2019-11-07 11:31:56 -05:00
Tomas Kopecek
989829eb79
split docs to subdirectories
...
Fixes: https://pagure.io/koji/issue/1715
2019-11-07 11:31:54 -05:00
Tomas Kopecek
3cb1e05761
PR#1742: check existence of maven symlink
...
Merges #1742
https://pagure.io/koji/pull-request/1742
Fixes : #1593
https://pagure.io/koji/issue/1593
maven build not working with fedora
2019-11-06 13:49:06 -05:00
Tomas Kopecek
8d4d74fca0
check existence of maven symlink
...
Fixes: https://pagure.io/koji/issue/1593
2019-11-06 13:49:04 -05:00
Tomas Kopecek
d412eb00e0
PR#1761: remove accuracy from koji-sweep-db timer
...
Merges #1761
https://pagure.io/koji/pull-request/1761
Fixes : #1758
https://pagure.io/koji/issue/1758
Accuracy not a valid systemd keyword in koji-sweep-db.timer
2019-11-06 13:03:53 -05:00
Tomas Kopecek
5b8c74a0c2
remove accuracy from koji-sweep-db timer
...
Fixes: https://pagure.io/koji/issue/1758
2019-11-06 13:03:51 -05:00
Tomas Kopecek
ae82232f39
PR#1751: hub: Fix issue with listing users and old versions of Postgres
...
Merges #1751
https://pagure.io/koji/pull-request/1751
Fixes #1750
hub: Fix issue with listing users and old versions of Postgres
https://pagure.io/koji/issue/1750
2019-11-06 13:01:26 -05:00