<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/scripts, branch v4.2.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/scripts?h=v4.2.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/scripts?h=v4.2.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-02-07T09:54:20Z</updated>
<entry>
<title>Add support for package update notifications</title>
<updated>2016-02-07T09:54:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T19:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=64072461dfcc74857087b23c9ba7d9812b6afe40'/>
<id>urn:sha1:64072461dfcc74857087b23c9ba7d9812b6afe40</id>
<content type='text'>
Introduce a new notification option to receive notifications when a new
commit is pushed to a package repository.

Implements FS#30109.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add global comment notification setting</title>
<updated>2016-02-07T09:52:05Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T18:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=aa5e58db81b8a243e03d0f08925c2d1f34c82304'/>
<id>urn:sha1:aa5e58db81b8a243e03d0f08925c2d1f34c82304</id>
<content type='text'>
Add a configuration option to the account edit page that allows for
globally enabling/disabling package base comment notifications.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Rename the CommentNotify table to PackageNotifications</title>
<updated>2016-02-07T09:39:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T18:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3412de21d32708b44d1fb3011649734e3cc67d9b'/>
<id>urn:sha1:3412de21d32708b44d1fb3011649734e3cc67d9b</id>
<content type='text'>
As a preparatory step to adding support for package notifications on
events other than comments, rename the database table accordingly.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix issues reported by pyflakes</title>
<updated>2016-02-06T15:23:01Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-06T15:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f8b3cb97e54f9de73c6c2fca0cfade7e1657f1e4'/>
<id>urn:sha1:f8b3cb97e54f9de73c6c2fca0cfade7e1657f1e4</id>
<content type='text'>
Fix several style issues and remove unneeded imports/assignments.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>notify: Do not break overly long words</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T17:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8f870cc5f4e4810e3fdb2346275a2d7f7e3e91e0'/>
<id>urn:sha1:8f870cc5f4e4810e3fdb2346275a2d7f7e3e91e0</id>
<content type='text'>
Fixes FS#46937.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>notify: Do not pass notification texts via pipes</title>
<updated>2015-12-13T09:22:58Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T17:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e45609cf6645e650b8bafccd6860dec6aa9bb547'/>
<id>urn:sha1:e45609cf6645e650b8bafccd6860dec6aa9bb547</id>
<content type='text'>
Directly retrieve comments from the database instead of additionally
passing them via stdin.

Fixes FS#46742.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>notify: Fix merging of header dicts</title>
<updated>2015-11-12T10:47:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-26T19:34:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d87b138a89f734995d33fa91ebdccca59f848673'/>
<id>urn:sha1:d87b138a89f734995d33fa91ebdccca59f848673</id>
<content type='text'>
Fixes another regression introduced in c764999 (notify: Split out email
header generation, 2015-10-10).

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurblup: Strip version suffixes from provisions</title>
<updated>2015-10-24T17:23:34Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T17:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9bbbd665e7556bd67e15562c9e6674260f99f1ba'/>
<id>urn:sha1:9bbbd665e7556bd67e15562c9e6674260f99f1ba</id>
<content type='text'>
Since we cannot handle versioned provides, simply strip the version
suffix and treat them as if they were not versioned.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Track providers in the official repositories</title>
<updated>2015-10-21T20:05:42Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-21T16:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=16765d553233e50b326456393108729b1f3828bf'/>
<id>urn:sha1:16765d553233e50b326456393108729b1f3828bf</id>
<content type='text'>
Maintain a list of virtual provisions of packages from the official
binary package repositories. The list can be updated using the aurblup
script, e.g. via a cronjob.

This allows for adding proper links to package dependencies: If an AUR
package depends on a package from the official repositories (or on a
name provided by a package from the official repositories), add a link
to the corresponding archweb package details page. If an AUR package
depends on another AUR package (or on a name provided by another AUR
package), add a link to the corresponding aurweb package details page.
Otherwise, just display the name and do not add a link at all.

Fixes FS#46549.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Send notifications when changing co-maintainership</title>
<updated>2015-10-17T15:33:45Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-17T12:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4411a55ec9a131619e8e8f33c2fe2b8d3da21ee2'/>
<id>urn:sha1:4411a55ec9a131619e8e8f33c2fe2b8d3da21ee2</id>
<content type='text'>
Implements FS#45590.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
