Commit graph

841 commits

Author SHA1 Message Date
Collin M. Barrett
0558ee70d4 add PolicyUrl to FilterList model 2018-01-31 07:17:34 -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
Collin M. Barrett
a05048fae4 use more descriptive generic type name 2018-01-26 09:59:38 -06:00
Collin M. Barrett
02a1e50443 make read-only service method no track 2018-01-26 09:57:44 -06:00
Collin M. Barrett
5bcc97c04b minor SeedService optimization
per: https://stackoverflow.com/a/48463802/2343739
2018-01-26 09:18:53 -06:00
Collin M. Barrett
a736a8d583 add Snapshot entity 2018-01-25 15:44:01 -06:00
Collin M. Barrett
b2cc1a07f7 strip out all caching for now (was leaking across endpoints) 2018-01-25 14:36:47 -06:00
Collin M. Barrett
df7967418d update remaining seed data with new formatting 2018-01-25 11:52:27 -06:00
Collin M. Barrett
fbbaa5c64c finish seed endpoints 2018-01-25 10:54:22 -06:00
Collin M. Barrett
b4316cb6d1 simplify SeedService with generics
per: https://stackoverflow.com/questions/48441884/refactor-shared-net-core-api-action-using-generics-and-automapper-to-reduce-dup
2018-01-25 05:46:32 -06:00
Collin M. Barrett
608ceaf520 optimize async with automapper 2018-01-24 20:11:02 -06:00
Collin M. Barrett
b74bebf1fe optimize async with automapper 2018-01-24 20:09:49 -06:00
Collin M. Barrett
9cb441ba9b fix async json responses 2018-01-24 19:59:21 -06:00
Collin M. Barrett
dfe98c893f async all the things, add seed endpoints for entities 2018-01-24 19:30:01 -06:00
Collin M. Barrett
fd81aacd37 extract middle level Entity controller for generic Seed method 2018-01-24 07:10:37 -06:00
Collin M. Barrett
8bba881c84 work towards seed API action for all entities 2018-01-24 05:49:35 -06:00
Collin M. Barrett
deff680952 cleanup services 2018-01-23 19:55:26 -06:00
Collin M. Barrett
79b6c55fd4 remove unused dep 2018-01-23 19:35:53 -06:00