summaryrefslogtreecommitdiffstats
path: root/roles/pagure
Commit message (Collapse)AuthorAgeFilesLines
* Looks like pagure01 uses the IPv6 address when making API calls to itself, ↵Pierre-Yves Chibon2017-08-291-1/+1
| | | | so add it to the list of allowed IP addresses
* fixing jquery paths for upstreamfirst themeTim Flink2017-08-111-2/+2
|
* adding custom theme for upstreamfirstTim Flink2017-08-112-0/+217
|
* Blacklist 'group' as group namePierre-Yves Chibon2017-08-091-0/+2
|
* Allow project-less API tokens to create or comment on ticketsPierre-Yves Chibon2017-07-121-0/+8
|
* disable indexing of pagure-staging - converted robots.txt to templateBrandon Gray2017-07-013-6/+10
|
* Fix fcontexts for Pagure git repos and releasesPatrick Uiterwijk2017-06-081-0/+37
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Sync the blacklist list with upstream'sPierre-Yves Chibon2017-06-071-3/+4
| | | | Got acked on IRC from Patrick and Peter
* fix typoKevin Fenzi2017-06-021-1/+1
|
* pagure: up wsgi threads/processes to 6 from 4 and see if it makes things ↵Kevin Fenzi2017-06-021-1/+1
| | | | more stable
* adding python2-openidc-client to upstreamfirst pagure packagesTim Flink2017-05-251-0/+2
|
* Create Pagure attachments folderPatrick Uiterwijk2017-05-242-0/+10
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* turning on rewrite engine helps when using rewritesTim Flink2017-05-231-0/+2
|
* add static rewrite rules to all the virtual hostsTim Flink2017-05-231-0/+10
|
* trying to fix custom theme changesTim Flink2017-05-231-6/+6
|
* adjusting upstreamfirst pagure to use themesTim Flink2017-05-232-3/+10
|
* adding custom theme and static folder to upstreamfirst pagure configTim Flink2017-05-221-0/+3
|
* quoting instance name for pagureTim Flink2017-05-181-1/+1
|
* changing instance name and session cookie name for upstreamfirst pagureTim Flink2017-05-182-1/+5
|
* making pagure admin groups a var and adding sysadmin-qaTim Flink2017-05-181-1/+1
|
* removing pagure.io certs, enabling letsencryptTim Flink2017-05-182-23/+19
|
* fixing db command delegation to play nice with pg_hbaTim Flink2017-05-181-2/+2
|
* it helps if all the var names matchTim Flink2017-05-181-1/+1
|
* adding tags I forgot to the pagure role changesTim Flink2017-05-181-0/+6
|
* creating database and user for pagure dbTim Flink2017-05-181-0/+12
|
* specifying local db connection correctlyTim Flink2017-05-171-1/+1
|
* trying to get a local non-network postgresql connectionTim Flink2017-05-171-1/+2
|
* removing extra if block start from templateTim Flink2017-05-171-1/+0
|
* adding new role for upstreamfirst pagure instanceTim Flink2017-05-1719-0/+1230
|
* More precise configuration for pagure loggingPierre-Yves Chibon2017-05-161-0/+10
|
* Temporarily disable thisPatrick Uiterwijk2017-05-161-2/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add robots.txt for PagurePatrick Uiterwijk2017-05-163-0/+12
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add logging config to pagure's configuration filePierre-Yves Chibon2017-05-161-0/+42
|
* Drop sqlalchemy.url from alembic.ini now we use what is in pagure.cfgPierre-Yves Chibon2017-05-161-1/+0
|
* Drop the FPCA requirement for pagure.ioPierre-Yves Chibon2017-03-291-1/+1
| | | | | Legal has waived this requirement: https://lists.fedoraproject.org/archives/list/legal%40lists.fedoraproject.org/message/UWE4JIXEV76ZB54D33WEOSQGZR4Q25L5/
* Update Pagure, anitya and piwik to use the secure cipher setPatrick Uiterwijk2017-03-171-3/+6
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* set serveradmin for pagure so it does not say root@localhost anymore on errorsKevin Fenzi2017-03-171-0/+2
|
* Install and run the pagure_loadjsong and pagure_logcom servicesPierre-Yves Chibon2017-02-211-2/+6
|
* how many typos can be in one commit?Kevin Fenzi2017-01-301-1/+1
|
* overright pagure_ev systemd unit to have more filehandles for nowKevin Fenzi2017-01-302-0/+27
|
* Fix selinux for PagurePatrick Uiterwijk2017-01-265-2/+26
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Point stg.pagure.io to releases.stg.pagure.orgPierre-Yves Chibon2017-01-191-0/+4
|
* pagure: Fix SHA256 hashes for pagure.io and stg.pagure.ioTodd Zullinger2016-12-261-2/+2
| | | | | | | | | | | | | | | | | | | | | In 4812bc39e (Add the SHA256 of the ssh key, 2016-05-28) the SHA256 fingerprints were added to the wrong section. The stg.pagure.io fingerprint is in the pagure.io section and vice versa. The MD5 fingerprints are correct. This can be confirmed by checking the output of ssh-keygen with the SSH pubkey values for each host: $ for i in {stg.,}pagure.io.pub; do echo $i; cat $i; for hash in sha256 md5; do ssh-keygen -l -E $hash -f $i; done; echo; done stg.pagure.io.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJNu490Rp305zGCJLvhVIrKjL7Xngew3NxgRYeopHBDvj+EFQUqULXtgrI5nUBMSB94RrsuHynFAXYy2m0snHjWzWjbIxM4ZVD2sX4GiKX6qu7WyxcGmGcL08MF919r+JSPL9oWWSq/CvvBF0M1eeqkIpjMZHpVKgR3uTMD5yW994NBLAQi9i1UdwGYNQc1KqWvlvW1XhFFtiIGscIFGRKsUOMvnJvWdU6T+djmzMy4hcahxnsPCZxCjbQpuH1JjihNNVWYOq7Ztjs1gxpTTV19ATp4Z2F95uyyQ3Y+Em9KeXcKXYxwVzYVho5SSB1ZYBL+xAH1osK23PvGD39UYp9 2048 SHA256:x4xld/tPdeOhbyJcTOxd+IbSZ4OpnBzh/IskocyrOME stg.pagure.io.pub (RSA) 2048 MD5:69:50:46:24:c7:94:44:f8:8d:83:05:5c:eb:73:fb:c4 stg.pagure.io.pub (RSA) pagure.io.pub ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC198DWs0SQ3DX0ptu+8Wq6wnZMrXUCufN+wdSCtlyhHUeQ3q5B4Hgto1n2FMj752vToCfNTn9mWO7l2rNTrKeBsELpubl2jECHu4LqxkRVihu5UEzejfjiWNDN2jdXbYFY27GW9zymD7Gq3u+T/Mkp4lIcQKRoJaLobBmcVxrLPEEJMKI4AJY31jgxMTnxi7KcR+U5udQrZ3dzCn2BqUdiN5dMgckr4yNPjhl3emJeVJ/uhAJrEsgjzqxAb60smMO5/1By+yF85Wih4TnFtF4LwYYuxgqiNv72Xy4D/MGxCqkO/nH5eRNfcJ+AJFE7727F7Tnbo4xmAjilvRria/+l 2048 SHA256:Gddkd5H7oQ1RaK8WgXSKl7JZP+FgLyidmxbLercJ/JY pagure.io.pub (RSA) 2048 MD5:90:8e:7f:a3:f7:f1:70:cb:56:77:96:17:44:c4:fc:82 pagure.io.pub (RSA)
* Systemd wants service/unit files to get 644, not 755.Kevin Fenzi2016-12-161-1/+1
|
* The pagure cert is named .cert not .crtPierre-Yves Chibon2016-12-161-2/+2
|
* Add the httpd/certificate tag to pagure's playbookPierre-Yves Chibon2016-12-151-0/+1
|
* Move releases.pagure.org to the pagure.io certPierre-Yves Chibon2016-12-151-3/+3
|
* Drop the redirect to https for now on releases.pagure.orgPierre-Yves Chibon2016-12-151-2/+11
|
* Bump the upload limit for pagure to 60MBPierre-Yves Chibon2016-12-141-1/+1
| | | | Fixes https://pagure.io/fedora-infrastructure/issue/5631
* Clean up and make the apache config working for pagurePierre-Yves Chibon2016-12-051-15/+2
|