<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>&gt; From: infrastructure-request@lists.fedoraproject.org<br>&gt; Subject: infrastructure Digest, Vol 109, Issue 14<br>&gt; To: infrastructure@lists.fedoraproject.org<br>&gt; Date: Tue, 16 Jun 2015 12:00:05 +0000<br>&gt; <br>&gt; Send infrastructure mailing list submissions to<br>&gt;         infrastructure@lists.fedoraproject.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         https://admin.fedoraproject.org/mailman/listinfo/infrastructure<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         infrastructure-request@lists.fedoraproject.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         infrastructure-owner@lists.fedoraproject.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of infrastructure digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. [release] fedocal 0.14 (Pierre-Yves Chibon)<br>&gt;    2. [release] pagure: 0.1.14 (Pierre-Yves Chibon)<br>&gt;    3. Meeting Agenda Item: Introduction Jean Vicelli (jean vicelli)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Mon, 15 Jun 2015 15:31:48 +0200<br>&gt; From: Pierre-Yves Chibon &lt;pingou@pingoured.fr&gt;<br>&gt; To: Fedora Infrastructure &lt;infrastructure@lists.fedoraproject.org&gt;<br>&gt; Subject: [release] fedocal 0.14<br>&gt; Message-ID: &lt;20150615133148.GD5352@carmine.pingoured.fr&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Good morning everyone,<br>&gt; <br>&gt; I have just released a new fedocal version: 0.14<br>&gt; <br>&gt; Here is its changelog:<br>&gt; * Mon Jun 15 2015 Pierre-Yves Chibon &lt;pingou@pingoured.fr&gt; - 0.14-1<br>&gt; - Update to 0.14<br>&gt; - Add an API endpoint presenting a shield if the user is currently in a meeting<br>&gt; - Sanitize the text generated by markdown to avoid potential XSS<br>&gt; <br>&gt; Deployed in both stg and prod.<br>&gt; <br>&gt; <br>&gt; Enjoy!<br>&gt; <br>&gt; Pierre<br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: not available<br>&gt; Type: application/pgp-signature<br>&gt; Size: 181 bytes<br>&gt; Desc: not available<br>&gt; URL: &lt;http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20150615/c89ea73f/attachment-0001.sig&gt;<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Mon, 15 Jun 2015 17:44:53 +0200<br>&gt; From: Pierre-Yves Chibon &lt;pingou@pingoured.fr&gt;<br>&gt; To: Fedora Infrastructure &lt;infrastructure@lists.fedoraproject.org&gt;<br>&gt; Subject: [release] pagure: 0.1.14<br>&gt; Message-ID: &lt;20150615154453.GF5352@carmine.pingoured.fr&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Good morning everyone,<br>&gt; <br>&gt; I have just released and pushed a new version of pagure: 0.1.14<br>&gt; <br>&gt; The changelog is pretty big and quite a number of bugs have been fixed and RFE<br>&gt; implemented.<br>&gt; Here it is:<br>&gt; * Fri Jun 12 2015 Pierre-Yves Chibon &lt;pingou@pingoured.fr&gt; - 0.1.14-1<br>&gt; - Update to 0.1.14<br>&gt; - Remove all new lines characters from the ssh key uploaded<br>&gt; - Adjust the URL in the footer to point to https://pagure.io/pagure<br>&gt; - Fix displaying the time of a comment<br>&gt; - Forbid the use of spaces in group name<br>&gt; - Do not get the list of not-merged commits if there is only 1 branch in the<br>&gt;   repo<br>&gt; - Display the error message if pagure.lib.add_group raises an exception<br>&gt; - Add a new setting enforcing that all commits in a PR are signed-off by their<br>&gt;   author<br>&gt; - Enforce that all commits are signed-off by the author if the repo is<br>&gt;   configured for this<br>&gt; - Also check for the signed-off status before merging a pull-request<br>&gt; - Adjust online-editing to allow specifying which email address to use in the<br>&gt;   commit<br>&gt; - Add an avatar_email field to projects<br>&gt; - Change the PullRequest's status from a Boolean to a Text restricted at the DB<br>&gt;   level (Allows to distinguish Open/Merged/Closed)<br>&gt; - Show in the pull-request view who merged the pull-request<br>&gt; - Specify who closed the pull-request in the API output<br>&gt; - Catch GitError when merging and checking merge status of a PR<br>&gt; - Hide the form to create pull-requests if the user is not an admin of the repo<br>&gt; - Replace the Pull-Request button by a Compare button if the user it not a repo<br>&gt;   admin<br>&gt; - Set the title of the tab as URL hash to allow directly linking to it<br>&gt; - Adjust the API to be able to distinguish API authentication and UI<br>&gt;   authentication<br>&gt; - Fix API documentation to create new issues<br>&gt; - Drop the status from the requirements to open a new issue via the API<br>&gt; - Expand the list of blacklisted project names<br>&gt; - Have the code tags behave like pre tags (html tags)<br>&gt; - Allow project to specify an URL and display it on their page<br>&gt; - Strip the ssh keys when writing them to the authorized_keys file<br>&gt; - Disable javascript in all the markdown fields<br>&gt; - Validate early the input submitted in the forms (using more or less strict<br>&gt;   regex)<br>&gt; - If the session timed-out, redirect to the setting page after authentication<br>&gt;   and inform the user that the action was canceled<br>&gt; - Catch PagureException when adjusting the project's settings<br>&gt; - Redirect the /api endpoint to the api documentation place<br>&gt; - Fix how is retrieved the list of emails to send the notification to<br>&gt; - Sanitize the html using bleach to avoid potential XSS exploit<br>&gt; - Do not give READ access to everyone on the tickets and pull-requests repos to<br>&gt;   avoid leaking private tickets<br>&gt; - Adjust the unit-tests for all these changes<br>&gt; <br>&gt; <br>&gt; Hope you like it!<br>&gt; <br>&gt; Pierre<br>&gt; -------------- next part --------------<br>&gt; A non-text attachment was scrubbed...<br>&gt; Name: not available<br>&gt; Type: application/pgp-signature<br>&gt; Size: 181 bytes<br>&gt; Desc: not available<br>&gt; URL: &lt;http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20150615/cf4d331a/attachment-0001.sig&gt;<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Mon, 15 Jun 2015 20:04:44 -0300<br>&gt; From: jean vicelli &lt;jcvicelli@gmail.com&gt;<br>&gt; To: infrastructure@lists.fedoraproject.org<br>&gt; Subject: Meeting Agenda Item: Introduction Jean Vicelli<br>&gt; Message-ID:<br>&gt;         &lt;CALCABKtw2OskcH=TERddyU+_XnwKazbtsFKOv7Xf5QMY9fswcQ@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="utf-8"<br>&gt; <br>&gt; Hello Fedora-Infrastructure!<br>&gt; <br>&gt; My name is Jean( IRC: jcvicelli ), I'm from Curitiba, Brazil and I've been<br>&gt; working with infrastructure for a while, with both Linux and Windows<br>&gt; servers. I'm also a bash script and python developer!<br>&gt; I can easyly spend 4 to 5 hours a week contributing, out of my work<br>&gt; time(utc -3)..<br>&gt; <br>&gt; Appreciate some help to get started!<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; <br>&gt; <br>&gt; att.<br>&gt; <br>&gt; *Jean Carlo Vicelli*<br>&gt; <br>&gt; &lt;http://br.linkedin.com/in/jeanvicelli&gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: &lt;http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20150615/5db5eacb/attachment-0001.html&gt;<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; infrastructure mailing list<br>&gt; infrastructure@lists.fedoraproject.org<br>&gt; https://admin.fedoraproject.org/mailman/listinfo/infrastructure<br>&gt; <br>&gt; End of infrastructure Digest, Vol 109, Issue 14<br>&gt; ***********************************************<br></div>                                               </div></body>
</html>