Commit graph

2807 commits

Author SHA1 Message Date
Imre Kristoffer Eilertsen
c088c6e71a Early July pull 2 (#846)
* Update FilterList.json

* Update FilterListTag.json
2019-07-08 10:23:59 -05:00
Collin M. Barrett
deaf5e550f mv url validation logic to UrlService 2019-07-07 20:56:43 -05:00
Collin M. Barrett
7af5e0080e separate out IListService and IUrlService 2019-07-07 18:24:14 -05:00
Collin M. Barrett
84cef36388 ren HttpClient -> Factory 2019-07-07 15:29:13 -05:00
Collin M. Barrett
c673b85486 support retry on transient/too many requests HTTP error
closes #843 ref #836
2019-07-07 15:17:05 -05:00
Collin M. Barrett
055282e430 add a note aboout Configuration to README/CONTRIBUTING 2019-07-06 20:58:13 -05:00
Collin M. Barrett
3c9767a24b add a note aboout Configuration to README/CONTRIBUTING 2019-07-06 20:56:59 -05:00
Collin M. Barrett
59a4e067b3 extract FilterListsApi__BaseUrl to config 2019-07-06 20:42:59 -05:00
Collin M. Barrett
c0dc38fd95 re-order service registration 2019-07-06 20:24:34 -05:00
Collin M. Barrett
edfea8e66f README copy edit 2019-07-06 20:07:25 -05:00
Collin M. Barrett
a9bad1a113 README copy edit 2019-07-06 20:06:28 -05:00
Collin M. Barrett
0b5b13eff3 update README Privacy clause 2019-07-06 20:02:52 -05:00
Collin M. Barrett
fc4e4f6737 revert R# auto-changes 2019-07-06 19:30:37 -05:00
Collin M. Barrett
73f0c77c66 README copy edit 2019-07-06 19:29:31 -05:00
Collin M. Barrett
5c8a6d6fad README copy edit 2019-07-06 19:22:45 -05:00
Collin M. Barrett
e105beed83 README header re-arrange 2019-07-06 19:21:34 -05:00
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