Commit graph

150 commits

Author SHA1 Message Date
Joakim Soderlund
47a85ddd70 Add FimfarchiveFetcher timeout to prevent lockups 2017-05-01 10:49:53 +02:00
Joakim Soderlund
7199d47395 Ignore virtual environment 2017-04-15 22:59:46 +02:00
Joakim Soderlund
9916ad2e67 Update readme for release 20170301 2017-03-01 19:22:41 +01:00
Joakim Soderlund
b39586b143 Test selection for new password-protected stories 2017-02-17 23:48:39 +01:00
Joakim Soderlund
91eaea13b5 Fix selection for new password-protected stories 2017-02-17 22:32:39 +01:00
Joakim Soderlund
4ebe8fe29a Add merge method to Story 2017-01-29 00:06:15 +01:00
Joakim Soderlund
b70c56e632 Add Travis CI section to Tox configuration 2017-01-28 21:27:39 +01:00
Joakim Soderlund
f25b0ed50d Add Travis CI configuration 2017-01-28 21:10:57 +01:00
Joakim Soderlund
d8bb2035e4 Add Tox configuration 2017-01-28 20:56:59 +01:00
Joakim Soderlund
f336753369 Update Fimfarchive version for tests 2017-01-22 00:12:17 +01:00
Joakim Soderlund
895f6cbf5a Minor style fix in utils 2017-01-21 23:41:01 +01:00
Joakim Soderlund
ce133355ad Add selectors module 2017-01-21 23:37:19 +01:00
Joakim Soderlund
8cf81a14a2 Minor description change in fetcher test 2017-01-15 18:34:48 +01:00
Joakim Soderlund
2015d184d8 Add mapper for story date 2017-01-15 18:07:32 +01:00
Joakim Soderlund
d2601f6966 Add rope project to gitignore 2017-01-09 01:04:31 +01:00
Joakim Soderlund
8791276f1f Add coverage output to gitignore 2017-01-09 00:59:03 +01:00
Joakim Soderlund
f763dabbfa Add configuration file for test coverage 2017-01-09 00:10:16 +01:00
Joakim Soderlund
21a98a9e72 Add utility for persisted dictionaries 2017-01-08 23:46:55 +01:00
Joakim Soderlund
306988dd36 Add utils module 2017-01-08 19:30:59 +01:00
Joakim Soderlund
c350abe479 Add global story test fixture 2017-01-08 01:40:49 +01:00
Joakim Soderlund
3ef4a7aecc Add writers module 2017-01-08 00:38:38 +01:00
Joakim Soderlund
db1b1fdadc Add member declaration to mappers module 2017-01-07 22:57:05 +01:00
Joakim Soderlund
86559d9d5d Add mapper for story path 2017-01-07 22:55:12 +01:00
Joakim Soderlund
8209897df5 Add mappers module 2016-12-27 20:24:29 +01:00
Joakim Soderlund
0c4d0bd6fb Add member declarations to all modules 2016-12-19 17:59:03 +01:00
Joakim Soderlund
034bfb7419 Use flavors in fetchers and stories 2016-12-19 00:26:24 +01:00
Joakim Soderlund
543d8f02e9 Add conftest module to tests 2016-12-19 00:10:31 +01:00
Joakim Soderlund
8fcd9a9718 Add flavors module 2016-12-18 23:19:33 +01:00
Joakim Soderlund
80e105abb9 Implement fetch method in fetcher base class 2016-12-18 19:46:46 +01:00
Joakim Soderlund
dbebdfae98 Add default prefetch settings to fetchers 2016-12-18 19:02:57 +01:00
Joakim Soderlund
31c5925a53 Add stories module 2016-12-18 18:40:06 +01:00
Joakim Soderlund
eea404294e Use pytest fixtures in tests 2016-12-18 03:13:25 +01:00
Joakim Soderlund
dcc662a035 Reorder imports to follow PEP-8 2016-12-18 02:10:45 +01:00
Joakim Soderlund
86b1c9740a Do not require overriding close in fetchers 2016-12-18 02:01:22 +01:00
Joakim Soderlund
e32cd958ef Add archive readme source file 2016-12-18 00:11:50 +01:00
Joakim Soderlund
77af31923e Use streaming text decoding while parsing index 2016-12-18 00:06:01 +01:00
Joakim Soderlund
d09cff4866 Fix split chapters being reported as missing 2016-12-17 23:09:13 +01:00
Joakim Soderlund
0c0cdf8c3f Rename pk attribute to key in fetchers 2016-12-17 22:23:45 +01:00
Joakim Soderlund
f2853103a2 Update Fimfarchive version for tests 2016-08-22 18:49:06 +02:00
Joakim Soderlund
bd2a58e3ee Add tests for Fimfarchive fetcher 2015-10-10 01:46:17 +02:00
Joakim Soderlund
70718593fd Add fetcher for Fimfarchive 2015-10-10 00:58:16 +02:00
Joakim Soderlund
279168bdba Add tests for Fimfiction fetcher 2015-10-02 14:00:38 +02:00
Joakim Soderlund
3a67f97426 Remove unsued story permission exception 2015-10-02 13:03:38 +02:00
Joakim Soderlund
22a23862b4 Add fetcher for Fimfiction 2015-10-02 13:00:55 +02:00
Joakim Soderlund
a8a2b0553e Add tests package 2015-10-01 23:19:42 +02:00
Joakim Soderlund
6602c41e67 Add missing period to license comments 2015-10-01 23:17:49 +02:00
Joakim Soderlund
03136ca475 Add requests to requirements 2015-10-01 21:07:07 +02:00
Joakim Soderlund
341b70d1c5 Add abstract base class for story fetchers 2015-10-01 19:42:50 +02:00
Joakim Soderlund
d01960d639 Add base class for Fimfarchive exceptions 2015-10-01 16:03:27 +02:00
Joakim Soderlund
c09f675687 Initial commit 2015-09-27 20:46:58 +02:00