Commit graph

2896 commits

Author SHA1 Message Date
dependabot-preview[bot]
7819eff422
Bump typescript from 3.2.2 to 3.5.3 in /src/FilterLists.Web
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.2 to 3.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.2...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 22:10:33 +00:00
Collin M. Barrett
cd7383195b rm some more nuget csproj props for non-nuget projects 2019-07-26 16:59:45 -05:00
Collin M. Barrett
73c7e60bd0 rm PackageProjectUrl for non-nuget projects 2019-07-26 16:56:50 -05:00
Collin M. Barrett
7413b72c63 simplify entity configuration registration 2019-07-25 20:33:27 -05:00
Collin M. Barrett
88c6e5be9a standardize launchSettings files for debugging 2019-07-17 11:43:40 -05:00
Collin M. Barrett
02a1f6115a nuget updates 2019-07-17 11:39:14 -05:00
Collin M. Barrett
45ba70631f use self-contained deployment and standardize csproj across all projects 2019-07-16 12:48:24 -05:00
Collin M. Barrett
4290f919d6 rm -o flag on build 2019-07-16 08:33:56 -05:00
Collin M. Barrett
c25b7692ee rm experimental/stale ILLink.Tasks 2019-07-16 08:30:07 -05:00
Collin M. Barrett
5b26871143 test self-contained deployment 2019-07-16 08:11:36 -05:00
Collin M. Barrett
5c7d8af952 rm irrelevant commandLineArgs for Docker profile 2019-07-15 15:27:54 -05:00
Collin M. Barrett
fadd26b6cf
support debugging Agent in a container from Visual Studio (#854)
* try @bwateratmsft 's workaround

ref https://github.com/microsoft/DockerTools/issues/62#issuecomment-511542428

* update solution by @bwateratmsft, this works!

https://github.com/microsoft/DockerTools/issues/62#issuecomment-511542428
2019-07-15 15:10:33 -05:00
Collin M. Barrett
af6fe4e7ca add VS Docker debug provile
not yet working: https://stackoverflow.com/q/57045234/2343739
2019-07-15 13:33:19 -05:00
Collin M. Barrett
35d9b5eafc use configured UserAgent for HttpClient instances rather than hard-coded 2019-07-15 12:55:28 -05:00
Collin M. Barrett
a1dde46887 simplify validator a bit 2019-07-14 19:20:06 -05:00
Collin M. Barrett
feb18d5a84 hide CA2007 warning in .NET Core app 2019-07-14 17:13:46 -05:00
Collin M. Barrett
933091e76c cleanup some DI registration 2019-07-14 16:19:53 -05:00
Collin M. Barrett
ece0774045 only bind AppInsights settings once 2019-07-14 15:27:15 -05:00
Collin M. Barrett
28078649a7 cleanup some DI registration 2019-07-13 22:31:40 -05:00
Collin M. Barrett
9bdeb4b9a5 add ConfigurationExtensions 2019-07-13 22:04:01 -05:00
Collin M. Barrett
b251813955 defer resolving of IMediator 2019-07-13 21:53:42 -05:00
Collin M. Barrett
1a3e7b8dc0 warmup QuickPulseTelemetryModule in AddLogging() rather than Main() 2019-07-13 20:37:00 -05:00
Collin M. Barrett
3ec400e501 Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2019-07-13 20:30:39 -05:00
Collin M. Barrett
7b75be1e5a init never-resolved singleton QuickPulseTelemetryModule 2019-07-13 20:23:28 -05:00
Imre Kristoffer Eilertsen
387049a8ab Mid-July pull 2 (#852)
* Update License.json

* Update FilterList.json

* Update License.json

* Update License.json

* Update FilterList.json

* Update Maintainer.json

* Update Syntax.json
2019-07-13 17:56:31 -05:00
Collin M. Barrett
59e46d0b4e fix data file headers in GitHub issue 2019-07-13 14:56:59 -05:00
Collin M. Barrett
59ca3d325e fix port on IsHttpsSupported() 2019-07-13 14:32:04 -05:00
Collin M. Barrett
2f86f635ac prefer transient registration 2019-07-13 14:26:41 -05:00
Collin M. Barrett
e200bad9e5 catch if URL is improperly formatted 2019-07-13 14:09:50 -05:00
Collin M. Barrett
0097ddd3e0 add IDisposable wrapper for TelemetryClient to let DI handle flush and pause
https://github.com/Microsoft/ApplicationInsights-dotnet/issues/596#issuecomment-320371794
2019-07-13 13:48:18 -05:00
Collin M. Barrett
d6f6e559df extract QuickPulseTelemetryModuleBuilder 2019-07-13 13:32:48 -05:00
Collin M. Barrett
2661069813 extract ServiceProviderBuilder 2019-07-13 13:28:15 -05:00
Collin M. Barrett
b047d3fcdb rm JB Annot. dep. 2019-07-13 13:13:27 -05:00
Collin M. Barrett
f2e9152565 mv some dtos to the infra dir where they are only used 2019-07-13 13:10:05 -05:00
Collin M. Barrett
0d2123d763 mv some Dtos to Core 2019-07-13 13:02:49 -05:00
Collin M. Barrett
24fad7a24b rename 2019-07-13 12:58:51 -05:00
Collin M. Barrett
fa2e9cffd1 rename 2019-07-13 12:56:29 -05:00
Collin M. Barrett
a3cb9fc0a5 misc renames 2019-07-13 12:40:37 -05:00
Collin M. Barrett
185e37863f suppress warning on prop accessed via reflection 2019-07-13 12:37:07 -05:00
Collin M. Barrett
a50519cf1a rm unnecessary ext method 2019-07-13 12:32:03 -05:00
Collin M. Barrett
220803ec40 undo launchSettings accidental change 2019-07-13 12:29:44 -05:00
Collin M. Barrett
0e2ebcc722 rm deprecated tests 2019-07-13 12:29:11 -05:00
Collin M. Barrett
a2fb045cc3 re-architect URL validator 2019-07-13 12:24:54 -05:00
Collin M. Barrett
c3a16f76fb Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2019-07-13 09:08:53 -05:00
Collin M. Barrett
76a42c0a8f hide CA2007 in ASP.NET Core app 2019-07-13 09:07:49 -05:00
Collin M. Barrett
5d5a7d4ddc re-add non-Docker debug methods to API 2019-07-13 09:06:48 -05:00
Imre Kristoffer Eilertsen
40137dc6eb Mid-July pull (#850)
* Added 3 licences

* Update FilterList.json

* Update FilterListTag.json
2019-07-12 23:34:56 -05:00
Collin M. Barrett
e7ec90c63b ren ext method 2019-07-12 23:26:59 -05:00
Collin M. Barrett
3f6fb2b3ff enable AppInsights Live Metrics 2019-07-12 23:25:27 -05:00
Collin M. Barrett
74110bdff6 use RetryAfter response header in retry policy 2019-07-12 21:57:24 -05:00