Commit graph

939 commits

Author SHA1 Message Date
Collin M. Barrett
3b032990a5 retry last 2018-02-11 17:44:38 -06:00
Collin M. Barrett
faebe9c974 retry last 2018-02-11 17:36:00 -06:00
Collin M. Barrett
12022835d2 catch aggregateexception
likely non-txt files like zips
2018-02-11 17:28:43 -06:00
Collin M. Barrett
38bc5673c4 cleanup scripts dir 2018-02-11 17:15:56 -06:00
Collin M. Barrett
a4a5e16bee temp: skip list 48
too large for current algorithm to snapshot. crashes and never finishes.
2018-02-11 16:54:45 -06:00
Collin M. Barrett
e8ee0528b0 remove some old stuffz 2018-02-11 15:31:19 -06:00
Collin M. Barrett
4abce35bfa fix cron location 2018-02-11 15:08:41 -06:00
Collin M. Barrett
f92572766d refactor method name 2018-02-11 13:40:50 -06:00
Collin M. Barrett
9118497cc0 update Adguard simplified domain names filter
closes #199
2018-02-11 13:26:47 -06:00
Collin M. Barrett
cf358a6fb4 update BarbBlock
closes #198
2018-02-11 13:16:15 -06:00
Collin M. Barrett
49cd294353 update Turk-adlist
closes #173
2018-02-11 13:04:40 -06:00
Collin M. Barrett
c31708c707 change name of now Nano Defender
closes #174
2018-02-11 13:01:13 -06:00
Collin M. Barrett
d4bdd59293 update viewUrl for AntiPubWeb
closes #168
2018-02-11 12:58:31 -06:00
Collin M. Barrett
6e55d3372a change ABP X Files ViewUrl
closes #180
2018-02-11 12:56:39 -06:00
Collin M. Barrett
f88dc3fbe1 add 1Hosts
closes #186
2018-02-11 08:16:06 -06:00
Collin M. Barrett
2c76379322 obfuscate user agent 2018-02-10 20:25:24 -06:00
Collin M. Barrett
65602f6660 cleanup some non-urgent TODOs 2018-02-10 20:10:29 -06:00
Collin M. Barrett
bca4baffd4 minor refactors 2018-02-10 20:01:08 -06:00
Collin M. Barrett
c75e2700a1 fix bug in GetLeastRecentlyCapturedLists() 2018-02-10 19:05:23 -06:00
Collin M. Barrett
8439a5c14c try capture snapshots every minute with max of once per list per day 2018-02-10 18:50:13 -06:00
Collin M. Barrett
8b39bb535d add Snapshot ModifiedDateUtc 2018-02-10 17:49:32 -06:00
Collin M. Barrett
86fd80daf0 don't send linux mail cron results 2018-02-10 16:55:19 -06:00
Collin M. Barrett
73104704fa add cron job for reference 2018-02-10 16:36:40 -06:00
Collin M. Barrett
2224017e2e Revert "enable ModifiedDate on Snapshots"
This reverts commit c17fe37a6c.
2018-02-10 16:04:57 -06:00
Collin M. Barrett
8ade9fba23 enable ModifiedDate on Snapshots 2018-02-10 16:03:46 -06:00
Collin M. Barrett
cb3f9b2d65 capture numeric httpstatuscode 2018-02-10 15:46:12 -06:00
Collin M. Barrett
f42470896a fix permissions on Agent 2018-02-10 15:29:34 -06:00
Collin M. Barrett
e46d631502 deploy Agent 2018-02-10 15:15:46 -06:00
Collin M. Barrett
345ff98d24 gracefully rollback interrupted snapshots
currently assumes deduplication didn't partially complete (should be revisited at some point)
2018-02-10 15:06:49 -06:00
Collin M. Barrett
488b2faf19 finish first pass at Snapshot dedup-ing 2018-02-10 14:33:20 -06:00
Collin M. Barrett
50a8493631 add R# rule 2018-02-10 13:40:59 -06:00
Collin M. Barrett
138a85d5b0 fix bug in AddSnapshotRules() 2018-02-10 13:03:39 -06:00
Collin M. Barrett
da5eb470ca exit Agent by return 0 2018-02-10 09:59:27 -06:00
Collin M. Barrett
65442b467d wip dedup SnapshotRules 2018-02-10 09:52:29 -06:00
Collin M. Barrett
42eac2ed94 prepare db for de-duped SnapshotRule 2018-02-10 07:14:07 -06:00
Collin M. Barrett
d1b180b45c remove snapshot API endpoint in favor of Agent 2018-02-09 15:32:27 -06:00
Collin M. Barrett
9cd7dcd181 enhance drop comments from rules 2018-02-09 15:29:55 -06:00
Collin M. Barrett
9de64fcd85 use consistent null conditional in rule linter 2018-02-09 14:37:10 -06:00
Collin M. Barrett
282f9cecf8 drop comments from rules 2018-02-09 14:31:21 -06:00
Collin M. Barrett
692f876595 minor reformatting 2018-02-09 14:20:55 -06:00
Collin M. Barrett
9a1a2946cb minor reformatting 2018-02-09 13:49:22 -06:00
Collin M. Barrett
bfe6e06aba convert HttpStatusCode to varchar 2018-02-09 13:03:23 -06:00
Collin M. Barrett
4aa5fd1500 Agent now captures snapshots 2018-02-09 06:34:33 -06:00
Collin M. Barrett
9011f358ec update gitignore 2018-02-09 05:41:52 -06:00
Collin M. Barrett
269a8c0305 Agent Hello World 2018-02-08 16:58:50 -06:00
Collin M. Barrett
7ca785e55f initial add Agent 2018-02-08 16:55:12 -06:00
Collin M. Barrett
1105be03c5 tweak primary key data types 2018-02-08 09:43:39 -06:00
Collin M. Barrett
4ac64c1442 fix junction indexes 2018-02-08 08:57:39 -06:00
Collin M. Barrett
f0e927811d exclude convention indexes on many-to-many entities
ref https://github.com/aspnet/EntityFrameworkCore/issues/7605#issuecomment-363949146 and https://github.com/aspnet/EntityFrameworkCore/issues/10855#issuecomment-363219253
2018-02-07 17:59:26 -06:00
Collin M. Barrett
9c40851378 async batches 2018-02-07 15:01:55 -06:00