Commit graph

5349 commits

Author SHA1 Message Date
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
Collin M. Barrett
ed7f1164f3 fix(logging): 🐛🚧 revert to InMemoryChannel to try fix AppInsights logging 2020-09-23 13:02:16 -05:00
Collin M. Barrett
7e04e337b6 Revert "fix(logging): 🐛📦 rollback AppInsights to try fix when trimmed"
This reverts commit 5ff5750127.
2020-09-23 11:25:05 -05:00
Collin M. Barrett
104183346a fix(reverse-proxy): 🐛 disable forwarding requests to archival-api (it's getting requests for directory) 2020-09-23 09:05:02 -05:00
Collin M. Barrett
5ff5750127 fix(logging): 🐛📦 rollback AppInsights to try fix when trimmed
https://github.com/microsoft/ApplicationInsights-dotnet/issues/2058
2020-09-23 08:46:44 -05:00
Collin M. Barrett
7ea888037d Revert "fix(logging): 🐛🚧 debug AppInsights logging"
This reverts commit bed504debf.
2020-09-23 08:37:25 -05:00
Collin M. Barrett
bed504debf fix(logging): 🐛🚧 debug AppInsights logging 2020-09-23 08:20:48 -05:00
dependabot[bot]
db69932f22 build(deps): bump Swashbuckle.AspNetCore
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.6.1...v5.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-23 12:49:08 +00:00
Collin M. Barrett
6a79430e7b feat(archival): flush logs to AppInsights post command execution 2020-09-23 07:33:26 -05:00
Collin M. Barrett
0e2d650b51 fix(archival): 🐛 target more specific RID for LibGit2Sharp
ref https://github.com/libgit2/libgit2sharp/issues/1798#issuecomment-636135522
2020-09-22 19:39:38 -05:00
Collin M. Barrett
7660a8136a feat(archival): use latest patch base dotnet images 2020-09-22 19:09:02 -05:00
Collin M. Barrett
5af8d7b8f0 Revert "fix(archival): 🐛 try using bionic for libgit2sharp support"
This reverts commit 994b0ee1d6.
2020-09-22 19:02:12 -05:00
Collin M. Barrett
994b0ee1d6 fix(archival): 🐛 try using bionic for libgit2sharp support
ref https://github.com/libgit2/libgit2sharp/issues/1703
2020-09-22 18:20:44 -05:00
Collin M. Barrett
68f7a52874 feat(directory): use latest patch base dotnet images 2020-09-22 18:00:41 -05:00
Collin M. Barrett
c5deebf5d2 fix(archival): 🐛 fix '//' in Hangfire Dashboard path 2020-09-22 17:12:32 -05:00
Collin M. Barrett
6c69c98e33 feat(archival): bump log level 2020-09-22 17:04:44 -05:00
Collin M. Barrett
8eb6f52f09 feat(archival): enable readonly Hangfire Dashboard 2020-09-22 16:47:33 -05:00
dependabot[bot]
a4309e4ffd build(deps): bump @testing-library/user-event in /web
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.5 to 12.1.6.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.5...v12.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-22 11:35:52 +00:00
dependabot[bot]
76ab894cca build(deps): bump @types/node from 14.11.1 to 14.11.2 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.1 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-22 11:35:43 +00:00
Azure Pipelines EF Migration Bot
8217b76679 feat(data): migrate PR #2003 2020-09-22 00:17:09 +00:00
Imre Kristoffer Eilertsen
acaca436af Update FilterListViewUrl.json 2020-09-22 00:17:09 +00:00
Imre Kristoffer Eilertsen
433ed10572 Update Software.json 2020-09-22 00:17:09 +00:00