Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Post: December 2019

This commit is contained in:
Bauke 2020-01-01 14:14:50 +01:00
parent 59f5be569c
commit 69fabb38df
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 369 additions and 0 deletions

View File

@ -8,6 +8,7 @@
## 2019
* [December](https://til.bauke.xyz/posts/december-2019.html)
* [November](https://til.bauke.xyz/posts/november-2019.html)
* [October](https://til.bauke.xyz/posts/october-2019.html)
* [September](https://til.bauke.xyz/posts/september-2019.html)

View File

@ -28,6 +28,11 @@
<section id="posts">
<h1>Posts</h1>
<h2>2019</h2>
<article class="post">
<h2>
<a href="posts/december-2019.html">December</a>
</h2>
</article>
<article class="post">
<h2>
<a href="posts/november-2019.html">November</a>

View File

@ -0,0 +1,363 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>December 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<link rel="alternate" type="application/rss+xml" href="../feed.rss" title="Tildes Issue Log (RSS 2.0)">
<link rel="alternate" type="application/atom+xml" href="../feed.atom" title="Tildes Issue Log (Atom 1.0)">
<link rel="alternate" type="application/json" href="../feed.json" title="Tildes Issue Log (JSON Feed 1.0)">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../site.webmanifest">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36">
<link rel="shortcut icon" href="../favicon.ico">
<meta name="msapplication-TileColor" content="#282a36">
<meta name="msapplication-config" content="../browserconfig.xml">
<meta name="theme-color" content="#282a36">
</head>
<body>
<div id="wrapper">
<h1>December 2019</h1>
<section id="post">
<article id="toc">
<h2>Table Of Contents</h2>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#feedback">Feedback</a>
</li>
<li>
<a href="#highlights">Highlights</a>
<ul>
<li>
<a href="#the-slow-month">The Slow Month</a>
</li>
</ul>
</li>
<li>
<a href="#statistics">Statistics</a>
</li>
<li>
<a href="#issue-table">Issue Table</a>
<ul>
<li>
<a href="#opened">Opened</a>
</li>
<li>
<a href="#closed">Closed</a>
</li>
</ul>
</li>
</ul>
</article>
<article id="about">
<h2>About</h2>
<p>The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made.
Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and
closed in that month, along with some interesting statistics so you can get a look into the development
process and a quick grasp of anything you may have missed.</p>
</article>
<article id="feedback">
<h2>Feedback</h2>
<p>If anything is incorrect or you have anything that you'd like to see changed or added please
<a href="https://gitlab.com/Bauke/tildes-issue-log/issues">open an issue</a>,
<a href="https://tildes.net/user/Bauke/new_message">PM me</a>
or comment on the posted topic on Tildes.</p>
<p>If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like
Tildes, this will remain entirely open-source.</p>
</article>
<article id="highlights">
<h2>Highlights</h2>
<h3 id="the-slow-month">The Slow Month</h3>
<p>
As the year comes to a close and everybody slows down a little during the holiday season, so does Tildes. Most of the work done this month has been
<a href="https://gitlab.com/tildes/tildes/compare/5c1cf3975d109fa742608c169279675fc6850e3f...fb7b0cb47319ed174a5a9a3b347b7b06530a49d1">upgrading versions</a>,
<a href="https://gitlab.com/tildes/tildes/commit/39449dd776239c50e93b247ddb7d5e762216c369">adding</a>
<a href="https://gitlab.com/tildes/tildes/commit/59699427fded6a9dd1ee056304be6de64b6eb42d">more</a>
<a href="https://gitlab.com/tildes/tildes/commit/7e5aa833aecddceee798771c93b7d5c927b08616">metadata</a>
and some small <a href="https://gitlab.com/tildes/tildes/compare/005684a8db546180ed776c61c52422658aac8435...ef9a3622973a19e41be022a9da1d1be0be814f58">UI changes</a>.
</p>
<p>
However, that's not all as there were also 2 open-source contributions:
<ul>
<li>
User mentions (like <a href="https://tildes.net/user/Tildes">@Tildes</a>) can now be escaped using <code>\</code> so you can do <code>\@Tildes</code> and it won't create a link + notification for that. And instead just leave it as regular text. (Although it appears to <a href="https://gitlab.com/tildes/tildes/issues/622">not be working</a> at the moment). This change was done by <a href="https://gitlab.com/tildes/tildes/merge_requests/85">Timo on GitLab</a>.
</li>
<li>
<code>/r/...</code> will now get linkified and point to the specified subreddit, so <code>/r/tildes</code> will become <a href="https://reddit.com/r/tildes">/r/tildes</a>. And this feature was implemented by <a href="https://gitlab.com/tildes/tildes/merge_requests/87">yabai on GitLab</a>.
</li>
</ul>
</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-12-31</p>
</details>
</article>
<article id="statistics">
<h2>Statistics</h2>
<p>In the month of December, 30 commits were made by 3 contributors, changing a total of 252 (+614|-362) lines. 8 issues were opened and 9 issues were closed.</p>
<p>An average of 0.27 issues were opened and 0.30 issues were closed each day.</p>
<p>The average time to close issues was 91.41 days or 2193.89 hours.</p>
<p>Top 3 issue creators:</p>
<ol>
<li>
<a href="https://gitlab.com/cfabbro">cfabbro</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro">5 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/b.bickerton">b.bickerton</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=b.bickerton">1 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/skybrian">skybrian</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=skybrian">1 issues created</a>.
</li>
</ol>
<p>Amount of labels assigned to currently open issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Feature+Request")>Feature Request</a>:5 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Investigate")>Investigate</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Accepted")>Stage::Accepted</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Unconfirmed")>Stage::Unconfirmed</a>:4 times.
</li>
</ul>
<p>Amount of labels assigned to closed issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Blocked")>Blocked</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Bug")>Bug</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Duplicate")>Duplicate</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Feature+Request")>Feature Request</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=In+Progress")>In Progress</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Accepted")>Stage::Accepted</a>:5 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=Stage::Unconfirmed")>Stage::Unconfirmed</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+Dev")>• Dev</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=•+Refactor")>• Refactor</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+HTML")>◦ HTML</a>:2 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+Python")>◦ Python</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+SCSS")>◦ SCSS</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=◦+SaltStack")>◦ SaltStack</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=🚀+Beginner-Friendly")>🚀 Beginner-Friendly</a>:2 times.
</li>
</ul>
</article>
<article id="issue-table">
<h2>Issue Table</h2>
<h3 id="opened">Opened</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/614">614</a></td>
<td>Add a way for users to manually edit the metada...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/12/01 01:42:03</td>
<td>2019/12/01 01:43:56</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/615">615</a></td>
<td>Scraped link description doesnt wrap correctly...</td>
<td><a href="https://gitlab.com/b.bickerton">b.bickerton</a></td>
<td>2019/12/01 09:15:01</td>
<td>2019/12/02 00:47:18</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/616">616</a></td>
<td>Add an "unread comments" view</td>
<td><a href="https://gitlab.com/skybrian">skybrian</a></td>
<td>2019/12/03 23:00:42</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/617">617</a></td>
<td>Just like with votes, disable labels after vote...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/12/23 01:04:41</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/618">618</a></td>
<td>Add the ability for users to attach citations t...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/12/23 04:13:53</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/619">619</a></td>
<td>Add a "citation requested" comment label</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/12/23 05:35:58</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/620">620</a></td>
<td>Add support for LaTeX in comments and text topics</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/12/23 05:58:45</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/621">621</a></td>
<td>Add option to limit topic on frontpage</td>
<td><a href="https://gitlab.com/casimiria">casimiria</a></td>
<td>2019/12/31 06:13:13</td>
<td>2019/12/31 12:22:20</td>
</tr>
</tbody>
</table>
<h3 id="closed">Closed</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
<thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/350">350</a></td>
<td>Rework views and/or schemas to support webargs ...
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2019/01/08 23:51:20</td>
<td>2019/12/09 20:50:24</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/494">494</a></td>
<td>Automatically linking /r/subreddit in comments.
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/06/12 10:02:25</td>
<td>2019/12/13 01:15:06</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/539">539</a></td>
<td>Change comment voting so it doesn't replace the...
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2019/08/13 05:40:22</td>
<td>2019/12/05 04:58:14</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/551">551</a></td>
<td>Update marshmallow to 3.0+
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2019/08/26 20:20:12</td>
<td>2019/12/09 20:50:12</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/584">584</a></td>
<td>Update Python to 3.8
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2019/10/18 00:48:30</td>
<td>2019/12/17 04:12:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/595">595</a></td>
<td>Don't linkify mentions if the @ is escaped
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/11/08 19:54:27</td>
<td>2019/12/02 19:50:17</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/614">614</a></td>
<td>Add a way for users to manually edit the metada...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/12/01 01:42:03</td>
<td>2019/12/01 01:43:56</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/615">615</a></td>
<td>Scraped link description doesnt wrap correctly...
<td><a href="https://gitlab.com/b.bickerton">b.bickerton</a>
<td>2019/12/01 09:15:01</td>
<td>2019/12/02 00:47:18</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/621">621</a></td>
<td>Add option to limit topic on frontpage
<td><a href="https://gitlab.com/casimiria">casimiria</a>
<td>2019/12/31 06:13:13</td>
<td>2019/12/31 12:22:20</td>
</tr>
</tbody>
</table>
</article>
</section>
<footer id="footer">
<h3>
<a href="../index.html">Home</a>
</h3>
<h3>
<a href="#">To Top</a>
</h3>
<h3>
<a href="https://tildes.net">Tildes</a>
</h3>
<h3>Built with
<a href="https://gulpjs.com">Gulp</a>
and
<a href="https://sass-lang.com/">Sass</a>
</h3>
<h3>Colors from
<a href="https://draculatheme.com">Dracula</a>
</h3>
<h3>View the
<a href="https://gitlab.com/Bauke/tildes-issue-log">source</a>
</h3>
</footer>
</div>
</body>
</html>