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

Issue 29354748: Fixes 4464 - Restore get_min_sdk_version() function from sitescripts.extensions.android module that… (Closed)

Created:
Sept. 22, 2016, 4:03 p.m. by Vasily Kuznetsov
Modified:
Oct. 4, 2016, 2:21 p.m.
Base URL:
https://hg.adblockplus.org/sitescripts
Visibility:
Public.

Description

Fixes 4464 - Restore get_min_sdk_version() function from sitescripts.extensions.android module that was deleted by #3759

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add a test #

Total comments: 4

Patch Set 3 : Mock plugin repositories instead of cloning them #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1003 lines, -2 lines) Patch
M sitescripts/extensions/bin/updateUpdateManifests.py View 1 1 chunk +8 lines, -1 line 0 comments Download
A sitescripts/extensions/test/adblockplussafari.pem View 1 1 chunk +84 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/AndroidManifest.xml View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/README.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A sitescripts/extensions/test/data/downloads.list View 1 2 1 chunk +405 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/metadata.gecko View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/data/metadata.safari View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/oracle/androidupdates.json View 1 1 chunk +6 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/oracle/androidupdates.xml View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/oracle/ieupdate.json View 1 1 chunk +10 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/oracle/update.rdf View 1 1 chunk +81 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/oracle/updates.plist View 1 1 chunk +22 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/sitescripts.ini.template View 1 1 chunk +32 lines, -0 lines 0 comments Download
A sitescripts/extensions/test/test_updateManifests.py View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
M tox.ini View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 9
Vasily Kuznetsov
Sept. 22, 2016, 4:03 p.m. (2016-09-22 16:03:31 UTC) #1
Vasily Kuznetsov
For now I haven't tested this for real, but the change is quite minimal so ...
Sept. 22, 2016, 4:06 p.m. (2016-09-22 16:06:10 UTC) #2
Sebastian Noack
On 2016/09/22 16:06:10, Vasily Kuznetsov wrote: > For now I haven't tested this for real, ...
Sept. 22, 2016, 4:14 p.m. (2016-09-22 16:14:52 UTC) #3
Wladimir Palant
On 2016/09/22 16:06:10, Vasily Kuznetsov wrote: > What would be the minimal representative configuration for ...
Sept. 23, 2016, 9:21 a.m. (2016-09-23 09:21:15 UTC) #4
Vasily Kuznetsov
Thanks for the help, guys! Let me try to implement this now.
Sept. 23, 2016, 9:39 a.m. (2016-09-23 09:39:26 UTC) #5
Vasily Kuznetsov
I got together some test even though it turned out a bit long. That would ...
Sept. 23, 2016, 4:33 p.m. (2016-09-23 16:33:35 UTC) #6
Sebastian Noack
On 2016/09/23 16:33:35, Vasily Kuznetsov wrote: > I got together some test even though it ...
Sept. 23, 2016, 5:29 p.m. (2016-09-23 17:29:26 UTC) #7
Vasily Kuznetsov
Ok, I changed the approach to mocking all the repositories so the test runs quicker ...
Sept. 27, 2016, 9:50 a.m. (2016-09-27 09:50:25 UTC) #8
Sebastian Noack
Sept. 27, 2016, 2:49 p.m. (2016-09-27 14:49:11 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld