Gentoo Archives: gentoo-soc

From: Mykyta Holubakha <hilobakho@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] pomu weekly report for week #8
Date: Tue, 25 Jul 2017 01:01:08
Message-Id: CAJ3DYCHOQb2qeozmOC-sCh0+bgBnYh6FjLmmQ71Z89e124ExbA@mail.gmail.com
1 This is the weekly report for the week of 17-23.07.
2
3 During this week I was focused on importing packages and patches from
4 bugzilla. I've implemented a package source module, which fetches
5 attachments from bugzilla, as well as extracts links from bug comments
6 and allows to grab them with pbraw (with interactive previews). Some
7 time was spent on interactive previews and picker UI using the
8 curtsies library.
9
10 In addition, I did some further work on the pbraw library: some fixes
11 before the release, as well as releasing the 0.1 version of the
12 library, available at https://pypi.python.org/pypi/pbraw.
13
14 We had a few fruitful discussion with my mentor this week (he provided
15 me insights on UX development, as well as bugzilla interaction).
16
17 The coming week is the evaluation week, so the focus is on rigorous
18 work on QA, as well as continuing to implement changeset merging
19 (algorithms are in, but the integration is not verified yet).
20
21 This weeks commits (pomu):
22 - Unsealed url and bugz package source modules
23 added a module for interactive queries
24 depend on pbraw and curtsies
25
26 - Generify the repo code to allow merging patches
27 Rename command: install -> import
28
29 - Fixed an off-by-one error
30
31 - newline hotfix
32
33 - Added bugz package source module
34 package: allow merging files using direct binary data
35 stopped using a temporary file in the URL handler
36 added utility helpers to extract URLs from text and parse numeric ranges
37
38 This weeks commits (pbraw):
39 - url: return after first match
40
41 - Hotfixes
42
43 - Merge pull request #1 from hcpl/master
44 Fix bugs for executing
45 - Fix bugs for executing
46
47 - Fix setup.py