Commit graph

1051 commits

Author SHA1 Message Date
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
Ivan Malison f2f8ca086d add posargs to tox tests. 2015-01-07 19:25:41 -08:00
Ivan Malison 6e6ff1a417 Get rid of --doctest-modules in py.test command. 2015-01-07 18:20:30 -08:00
Ivan Malison b66ee21ce0 Consolidate travis environments. separate matrix and global environment variables. 2015-01-07 18:15:59 -08:00
Ivan Malison a64d562ae2 Add tox to travis installation. 2015-01-07 18:00:36 -08:00
Ivan Malison ca66e74099 tox/travis stuff. making testing more uniform. 2015-01-07 17:57:04 -08:00
Ivan Malison c2b03afe55 Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109. 2015-01-07 09:13:29 -08:00
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00
Hugo 123951517a Merge pull request #111 from hugovk/master
PyPy3 / Scrutinizer / Landscape.io / tests
2015-01-06 11:59:18 +02:00
hugovk 9b9dc2e2c5 Remove unused import 2015-01-05 23:20:22 +02:00