<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Piotr Banaszkiewicz on The Carpentries</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/author/piotr-banaszkiewicz/</link><description>Recent content in Piotr Banaszkiewicz on The Carpentries</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 20 Nov 2024 10:51:28 -0500</lastBuildDate><atom:link href="https://deploy-preview-705--carpentries-website.netlify.app/blog/author/piotr-banaszkiewicz/index.xml" rel="self" type="application/rss+xml"/><item><title>AMY release v1.5.1</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2016/04/amy-release-151/</link><pubDate>Sun, 03 Apr 2016 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2016/04/amy-release-151/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>We&amp;rsquo;re very pleased to announce the newest (&lt;a href="https://github.com/swcarpentry/amy/milestones/v1.5.1">v1.5.1&lt;/a>) release of &lt;a href="https://github.com/swcarpentry/amy">AMY&lt;/a>, our
workshop management tool. This release is special because:&lt;/p>
&lt;ol>
&lt;li>it contains more bugfixes than new features&lt;/li>
&lt;li>we had a number of submissions from prospective
&lt;a href="https://summerofcode.withgoogle.com/">Google Summer of Code 2016&lt;/a> (GSoC)
students.&lt;/li>
&lt;/ol>
&lt;p>GSoC students that submitted fixes or new features to AMY:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://github.com/shubhsingh594">Shubham Singh&lt;/a> added &amp;ldquo;Notes&amp;rdquo; field to instructor profile update form&lt;/li>
&lt;li>&lt;a href="https://github.com/nikhilweee">Nikhil Verma&lt;/a> found and fixed &amp;ldquo;List duplicates&amp;rdquo; page error when no
duplicates existed&lt;/li>
&lt;li>&lt;a href="https://github.com/shubhsingh594">Shubham Singh&lt;/a> added new tag &amp;ldquo;hackaton&amp;rdquo;&lt;/li>
&lt;li>&lt;a href="https://github.com/chrismedrela">Chris Medrela&lt;/a> found and fixed 404 page for revisions that didn&amp;rsquo;t exist&lt;/li>
&lt;/ul>
&lt;p>Additionally &lt;a href="https://github.com/nikhilweee">Nikhil Verma&lt;/a> is working on getting certificates to generate
from within &lt;a href="https://github.com/swcarpentry/amy">AMY&lt;/a>, but this will probably land in &lt;a href="https://github.com/swcarpentry/amy/milestones/v1.5.2">v1.5.2&lt;/a>.&lt;/p></description></item><item><title>AMY Version 1.3</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2016/01/amy-1.3/</link><pubDate>Tue, 05 Jan 2016 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2016/01/amy-1.3/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
In the past month we've seen two releases of AMY: v1.2.1 and v1.3.
This blog post
(originally published on [my personal blog](http://piotr.banaszkiewicz.org/blog/2016/01/01/amy-release-13/))
contains a joined release notes for both of them.
&lt;h2 id="bug-fixes">Bug fixes&lt;/h2>
&lt;ul>
&lt;li>wrong URL used in event validation or import/update features is
now indicated (and we won&amp;rsquo;t receive wrong notifications about it)&lt;/li>
&lt;li>properly throw 404 on some pages (previously: 500)&lt;/li>
&lt;li>spaces are striped from &lt;code>Person&lt;/code> and &lt;code>ProfileUpdateRequest&lt;/code>
fields (names, emails)&lt;/li>
&lt;li>disable location inputs on event details page if online country
was preselected&lt;/li>
&lt;/ul>
&lt;h2 id="new-features">New features&lt;/h2>
&lt;ul>
&lt;li>use custom-built jQuery-UI (so that we no longer have conflicts
with Bootstrap&amp;rsquo;s tooltip module)&lt;/li>
&lt;li>Greg updated the script used to send instructors &amp;ldquo;Hey, update
your info&amp;rdquo; mails (it&amp;rsquo;s getting removed later on)&lt;/li>
&lt;li>it&amp;rsquo;s possible to add memberships per host&lt;/li>
&lt;li>new badge: DC instructor&lt;/li>
&lt;li>new logic for dealing with two instructor badges&lt;/li>
&lt;li>timeline of TO-DO items&lt;/li>
&lt;li>basic models (e.g. lessons, tags, academic levels, etc.) are now
manageable from Django&amp;rsquo;s admin interface&lt;/li>
&lt;li>all persons view: add filtering by workshop type person taught at&lt;/li>
&lt;li>remove blurred production database in favor of generated fake
database&lt;/li>
&lt;li>mailing script turned into better Django management command&lt;/li>
&lt;li>bulk upload now shows generated username and suggested people with
matching names&lt;/li>
&lt;li>show preview of event on SWC website&lt;/li>
&lt;li>API: filter events by tags&lt;/li>
&lt;/ul>
&lt;h2 id="no-longer-with-us">No longer with us&lt;/h2>
&lt;ul>
&lt;li>Greg removed some unused scripts (&lt;code>test-command-line-upload.sh&lt;/code>)
and commands (&lt;code>parse-instructor-info.py&lt;/code>)&lt;/li>
&lt;li>notifications about invalid HTTP header &lt;code>Host&lt;/code>&lt;/li>
&lt;li>other removed scripts and commands&lt;/li>
&lt;/ul>
&lt;p>January and February don&amp;rsquo;t seem busy for me, so I hope to have more
done on AMY in the coming months. I also want to thank
&lt;a href="http://whitelab.weecology.org/">Prof. Ethan White&lt;/a> for
his support of my work through December,
and for extending his support for the next two months.&lt;/p></description></item><item><title>AMY 1.0 Released</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/10/amy-1.0/</link><pubDate>Sat, 10 Oct 2015 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/10/amy-1.0/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>
 We are very pleased to announce the release of Version 1.0 of &lt;a href="{{site.github_url}}/amy">AMY&lt;/a>,
 our online workshop administration tool.
 A complete list of features is included in
 &lt;a href="http://piotr.banaszkiewicz.org/blog/2015/10/09/amy-release-v1-0/">this blog post&lt;/a>,
 and &lt;a href="{{site.github_url}}/amy/milestones/v1.1">this milestone&lt;/a> describes what we're planning to do for Version 1.1.
 If you enjoy web programming in Django,
 you'd be welcome to join in.
&lt;/p></description></item><item><title>AMY Version 0.6</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/07/amy-v0.6/</link><pubDate>Sat, 18 Jul 2015 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/07/amy-v0.6/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>Yesterday was the release day for &lt;a href="{{site.github_url}}/amy/milestones/v0.6">AMY v0.6.&lt;/a>.
Here's what's new and what's changed in this release.&lt;/p></description></item><item><title>Amy Version 0.4</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/06/amy-04/</link><pubDate>Fri, 19 Jun 2015 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2015/06/amy-04/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>Today's the deadline for &lt;a href="{{site.github_url}}/amy/milestones/v0.4">AMY v0.4&lt;/a>.
It contains a bunch of usability fixes, so all our admins should be happy :-)&lt;/p></description></item><item><title>GSoC Projects at Summer Sprint</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2014/07/sprint-gsoc/</link><pubDate>Mon, 21 Jul 2014 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2014/07/sprint-gsoc/</guid><description>&lt;p>&lt;b>This post originally appeared on the &lt;a href="https://software-carpentry.org/">Software Carpentry website.&lt;/a>&lt;/b>&lt;/p>
&lt;p>
 As you may know, the Mozilla Science Lab's first-ever
 &lt;a href="{{site.baseurl}}/blog/2014/05/multisite-sprint-in-july.html">two&lt;/a>-&lt;a href="{{site.baseurl}}/blog/2014/06/planning-our-summer-sprint.html">day&lt;/a>
 &lt;a href="{{site.baseurl}}/blog/2014/06/update-on-sprint-plans.html">sprint&lt;/a>
 is in the next few days and all GSoC projects related with Mozilla Science
 Lab will be part of it. For more information about the plans for the GSoC
 projects continue reading this post.
&lt;/p></description></item></channel></rss>