Commit graph

888 commits

Author SHA1 Message Date
Collin M. Barrett
97a4816842 trim leading and trailing whitespace from rules 2018-02-07 13:58:46 -06:00
Collin M. Barrett
71dc4968d3 use case-sensitive collation 2018-02-07 13:26:35 -06:00
Collin M. Barrett
43d100c309 use HashSet rather than Distinct() for filtering duplicate rules in a list 2018-02-07 12:39:00 -06:00
Collin M. Barrett
cadaae4475 EnableSensitiveDataLogging 2018-02-06 13:05:25 -06:00
Collin M. Barrett
5e5dcf35cc recreate junction indexes
https://stackoverflow.com/q/48645872/2343739
2018-02-06 12:41:55 -06:00
Collin M. Barrett
f92c6c3b59 add junction composite indices 2018-02-06 10:19:11 -06:00
Collin M. Barrett
888ab13e2f extract ICollection ext. method to its own file 2018-02-05 18:25:14 -06:00
Collin M. Barrett
6fc850e2ff rm unused using 2018-02-05 15:32:11 -06:00
Collin M. Barrett
7fd5e8c294 filter dup rules from a snapshot 2018-02-05 15:25:26 -06:00
Collin M. Barrett
b5ed619476 AddRange() support for ICollection 2018-02-05 15:21:44 -06:00
Collin M. Barrett
51b649b1af bump batch size 2018-02-05 12:33:38 -06:00
Collin M. Barrett
749a273daf explicitly set HttpStatusCode to null for HttpRequestException 2018-02-05 12:14:35 -06:00
Collin M. Barrett
b9cf811dd8 catch HttpRequestException 2018-02-05 12:13:36 -06:00
Collin M. Barrett
0ab08ecc42 move towards batched snapshots (wip) 2018-02-05 11:14:46 -06:00
Collin M. Barrett
21bbff279f R# tweak via Clean Code suggestion 2018-02-04 18:29:12 -06:00
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