Commit graph

5202 commits

Author SHA1 Message Date
dependabot[bot]
4e8bc63286 build(deps): bump @testing-library/user-event in /web
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.4 to 12.1.5.
- [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.4...v12.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-15 12:24:32 +00:00
Collin M. Barrett
6581ba3eee refactor(archival): ♻ only fetch most primary url for each list segment 2020-09-14 20:48:18 -05:00
Collin M. Barrett
25c726b9a2 refactor(logging): ♻ mv AppInsights ServerTelemetryChannelStoragePath to config 2020-09-14 20:39:59 -05:00
Collin M. Barrett
a80da4772b fix(archival): 🐛 pass in git config options 2020-09-14 17:47:30 -05:00
Collin M. Barrett
82d46c4518 refactor(archival): ♻ use PascalCase in logger props 2020-09-14 17:16:47 -05:00
Collin M. Barrett
4e4b2d0bf7 feat(archival): 🚧 orchestrate archival and logging of segments of each list 2020-09-14 17:14:01 -05:00
Collin M. Barrett
3ab46d0d4c refactor(archival): 🔥 rm unused resolved dep 2020-09-14 16:31:35 -05:00
Collin M. Barrett
99284e1907 refactor(build): shrink fetch-depth to 2 2020-09-14 14:09:34 -05:00
Collin M. Barrett
84d194df20 refactor: ♻ swap Dockerfile prefix -> suffix for better intellisense
https://stackoverflow.com/questions/27409761/docker-multiple-dockerfiles-in-project#comment103950213_32108873
2020-09-14 12:57:48 -05:00
Collin M. Barrett
d3b029be84 refactor(archival): ♻ improve IDisposable implementation per S3881
https://rules.sonarsource.com/csharp/RSPEC-3881
2020-09-14 09:56:04 -05:00
Collin M. Barrett
99b9e767f2 refactor(archival): ♻ improve IDisposable implementation per S3881
https://rules.sonarsource.com/csharp/RSPEC-3881
2020-09-14 09:53:00 -05:00
Collin M. Barrett
d57a2a45c9 refactor(archival): ♻ improve structured logging 2020-09-14 09:45:54 -05:00
Collin M. Barrett
94587ce572 refactor(archival): ♻ use structured logging 2020-09-14 09:31:05 -05:00
Collin M. Barrett
218010acf3 refactor(archival): ♻ rm covariant type param from logger field 2020-09-14 08:36:47 -05:00
Collin M. Barrett
6f1a04afd5 feat(archival): ensure hangfired mediatr cmds have cancellation support 2020-09-14 07:46:36 -05:00
Collin M. Barrett
2c0dd92ac7 refactor(web): ♻ don't encode ampersand in ABP subscription links
closes #252

ref https://github.com/uBlockOrigin/uBlock-issues/issues/763
2020-09-14 07:14:39 -05:00
dependabot[bot]
5b97ba15e8 build(deps): bump @testing-library/react from 11.0.2 to 11.0.4 in /web
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.2 to 11.0.4.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.2...v11.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-14 07:02:48 -05:00
Collin M. Barrett
739268a624 refactor(archival): ♻ extend IRequest rather than unused IMediator 2020-09-13 21:02:22 -05:00
Collin M. Barrett
29db802eba feat(archival): schedule daily archival 2020-09-13 20:56:34 -05:00
Collin M. Barrett
71f4b8a840 refactor(archival): ♻ limit num of workers for executing jobs 2020-09-13 20:44:28 -05:00
Collin M. Barrett
ee2b2851f0 fix(archival): 🐛 fetch list details by id param 2020-09-13 20:43:30 -05:00
Collin M. Barrett
f291881cef feat(archival): 🚧 add MediatR/Hangfire integration 2020-09-13 20:10:45 -05:00
Collin M. Barrett
4fab66a396 docs(services): 📃 add/update serialization TODOs 2020-09-13 17:37:49 -05:00
Collin M. Barrett
5d073a3466 fix(contracts): 🐛 make vm setters public to support deserialization 2020-09-13 17:13:10 -05:00
Collin M. Barrett
988b9b9cc8 fix(clients): 🐛 fix baseuri for IDirectoryClient 2020-09-13 17:12:36 -05:00
Collin M. Barrett
7732799d20 refactor(clients): ♻ ren IDirectoryApi 2020-09-13 16:45:00 -05:00
Collin M. Barrett
e0c6126a9e refactor(clients): ♻📦 add Refit 2020-09-13 16:39:30 -05:00
Collin M. Barrett
2637e2e387 refactor(services): 💄 add default .NET editorconfig & re-run code cleanup 2020-09-13 14:59:08 -05:00
Collin M. Barrett
ad98639508 fix(services): 🐛 cp sln-wide editorconfig into docker image for custom warning severities 2020-09-13 14:59:08 -05:00
Collin M. Barrett
824e450ccb fix(services): 🐛 resolve warnings 2020-09-13 14:59:08 -05:00
Collin M. Barrett
914408b140 refactor(services): 🎨 re-tidy csproj via nuget mgr 2020-09-13 14:59:08 -05:00
Collin M. Barrett
00133fe0fd refactor(services): ♻ reset FxCop analyzers, add editorconfig, treat warnings as errors on prod builds 2020-09-13 14:59:08 -05:00
Collin M. Barrett
004e1af65b fix(directory): 🐛🔨 add SharedKernel to build triggers 2020-09-13 13:27:05 -05:00
Collin M. Barrett
1ab56ceda5 Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2020-09-13 13:24:56 -05:00
Collin M. Barrett
cfbc12c67f feat(directory): 🚧 add IDirectoryClient 2020-09-13 13:24:50 -05:00
Collin M. Barrett
429120c4bd
Create codeql-analysis.yml 2020-09-13 14:35:08 +00:00
Collin M. Barrett
cc4a0b97a0 refactor(directory): ♻ mv ListVm to shared contracts 2020-09-13 06:17:53 -05:00
Collin M. Barrett
9cb9cc1cf6 feat(directory): add in-memory api caching 2020-09-13 06:14:18 -05:00
Collin M. Barrett
2a51819b43 fix: 🐛🔨 100x fetch depth so build server captures necessary commits 2020-09-13 05:07:28 -05:00
dependabot[bot]
a2ccdeb921 build(deps): bump antd from 4.6.3 to 4.6.4 in /web
Bumps [antd](https://github.com/ant-design/ant-design) from 4.6.3 to 4.6.4.
- [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.3...4.6.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 04:59:08 -05:00
dependabot[bot]
29721ad293 build(deps): bump @types/node from 14.10.0 to 14.10.1 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.0 to 14.10.1.
- [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-13 04:58:56 -05:00
Collin M. Barrett
f4885a4f60 feat(services): 🚧 scaffold SharedKernel.Apis 2020-09-13 04:52:00 -05:00
Collin M. Barrett
941d077ece refactor(services): ♻ suppress some warnings 2020-09-13 04:13:17 -05:00
Collin M. Barrett
b057a9fcc0 feat(archival): add logging to GitFileArchiver 2020-09-13 03:51:23 -05:00
Collin M. Barrett
877478b374 refactor(archival): ♻ add filePath to UoW transaction immediately 2020-09-12 21:35:59 -05:00
Collin M. Barrett
5700cb453d Merge branch 'master' of https://github.com/collinbarrett/FilterLists 2020-09-12 19:35:27 -05:00
Collin M. Barrett
9111ab80db feat(archival): 🚧 WIP impl UoW w/git 2020-09-12 19:35:20 -05:00
Azure Pipelines EF Migration Bot
1e607e229f feat(data): migrate PR #1968 2020-09-12 16:16:20 -05:00
Imre Kristoffer Eilertsen
385e36e008 Added the missing view links 2020-09-12 16:16:20 -05:00
Azure Pipelines EF Migration Bot
4a90c4c34b feat(data): migrate PR #1966 2020-09-12 15:54:51 -05:00