Commit graph

360 commits

Author SHA1 Message Date
hugovk cb7b0c8c6e Suppress the report at the end of the run detailing flaky test results 2015-05-07 20:25:44 +03:00
hugovk ebe102643a Merge branch 'master' into develop 2015-05-07 10:40:13 +03:00
hugovk b47c5e587d Release 1.2.1 2015-05-07 10:20:53 +03:00
hugovk fbc0914159 Merge branch 'master' into develop 2015-05-07 10:11:01 +03:00
hugovk 23223d1fe8 Release 1.2.0 2015-05-07 09:35:35 +03:00
hugovk bf24aadfff Remember to release on master 2015-05-07 09:34:43 +03:00
hugovk 767ff35ff9 Update release checklist 2015-05-07 09:26:44 +03:00
hugovk 67e0e80159 Release 1.2.0 2015-05-07 08:23:02 +03:00
Hugo 07eb05874b Merge pull request #131 from pylast/develop
Merge develop to master
2015-05-07 08:16:37 +03:00
Hugo d3edfd99cc Merge pull request #130 from hugovk/develop
Remove artist.getImages and deprecation note
2015-05-06 23:10:55 +03:00
hugovk 4437508e0f Remove unused import 2015-04-28 23:14:36 +03:00
hugovk 615bccb227 Remove artist.getImages and depracation note 2015-04-27 21:41:16 +03:00
hugovk 5dcf8a2f70 Remove commented function 2015-04-27 21:21:20 +03:00
Hugo a0256faa4e Merge pull request #129 from hugovk/develop
Network.get_top_tags: don't compare to limit if limit is None
2015-04-26 23:46:06 +03:00
hugovk e26b542bec Retry failures up to four times, require at least one pass 2015-04-26 22:18:58 +03:00
hugovk 88a74273a0 Sometimes Last.fm returns an error for dates[1]: No chart available for this user/date-range combination 2015-04-26 21:26:21 +03:00
hugovk 97ec6f84fc Add EditorConfig 2015-04-26 20:14:09 +03:00
hugovk 926c01a97e Don't compare with limit if limit is None. Fixes #124. 2015-04-26 20:11:49 +03:00
hugovk be8ae40caf Failing test for #124 2015-04-26 20:10:24 +03:00
hugovk 8f124f97a8 Merge remote-tracking branch 'upstream/develop' into develop 2015-04-12 19:57:42 +03:00
hugovk 4597514317 2015 2015-04-12 19:55:48 +03:00
Hugo b36762b0f0 Add licence
[CI skip]
2015-04-12 19:51:11 +03:00
hugovk f13c94abe8 Don't redefine built-in 2015-04-12 19:39:19 +03:00
hugovk a6f209a3f9 Remove unused argument 2015-04-12 19:37:53 +03:00
Hugo 404f48be1e Badges: master -> develop, hugovk -> pylast
[CI skip]
2015-04-12 19:23:32 +03:00
Hugo 5d94850eb6 Merge pull request #127 from hugovk/retry
Build improvements
2015-04-12 16:56:52 +03:00
hugovk 16f12a02c9 Run fast lint job first 2015-04-12 16:06:34 +03:00
hugovk 0b691de789 Remove unused import 2015-04-12 15:55:21 +03:00
hugovk 4f2871f504 pep8 fixes 2015-04-12 15:54:45 +03:00
hugovk 816be1cbe8 Rerun flaky interation tests 2015-04-12 12:54:22 +03:00
hugovk 38d204ad90 Release checklist 2015-04-12 12:46:03 +03:00
hugovk a9340e73f0 Release 1.1.0 2015-01-11 16:42:53 +02:00
hugovk ac4d17822a Merge develop to master [CI skip] 2015-01-11 16:40:34 +02:00
Hugo df36b178df Fix pytest.py link
[CI skip]
2015-01-11 13:08:32 +02:00
Hugo a698c8a7e9 Merge pull request #121 from pylast/develop
Merge develop to master
2015-01-10 10:48:45 +02:00
Hugo 925ea840c4 Update testing instructions [CI skip] 2015-01-09 12:53:43 +02:00
Hugo 959622fcf2 Remove unused .build file 2015-01-09 10:38:06 +02:00
Hugo caa202ccb2 Merge pull request #117 from IvanMalison/fix_unicode_decode_error
Fix unicode decode error
2015-01-09 09:35:21 +02:00
Ivan Malison b24417ea56 fix grep filter for clonedigger. 2015-01-08 23:23:29 -08:00
Ivan Malison 159925ff08 remove dir-locals. make clonedigger always exit 0 2015-01-08 23:13:38 -08:00
Ivan Malison de31fc33f6 fix base object hasing. Closes #120 . 2015-01-08 16:07:43 -08:00
Ivan Malison 3f9137a700 Version bump, fix setup.py, which was previously broken because excludes
was not a tuple, so each character was being excluded and thus pylast
the package was being excluded.
2015-01-08 16:07:42 -08:00
Ivan Malison df75cf2aa2 Fix UnicodeDecodeError from #114. Replace definitions of _unicode and
_string. Add six as a dependeny. Fix clonedigger script.
2015-01-08 16:07:42 -08:00
Hugo 1f9ebb530a Merge pull request #118 from pylast/skip
Skip if PYLAST_USERNAME etc. env vars missing
2015-01-08 14:49:56 +02:00
hugovk da26531c87 Skip if PYLAST_USERNAME etc. env vars missing 2015-01-08 11:14:40 +02:00
hugovk 882e749331 Merge branch 'IvanMalison-fix_get_cache_key_and_make_package' into develop 2015-01-08 10:45:03 +02:00
Ivan Malison dd7fe504d3 Revert "Add failing test for #114" (This revert should be reverted later
as the test from this commit should be made to pass eventually)

This reverts commit 6d84446f03.
2015-01-07 23:31:48 -08:00
Ivan Malison 781df0c94f Remove duplicate line, Make test_pylast.py runnable as main again. 2015-01-07 23:31:07 -08:00
Ivan Malison f1e14f591c add credentials for IvanMalison/pylast. 2015-01-07 19:39:09 -08:00
Ivan Malison 6d84446f03 Add failing test for #114 2015-01-07 19:27:28 -08:00