Commit graph

5403 commits

Author SHA1 Message Date
Collin M. Barrett
27693ca9ba refactor(directory): ♻ extract directory-api.env 2020-10-03 15:26:42 +00:00
Collin M. Barrett
fb5951c560 refactor(archival): ♻ extract archival-api.env 2020-10-03 15:26:42 +00:00
Collin M. Barrett
3377713f84 refactor(api-docs): ♻ extract api-docs.env 2020-10-03 15:26:42 +00:00
Collin M. Barrett
e2a705c858 refactor(services): ♻ extract some env vars 2020-10-03 15:26:42 +00:00
Collin M. Barrett
1ef5e03679 feat(services): add and configure standalone swagger-ui instance 2020-10-03 15:26:42 +00:00
dependabot[bot]
2677ca0e59 build(deps): bump @types/react from 16.9.49 to 16.9.50 in /web
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.49 to 16.9.50.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 11:47:02 +00:00
Azure Pipelines EF Migration Bot
fd9a85f62a feat(data): migrate PR #2016 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
7a8f0f6745 Update FilterListMaintainer.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
540c6fc99c Update FilterListSyntax.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
1980f48147 Update FilterList.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
886401175a Update FilterListSyntax.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
7670634626 Update FilterListMaintainer.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
3858d46929 Update FilterListTag.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
84f4df671e Update FilterListTag.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
d43828d2fd Update FilterListViewUrl.json 2020-10-01 12:14:32 +00:00
Imre Kristoffer Eilertsen
4e6260d7a0 Update FilterList.json 2020-10-01 12:14:32 +00:00
Collin M. Barrett
122f57755b
refactor(readme): ♻ re-word TPL note 2020-09-29 16:56:56 +00:00
Collin M. Barrett
6344025358
refactor(archival): ♻ rm from reverse-proxy net until needed 2020-09-29 14:05:24 +00:00
Collin M. Barrett
d4b618cb61 fix(services): 🐛🎨 revert unintentional R# config change 2020-09-29 08:09:28 -05:00
Collin M. Barrett
9a2e37dec6 refactor(archival): ♻🐛 misc refactors/fixes 2020-09-29 08:07:48 -05:00
Collin M. Barrett
2a1e8aefae refactor(archival): ♻ only init new git repo on empty dir 2020-09-29 07:54:20 -05:00
Collin M. Barrett
8cabf0f725 refactor(services): ♻ downgrade CA1062 since app is fully nullable reference type enabled 2020-09-29 07:48:15 -05:00
Collin M. Barrett
350334ddde feat(archival): support getting file extension from non-absolute URIs 2020-09-29 07:38:27 -05:00
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