Commit graph

5380 commits

Author SHA1 Message Date
Collin M. Barrett
68b6b297f6 refactor(archival): ♻ extract GetTargetFile 2020-09-28 17:22:52 -05:00
Collin M. Barrett
24d8dc045f feat(archival): ♻ handle more source extensions, extract domain layer 2020-09-28 22:20:18 +00:00
dependabot[bot]
09afeb3373 build(deps): bump antd from 4.6.5 to 4.6.6 in /web
Bumps [antd](https://github.com/ant-design/ant-design) from 4.6.5 to 4.6.6.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](https://github.com/ant-design/ant-design/compare/4.6.5...4.6.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 12:46:54 +00:00
dependabot[bot]
2a40083b0c build(deps-dev): bump eslint-config-prettier in /web
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 12:46:43 +00:00
Collin M. Barrett
e3d137d6a1 refactor(directory): ♻ always produce application/json 2020-09-26 16:26:19 -05:00
Collin M. Barrett
5255e16117 refactor(directory): ♻ use AspNetCore StatusCodes enum 2020-09-26 16:20:31 -05:00
Collin M. Barrett
9e41fa012b fix(archival): 🐛 in DEBUG, give more spacing to avoid git corruptions 2020-09-26 16:00:25 -05:00
Collin M. Barrett
7eb8cf8388 feat(archival): spoof common UA 2020-09-26 15:59:23 -05:00
Collin M. Barrett
98b9ef0037 fix(archival): 🐛 only add non-empty files 2020-09-26 15:21:52 -05:00
Collin M. Barrett
dc3f50a3cc feat(archival): use PlainText strategy for sources with no extension 2020-09-26 14:43:06 -05:00
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