Commit graph

1019 commits

Author SHA1 Message Date
Christopher K. Hoadley
e41b485771 Merge remote-tracking branch 'origin/master' into restructure_take1 2020-02-12 21:27:50 -06:00
Christopher K. Hoadley
f3a61fe7af Update version and help text. 2020-02-12 21:27:17 -06:00
Siddharth Dushantha
57364e91b0
Merge pull request #542 from psyashes/site-note-com
Add note.com support
2020-02-11 20:45:37 +01:00
ryu
ed899b55c8 Add note.com support 2020-02-11 15:47:20 +09:00
Siddharth Dushantha
e96d46b022
Merge pull request #539 from jguddas/new-site-gpodder-net
Add "gpodder.net" support
2020-02-07 10:50:42 +01:00
Jakob Guddas
633b0f56ed Add "gpodder.net" support 2020-02-06 20:51:14 +01:00
Siddharth Dushantha
da328bb7ac
added svidbook 2020-02-05 14:48:23 +01:00
Siddharth Dushantha
92f35437df
Merge pull request #534 from LameLemon/site-pokerstrategy
Added PokerStrategy support
2020-02-04 16:27:07 +01:00
LameLemon
3d8f4034d3 Added PokerStrategy support 2020-01-31 09:10:14 +00:00
Siddharth Dushantha
22bf99a988
Merge pull request #529 from LameLemon/site-creativemarket
Update CreativeMarket to their new url
2020-01-22 12:40:53 +01:00
LameLemon
1e2e3f4353 CreativeMarket url change 2020-01-21 19:14:06 +00:00
Siddharth Dushantha
9093d9e6b5
added dis.cool (Discord data explorer) 2020-01-20 19:07:57 +01:00
Siddharth Dushantha
eeb3e5d240
GPSies got renamed to AllTrails 2020-01-19 15:04:37 +01:00
Siddharth Dushantha
d3981ddf1a
Merge pull request #521 from aslmx/site-add
adds Mastodon instances and pr0gramm.com
2020-01-16 15:14:58 +01:00
Siddharth Dushantha
cb8e8d49f1
Merge pull request #518 from jguddas/new-site-rubygems
Add "RubyGems" support
2020-01-16 06:38:54 +01:00
aslmx
dfff9c4a91 Adds some popular mastodon instances and changes the existing 'Mastodon' instance to its own name, because mstdn.io is not whole mastodon 2020-01-14 09:02:45 +01:00
Siddharth Dushantha
f538c8ca7d
Merge pull request #513 from jguddas/new-site-lichess
Add "Lichess" support
2020-01-12 21:36:20 +01:00
Siddharth Dushantha
546e8493c8
Merge pull request #519 from jguddas/new-site-notabug-org
Add "notabug.org" support
2020-01-12 21:35:07 +01:00
Jakob Guddas
4b52f4c0f0 Fix "notabug.org" urlMain issue fix 2020-01-12 20:12:04 +01:00
Siddharth Dushantha
a4a2fa34eb
Merge pull request #515 from jguddas/new-site-typeracer
Add "Typeracer" support
2020-01-12 15:22:31 +01:00
Siddharth Dushantha
0a66093ada
Merge pull request #517 from jguddas/new-site-asciinema
Add "Asciinema" support
2020-01-12 15:20:56 +01:00
Siddharth Dushantha
93095812d0
Merge pull request #514 from jguddas/new-site-clozemaster
Add "Clozemaster" support
2020-01-12 15:19:49 +01:00
Jakob Guddas
d9125e7a8e Add "RubyGems" support 2020-01-11 20:49:40 +01:00
Jakob Guddas
44ef7f79f1 Add "notabug.org" support 2020-01-11 20:44:40 +01:00
Jakob Guddas
76a6f0dd64 Add "Asciinema" support 2020-01-11 20:34:22 +01:00
Jakob Guddas
b8fb977f52 Add "Typeracer" support 2020-01-11 16:52:11 +01:00
Jakob Guddas
32bc68aa5f Add "Clozemaster" support 2020-01-11 16:51:52 +01:00
Jakob Guddas
fe68d468ab Add "Lichess" support 2020-01-11 16:51:34 +01:00
Siddharth Dushantha
639d781a02
Version bump 0.10.3 --> 0.10.4 2020-01-09 15:31:31 +01:00
Siddharth Dushantha
f7b5fb45bd
Merge pull request #508 from sherlock-project/sdushantha-patch-2
Use stem from PyPi insted of Git version, fixes #496
2020-01-09 15:30:42 +01:00
Siddharth Dushantha
3ae7a5819d
Use stem from PyPi insted of Git version 2020-01-09 15:20:07 +01:00
Christopher K. Hoadley
849762625e Merge remote-tracking branch 'origin/master' into restructure_take1 2020-01-02 06:04:16 -06:00
Christopher K. Hoadley
de0ccfebb7 Add option to skip test if site returns error status (e.g. timeout connecting with site). This makes it easier to interpret the test results. 2020-01-02 06:03:41 -06:00
Siddharth Dushantha
514ce0cb08
Merge pull request #466 from ZephrFish/patch-1
Fixed docker file, git is not included in alpine by default
2020-01-01 15:51:57 +01:00
Christopher K. Hoadley
2c9fb4f295 Change SitesInformation() to use a generator when iterating thru the sites. This avoids the problem of the state (i.e. self.__iteration_index) getting corrupted if any of the methods of a given object needed to iterate for their own purposes while a caller was already iterating thru the same object. The code is also much simpler to follow. 2019-12-31 21:18:49 -06:00
Christopher K. Hoadley
1101af8132 Add @sdushantha suggestion in creating directory. 2019-12-31 15:51:40 -06:00
Christopher K. Hoadley
f48a2980f5 Use SitesInformation() object in tests. For now, use the new SitesInformation() object to calculate the original JSON dictionary: the rest of the code will be updated in the future. 2019-12-31 15:33:48 -06:00
Christopher K. Hoadley
8f6938ecb1 Add option to *not* print out results. Configure tests to there is no print output. This simplifies looking at the error output when the tests fail. 2019-12-31 15:26:15 -06:00
Christopher K. Hoadley
f29cab49e4 Add popularity rank to Site Information object. Add method to retrieve list of names of the sites (sorted by alphabetical or popularity rank). 2019-12-31 14:48:21 -06:00
Christopher K. Hoadley
2e195d4439 Move all writing of output files to occur after query takes place. Use with statement for results file, as that is more graceful on errors. Use try block for result directory creation: this has a smaller window for a race condition. 2019-12-31 11:19:15 -06:00
Christopher K. Hoadley
123e4d47e0 Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-31 10:53:12 -06:00
Christopher Kent Hoadley
37cc116dd9
Merge pull request #500 from sherlock-project/site_updates3
More Site Addition And Fixes
2019-12-31 10:50:43 -06:00
Christopher K. Hoadley
0fd89843b2 Update version and site list. 2019-12-31 10:47:17 -06:00
Christopher K. Hoadley
0fc25e979c Add "nnRU". 2019-12-31 10:36:32 -06:00
Christopher K. Hoadley
9ea42a3207 Add "ingvarr.net.ru". 2019-12-31 10:34:46 -06:00
Christopher K. Hoadley
6369e23ad5 Reinstate "easyen". Looks like some of the links on the site redirect to an internal index, but if you start out with a valid username, things do work. 2019-12-31 10:32:26 -06:00
Christopher K. Hoadley
4c6f9acd53 Fix claimed username for "phpRU". 2019-12-31 10:29:30 -06:00
Christopher Kent Hoadley
5123bf1f74
Merge pull request #499 from sherlock-project/site_updates2
More Fixes To Site Coverage
2019-12-31 08:05:16 -06:00
Christopher K. Hoadley
5649d6b721 Update version and site list. 2019-12-31 08:00:17 -06:00
Christopher K. Hoadley
2b0f1fd55c Merge remote-tracking branch 'origin/master' into site_updates2 2019-12-31 07:55:28 -06:00