Collin M. Barrett
|
ddae6ab63f
|
use HashSet rather than Distinct() for filtering duplicate rules in a list
|
2018-02-07 12:39:00 -06:00 |
|
Collin M. Barrett
|
83fe821a2a
|
EnableSensitiveDataLogging
|
2018-02-06 13:05:25 -06:00 |
|
Collin M. Barrett
|
d42a141d57
|
recreate junction indexes
https://stackoverflow.com/q/48645872/2343739
|
2018-02-06 12:41:55 -06:00 |
|
Collin M. Barrett
|
fa3b61cade
|
add junction composite indices
|
2018-02-06 10:19:11 -06:00 |
|
Collin Barrett
|
d0faa7ac8b
|
extract ICollection ext. method to its own file
|
2018-02-05 18:25:14 -06:00 |
|
Collin M. Barrett
|
b4964f0e30
|
rm unused using
|
2018-02-05 15:32:11 -06:00 |
|
Collin M. Barrett
|
c056f4cb88
|
filter dup rules from a snapshot
|
2018-02-05 15:25:26 -06:00 |
|
Collin M. Barrett
|
04c9b493b1
|
AddRange() support for ICollection
|
2018-02-05 15:21:44 -06:00 |
|
Collin M. Barrett
|
7da1f936e5
|
bump batch size
|
2018-02-05 12:33:38 -06:00 |
|
Collin M. Barrett
|
12088be517
|
explicitly set HttpStatusCode to null for HttpRequestException
|
2018-02-05 12:14:35 -06:00 |
|
Collin M. Barrett
|
299c49219e
|
catch HttpRequestException
|
2018-02-05 12:13:36 -06:00 |
|
Collin M. Barrett
|
002855f4d1
|
move towards batched snapshots (wip)
|
2018-02-05 11:14:46 -06:00 |
|
Collin Barrett
|
46459a0695
|
R# tweak via Clean Code suggestion
|
2018-02-04 18:29:12 -06:00 |
|
Collin Barrett
|
7797d99c12
|
major SnapshotService refactor
|
2018-02-03 15:49:32 -06:00 |
|
Collin Barrett
|
2060268495
|
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 Barrett
|
b9541da489
|
update R# settings
|
2018-02-03 09:28:43 -06:00 |
|
Collin Barrett
|
fcfdd2c0ac
|
update algo for getting lists to scrape
|
2018-02-03 07:07:49 -06:00 |
|
Collin Barrett
|
f651a33ad8
|
add FK navigations
|
2018-02-03 06:18:07 -06:00 |
|
Collin Barrett
|
57362b3233
|
recreate migration since MySQL TEXT can't have default
|
2018-02-02 18:47:37 -06:00 |
|
Collin Barrett
|
44bc2c0ab5
|
initial add scrapes, add navs to forks/merges
|
2018-02-02 17:58:32 -06:00 |
|
Collin M. Barrett
|
edf8f1b527
|
ScrapeService tweaks
|
2018-02-02 15:55:50 -06:00 |
|
Collin M. Barrett
|
2b1ffa1018
|
FixVarcharNullConfig
|
2018-02-02 07:15:24 -06:00 |
|
Collin M. Barrett
|
85fc0f1448
|
TryEfDefaultValueForVarchar
|
2018-02-02 07:03:04 -06:00 |
|
Collin Barrett
|
f8582c859e
|
minor Web tweaks
|
2018-02-02 06:34:54 -06:00 |
|
Collin Barrett
|
f04ae2e1c5
|
default varchar to null
|
2018-02-02 06:08:26 -06:00 |
|
Collin Barrett
|
cbbca01b7d
|
try purging artifacts pre-deploy
ref #135
|
2018-02-01 18:05:07 -06:00 |
|
Collin Barrett
|
242edbb183
|
update npm
|
2018-02-01 17:45:45 -06:00 |
|
Collin M. Barrett
|
7332a0ca84
|
minor cleanup from last refactor
|
2018-02-01 10:18:11 -06:00 |
|
Collin M. Barrett
|
b6add83ec4
|
refactor ScrapeService architecture
|
2018-02-01 10:05:51 -06:00 |
|
Collin Barrett
|
0d7aca3287
|
temp add new scrape rule
pattern: \'
ef changes to: \''
|
2018-01-31 19:17:39 -06:00 |
|
Collin Barrett
|
280e66b335
|
super minor cleanup
|
2018-01-31 17:47:07 -06:00 |
|
Collin M. Barrett
|
ecbb0215c4
|
again try fixing Subscribe link
|
2018-01-31 15:02:00 -06:00 |
|
Collin M. Barrett
|
a54c94c286
|
try other js encode function
|
2018-01-31 14:47:49 -06:00 |
|
Collin M. Barrett
|
7a6bcd1971
|
try uri encoding subscribe url
|
2018-01-31 14:40:50 -06:00 |
|
Collin M. Barrett
|
4d376eaa7b
|
order front-end lists by name alphabetically for now
|
2018-01-31 14:35:54 -06:00 |
|
Collin M. Barrett
|
9262445cb8
|
try fixing view/subscribe URLs
|
2018-01-31 14:28:02 -06:00 |
|
Collin M. Barrett
|
84f5c1dad4
|
add ViewUrl to front-end
|
2018-01-31 14:12:15 -06:00 |
|
Collin M. Barrett
|
8079314dad
|
Revert "use Singleton services"
This reverts commit a612f26c18.
|
2018-01-31 14:03:30 -06:00 |
|
Collin M. Barrett
|
a612f26c18
|
use Singleton services
|
2018-01-31 13:51:50 -06:00 |
|
Collin M. Barrett
|
756117fec0
|
revert accidental R# changes
|
2018-01-31 08:45:08 -06:00 |
|
Collin M. Barrett
|
d29b6ff2ee
|
re-structure Services
|
2018-01-31 08:43:04 -06:00 |
|
Collin M. Barrett
|
a4aebd4991
|
add PolicyUrl to README
|
2018-01-31 13:20:27 +00:00 |
|
Collin M. Barrett
|
2bfcecef01
|
Merge branch 'master' of https://github.com/collinbarrett/FilterLists
|
2018-01-31 07:17:36 -06:00 |
|
Collin M. Barrett
|
bbabe7c78a
|
add PolicyUrl to FilterList model
|
2018-01-31 07:17:34 -06:00 |
|
Collin Barrett
|
69e4f00db0
|
extract lint rules to its own method
probly violating YAGNI atm, but, yeah...
|
2018-01-31 06:35:14 -06:00 |
|
Collin Barrett
|
e829f46782
|
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
|
52c9c50452
|
widen Rule.Raw and tweak varhcar collation
|
2018-01-30 11:09:54 -06:00 |
|
Collin M. Barrett
|
b8669c1e1a
|
more work on ScrapeService
|
2018-01-30 10:34:30 -06:00 |
|
Collin Barrett
|
2a9c666637
|
minor ScrapeService tweaks
|
2018-01-30 06:18:33 -06:00 |
|
Collin Barrett
|
a1f6783792
|
async AddOrUpdateRules()
|
2018-01-30 05:21:54 -06:00 |
|