Commit graph

5370 commits

Author SHA1 Message Date
Collin M. Barrett
574ed2b1fa fix(archival): 🐛 restore AddOrUpdateRecurringJob 2020-09-26 13:18:32 -05:00
Collin M. Barrett
6312164aa9 fix(archival): 🐛 use default AspNetJobActivator so service lifetimes are respected 2020-09-26 13:14:48 -05:00
Collin M. Barrett
ff186edb16 fix(logging): 🐛📦 rollback AppInsights to at least get Live Metrics working
possibly related to https://github.com/microsoft/ApplicationInsights-dotnet/issues/2058
2020-09-26 12:44:34 -05:00
Collin M. Barrett
b6e619acb7 refactor(archival): ♻ persist archives w/o extension, misc rens 2020-09-26 11:17:25 -05:00
Collin M. Barrett
d7a036388f refactor(archival): ♻ use int spacing in DEBUG 2020-09-26 09:31:15 -05:00
Collin M. Barrett
d2b29d4752 refactor(archival): 🔥 rm unnecessary explicit logging flush 2020-09-26 09:23:45 -05:00
Collin M. Barrett
da0806da59 refactor(logging): ♻ rm Hosting.Abstractions dep 2020-09-26 09:02:19 -05:00
Collin M. Barrett
9edd95d3eb Revert "fix(logging): 🐛 rollback logging to previous working state"
This reverts commit 8126a489ac.
2020-09-26 08:59:22 -05:00
Collin M. Barrett
8126a489ac fix(logging): 🐛 rollback logging to previous working state 2020-09-26 08:44:42 -05:00
Collin M. Barrett
f5b479178c fix(logging): 🐛 try in-mem channel to fix AppInsights 2020-09-26 07:51:30 -05:00
Collin M. Barrett
77a89de4a0 fix(logging): 🐛 try rolling back AppInsights ver 2020-09-25 21:53:31 -05:00
Collin M. Barrett
1e1ab4b68a Revert "fix(logging): 🐛 try rolling back AppInsights ver"
This reverts commit 7e0e4ea635.
2020-09-25 21:45:10 -05:00
Collin M. Barrett
4d29aee41b fix(logging): 🐛 resolve TelemetryConfiguration 2020-09-25 21:37:02 -05:00
Collin M. Barrett
7e0e4ea635 fix(logging): 🐛 try rolling back AppInsights ver 2020-09-25 20:13:26 -05:00
Collin M. Barrett
fee2f0d588 Revert "fix(logging): 🐛 try yet another AppInsights config"
This reverts commit a313ce9492.
2020-09-25 20:05:53 -05:00
Collin M. Barrett
a313ce9492 fix(logging): 🐛 try yet another AppInsights config 2020-09-25 19:56:46 -05:00
Collin M. Barrett
d87cf6769b fix(logging): 🐛 try TelemetryConfiguration.CreateDefault() 2020-09-25 19:43:55 -05:00
Collin M. Barrett
a0b0b63d69 Revert "fix(logging): 🐛 try fully inline initialization to fix AppInsights"
This reverts commit 5bff4c3229.
2020-09-25 19:27:03 -05:00
Collin M. Barrett
0bae0a21e0 Revert "refacotr(logging): 🔥 rm now unused ConfigurationBuilder"
This reverts commit f22a1d1e8d.
2020-09-25 19:26:52 -05:00
Collin M. Barrett
f22a1d1e8d refacotr(logging): 🔥 rm now unused ConfigurationBuilder 2020-09-25 19:09:39 -05:00
Collin M. Barrett
5bff4c3229 fix(logging): 🐛 try fully inline initialization to fix AppInsights 2020-09-25 19:08:38 -05:00
Collin M. Barrett
69f022857c refactor(logging): ♻ revert re-order of UseSerilog per Serilog docs 2020-09-25 18:24:58 -05:00
Collin M. Barrett
057badd08a refactor(archival): ♻ rm static import 2020-09-25 18:15:22 -05:00
Collin M. Barrett
55bc2a8b16 fix(logging): 🐛 try flip order of Use statements
ref https://github.com/serilog/serilog-sinks-applicationinsights/issues/121#issuecomment-606137477
2020-09-25 18:14:11 -05:00
Collin M. Barrett
210cfde07e fix(logging): 🐛 try Active TelemetryConfig to fix logging to AppInsights 2020-09-25 17:46:19 -05:00
Collin M. Barrett
3e1de9b164 🚑 Revert "refactor(directory): ♻ rm unused ref"
This reverts commit ebac324a8d.
2020-09-25 10:28:30 -05:00
Collin M. Barrett
ebac324a8d refactor(directory): ♻ rm unused ref 2020-09-25 07:37:26 -05:00
Collin M. Barrett
d091708f21 refactor(logging): 🔥 rm AppInsights IKey logging 2020-09-25 07:27:39 -05:00
Collin M. Barrett
cd343a7a72 Revert "fix(logging): 🐛 try alt AppInsights IKey init"
This reverts commit cd9cdcd538.
2020-09-25 07:26:37 -05:00
dependabot[bot]
b032d4576f build(deps): bump Hangfire.AspNetCore
Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) from 1.7.13 to 1.7.14.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](https://github.com/HangfireIO/Hangfire/compare/v1.7.13...v1.7.14)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-25 12:22:47 +00:00
Collin M. Barrett
cd9cdcd538 fix(logging): 🐛 try alt AppInsights IKey init 2020-09-24 20:43:49 -05:00
Collin M. Barrett
355ebeb008 Revert "fix(logging): 🐛 try fix AppInisghts using inline initialization"
This reverts commit e31dc775a7.
2020-09-24 19:46:19 -05:00
Collin M. Barrett
e31dc775a7 fix(logging): 🐛 try fix AppInisghts using inline initialization 2020-09-24 19:39:54 -05:00
Collin M. Barrett
75ce1398e1 Revert "fix(logging): 🐛 try alt AppInsights IKey env var"
This reverts commit ea8dfc2f96.
2020-09-24 19:26:40 -05:00
Collin M. Barrett
2a1f4ad70e Revert "fix(logging): 🐛 try alt AppInsights IKey env var"
This reverts commit a146e9a6b5.
2020-09-24 19:26:26 -05:00
Collin M. Barrett
a146e9a6b5 fix(logging): 🐛 try alt AppInsights IKey env var 2020-09-24 19:15:18 -05:00
Collin M. Barrett
ea8dfc2f96 fix(logging): 🐛 try alt AppInsights IKey env var 2020-09-24 19:14:37 -05:00
Collin M. Barrett
ba6360046e fix(logging): 🐛🚧 temp log runtime AppInsights key to debug 2020-09-24 18:55:57 -05:00
Collin M. Barrett
04b268eba0 fix(logging): 🐛 try fix logging via alt AppInishgts config 2020-09-24 18:51:53 -05:00
Collin M. Barrett
47da43e29f fix(logging): 🐛 try fix AppInsights logging via alt WriteTo.ApplicationInsights overload 2020-09-24 17:43:48 -05:00
Collin M. Barrett
6f8d5da9c9 refactor(logging): ♻ simplify HostRunner return type 2020-09-24 17:17:33 -05:00
Collin M. Barrett
d324da9974 Revert "refactor(archival): ♻ internalize IUnitOfWork"
This reverts commit 3f40dc6990.
2020-09-24 17:01:05 -05:00
Collin M. Barrett
3f40dc6990 refactor(archival): ♻ internalize IUnitOfWork 2020-09-24 17:00:27 -05:00
Collin M. Barrett
e1206cb1c0 refactor(archival): ♻🎨 fix IUnitOfWork namespace 2020-09-24 16:49:47 -05:00
Collin M. Barrett
86c7b43edb refactor(archival): ♻ absorb SeedWork for now 2020-09-24 16:45:57 -05:00
Collin M. Barrett
66141c9dfb refactor(services): ♻ mv Directory API contracts from SharedKernel to Directory, rm unused Directory.Domain proj (for now) 2020-09-24 08:10:13 -05:00
Collin M. Barrett
0b85283c0b Revert "Revert "Revert "fix(logging): 🐛🚧 revert to InMemoryChannel to try fix AppInsights logging"""
This reverts commit 6452f7e965.
2020-09-24 07:15:26 -05:00
dependabot[bot]
5917b25c70 build(deps): bump Swashbuckle.AspNetCore
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.6.2...v5.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 11:46:30 +00:00
Collin M. Barrett
6452f7e965 Revert "Revert "fix(logging): 🐛🚧 revert to InMemoryChannel to try fix AppInsights logging""
This reverts commit 690d1791e1.
2020-09-23 17:04:50 -05:00
Collin M. Barrett
690d1791e1 Revert "fix(logging): 🐛🚧 revert to InMemoryChannel to try fix AppInsights logging"
This reverts commit ed7f1164f3.
2020-09-23 15:12:51 -05:00