[pydotorg-www] Weekly report of my work on python.org

Berker Peksağ berker.peksag at gmail.com
Mon Jul 24 03:22:01 EDT 2017


This is the first report of my PSF grant to work on improving python.org.

Summary
-------

Triaged issues: 27
Closed issues: 23
Commits: 28
Time spent: 18 hours

Community pull requests
-----------------------

MERGED - https://github.com/python/pythondotorg/pull/1096 (Stefano Cianciulli)
    Fixes https://github.com/python/pythondotorg/issues/1079
REVIEWED - https://github.com/python/pythondotorg/pull/1056 (Mark Mangoba)

Closed issues
-------------

CLOSED - https://github.com/python/pythondotorg/issues/1097
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/1076
CLOSED - https://github.com/python/pythondotorg/issues/1092
CLOSED - https://github.com/python/pythondotorg/issues/1049
CLOSED - https://github.com/python/pythondotorg/issues/1094
    I also wrote
https://gist.github.com/berkerpeksag/ca086a09407b3d985f6bf5b83c680dc1
    (before this, I made a small tweak to our downloads API in
    https://github.com/python/pythondotorg/commit/c41e33cf0b18b858b4a63b66163a7bf770382c99)
to update
    existing releases and made a commit against python/release-tools
to prevent adding new
    records containing the itanium information in the future:
    https://github.com/python/release-tools/commit/73ca49995946eeef505c0342b2795a1dfc9c5e32
CLOSED - https://github.com/python/pythondotorg/issues/996
CLOSED - https://github.com/python/pythondotorg/issues/1011
CLOSED - https://github.com/python/pythondotorg/issues/987
    Commit: https://github.com/python/pythondotorg/commit/fc38940ce0727c5fcc095514caf316f4e077095f
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/751
CLOSED - https://github.com/python/pythondotorg/issues/584
    Commit: https://github.com/python/pythondotorg/commit/de4e5d39c4b8ace495766fc11dcd0d733723725a
CLOSED - https://github.com/python/pythondotorg/issues/834
CLOSED - https://github.com/python/pythondotorg/issues/796
CLOSED - https://github.com/python/pythondotorg/issues/961
CLOSED - https://github.com/python/pythondotorg/issues/83
CLOSED - https://github.com/python/pythondotorg/issues/550
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/759
CLOSED - https://github.com/python/pythondotorg/issues/254
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/1084
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/181
CLOSED - CONTENT -  https://github.com/python/pythondotorg/issues/359
CLOSED - https://github.com/python/pythondotorg/issues/808
    Commit: https://github.com/python/pythondotorg/commit/026732ffcc92e68e0dbf24e8e703af8dc5bbc684
CLOSED - CONTENT - https://github.com/python/pythondotorg/issues/1064
    Commit: https://github.com/python/pythondotorg/commit/060ae6a8061110043f84ce1e0a15cb029f15f647
CLOSED - https://github.com/python/pythondotorg/issues/825
    Commit: https://github.com/python/pythondotorg/commit/cbb14fcf01c5bd7f37fbf228f5120e8c9b457eeb

Note that 'CONTENT' means a page on python.org has been updated.

Success stories improvements
----------------------------

This week's biggest project was to make "Success Stories" application
usable. Most of the work has been done in
https://github.com/python/pythondotorg/pull/1099 #1099 also fixed a
previously reported issue:
https://github.com/python/pythondotorg/issues/834

After #1099, I've opened
https://github.com/python/pythondotorg/pull/1100 to fix some small
bugs introduced in the earlier PR.

Then I wrote https://github.com/python/pythondotorg/commit/e3baa4cb3f2ff806770575980f1c96c0c297a5af
to include admin URL in emails to make review process easier.

You can see the complete list of my commits at
https://github.com/python/pythondotorg/commits?author=berkerpeksag&since=2017-06-30T21:00:00Z&until=2017-07-24T21:00:00Z

--Berker


More information about the pydotorg-www mailing list