Commit graph

873 commits

Author SHA1 Message Date
Collin M. Barrett
93da298908 major SnapshotService refactor 2018-02-03 15:49:32 -06:00
Collin M. Barrett
858d0618f7 add comment to refactor AddOrUpdate algo
don't use explicitly defined EF model IDs, but rather use navs
2018-02-03 09:29:53 -06:00
Collin M. Barrett
c08e3efa48 update R# settings 2018-02-03 09:28:43 -06:00
Collin M. Barrett
7580204c5d update algo for getting lists to scrape 2018-02-03 07:07:49 -06:00
Collin M. Barrett
45cd990e64 add FK navigations 2018-02-03 06:18:07 -06:00
Collin M. Barrett
ed081ea1b8 recreate migration since MySQL TEXT can't have default 2018-02-02 18:47:37 -06:00
Collin M. Barrett
00272886c5 initial add scrapes, add navs to forks/merges 2018-02-02 17:58:32 -06:00
Collin M. Barrett
cd66ae2414 ScrapeService tweaks 2018-02-02 15:55:50 -06:00
Collin M. Barrett
3555aa7ae2 FixVarcharNullConfig 2018-02-02 07:15:24 -06:00
Collin M. Barrett
e563542a94 TryEfDefaultValueForVarchar 2018-02-02 07:03:04 -06:00
Collin M. Barrett
27c6abfa62 minor Web tweaks 2018-02-02 06:34:54 -06:00
Collin M. Barrett
37a09c86da default varchar to null 2018-02-02 06:08:26 -06:00
Collin M. Barrett
c23d02a1b6 try purging artifacts pre-deploy
ref #135
2018-02-01 18:05:07 -06:00
Collin M. Barrett
dbc79062bb update npm 2018-02-01 17:45:45 -06:00
Collin M. Barrett
9ce8de9390 minor cleanup from last refactor 2018-02-01 10:18:11 -06:00
Collin M. Barrett
c456ac704c refactor ScrapeService architecture 2018-02-01 10:05:51 -06:00
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