Commit graph

2791 commits

Author SHA1 Message Date
Collin M. Barrett
c8dee128c4 bold module names in README header 2019-07-06 19:19:52 -05:00
Collin M. Barrett
73cb1e03bf README md url -> html a href 2019-07-06 19:18:09 -05:00
Collin M. Barrett
f0dbe3cc23 update README/CONTRIBUTING docker guides, add guide for Agent, and module summaries to README 2019-07-06 19:17:02 -05:00
Collin M. Barrett
49456ee670 re-add default connection string 2019-07-06 18:20:09 -05:00
Collin M. Barrett
e8b0cb84ea add 2x GetExtension() unit tests 2019-07-06 15:53:22 -05:00
Collin M. Barrett
737149d98e convert AgentGitHubClient to transient GitHubIssuesRepository 2019-07-06 15:40:56 -05:00
Collin M. Barrett
5c22d9fd44 use Async suffix convention on public APIs 2019-07-06 15:22:09 -05:00
Collin M. Barrett
95d500c563 update .gitattributes 2019-07-06 15:17:41 -05:00
Collin M. Barrett
60b62ebf09 update .gitattributes 2019-07-06 13:50:36 -05:00
Collin M. Barrett
8054d5cae5 data tidies 2019-07-06 12:48:47 -05:00
Collin M. Barrett
5943b697c2 re-org some interfaces 2019-07-05 17:55:35 -05:00
Collin M. Barrett
320d3f6a22 tidy DI registrations 2019-07-05 17:49:38 -05:00
Collin M. Barrett
c28302a0b3 mark some setters as UsedImplicitly 2019-07-05 17:45:54 -05:00
Collin M. Barrett
3a7b202c58 register IGitHubClient in DI 2019-07-05 17:19:57 -05:00
Collin M. Barrett
3b3e238af1 disable CA1707 warning in unit test projects per Roy Osherove's naming convention
https://stackoverflow.com/a/1594049/2343739
2019-07-05 16:32:14 -05:00
Collin M. Barrett
250b06df30 disable CA1707 warning in unit test projects per Roy Osherove's naming convention
https://stackoverflow.com/a/1594049/2343739
2019-07-05 16:28:08 -05:00
Collin M. Barrett
670e3bcb15 disable CA1034 for project using MediatR per Jimmy's examples
https://github.com/jbogard/ContosoUniversity/issues/37
2019-07-05 16:22:32 -05:00
Collin M. Barrett
57757b7006 disable CA1062 since beta C#8 nullable ref types is enabled
https://github.com/MicrosoftDocs/visualstudio-docs/issues/3588
2019-07-05 16:12:50 -05:00
Collin M. Barrett
4751939f7c disable no longer relevant CA2007 warning for .NET Core apps 2019-07-05 16:10:46 -05:00
Collin M. Barrett
3a8c9286a3 disable no longer relevant CA2007 warning for .NET Core apps
ref https://github.com/dotnet-architecture/eShopOnContainers/issues/515#issuecomment-469692449
2019-07-05 16:09:53 -05:00
Collin M. Barrett
cb7f2a9d08 reset all .rulesets to AllRulesDefault.ruleset 2019-07-05 16:03:22 -05:00
Collin M. Barrett
ac3ed5eac4 resolve some CA1303 warnings by adding localization defaults 2019-07-05 15:21:49 -05:00
Collin M. Barrett
97b86eea2b simplify null ref type config 2019-07-05 14:36:52 -05:00
Collin M. Barrett
6ad5cedfab throw ApiException rather than returning new dummy instance of return type 2019-07-05 14:29:39 -05:00
Collin M. Barrett
06c42e72bc resolve CS8603 possible null ref return 2019-07-05 14:26:14 -05:00
Collin M. Barrett
6a70c4f44c enable nullable reference types in Agent tests 2019-07-05 14:24:53 -05:00
Collin M. Barrett
d94d23feba Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2019-07-05 14:18:33 -05:00
Collin M. Barrett
2892cd655a disable warning CA1062 by using C#8 beta nullable ref types
https://github.com/MicrosoftDocs/visualstudio-docs/issues/3588
2019-07-05 14:18:24 -05:00
Daniel
6f0522baf0 Update src links to the more-permanant hosted site vs. raw github. Remove base lists as they are not ment to be used directly. Added AMP hosts list (#844) 2019-07-05 15:48:47 +00:00
Collin M. Barrett
1611b53a0f add appsettings to R# dict 2019-07-04 22:01:56 -05:00
Collin M. Barrett
744b52c61f mark conn string not ever used yet 2019-07-04 21:58:07 -05:00
Collin M. Barrett
e7377e6e42 resolve archives git repo from DI 2019-07-04 21:47:07 -05:00
Collin M. Barrett
29b5283bc2 extract archive settings 2019-07-04 21:15:57 -05:00
Collin M. Barrett
aef36a00e9 prep sample .env for extracting archive config to settings 2019-07-04 21:10:34 -05:00
Collin M. Barrett
34f0d92eda simplify typed settings configuration 2019-07-04 14:21:48 -05:00
Collin M. Barrett
3ed85260c5 ren Settings classes 2019-07-04 13:10:54 -05:00
Collin M. Barrett
d0b76d7b1c Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2019-07-04 11:00:47 -05:00
Collin M. Barrett
76b1e2afb7 support cmd args 2019-07-04 11:00:17 -05:00
Imre Kristoffer Eilertsen
51079575e0 Early July pull (#841)
* Update FilterList.json

* Update Maintainer.json

* Update Software.json

* Update FilterListLanguage.json

* Update FilterListTag.json
2019-07-04 15:44:48 +00:00
Collin M. Barrett
69f1072b9d R# cleanup 2019-07-03 21:40:47 -05:00
Collin M. Barrett
b8bd642fad when validating URLs, use HEAD requests to save bandwidth 2019-07-03 20:18:59 -05:00
Collin M. Barrett
4c5698472f standardize some client ex msgs 2019-07-03 20:04:04 -05:00
Collin M. Barrett
b11ca36380 ren a var 2019-07-03 19:40:35 -05:00
Collin M. Barrett
ff9f75b8aa cap HttpClient at 90 seconds based on max request logged to AppInsights at ~45secs 2019-07-03 19:40:20 -05:00
Collin M. Barrett
3d76e0603e update nugets 2019-07-03 18:53:05 -05:00
Collin M. Barrett
ef62f039a4 tidy some tests 2019-07-03 16:01:30 -05:00
Collin M. Barrett
7dc16a9390 add unit test for DistributeByHost() 2019-07-03 15:55:49 -05:00
Collin M. Barrett
b58c35ae9a R#: don't auto-sort unit tests 2019-07-03 15:54:20 -05:00
Collin M. Barrett
d6c6a69760 add IsValidUrl() test 2019-07-03 12:41:28 -05:00
Collin M. Barrett
41208f3f52 add Agent tests badge 2019-07-03 12:17:16 -05:00