Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29611593: Issue 5996 - Release consistent versions across WebExtensions (Closed)

Created:
Nov. 17, 2017, 3:09 p.m. by tlucas
Modified:
Dec. 4, 2017, 11:11 a.m.
CC:
Vasily Kuznetsov
Base URL:
https://codereview.adblockplus.org/29609559/
Visibility:
Public.

Description

Issue 5996 - Release consistent versions across WebExtensions

Patch Set 1 #

Patch Set 2 : Rebase against https://hg.adblockplus.org/buildtools/rev/f92050874f05 #

Total comments: 14

Patch Set 3 : Refactoring release decision #

Total comments: 5

Patch Set 4 : Addressing comments #

Total comments: 8

Patch Set 5 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -86 lines) Patch
M build.py View 1 7 chunks +16 lines, -29 lines 0 comments Download
M localeTools.py View 1 chunk +24 lines, -0 lines 0 comments Download
M packager.py View 1 chunk +21 lines, -0 lines 0 comments Download
M packagerChrome.py View 2 chunks +2 lines, -5 lines 0 comments Download
M releaseAutomation.py View 1 2 3 4 2 chunks +169 lines, -51 lines 0 comments Download
M tox.ini View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
tlucas
Path Set 1: * Enable releaseAutomation.py and build.py to handle gecko releases * Enable releaseAutomation.py ...
Nov. 17, 2017, 3:25 p.m. (2017-11-17 15:25:31 UTC) #1
tlucas
Patch Set 2: * Rebasing against https://hg.adblockplus.org/buildtools/rev/f92050874f05
Nov. 20, 2017, 11:44 a.m. (2017-11-20 11:44:28 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29611593/diff/29612649/releaseAutomation.py File releaseAutomation.py (right): https://codereview.adblockplus.org/29611593/diff/29612649/releaseAutomation.py#newcode127 releaseAutomation.py:127: return version in existing I consider that quite a ...
Nov. 20, 2017, 3:33 p.m. (2017-11-20 15:33:17 UTC) #3
tlucas
Patch Set 3 * Beautified commit messages * Added docstrings to new functions * Introduced ...
Nov. 23, 2017, 12:05 p.m. (2017-11-23 12:05:53 UTC) #4
Wladimir Palant
https://codereview.adblockplus.org/29611593/diff/29616562/releaseAutomation.py File releaseAutomation.py (right): https://codereview.adblockplus.org/29611593/diff/29616562/releaseAutomation.py#newcode122 releaseAutomation.py:122: def version_is_op_to(value, orig, op): For reference, sitescripts.extensions.utils has another ...
Nov. 28, 2017, 11:01 a.m. (2017-11-28 11:01:17 UTC) #5
tlucas
Patch Set 4: * Addressing comments * Only consider new tag formats in comparison * ...
Nov. 28, 2017, 1:28 p.m. (2017-11-28 13:28:43 UTC) #6
Wladimir Palant
https://codereview.adblockplus.org/29611593/diff/29622571/releaseAutomation.py File releaseAutomation.py (right): https://codereview.adblockplus.org/29611593/diff/29622571/releaseAutomation.py#newcode128 releaseAutomation.py:128: return int(items[index]) if index < len(items) else 0 You ...
Nov. 28, 2017, 2:04 p.m. (2017-11-28 14:04:41 UTC) #7
tlucas
Patch Set 5: * Removed double conversion * Accounted for versions of different length * ...
Nov. 28, 2017, 2:21 p.m. (2017-11-28 14:21:16 UTC) #8
Wladimir Palant
Dec. 4, 2017, 11:03 a.m. (2017-12-04 11:03:56 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld