Commit graph

378 commits

Author SHA1 Message Date
Tomas Kopecek
d86273e39d update docs to current jenkins setup
Fixes: https://pagure.io/koji/issue/1871
2020-02-25 10:31:45 +01:00
Tomas Kopecek
b9e0597ccd Merge sidetag plugin
Originally living in https://pagure.io/sidetag-koji-plugin

Fixes: https://pagure.io/koji/issue/1955
2020-02-12 13:16:28 +01:00
Tomas Kopecek
f9190657d9 Add 'target' policy
Fixes: https://pagure.io/koji/issue/1040
2020-02-11 14:30:25 +01:00
Mike McLean
51c5c9715a outdated comment 2020-02-05 11:36:34 +01:00
Tomas Kopecek
8e80c627eb docs for kojira and koji-gc
Fixes: https://pagure.io/koji/issue/1927
2020-02-04 10:31:47 +01:00
Ben Morrice
b308e386b3 update runs_here.rst: correcting usage of koji at CERN 2020-01-29 12:53:30 +00:00
Tomas Kopecek
8251f9ed30 prune less important changes 2020-01-20 09:38:10 +01:00
Mike McLean
046d6a80ea partial edits 2020-01-20 09:38:10 +01:00
Mike McLean
42fc5b0006 a little cleanup 2020-01-20 09:38:10 +01:00
Mike McLean
d85259d39e missing closing markup 2020-01-20 09:38:10 +01:00
Tomas Kopecek
6821560362 koji 1.20 release
Fixes: https://pagure.io/koji/issue/1898
2020-01-20 09:38:10 +01:00
Athos Ribeiro
9016a17f87 Update typeinfo metadata documentation
The build.extra.typeinfo build metadata has a strong relation with koji
BTypes. Here we update the documentation to make it clearer that the
typeinfo entries must hold the build types used in build for a given
content generator.
2020-01-07 09:19:29 +01:00
Tomas Kopecek
f9553070f2 document noarch rpmdiff behaviour
Fixes: https://pagure.io/koji/issue/996
2019-12-19 15:22:53 +01:00
Tomas Kopecek
64566ca172 merge duplicate docs
Fixes: https://pagure.io/koji/issue/1793
2019-12-12 16:24:39 +01:00
Tomas Kopecek
c6d1f34782 docs for partitioning buildroot_listings
Fixes: https://pagure.io/koji/issue/1746
2019-11-27 16:20:14 +01:00
Tomas Kopecek
2612a87270 grammar fixes 2019-11-27 13:45:12 +01:00
Tomas Kopecek
d2aff54a70 document tag inheritance
Fixes: https://pagure.io/koji/issue/1757
2019-11-27 13:45:12 +01:00
Tomas Kopecek
eb850998e0 remove old db constraint
Fixes: https://pagure.io/koji/issue/1789
2019-11-25 11:47:16 +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
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
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
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
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
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
Brendan Reilly
3aa1fa2dae 1.19.1 release 2019-11-08 11:53:12 -05:00
Tomas Kopecek
989829eb79 split docs to subdirectories
Fixes: https://pagure.io/koji/issue/1715
2019-11-07 11:31:54 -05:00
Brendan Reilly
6a57c7db21 Updated migration doc 2019-10-30 09:12:24 -04:00
Brendan Reilly
fc566e4b31 1.19 release 2019-10-30 09:12:24 -04:00
Tomas Kopecek
5bbdc5d539 backward-compatible db conversion
PG <= 9.4 doesn't support INSERT INTO ... ON CONFLICT ... syntax

Fixes: https://pagure.io/koji/issue/1718
2019-10-30 10:52:47 +01:00
Tomas Kopecek
22dc480b18 add all used permissions to db
Fixes: https://pagure.io/koji/issue/1637
2019-10-16 10:01:43 +02:00
Yu Ming Zhu
353fe2c510 doc: change user creating sql for kerberos auth
a follow-up of PR #1648
2019-10-15 13:07:20 +02:00
Tomas Kopecek
ba54425854 clean build_reservations table 2019-10-15 09:00:22 +02:00
Tomas Kopecek
54d6630345 Add vaccum to sessions cleanup 2019-10-15 09:00:22 +02:00
Tomas Kopecek
2da8d92bae improve docs 2019-10-15 09:00:22 +02:00
Tomas Kopecek
f68eeb6cc0 bundle db maintenance script to hub
Fixes: https://pagure.io/koji/issue/1478
2019-10-15 09:00:22 +02:00
Brendan Reilly
32bdc10d16 Updated docs for tag permission 2019-10-14 10:25:39 +02:00
Ken Dreyer
f5a845be14 enforce unique content generator names in database
Set a uniqueness constraint on the content generator name in the
database.

Prior to this change, we were only enforcing this in the hub application
layer. Configure this in postgres for safety.
2019-10-14 10:07:41 +02:00
Yuming Zhu
f47d630acd update schema with new table - user_krb_principals 2019-10-10 16:37:56 +02:00
Mike McLean
db75522ec7 clarify fixed/affected versions 2019-10-09 10:54:57 -04:00
Mike McLean
dd09e81411 bump docs version 2019-10-09 10:39:57 -04:00
Mike McLean
e76aa3d1d2 release notes for 1.18.1 2019-10-09 10:39:57 -04:00
Mike McLean
f2f3d19998 CVE-2019-17109 announcement text 2019-10-09 10:39:57 -04:00
Steve Milner
a1a90570c9 docs/schema.sql: update for changes in schema-upgrade-1.18-1.19.sql 2019-09-26 17:36:39 +02:00
Ben Howard
971b82a9e5 docs/schema-upgrade-1.18-1.19.sql: additional CoreOS artifact types. 2019-09-26 17:36:39 +02:00
Yuming Zhu
417d230277 fix schema.sql introduced by moving owner from tag_packages to another table
related: https://pagure.io/koji/pull-request/1473

fixes: https://pagure.io/koji/issue/956
2019-09-26 17:21:31 +02:00
Tomas Kopecek
3de3f61fbb move tag/package owners to separate table
Changing owner is triggering repo regeneration in kojira. As it is
something which doesn't have any effect on repodata, let's put it to
separate table and let kojira ignore these changes.

Fixes: https://pagure.io/koji/issue/956
2019-08-29 15:44:24 +02:00
Tomas Kopecek
0375e27626 update jenkins setup
Some libraries dropped py2.6 support, so put there version limits for
pip in CI. Update documentation for requests-mock.
2019-08-14 14:21:43 -04:00
Mike McLean
57ebae64e6 include a few more PRs in release notes 2019-08-09 10:12:31 -04:00
Mike McLean
5d8037c934 typo 2019-08-09 10:12:31 -04:00