Commit graph

2636 commits

Author SHA1 Message Date
Collin M. Barrett
ce6eeb46d6 add TODO 2019-06-29 16:54:28 +00:00
Collin M. Barrett
56f7c081ae set AgentHttpClient timeout to 10 mins 2019-06-29 16:54:28 +00:00
Collin M. Barrett
67d994a8be don't register config with DI until/if it's needed 2019-06-29 16:54:28 +00:00
Collin M. Barrett
ba71d2f515 fully qualify git email address 2019-06-29 16:54:28 +00:00
Collin M. Barrett
91c6ba5513 add AppInsights ILogger sink 2019-06-29 16:54:28 +00:00
Collin M. Barrett
89848926bf small tidies 2019-06-29 16:54:28 +00:00
Collin M. Barrett
e193b20442 shard lists to download by host 2019-06-29 16:54:28 +00:00
Collin M. Barrett
fb69ce76e0 don't eat perf cost of exceptions for not supported extensions 2019-06-29 16:54:28 +00:00
Collin M. Barrett
dda7de8ef1 use typed client from HttpClientFactory 2019-06-29 16:54:28 +00:00
Collin M. Barrett
711a4894b9 add TODOs 2019-06-29 16:54:28 +00:00
Collin M. Barrett
83b4d77e7e log TaskCanceledExceptions 2019-06-29 16:54:28 +00:00
Collin M. Barrett
301d5f70b3 support git init, add, commit 2019-06-29 16:54:28 +00:00
Collin M. Barrett
115493a0a5 fix try/catch to catch HttpRequestExceptions 2019-06-29 16:54:28 +00:00
Collin M. Barrett
a35b1e9379 wip git init, add, commit 2019-06-29 16:54:28 +00:00
Collin M. Barrett
e96badf1de rm unlikely exception catch 2019-06-29 16:54:28 +00:00
Collin M. Barrett
5e34720754 small tidies 2019-06-29 16:54:28 +00:00
Collin M. Barrett
88dc9174f6 TODO: git init if repo doesn't exist 2019-06-29 16:54:28 +00:00
Collin M. Barrett
b25dcf6903 rm SO link (significantly changed) 2019-06-29 16:54:28 +00:00
Collin M. Barrett
1b12ec889e prefer interface over concrete RestRequest 2019-06-29 16:54:28 +00:00
Collin M. Barrett
9bda2108b8 rm unused using 2019-06-29 16:54:28 +00:00
Collin M. Barrett
ba32b35aab convert TPL data flow to ActionBlock 2019-06-29 16:54:28 +00:00
Collin M. Barrett
bffef0c548 small tidies 2019-06-29 16:54:28 +00:00
Collin M. Barrett
088f44272f wip fix TPL Data Flow batch downloads 2019-06-29 16:54:28 +00:00
Collin M. Barrett
ed9ce8b7fe Revert "remove unused private setters"
This reverts commit 0f69409046.
2019-06-29 16:54:28 +00:00
Collin M. Barrett
b64ff48271 remove unused private setters 2019-06-29 16:54:28 +00:00
Collin M. Barrett
878dfe6e30 consume tasks from TransformBlock so app doesn't hang 2019-06-29 16:54:28 +00:00
Collin M. Barrett
b1fb724bda fix some log messages 2019-06-29 16:54:28 +00:00
Collin M. Barrett
8ef5065c13 add logging 2019-06-29 16:54:28 +00:00
Collin M. Barrett
5ab0c89235 misc cleanup 2019-06-29 16:54:28 +00:00
Collin M. Barrett
63e2d78b1d wip - download differently by file extension 2019-06-29 16:54:28 +00:00
Collin M. Barrett
0b0eb9237c add TODO with all extension types to support downloading 2019-06-29 16:54:28 +00:00
Collin M. Barrett
0cc92c8ff3 assume lists with no file extension are in raw txt format 2019-06-29 16:54:28 +00:00
Collin M. Barrett
7f37515cfa use TPL dataflow to batch parallel downloads 2019-06-29 16:54:28 +00:00
Collin M. Barrett
190e3affab disable ApplyAutoDetectedRules by R# 2019-06-29 16:54:28 +00:00
Collin M. Barrett
7060bf2c11 initial support for parallel archive downloads 2019-06-29 16:54:28 +00:00
Collin M. Barrett
d93aced937 add stub for CaptureList 2019-06-29 16:54:28 +00:00
Collin M. Barrett
1edc44af2f misc tidies 2019-06-29 16:54:28 +00:00
Collin M. Barrett
fcb7931d80 resolve some static analysis warnings 2019-06-29 16:54:28 +00:00
Collin M. Barrett
4497cab46b dockerize Agent 2019-06-29 16:54:28 +00:00
Collin M. Barrett
095c37e7b1 fire ready for capture events, other cleanup 2019-06-29 16:54:28 +00:00
Collin M. Barrett
09e8a58d15 get list IDs and ViewUrls from API 2019-06-29 16:54:28 +00:00
Collin M. Barrett
3bf304aae4 wire up RestSharp client 2019-06-29 16:54:28 +00:00
Collin M. Barrett
e2ecd7910d wire up mediatR 2019-06-29 16:54:28 +00:00
Collin M. Barrett
345bb2f27c wire up Autofac 2019-06-29 16:54:28 +00:00
Collin M. Barrett
3873262d99 flesh out todo list 2019-06-29 16:54:28 +00:00
Collin M. Barrett
1625fb4e69 strip out old deps, add git and command line helper nugets 2019-06-29 16:54:28 +00:00
Imre Kristoffer Eilertsen
018aa2a733 Late June pull 3 (#819)
* Update FilterList.json

* Update Tag.json

* Update FilterListTag.json

* Update FilterListMaintainer.json
2019-06-28 12:10:14 -05:00
Imre Kristoffer Eilertsen
704f9d01b5 Late June pull 2 (#817)
* Added 27 lists

* Update FilterListTag.json

* Update FilterListTag.json

* Had forgot to assign languages to 2 lists

* Update FilterList.json
2019-06-26 15:39:08 -05:00
Collin M. Barrett
b595c32065 Revert "revert to default static analysis rulesets"
This reverts commit 4dc3aec451.
2019-06-25 13:01:24 -05:00
Collin M. Barrett
4dc3aec451 revert to default static analysis rulesets 2019-06-25 12:51:17 -05:00