[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1732 (master - b8ac8d3)

2014-11-26 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1732
Status: Fixed

Duration: 52 minutes and 59 seconds
Commit: b8ac8d3 (master)
Author: Fabian Neundorf
Message: [FIX] Replace: Switch 'use_regex' and 'flags'

In Replacment.compile both parameters have been used the other way
around compared to the rest of the script, which also meant that one
call could produce erroneous results.

Change-Id: Ifa133e3685baa4baffd9f5437f4a720832f49c4f

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/5c9ec00ee45f...b8ac8d3e7561

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42262827

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#102 (review/mpaa/api-buffering-10 - 826f592)

2014-11-26 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #102
Status: Failed

Duration: 48 minutes and 23 seconds
Commit: 826f592 (review/mpaa/api-buffering-10)
Author: Mpaa
Message: api.py: buffer data in QueryGenerator

QueryGenerator yields all items in resultdata, but there is no
guarantee that all data for an item arrived in one response.
Some data will appear in the following response, etc.
(see commit 3d2ca97aaac17a28e177fa89fbdd3364e7f53c0c)

This patch buffers results until all data are for an item are fetched.
This is based on the fact that the API, when query-continuing, keeps on
repeating the same pages until all requested data are fetched.

Change-Id: Iccb3a96b0248fdab0650edfda23d05ecec0dadbd

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/826f592b1ab4

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42264897

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#103 (master - b8ac8d3)

2014-11-26 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #103
Status: Still Failing

Duration: 1 hour, 1 minute, and 3 seconds
Commit: b8ac8d3 (master)
Author: Fabian Neundorf
Message: [FIX] Replace: Switch 'use_regex' and 'flags'

In Replacment.compile both parameters have been used the other way
around compared to the rest of the script, which also meant that one
call could produce erroneous results.

Change-Id: Ifa133e3685baa4baffd9f5437f4a720832f49c4f

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/7d1d1c761b69...b8ac8d3e7561

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42264995

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: jayvdb/pywikibot-core#104 (review/mpaa/api-buffering-11 - c7e63a1)

2014-11-26 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #104
Status: Errored

Duration: 46 minutes and 50 seconds
Commit: c7e63a1 (review/mpaa/api-buffering-11)
Author: Mpaa
Message: api.py: buffer data in QueryGenerator

QueryGenerator yields all items in resultdata, but there is no
guarantee that all data for an item arrived in one response.
Some data will appear in the following response, etc.
(see commit 3d2ca97aaac17a28e177fa89fbdd3364e7f53c0c)

This patch buffers results until all data are for an item are fetched.
This is based on the fact that the API, when query-continuing, keeps on
repeating the same pages until all requested data are fetched.

Change-Id: Iccb3a96b0248fdab0650edfda23d05ecec0dadbd

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/c7e63a1601ed

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42273762

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1733 (master - 4513417)

2014-11-27 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1733
Status: Passed

Duration: 46 minutes and 34 seconds
Commit: 4513417 (master)
Author: jenkins-bot
Message: Merge "api.py: improve QueryGenerator efficiency"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b8ac8d3e7561...4513417a18dd

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42277573

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#105 (querygen-iter-flow-3 - 88ad3a4)

2014-11-27 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #105
Status: Passed

Duration: 49 minutes and 17 seconds
Commit: 88ad3a4 (querygen-iter-flow-3)
Author: John Vandenberg
Message: Simplify QueryGenerator.__iter__ flow control

Rearrange the logic to use less nested branching, and
destroy the data before exiting the iteration.

Removes 'None' as a valid value for QueryGenerator.limit;
it was not able to be set using set_maximum_items().

Adds some iterator state information to help with debugging
and test validation, and dont leave data in an instance variable.

Bug: 64489

Change-Id: Ie3a9e3576a0174703bcccf0d77ed42d56da0d09f

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/4513417a18dd^...88ad3a46f530

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42316680

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1734 (master - f812488)

2014-11-28 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1734
Status: Broken

Duration: 1 hour, 39 minutes, and 0 seconds
Commit: f812488 (master)
Author: Fabian Neundorf
Message: [FIX] CFD: Only allow script to be run on enwp

This script only works on the English Wikipedia, so don't even start if
not using that.

Bug: T71015
Change-Id: I3abacb1746b7f02ab654be4a76ccfb2539e10f29

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/4513417a18dd...f8124888492f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42367712

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1735 (master - 38073cf)

2014-11-28 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1735
Status: Still Failing

Duration: 1 hour, 7 minutes, and 16 seconds
Commit: 38073cf (master)
Author: Fabian Neundorf
Message: [FIX] Wikidataquery: raise ServerError correctly

Change-Id: If0513951d0e31a8b1697443856556e20b402c5d5

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/f8124888492f...38073cf551d0

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42378874

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1736 (master - b10b03c)

2014-11-28 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1736
Status: Fixed

Duration: 1 hour, 0 minutes, and 56 seconds
Commit: b10b03c (master)
Author: Fabian Neundorf
Message: [FIX] HTTP: Use urlparse to get host if site not given

Change-Id: I18b0acbdb00ecfa474646efb5796d88664c1e173

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/38073cf551d0...b10b03cf76ca

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42379426

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1737 (master - f4fca8f)

2014-11-28 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1737
Status: Passed

Duration: 54 minutes and 11 seconds
Commit: f4fca8f (master)
Author: Merlijn van Deen
Message: Win32 input for py3: streams are unicode not bytes

On Python 2, streams are bytes, so the unicode data returned from the
win32 api needs to be encoded (as utf-8, in this case). In Python 3,
this is all unicode, so we need to skip the encoding step.

Decoding works OK due to the 'if isinstance(x, unicode)' blocks.

Bug: T76236
Change-Id: I4121ac87816b144e334e7e47c61ce445f0b6e2c9

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b10b03cf76ca...f4fca8fd4a25

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42421861

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1738 (master - bb0e318)

2014-11-28 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1738
Status: Passed

Duration: 43 minutes and 22 seconds
Commit: bb0e318 (master)
Author: jenkins-bot
Message: Merge "[FEAT] Version.py: environ status and usernames"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/f4fca8fd4a25...bb0e318cc8d8

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42445748

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1739 (master - 18ac725)

2014-11-29 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1739
Status: Passed

Duration: 40 minutes and 55 seconds
Commit: 18ac725 (master)
Author: jenkins-bot
Message: Merge "Increase maximum_GET_length to 5000 on travis"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/bb0e318cc8d8...18ac72538e63

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42464491

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1740 (master - b2656ae)

2014-11-29 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1740
Status: Broken

Duration: 45 minutes and 20 seconds
Commit: b2656ae (master)
Author: jenkins-bot
Message: Merge "update mw version"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/18ac72538e63...b2656ae51721

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42476620

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: wikimedia/pywikibot-core#1741 (master - 9811898)

2014-11-29 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1741
Status: Errored

Duration: 41 minutes and 59 seconds
Commit: 9811898 (master)
Author: jenkins-bot
Message: Merge "replace.py and pagegenerators.py help improvements"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b2656ae51721...98118983e522

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42484920

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1742 (master - 2e815ab)

2014-11-29 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1742
Status: Passed

Duration: 41 minutes and 52 seconds
Commit: 2e815ab (master)
Author: jenkins-bot
Message: Merge "Version 2.0 beta 3"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/98118983e522...2e815abcc60f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42488292

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1743 (master - 13023ab)

2014-11-29 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1743
Status: Broken

Duration: 44 minutes and 1 second
Commit: 13023ab (master)
Author: jenkins-bot
Message: Merge "scripts.catall: Make script documentation more clear"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/2e815abcc60f...13023ab02b3f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42509565

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1744 (master - b7a8cd0)

2014-11-30 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1744
Status: Fixed

Duration: 47 minutes and 24 seconds
Commit: b7a8cd0 (master)
Author: John Vandenberg
Message: Fix timestamp tests if month changes

On the last and first day of a month, simply adding a day or subtracting
a day will cause the day to go out of bounds. So if the month changes,
it's probably the last or first day of a month.

Bug: T76285
Change-Id: Ibeb12f4f911c0bc9d40a92ca718464a90082f428

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/13023ab02b3f...b7a8cd0bd094

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42554206

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: wikimedia/pywikibot-core#1745 (master - 2a02501)

2014-11-30 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1745
Status: Errored

Duration: 48 minutes and 14 seconds
Commit: 2a02501 (master)
Author: Fabian Neundorf
Message: [FIX] Weblinkchecker: Report malformed URLs (port)

Don't throw URL exception in the checker thread if the URL cannot be
parsed.

Introduce NotAnURLError exception to allow information about malformed
URLs to be passed to the reporting facility.

This is ported from 405b73862c2859f816dcfe0313c46bde760f82f3 in compat.

Bug: T76294
Change-Id: I0474ddad3b19faed598cf14c647e3c62e9270f50

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b7a8cd0bd094...2a02501d2a64

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42554498

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1746 (master - 2d2cf2c)

2014-11-30 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1746
Status: Passed

Duration: 47 minutes and 12 seconds
Commit: 2d2cf2c (master)
Author: jenkins-bot
Message: Merge "[FIX] Diff: Support Python < 2.7.2"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/2a02501d2a64...2d2cf2c5060e

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42562420

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1747 (master - 81a8259)

2014-12-01 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1747
Status: Passed

Duration: 41 minutes and 19 seconds
Commit: 81a8259 (master)
Author: John Vandenberg
Message: Break Page hard dependency on cosmetic_changes

Allow import of 'scripts.cosmetic_changes' to fail gracefully.

Bug: T76320
Change-Id: If9aed100e592bb23ec246e3dce2896f9a1284be4

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/2d2cf2c5060e...81a8259ddce1

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42606411

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1748 (master - 2912518)

2014-12-01 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1748
Status: Passed

Duration: 44 minutes and 3 seconds
Commit: 2912518 (master)
Author: jenkins-bot
Message: Merge "Fix remaining pep8 issue: E265: use of comments"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/81a8259ddce1...29125188e56d

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42615610

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#108 (http-request-signature - 24c9eb2)

2014-12-01 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #108
Status: Passed

Duration: 36 minutes and 45 seconds
Commit: 24c9eb2 (http-request-signature)
Author: John Vandenberg
Message: http.request signature

Add method, body and headers as explicit arguments of http.request.
These are the standard arguments of httplib2's request method, and
other http packages have similar arguments.
Including them as explicit arguments makes it clearer from the function
is capable of, allows static checking of invocations, and forces these
parameters into the *args of threadedhttp.HttpRequest() instead of kwargs.
It also allows *args to be removed from the http.request function signature,
as it is no longer necessary.

Also deprecate using http.request for non-site requests.

Change-Id: Id4008cd470b224ffcd3c0b894bba90a25e7611bd

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/24c9eb2bd247

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42639819

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#109 (http-multiple-threads - 8d3cb53)

2014-12-01 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #109
Status: Passed

Duration: 44 minutes and 20 seconds
Commit: 8d3cb53 (http-multiple-threads)
Author: John Vandenberg
Message: Configurable number of HTTP threads

Add config variable to determine the number of http threads.
Set to 5 on travis.

Change-Id: Ifcd488df16d35117c831619ec2223ce28b0b9476

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/b14f8d098e5e^...8d3cb5330259

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/42650261

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1749 (master - 1006476)

2014-12-01 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1749
Status: Broken

Duration: 52 minutes and 12 seconds
Commit: 1006476 (master)
Author: Mpaa
Message: Fix bug in imagetransfer invocation of upload bot

a6be393 in early October called UploadRobot
with an incorrect parameter name.

Change-Id: I5622ff11ba11550e77a3e4325b1b43773f9cc6d8

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/29125188e56d...100647685270

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42692883

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: wikimedia/pywikibot-core#1750 (master - c216076)

2014-12-02 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1750
Status: Errored

Duration: 46 minutes and 19 seconds
Commit: c216076 (master)
Author: jenkins-bot
Message: Merge "editarticle: move from optparse to argparse"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/100647685270...c2160763f1a7

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/42813041

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#110 (querygen-api-buffer-rebased - cf116fb)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #110
Status: Passed

Duration: 36 minutes and 53 seconds
Commit: cf116fb (querygen-api-buffer-rebased)
Author: Mpaa
Message: api.py: buffer data in QueryGenerator

QueryGenerator yields all items in resultdata, but there is no
guarantee that all data for an item arrived in one response.
Some data will appear in the following response, etc.
(see commit 3d2ca97aaac17a28e177fa89fbdd3364e7f53c0c)

This patch buffers results until all data are for an item are fetched.
This is based on the fact that the API, when query-continuing, keeps on
repeating the same pages until all requested data are fetched.

Change-Id: Iccb3a96b0248fdab0650edfda23d05ecec0dadbd

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/9ce6fcdc3cc2^...cf116fb79a8f

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43073861

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#111 (querygen-flowcontrol-rebased - aa15681)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #111
Status: Passed

Duration: 40 minutes and 3 seconds
Commit: aa15681 (querygen-flowcontrol-rebased)
Author: John Vandenberg
Message: Simplify QueryGenerator.__iter__ flow control

Rearrange the logic to use less nested branching, and
destroy the data before exiting the iteration.

Removes 'None' as a valid value for QueryGenerator.limit;
it was not able to be set using set_maximum_items().

Adds some iterator state information to help with debugging
and test validation, and dont leave data in an instance variable.

Bug: 64489

Change-Id: Ie3a9e3576a0174703bcccf0d77ed42d56da0d09f

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/aa15681bb631

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43074866

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#110 (querygen-api-buffer-rebased - cf116fb)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #110
Status: Passed

Duration: 32 minutes and 6 seconds
Commit: cf116fb (querygen-api-buffer-rebased)
Author: Mpaa
Message: api.py: buffer data in QueryGenerator

QueryGenerator yields all items in resultdata, but there is no
guarantee that all data for an item arrived in one response.
Some data will appear in the following response, etc.
(see commit 3d2ca97aaac17a28e177fa89fbdd3364e7f53c0c)

This patch buffers results until all data are for an item are fetched.
This is based on the fact that the API, when query-continuing, keeps on
repeating the same pages until all requested data are fetched.

Change-Id: Iccb3a96b0248fdab0650edfda23d05ecec0dadbd

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/9ce6fcdc3cc2^...cf116fb79a8f

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43073861

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#111 (querygen-flowcontrol-rebased - aa15681)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #111
Status: Passed

Duration: 36 minutes and 2 seconds
Commit: aa15681 (querygen-flowcontrol-rebased)
Author: John Vandenberg
Message: Simplify QueryGenerator.__iter__ flow control

Rearrange the logic to use less nested branching, and
destroy the data before exiting the iteration.

Removes 'None' as a valid value for QueryGenerator.limit;
it was not able to be set using set_maximum_items().

Adds some iterator state information to help with debugging
and test validation, and dont leave data in an instance variable.

Bug: 64489

Change-Id: Ie3a9e3576a0174703bcccf0d77ed42d56da0d09f

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/aa15681bb631

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43074866

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1751 (master - e6888eb)

2014-12-05 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1751
Status: Passed

Duration: 41 minutes and 13 seconds
Commit: e6888eb (master)
Author: pietrodn
Message: Don't crash when snaks-order is missing in API result

On older Wikibase versions, snaks-order is not returned from the API results 
for the items.
If this is the case, the bot crashes when it gets the data.
This fix ensures compatibility with those older version of Wikibase.

Bug: T76833
Change-Id: Ic014c682443919017eb9cd57b883511a6189af91

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/c2160763f1a7...e6888ebee83e

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43082842

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#111 (querygen-flowcontrol-rebased - aa15681)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #111
Status: Passed

Duration: 12 minutes and 7 seconds
Commit: aa15681 (querygen-flowcontrol-rebased)
Author: John Vandenberg
Message: Simplify QueryGenerator.__iter__ flow control

Rearrange the logic to use less nested branching, and
destroy the data before exiting the iteration.

Removes 'None' as a valid value for QueryGenerator.limit;
it was not able to be set using set_maximum_items().

Adds some iterator state information to help with debugging
and test validation, and dont leave data in an instance variable.

Bug: 64489

Change-Id: Ie3a9e3576a0174703bcccf0d77ed42d56da0d09f

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/aa15681bb631

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43074866

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#113 (test-preload-workarounds - ab6a806)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #113
Status: Passed

Duration: 38 minutes and 28 seconds
Commit: ab6a806 (test-preload-workarounds)
Author: John Vandenberg
Message: Preloading: workaround problems with api module

QueryGenerator emits pagedata for the same Page many times.

update_page should set _templates and _langlinks to empty lists
when the page does not contain them.

langlinks are currently broken until Family.langs is dynamic.

Change-Id: Ie89f9ee68d2206c1aaa707c44c314710ad00494a

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/e6888ebee83e^...ab6a806ee621

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43105493

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1752 (master - a3a5e93)

2014-12-05 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1752
Status: Passed

Duration: 48 minutes and 12 seconds
Commit: a3a5e93 (master)
Author: jenkins-bot
Message: Merge "Copy sysop attribute from bases"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/e6888ebee83e...a3a5e930e77f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43143681

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1753 (master - a9aa738)

2014-12-05 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1753
Status: Passed

Duration: 46 minutes and 58 seconds
Commit: a9aa738 (master)
Author: jenkins-bot
Message: Merge "Replace cosmetic change 'validXhtml' with 'HTML' fix"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/a3a5e930e77f...a9aa7385f30c

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43144212

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Canceled: jayvdb/pywikibot-core#115 (travis-site_only - 7d5dc15)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #115
Status: Canceled

Duration: 18 minutes and 39 seconds
Commit: 7d5dc15 (travis-site_only)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/a09fa8e28f82^...7d5dc15648ad

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43165748

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1754 (master - ec7bd72)

2014-12-05 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1754
Status: Broken

Duration: 41 minutes and 35 seconds
Commit: ec7bd72 (master)
Author: jenkins-bot
Message: Merge "Add cache test"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/a9aa7385f30c...ec7bd72ee725

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43168247

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#118 (cache-test-fixup - adaa52a)

2014-12-05 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #118
Status: Failed

Duration: 37 minutes and 3 seconds
Commit: adaa52a (cache-test-fixup)
Author: John Vandenberg
Message: Fix cache username test

Change-Id: I069756e9a3a6dbe900b8176cacf97b5f9d37f0d7

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/eedef173c176^...adaa52a93f9e

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43170349

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1755 (master - b29be1b)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1755
Status: Still Failing

Duration: 36 minutes and 35 seconds
Commit: b29be1b (master)
Author: John Vandenberg
Message: Fix cache username test

Change-Id: I069756e9a3a6dbe900b8176cacf97b5f9d37f0d7

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/ec7bd72ee725...b29be1bd4e70

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43174923

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#122 (test-skip-network-problems - d7d2321)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #122
Status: Passed

Duration: 32 minutes and 48 seconds
Commit: d7d2321 (test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/d7d2321b4559

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43192951

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1756 (master - 0ebc88a)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1756
Status: Still Failing

Duration: 36 minutes and 21 seconds
Commit: 0ebc88a (master)
Author: jenkins-bot
Message: Merge "Added global command line arguments support"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/b29be1bd4e70...0ebc88aba24f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43198992

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1757 (master - ce0f72e)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1757
Status: Fixed

Duration: 40 minutes and 13 seconds
Commit: ce0f72e (master)
Author: jenkins-bot
Message: Merge "[FIX] Replace: Sharing exceptions and support XML"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/0ebc88aba24f...ce0f72eed2de

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43199544

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1758 (master - 6ddb3a1)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1758
Status: Fixed

Duration: 37 minutes and 54 seconds
Commit: 6ddb3a1 (master)
Author: jenkins-bot
Message: Merge "Asynchronous HTTP requests"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/ce0f72eed2de...6ddb3a14dccd

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43202852

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#123 (review/john_vandenberg/auto-langs - b4cb572)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #123
Status: Failed

Duration: 32 minutes and 36 seconds
Commit: b4cb572 (review/john_vandenberg/auto-langs)
Author: John Vandenberg
Message: New AutoSubdomainFamily, used for Wikia family

Allow access to any Wikia subdomain.
e.g. using mylang='fr.lyrics' with family='wikia'.

Introduces abstract class AutoLangFamily which can be used for
other approaches to automatically adding langs.

Change-Id: I18fcb8a619ed768526d739a012a06f601e93b6a4

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/b29be1bd4e70^...b4cb5720aaad

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43207218

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: jayvdb/pywikibot-core#124 (test-skip-network-problems - 0e76fbd)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #124
Status: Broken

Duration: 40 minutes and 6 seconds
Commit: 0e76fbd (test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/0e76fbdfa158

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43207661

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1759 (master - 58fd995)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1759
Status: Broken

Duration: 31 minutes and 44 seconds
Commit: 58fd995 (master)
Author: Fabian Neundorf
Message: [IMPROV] Reduce usage of unicode()

The unicode() builtin is not necessary if it's added unmodified via
format or %-notation into a unicode string (e.g. u'{0}'.format(value)).

In addition, the localized time formatting was removed. The default
'C' locale (which is ASCII by definition) is now used instead.

Change-Id: I77017db516e6573ce463628167e9c4f2cf845aab

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/6ddb3a14dccd...58fd995ac73e

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43211148

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: wikimedia/pywikibot-core#1760 (master - c731cdb)

2014-12-06 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1760
Status: Errored

Duration: 39 minutes and 53 seconds
Commit: c731cdb (master)
Author: Nullzero
Message: Revert "[IMPROV] Reduce usage of unicode()"

The change completely breaks:
https://travis-ci.org/wikimedia/pywikibot-core/builds/43211148

This reverts commit 58fd995ac73efa1c7807c0315c8c2140eb22011b.

Change-Id: I815faa4f75c2a473dfa444da9248607717e5288a

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/58fd995ac73e...c731cdb7b58a

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43213109

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#125 (review/john_vandenberg/auto-langs - cf116e5)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #125
Status: Still Failing

Duration: 29 minutes and 11 seconds
Commit: cf116e5 (review/john_vandenberg/auto-langs)
Author: John Vandenberg
Message: New AutoSubdomainFamily, used for Wikia family

Allow access to any Wikia subdomain.
e.g. using mylang='fr.lyrics' with family='wikia'.

Introduces abstract class AutoLangFamily which can be used for
other approaches to automatically adding langs.

Change-Id: I18fcb8a619ed768526d739a012a06f601e93b6a4

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/eedef173c176^...cf116e52cd44

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43227051

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: jayvdb/pywikibot-core#126 (test-skip-network-problems - 331ec84)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #126
Status: Fixed

Duration: 33 minutes and 17 seconds
Commit: 331ec84 (test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/331ec843e2eb

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43230473

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#125 (review/john_vandenberg/auto-langs - cf116e5)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #125
Status: Still Failing

Duration: 13 minutes and 12 seconds
Commit: cf116e5 (review/john_vandenberg/auto-langs)
Author: John Vandenberg
Message: New AutoSubdomainFamily, used for Wikia family

Allow access to any Wikia subdomain.
e.g. using mylang='fr.lyrics' with family='wikia'.

Introduces abstract class AutoLangFamily which can be used for
other approaches to automatically adding langs.

Change-Id: I18fcb8a619ed768526d739a012a06f601e93b6a4

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/eedef173c176^...cf116e52cd44

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43227051

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#128 (test-skip-network-problems - da33224)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #128
Status: Passed

Duration: 31 minutes and 18 seconds
Commit: da33224 (test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/da332249549d

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43233303

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Canceled: jayvdb/pywikibot-core#129 (travis-one-site-only-builds - b72e731)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #129
Status: Canceled

Duration: 16 seconds
Commit: b72e731 (travis-one-site-only-builds)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/b72e73100b3f

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43235942

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#130 (travis-one-site-only-builds - 9183a0b)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #130
Status: Failed

Duration: 21 minutes and 41 seconds
Commit: 9183a0b (travis-one-site-only-builds)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/9183a0b3fbc2

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43236180

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#117 (preload-empty-langlinks-templates - f659b41)

2014-12-06 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #117
Status: Passed

Duration: 32 minutes and 28 seconds
Commit: f659b41 (preload-empty-langlinks-templates)
Author: John Vandenberg
Message: Preload missing langlinks and templates

Site.preloadpages/api.update_page currently doesnt cache
that a page doesnt have langlinks or templates.

Change-Id: Ia948745a8b8881cba112ae34bb31514623c65169

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/f659b4185de5

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43169298

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#131 (travis-one-site-only-builds - 6fa7724)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #131
Status: Still Failing

Duration: 28 minutes and 11 seconds
Commit: 6fa7724 (travis-one-site-only-builds)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/6fa77242aa8c

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43253879

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#132 (travis-one-site-only-builds - b6eb0c7)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #132
Status: Still Failing

Duration: 36 seconds
Commit: b6eb0c7 (travis-one-site-only-builds)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/b6eb0c782384

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43257477

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#133 (travis-one-site-only-builds - 8665646)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #133
Status: Still Failing

Duration: 51 seconds
Commit: 8665646 (travis-one-site-only-builds)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/866564679f63

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43258120

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1761 (master - df6e518)

2014-12-07 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1761
Status: Passed

Duration: 32 minutes and 1 second
Commit: df6e518 (master)
Author: jenkins-bot
Message: Merge "[IMPROV] Reduce usage of unicode()"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/c731cdb7b58a...df6e5189616f

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43257365

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#134 (test-allow-failure - 66a9a66)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #134
Status: Failed

Duration: 2 minutes and 42 seconds
Commit: 66a9a66 (test-allow-failure)
Author: jenkins-bot
Message: Merge "[IMPROV] Reduce usage of unicode()"

Change-Id: Iec09ad34359def3321d047e7fb842f4da6b62d10

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/58fd995ac73e^...66a9a6629bde

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43263701

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#135 (allowedFailure - ca55884)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #135
Status: Passed

Duration: 29 minutes and 22 seconds
Commit: ca55884 (allowedFailure)
Author: John Vandenberg
Message: test decorator allowedFailure

Test runners each have different interpretations of what should be
the result of an @expectedFailure test if it succeeds.  Some
consider it to be a pass; others a failure.

This decorator runs the test and, if it is a failure, reports the
failure and considers it a skipped test.

Change-Id: Ia87dda2780a9fe4130b2820298f07f983d5db80b

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/58fd995ac73e^...ca558847649a

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43265347

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#136 (nosetests-site-tests-only - 43080de)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #136
Status: Passed

Duration: 25 minutes and 32 seconds
Commit: 43080de (nosetests-site-tests-only)
Author: John Vandenberg
Message: Run site tests only on fr.wikt and test.wd

Use nosetests with attribute selectors to only run tests which
will only use the site in the matrix.

Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/43080deddb5c

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43266977

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Broken: wikimedia/pywikibot-core#1762 (master - fca702e)

2014-12-07 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1762
Status: Broken

Duration: 39 minutes and 34 seconds
Commit: fca702e (master)
Author: John Vandenberg
Message: test decorator allowed_failure

Test runners each have different interpretations of what should be
the result of an @expectedFailure test if it succeeds.  Some
consider it to be a pass; others a failure.

This new decorator runs the test and, if it is a failure, reports the
failure and considers it a skipped test.

Change-Id: Ia87dda2780a9fe4130b2820298f07f983d5db80b

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/df6e5189616f...fca702e7a2f9

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43274873

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1763 (master - 37a9ea8)

2014-12-07 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1763
Status: Still Failing

Duration: 33 minutes and 6 seconds
Commit: 37a9ea8 (master)
Author: John Vandenberg
Message: Run only site tests on fr.wikt and test.wd

Use nosetests with attribute selectors to only run tests which
will only use the site in the matrix.

Bug: T70671
Change-Id: I60f4b87ff414ba9ab32abc39bf2a90801056c8a5

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/fca702e7a2f9...37a9ea87ba4b

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43287281

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#137 (review/john_vandenberg/test-skip-network-problems - 5f57cfd)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #137
Status: Failed

Duration: 42 minutes and 52 seconds
Commit: 5f57cfd (review/john_vandenberg/test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Fix threadedhttp.HttpRequest object to handle socket timeouts,
where the exception needs to be thrown if the raw response was
fetched.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/5f57cfd24755

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43302206

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#138 (review/john_vandenberg/test-skip-network-problems - 3bb5688)

2014-12-07 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #138
Status: Still Failing

Duration: 39 minutes and 32 seconds
Commit: 3bb5688 (review/john_vandenberg/test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Fix threadedhttp.HttpRequest object to handle socket timeouts,
where the exception needs to be thrown if the raw response was
fetched.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/3bb568885d7d

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43308397

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#139 (review/john_vandenberg/test-skip-network-problems - 832bf06)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #139
Status: Still Failing

Duration: 30 minutes and 23 seconds
Commit: 832bf06 (review/john_vandenberg/test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Fix threadedhttp.HttpRequest object to handle socket timeouts,
where the exception needs to be thrown if the raw response was
fetched.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/832bf0665b36

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43321527

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: jayvdb/pywikibot-core#140 (review/john_vandenberg/test-skip-network-problems - 01fd7d4)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #140
Status: Fixed

Duration: 35 minutes and 28 seconds
Commit: 01fd7d4 (review/john_vandenberg/test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Fix threadedhttp.HttpRequest object to handle socket timeouts,
where the exception needs to be thrown if the raw response was
fetched.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/01fd7d48468b

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43324638

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#142 (review/john_vandenberg/test-skip-network-problems - 1afc127)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #142
Status: Passed

Duration: 28 minutes and 34 seconds
Commit: 1afc127 (review/john_vandenberg/test-skip-network-problems)
Author: John Vandenberg
Message: Skip tests that use a site which is failing

Add 'hostname' to TestCase.sites dict, and skip class when
failed to receive a useful response for the hosts homepage.

Fix threadedhttp.HttpRequest object to handle socket timeouts,
where the exception needs to be thrown if the raw response was
fetched.

Re-enable weblib tests on travis-ci, instead using the new
automatic skip functionality to avoid errors due to WebCite
serving invalid XML and having an undecodable homepage.

Bug: T58963
Change-Id: I8fdcdaa0fab3b680d35b81b20a12ff5b786f779d

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/1afc127498bf

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43334999

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#144 (travis-run-scripts - 8cbe80f)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #144
Status: Passed

Duration: 12 minutes and 15 seconds
Commit: 8cbe80f (travis-run-scripts)
Author: John Vandenberg
Message: Allow script tests to run on travis without user

Change-Id: I20c414b8225fc10091819a13beb2de3794b7f6ca

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/8cbe80f6e6ba

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43352836

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#145 (test-scripts-update - a823c68)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #145
Status: Failed

Duration: 45 minutes and 28 seconds
Commit: a823c68 (test-scripts-update)
Author: John Vandenberg
Message: nose related script tests updates

In order for the script tests to run under nose, they must not
unexpectedly pass.  A few scripts have been fixed recently, and
their status not updated in script_tests.pyargparse uses exit

Allow exit codes 1 and 2, as exit code 2 is used by argparse to
indicate a problem with the command line options, such as too
few options as occurs with replicate_wiki, and exit code 1 is used
by sys.exit called with a string as occurs in lonelypages.

Also some script fixes:
casechecker: dont use stdout to report script completion
states_redirect and flickripper: set exit code to 1 if deps fail
watchlist: Use APISite.login instead of deprecated forceLogin
nowcommons: use SHA1 instead of MD5

Change-Id: I7eda163b63151ea5fc90bbf7ba1e4adf4b7181c5

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/58fd995ac73e^...a823c6826360

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43413731

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#147 (test-scripts-update - 1d0f94c)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #147
Status: Still Failing

Duration: 33 minutes and 42 seconds
Commit: 1d0f94c (test-scripts-update)
Author: John Vandenberg
Message: nose related script tests updates

In order for the script tests to run under nose, they must not
unexpectedly pass.  A few scripts have been fixed recently, and
their status not updated in script_tests.py

Allow exit codes 1 and 2, as exit code 2 is used by argparse to
indicate a problem with the command line options, such as too
few options as occurs with replicate_wiki, and exit code 1 is used
by sys.exit called with a string as occurs in lonelypages.

Also some script fixes:
casechecker: dont use stdout to report script completion
states_redirect and flickripper: set exit code to 1 if deps fail
watchlist: Use APISite.login instead of deprecated forceLogin
nowcommons: use SHA1 instead of MD5

Change-Id: I7eda163b63151ea5fc90bbf7ba1e4adf4b7181c5

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/58fd995ac73e^...1d0f94cdcc61

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43419338

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1764 (master - 1d0f94c)

2014-12-08 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1764
Status: Still Failing

Duration: 29 minutes and 20 seconds
Commit: 1d0f94c (master)
Author: John Vandenberg
Message: nose related script tests updates

In order for the script tests to run under nose, they must not
unexpectedly pass.  A few scripts have been fixed recently, and
their status not updated in script_tests.py

Allow exit codes 1 and 2, as exit code 2 is used by argparse to
indicate a problem with the command line options, such as too
few options as occurs with replicate_wiki, and exit code 1 is used
by sys.exit called with a string as occurs in lonelypages.

Also some script fixes:
casechecker: dont use stdout to report script completion
states_redirect and flickripper: set exit code to 1 if deps fail
watchlist: Use APISite.login instead of deprecated forceLogin
nowcommons: use SHA1 instead of MD5

Change-Id: I7eda163b63151ea5fc90bbf7ba1e4adf4b7181c5

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/37a9ea87ba4b...1d0f94cdcc61

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43425055

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#149 (travis-testing-instructions - f3165d1)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #149
Status: Failed

Duration: 29 minutes and 4 seconds
Commit: f3165d1 (travis-testing-instructions)
Author: John Vandenberg
Message: Add developer instructions for using travis-ci

Change-Id: Ic2fc7f0975bda22ffad03f99add2b2a383d7c791

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/58fd995ac73e^...f3165d1e8296

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43428531

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#150 (test-userpage-watch-unwatch - b39dfe5)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #150
Status: Failed

Duration: 29 minutes and 5 seconds
Commit: b39dfe5 (test-userpage-watch-unwatch)
Author: John Vandenberg
Message: Fix bug in returned value of APISite.watch

Also add test for using Page.watch on the bot userpage,
which is obtained via new method TestCase.get_userpage.

Change-Id: Ibfe513a3351fb0a8bde5dc35862abc878f30c386

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/1d0f94cdcc61^...b39dfe5b68a5

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43431089

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#151 (test-userpage-watch-unwatch - 26329fc)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #151
Status: Still Failing

Duration: 31 minutes and 16 seconds
Commit: 26329fc (test-userpage-watch-unwatch)
Author: John Vandenberg
Message: Fix bug in returned value of APISite.watch

Also add test for using Page.watch on the bot userpage,
which is obtained via new method TestCase.get_userpage.

Change-Id: Ibfe513a3351fb0a8bde5dc35862abc878f30c386

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/1d0f94cdcc61^...26329fcb06e8

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43436435

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#152 (test-shell-fixup - e81a364)

2014-12-08 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #152
Status: Passed

Duration: 32 minutes and 38 seconds
Commit: e81a364 (test-shell-fixup)
Author: John Vandenberg
Message: Allow shell to emit more on stdout

1d0f94c allowed shell.py to emit a single '>>> ' on stdout.
Sometimes it emits '>>> >>> ', so allow that too.
  https://travis-ci.org/wikimedia/pywikibot-core/jobs/43425062

Change-Id: I746187d58e254d2d83b41b24874479bb954475b4

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/e81a364bcc56

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43436646

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: jayvdb/pywikibot-core#153 (test-userpage-watch-unwatch - 927e632)

2014-12-09 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #153
Status: Fixed

Duration: 30 minutes and 10 seconds
Commit: 927e632 (test-userpage-watch-unwatch)
Author: John Vandenberg
Message: Fix bug in returned value of APISite.watch

Also add test for using Page.watch on the bot userpage,
which is obtained via new method TestCase.get_userpage.

Additional bug T77965 (badtoken) found.

Change-Id: Ibfe513a3351fb0a8bde5dc35862abc878f30c386

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/927e632d1339

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43445655

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#155 (nosetest-decorator-name - d12eb1d)

2014-12-09 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #155
Status: Passed

Duration: 33 minutes and 23 seconds
Commit: d12eb1d (nosetest-decorator-name)
Author: John Vandenberg
Message: Add __name__ to allow_failure tests

Change-Id: Ia7ae3b98304c850f3ace0e20f4fcc2b05205617b

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/d12eb1dcee10

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43448517

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1765 (master - 08df610)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1765
Status: Still Failing

Duration: 28 minutes and 52 seconds
Commit: 08df610 (master)
Author: John Vandenberg
Message: Add __name__ to allowed_failure tests

Change-Id: Ia7ae3b98304c850f3ace0e20f4fcc2b05205617b

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/1d0f94cdcc61...08df610a03f4

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43454812

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1766 (master - 471633b)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1766
Status: Still Failing

Duration: 31 minutes and 5 seconds
Commit: 471633b (master)
Author: jenkins-bot
Message: Merge "Fix bug in returned value of APISite.watch"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/08df610a03f4...471633b4c399

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43459048

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1767 (master - 52f911e)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1767
Status: Still Failing

Duration: 1 hour, 15 minutes, and 56 seconds
Commit: 52f911e (master)
Author: jenkins-bot
Message: Merge "Add developer instructions for using travis-ci"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/471633b4c399...52f911e6b728

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43492552

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1768 (master - 601f3e2)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1768
Status: Still Failing

Duration: 36 minutes and 14 seconds
Commit: 601f3e2 (master)
Author: Ricordisamoa
Message: Simpler sitematrix access in APISite.fromDBName()

by using .items()

Change-Id: Ifea48f7b969ec88764f546f36edb6d085d38b282

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/52f911e6b728...601f3e25fe86

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43529591

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Errored: wikimedia/pywikibot-core#1769 (master - 30f3af4)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1769
Status: Errored

Duration: 33 minutes and 21 seconds
Commit: 30f3af4 (master)
Author: jenkins-bot
Message: Merge "45 typo fixes"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/601f3e25fe86...30f3af4e44eb

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43543118

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1770 (master - 75b4920)

2014-12-09 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1770
Status: Still Failing

Duration: 32 minutes and 42 seconds
Commit: 75b4920 (master)
Author: jenkins-bot
Message: Merge "Ignore output of script test 'watchlist' -simulate"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/30f3af4e44eb...75b49209d564

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43545697

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#156 (review/ricordisamoa/classmethods - d49295d)

2014-12-09 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #156
Status: Failed

Duration: 29 minutes and 0 seconds
Commit: d49295d (review/ricordisamoa/classmethods)
Author: Ricordisamoa
Message: [WIP] improve methods not bound to an instance

- turned several staticmethods into classmethods

- fixed DataSite's inheritance from APISite

Change-Id: I5c8024bb086c4302a5f02dbed26fd3e24696e699

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/2f072d7c3d03^...d49295d20d8b

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43559649

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#157 (review/ricordisamoa/classmethods-rebased - 0da2ea5)

2014-12-09 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #157
Status: Failed

Duration: 31 minutes and 57 seconds
Commit: 0da2ea5 (review/ricordisamoa/classmethods-rebased)
Author: Ricordisamoa
Message: [WIP] improve methods not bound to an instance

- turned several staticmethods into classmethods

- fixed DataSite's inheritance from APISite

Change-Id: I5c8024bb086c4302a5f02dbed26fd3e24696e699

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/f3f7c1248fbc^...0da2ea5de8ae

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43559704

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: jayvdb/pywikibot-core#158 (review/john_vandenberg/auto-langs - 322ae3b)

2014-12-10 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #158
Status: Passed

Duration: 29 minutes and 22 seconds
Commit: 322ae3b (review/john_vandenberg/auto-langs)
Author: John Vandenberg
Message: New AutoSubdomainFamily, used for Wikia family

Allow access to any Wikia subdomain.
e.g. using mylang='fr.lyrics' with family='wikia'.

Introduces abstract class AutoLangFamily which can be used for
other approaches to automatically adding langs.

Change-Id: I18fcb8a619ed768526d739a012a06f601e93b6a4

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/601f3e25fe86^...322ae3bcc590

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43567233

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1771 (master - e737501)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1771
Status: Still Failing

Duration: 32 minutes and 2 seconds
Commit: e737501 (master)
Author: jenkins-bot
Message: Merge "Allow shell.py to emit its prompt multiple times"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/75b49209d564...e7375017da87

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43577605

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1772 (master - 3b68fd3)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1772
Status: Still Failing

Duration: 31 minutes and 3 seconds
Commit: 3b68fd3 (master)
Author: jenkins-bot
Message: Merge "Fixup 178460"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/e7375017da87...3b68fd377f59

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43585717

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1773 (master - 2f95e73)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1773
Status: Fixed

Duration: 33 minutes and 1 second
Commit: 2f95e73 (master)
Author: jenkins-bot
Message: Merge "Remove disambiguationTemplates from wikipedia_family.py"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/3b68fd377f59...2f95e73d9c07

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43590118

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1774 (master - 6aa997e)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1774
Status: Still Failing

Duration: 37 minutes and 5 seconds
Commit: 6aa997e (master)
Author: jenkins-bot
Message: Merge "Deprecate everything in compat.catlib and compat.userlib"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/2f95e73d9c07...6aa997e806cf

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43590169

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: wikimedia/pywikibot-core#1775 (master - 7ff098c)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1775
Status: Still Failing

Duration: 10 minutes and 7 seconds
Commit: 7ff098c (master)
Author: jenkins-bot
Message: Merge "[FIX] Allow multiple namespaces if available"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/6aa997e806cf...7ff098caaf70

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43598983

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Fixed: wikimedia/pywikibot-core#1776 (master - 9660f18)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1776
Status: Fixed

Duration: 14 minutes and 19 seconds
Commit: 9660f18 (master)
Author: jenkins-bot
Message: Merge "Remove unused method Family.has_query_api()"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/7ff098caaf70...9660f1868913

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43608082

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#159 (review/john_vandenberg/test-pwb-is-not-site - ff338ce)

2014-12-10 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #159
Status: Failed

Duration: 40 minutes and 43 seconds
Commit: ff338ce (review/john_vandenberg/test-pwb-is-not-site)
Author: John Vandenberg
Message: Miscellaneous pwb improvements

Improve pwb emulation of Python 3, so that it sets __builtins__ and
__package__, doesnt use imp module deprecated in Python 3.4.  These
changes are partial sync with the coverage code from whence it came.

Minor updates to our pwb test so it now works in Python 3.  The
same coverage test is now wildly more complex; beyond pywikibot's
needs.

c5d5b01 removed Site interaction from the library bootstrap logic.
The pwb tests can now be flagged as 'net' only, and not 'site', tests.
The tests now run pre-merge with jenkins.

Move the pwb running functionality out of script_tests into utils.

Change-Id: Ic2443c17c9ad3976d654b2dd29201cfc12134322

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/4200981a5021^...ff338ce623b1

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43634085

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1777 (master - e10bd6e)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1777
Status: Passed

Duration: 37 minutes and 10 seconds
Commit: e10bd6e (master)
Author: Anshoe
Message: Added a test for the method newfiles

Change-Id: I2c6994add3834417c47d397f21125f2d03b57f53

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/9660f1868913...e10bd6e9e937

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43644674

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1778 (master - c2b4476)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1778
Status: Passed

Duration: 42 minutes and 2 seconds
Commit: c2b4476 (master)
Author: jenkins-bot
Message: Merge "Fix threadedhttp imports"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/e10bd6e9e937...c2b44769f57a

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43648962

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1779 (master - cae21b8)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1779
Status: Passed

Duration: 42 minutes and 10 seconds
Commit: cae21b8 (master)
Author: jenkins-bot
Message: Merge "Preserve HTTP worker state after exception"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/c2b44769f57a...cae21b891f87

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43649126

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Passed: wikimedia/pywikibot-core#1780 (master - fc13f83)

2014-12-10 Thread Travis CI
Build Update for wikimedia/pywikibot-core
-

Build: #1780
Status: Passed

Duration: 31 minutes and 10 seconds
Commit: fc13f83 (master)
Author: jenkins-bot
Message: Merge "Add LogeventsPageGenerator, LogpagesPageGenerator"

View the changeset: 
https://github.com/wikimedia/pywikibot-core/compare/cae21b891f87...fc13f835cb85

View the full build log and details: 
https://travis-ci.org/wikimedia/pywikibot-core/builds/43673202

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#160 (tests-reenable-site-tests - bd80770)

2014-12-10 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #160
Status: Failed

Duration: 37 minutes and 20 seconds
Commit: bd80770 (tests-reenable-site-tests)
Author: John Vandenberg
Message: Re-enable commented out site tests

- allpages tests were commented out for performance reasons.
  0da0521
- allcategories and allimages tests commented out due to bug, now fixed.

Bug: T60941
Change-Id: I13be662e1be1f90109c8a19e6e9b13d65419255a

View the changeset: 
https://github.com/jayvdb/pywikibot-core/compare/e10bd6e9e937^...bd8077008afa

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43674767

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Failed: jayvdb/pywikibot-core#162 (T67981 - de6699f)

2014-12-10 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #162
Status: Failed

Duration: 28 minutes and 51 seconds
Commit: de6699f (T67981)
Author: John Vandenberg
Message: Use cmtype to restrict page type for Cat.articles

Bug: T67981
Change-Id: I46a53497a86c3ab3761f9166b6c268c7a3c5f6be

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/de6699f25ecb

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43676883

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


[Pywikibot-commits] Still Failing: jayvdb/pywikibot-core#163 (T67981 - a7f7a54)

2014-12-10 Thread Travis CI
Build Update for jayvdb/pywikibot-core
-

Build: #163
Status: Still Failing

Duration: 28 minutes and 11 seconds
Commit: a7f7a54 (T67981)
Author: John Vandenberg
Message: Use cmtype to restrict page type for Cat.articles

Bug: T67981
Change-Id: I46a53497a86c3ab3761f9166b6c268c7a3c5f6be

View the changeset: https://github.com/jayvdb/pywikibot-core/commit/a7f7a54b57cf

View the full build log and details: 
https://travis-ci.org/jayvdb/pywikibot-core/builds/43678311

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://docs.travis-ci.com/user/notifications


___
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits


  1   2   3   4   5   6   7   8   9   10   >