Commit graph

857 commits

Author SHA1 Message Date
Collin M. Barrett
07c88be4e4 temp add new scrape rule
pattern: \'
ef changes to: \''
2018-01-31 19:17:39 -06:00
Collin M. Barrett
34992c5896 super minor cleanup 2018-01-31 17:47:07 -06:00
Collin M. Barrett
1ca3cf5c43 again try fixing Subscribe link 2018-01-31 15:02:00 -06:00
Collin M. Barrett
45df4c9c46 try other js encode function 2018-01-31 14:47:49 -06:00
Collin M. Barrett
cfbe140951 try uri encoding subscribe url 2018-01-31 14:40:50 -06:00
Collin M. Barrett
a403c5acb8 order front-end lists by name alphabetically for now 2018-01-31 14:35:54 -06:00
Collin M. Barrett
17247374d6 try fixing view/subscribe URLs 2018-01-31 14:28:02 -06:00
Collin M. Barrett
6bcfde5e9b add ViewUrl to front-end 2018-01-31 14:12:15 -06:00
Collin M. Barrett
c49c1809b3 Revert "use Singleton services"
This reverts commit a612f26c18.
2018-01-31 14:03:30 -06:00
Collin M. Barrett
9ecae7d22e use Singleton services 2018-01-31 13:51:50 -06:00
Collin M. Barrett
30fe48c28b revert accidental R# changes 2018-01-31 08:45:08 -06:00
Collin M. Barrett
e71708b160 re-structure Services 2018-01-31 08:43:04 -06:00
Collin M. Barrett
dd0df2f560 add PolicyUrl to README 2018-01-31 13:20:27 +00:00
Collin M. Barrett
f32bcd3755 Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2018-01-31 07:17:36 -06:00
Collin M. Barrett
0558ee70d4 add PolicyUrl to FilterList model 2018-01-31 07:17:34 -06:00
Collin M. Barrett
da478e6204 extract lint rules to its own method
probly violating YAGNI atm, but, yeah...
2018-01-31 06:35:14 -06:00
Collin M. Barrett
45afb28f69 strip single backslash from end of rule
throws MySQL exception since it thinks it is escaping closing single quote. may be temporary, should re-evaluate.
2018-01-30 18:17:50 -06:00
Collin M. Barrett
eea204c21d widen Rule.Raw and tweak varhcar collation 2018-01-30 11:09:54 -06:00
Collin M. Barrett
8acee09dc7 more work on ScrapeService 2018-01-30 10:34:30 -06:00
Collin M. Barrett
b1ce29ebb0 minor ScrapeService tweaks 2018-01-30 06:18:33 -06:00
Collin M. Barrett
43ab7c8df2 async AddOrUpdateRules() 2018-01-30 05:21:54 -06:00
Collin M. Barrett
bb986e853f rollforward previous work on AddOrUpdateRules() 2018-01-30 05:09:34 -06:00
Collin M. Barrett
3bb86cfb82 minor ScrapeService refactors 2018-01-30 05:01:50 -06:00
Collin M. Barrett
6995755248 separate exception handling from logic for GetContent() 2018-01-29 15:30:53 -06:00
Collin M. Barrett
c1772a8680 move rule parsing to Snapshot class 2018-01-29 15:24:02 -06:00
Collin M. Barrett
3a443e7e43 Revert "work on ScrapeService (currently in broken state)"
This reverts commit d14c4f9518.
2018-01-29 15:02:37 -06:00
Collin M. Barrett
3c1362c828 work on ScrapeService (currently in broken state) 2018-01-29 06:43:20 -06:00
Collin M. Barrett
1ae7ac7ffe adding rules shouldn't be async 2018-01-28 20:45:52 -06:00
Collin M. Barrett
4439bbadc8 Create CODE_OF_CONDUCT.md 2018-01-29 01:35:45 +00:00
Collin M. Barrett
f72433f36a work on ScrapeService, use Async suffix convention 2018-01-28 19:26:21 -06:00
Collin M. Barrett
54642d7a92 reset migrations
seemed to be an EF bug in adding ModifiedDateUtc to Rules table (result of extracting base entity)
2018-01-28 14:49:50 -06:00
Collin M. Barrett
f7d6e3aff1 extract base entity types 2018-01-28 14:40:33 -06:00
Collin M. Barrett
9fbd204e0e Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2018-01-28 12:58:09 -06:00
Collin M. Barrett
c5c46d4899 extract BaseJunction superclass 2018-01-28 12:58:05 -06:00
Collin M. Barrett
e90b536b1b minor README tweaks 2018-01-28 14:16:45 +00:00
Collin M. Barrett
b11ea298e8 make temp scrape endpoint available only on debug
so I don't have to comment/uncomment all the time...
2018-01-28 08:13:13 -06:00
Collin M. Barrett
81b27866af more Scraper work 2018-01-27 20:14:46 -06:00
Collin M. Barrett
863c25032b update README 2018-01-27 17:57:15 -06:00
Collin M. Barrett
a6728cc8bc further progress on ScrapeService 2018-01-27 17:35:51 -06:00
Collin M. Barrett
ac6513a38f re-do initial create (fix timestamps) 2018-01-27 12:37:08 -06:00
Collin M. Barrett
a5523615f9 major db re-design 2018-01-27 11:40:35 -06:00
Collin M. Barrett
ca41064591 remove not-currently-used memory caching nuget 2018-01-27 08:50:02 -06:00
Collin M. Barrett
b4f8890e1d hard re-do partialRemoveModDateAndMore migration 2018-01-27 06:52:29 -06:00
Collin M. Barrett
6451fc3249 temp don't migrate/seed on prod 2018-01-27 06:32:58 -06:00
Collin M. Barrett
fa0eeacfc0 scraper and db updates 2018-01-26 19:44:10 -06:00
Collin M. Barrett
6caef4c4d6 got async scraper semi-working 2018-01-26 18:34:53 -06:00
Collin M. Barrett
b21af4fb7d further work on scraper 2018-01-26 14:13:51 -06:00
Collin M. Barrett
3fb17a1844 Revert "add snapshot migration"
This reverts commit d15f0144af.
2018-01-26 12:59:40 -06:00
Collin M. Barrett
7f980b76b4 begin work on ScrapeService 2018-01-26 12:59:31 -06:00
Collin M. Barrett
e473c18241 add snapshot migration 2018-01-26 11:56:20 -06:00