Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Looks like pagure01 uses the IPv6 address when making API calls to itself, ↵ | Pierre-Yves Chibon | 2017-08-29 | 1 | -1/+1 |
| | | | | so add it to the list of allowed IP addresses | ||||
* | Blacklist 'group' as group name | Pierre-Yves Chibon | 2017-08-09 | 1 | -0/+2 |
| | |||||
* | Allow project-less API tokens to create or comment on tickets | Pierre-Yves Chibon | 2017-07-12 | 1 | -0/+8 |
| | |||||
* | disable indexing of pagure-staging - converted robots.txt to template | Brandon Gray | 2017-07-01 | 3 | -6/+10 |
| | |||||
* | Fix fcontexts for Pagure git repos and releases | Patrick Uiterwijk | 2017-06-08 | 1 | -0/+37 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Sync the blacklist list with upstream's | Pierre-Yves Chibon | 2017-06-07 | 1 | -3/+4 |
| | | | | Got acked on IRC from Patrick and Peter | ||||
* | fix typo | Kevin Fenzi | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | pagure: up wsgi threads/processes to 6 from 4 and see if it makes things ↵ | Kevin Fenzi | 2017-06-02 | 1 | -1/+1 |
| | | | | more stable | ||||
* | Create Pagure attachments folder | Patrick Uiterwijk | 2017-05-24 | 2 | -0/+10 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | More precise configuration for pagure logging | Pierre-Yves Chibon | 2017-05-16 | 1 | -0/+10 |
| | |||||
* | Temporarily disable this | Patrick Uiterwijk | 2017-05-16 | 1 | -2/+0 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Add robots.txt for Pagure | Patrick Uiterwijk | 2017-05-16 | 3 | -0/+12 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Add logging config to pagure's configuration file | Pierre-Yves Chibon | 2017-05-16 | 1 | -0/+42 |
| | |||||
* | Drop sqlalchemy.url from alembic.ini now we use what is in pagure.cfg | Pierre-Yves Chibon | 2017-05-16 | 1 | -1/+0 |
| | |||||
* | Drop the FPCA requirement for pagure.io | Pierre-Yves Chibon | 2017-03-29 | 1 | -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 set | Patrick Uiterwijk | 2017-03-17 | 1 | -3/+6 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | set serveradmin for pagure so it does not say root@localhost anymore on errors | Kevin Fenzi | 2017-03-17 | 1 | -0/+2 |
| | |||||
* | Install and run the pagure_loadjsong and pagure_logcom services | Pierre-Yves Chibon | 2017-02-21 | 1 | -2/+6 |
| | |||||
* | how many typos can be in one commit? | Kevin Fenzi | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | overright pagure_ev systemd unit to have more filehandles for now | Kevin Fenzi | 2017-01-30 | 2 | -0/+27 |
| | |||||
* | Fix selinux for Pagure | Patrick Uiterwijk | 2017-01-26 | 5 | -2/+26 |
| | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | Point stg.pagure.io to releases.stg.pagure.org | Pierre-Yves Chibon | 2017-01-19 | 1 | -0/+4 |
| | |||||
* | pagure: Fix SHA256 hashes for pagure.io and stg.pagure.io | Todd Zullinger | 2016-12-26 | 1 | -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 Fenzi | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | The pagure cert is named .cert not .crt | Pierre-Yves Chibon | 2016-12-16 | 1 | -2/+2 |
| | |||||
* | Add the httpd/certificate tag to pagure's playbook | Pierre-Yves Chibon | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Move releases.pagure.org to the pagure.io cert | Pierre-Yves Chibon | 2016-12-15 | 1 | -3/+3 |
| | |||||
* | Drop the redirect to https for now on releases.pagure.org | Pierre-Yves Chibon | 2016-12-15 | 1 | -2/+11 |
| | |||||
* | Bump the upload limit for pagure to 60MB | Pierre-Yves Chibon | 2016-12-14 | 1 | -1/+1 |
| | | | | Fixes https://pagure.io/fedora-infrastructure/issue/5631 | ||||
* | Clean up and make the apache config working for pagure | Pierre-Yves Chibon | 2016-12-05 | 1 | -15/+2 |
| | |||||
* | Typi typo... again | Pierre-Yves Chibon | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Fix forgotten variable | Pierre-Yves Chibon | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Typi typo | Pierre-Yves Chibon | 2016-12-05 | 1 | -2/+2 |
| | |||||
* | Fix the namewidth option and add redirect | Pierre-Yves Chibon | 2016-12-05 | 1 | -1/+5 |
| | |||||
* | Try moving the releases to pagure.org | Pierre-Yves Chibon | 2016-12-05 | 2 | -18/+40 |
| | |||||
* | Order the service in the pagure playbook | Pierre-Yves Chibon | 2016-12-05 | 1 | -2/+2 |
| | |||||
* | Bump the maximum upload size to 50MB instead of 4MB | Pierre-Yves Chibon | 2016-11-15 | 1 | -1/+1 |
| | | | | | This should please the design team and tbh, also help uploading tarballs of pagure to pagure.io | ||||
* | Typi typo, fix pagure | Pierre-Yves Chibon | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Enable the stats port for the SSE server | Pierre-Yves Chibon | 2016-10-18 | 1 | -0/+2 |
| | |||||
* | Install and enable haveged on pagure.io | Pierre-Yves Chibon | 2016-10-13 | 1 | -0/+3 |
| | |||||
* | Increase the number of blacklisted project names | Pierre-Yves Chibon | 2016-09-09 | 1 | -1/+3 |
| | |||||
* | Make the CSRF token not time limited | Pierre-Yves Chibon | 2016-09-08 | 1 | -0/+4 |
| | |||||
* | To use pagure-ci we first need to install it | Pierre-Yves Chibon | 2016-09-05 | 1 | -0/+1 |
| | |||||
* | Start and run pagure_ci on pagure | Pierre-Yves Chibon | 2016-08-31 | 1 | -0/+1 |
| | |||||
* | Adjust pagure's config to add CI integration w/ jenkins | Pierre-Yves Chibon | 2016-08-31 | 1 | -0/+2 |
| | |||||
* | Make the short hash 7 characters, not 6 | Pierre-Yves Chibon | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | Add the SHA256 of the ssh key | Pierre-Yves Chibon | 2016-05-28 | 1 | -2/+4 |
| | | | | Fixes https://pagure.io/pagure/issue/698 | ||||
* | Ensure fedmsg-relay is running on pagure frontend | Pierre-Yves Chibon | 2016-05-28 | 1 | -0/+1 |
| | |||||
* | Adjust pagure's config to allow backward-compatible URLs | Pierre-Yves Chibon | 2016-04-22 | 1 | -0/+6 |
| | |||||
* | Make pagure link upon login be https | Pierre-Yves Chibon | 2016-02-03 | 1 | -0/+3 |
| |