Commit graph

6327 commits

Author SHA1 Message Date
Collin M. Barrett
f1dfd0a1c4 refactor(arc): ♻ use records for app-level dtos 2021-11-12 14:25:06 +00:00
Collin M. Barrett
73b57e72b4 refactor(dir): ♻ use records for IQueryContext entities 2021-11-12 14:25:06 +00:00
Collin M. Barrett
f5d8d747bf refactor(dir): ♻ use records for options models 2021-11-12 14:25:06 +00:00
Collin M. Barrett
37d6b6aecb refactor(dir): ♻ use records for app-level dtos 2021-11-12 14:25:06 +00:00
Collin M. Barrett
9d73f9731f refactor(svcs): ♻🔥 rm some unnecessary thread context switching 2021-11-11 17:53:45 -06:00
Collin M. Barrett
0f136a8599 fix(archival): 🐛 replace obsolete UseHangfireServer() extension 2021-11-11 22:07:06 +00:00
dependabot[bot]
d214e4982b build(deps): bump Hangfire.AspNetCore
Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) from 1.7.24 to 1.7.27.
- [Release notes](https://github.com/HangfireIO/Hangfire/releases)
- [Commits](https://github.com/HangfireIO/Hangfire/compare/v1.7.24...v1.7.27)

---
updated-dependencies:
- dependency-name: Hangfire.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 22:07:06 +00:00
Collin M. Barrett
1bfaf29952 refactor(svcs): ♻🔥 rm some unnecessary thread context switching 2021-11-11 15:57:07 -06:00
Collin M. Barrett
1649ac6778 refactor(svcs): ♻🔥 use file scoped namespaces 2021-11-11 18:42:23 +00:00
Collin M. Barrett
6c9dc865b5 docs(svcs): 📄 TODO migrate to new hosting model 2021-11-11 18:42:23 +00:00
Collin M. Barrett
aeae8b6d67 fix(codeql): 🐛 ref https://github.com/github/codeql-action/issues/757\#issuecomment-965792015 2021-11-11 18:42:23 +00:00
Collin M. Barrett
c09546712a feat(svcs): 🔥 enable ImplicitUsings 2021-11-11 18:42:23 +00:00
Collin M. Barrett
b3e93a7f22 feat(svcs): 🔥 dotnet publish -p:DebugSymbols=false 2021-11-11 18:42:23 +00:00
Collin M. Barrett
8156117927 refactor(svcs): ♻🚧 disable PublishReadyToRun for now (throwing NETSDK1095 on net6.0) 2021-11-11 18:42:23 +00:00
Collin M. Barrett
e05cc1dc7d refactor(svcs): ♻🚧 disable trimming for now (unsupported by too many deps) 2021-11-11 18:42:23 +00:00
Collin M. Barrett
d782d8a728 fix(dir): 🐛 resolve SYSLIB0020 warnings 2021-11-11 18:42:23 +00:00
Collin M. Barrett
2a8fcde98c fix(dir): 🐛 resolve CS8602 warnings 2021-11-11 18:42:23 +00:00
Collin M. Barrett
75327b7804 fix(dir): 🐛 resolve CS8603 warning 2021-11-11 18:42:23 +00:00
Collin M. Barrett
2be4ae6ea4 chore(svcs): 📦 bump net6.0 deps 2021-11-11 18:42:23 +00:00
Collin M. Barrett
88d3a08f50 chore(svcs): 📦 target net6.0 2021-11-11 18:42:23 +00:00
Collin M. Barrett
b7daf53cec chore(svcs): 📦 bump images to net6.0 2021-11-11 18:42:23 +00:00
dependabot[bot]
9282043104 build(deps): bump slugify from 1.6.1 to 1.6.2 in /web
Bumps [slugify](https://github.com/simov/slugify) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/simov/slugify/releases)
- [Commits](https://github.com/simov/slugify/compare/v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: slugify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 09:40:13 -06:00
dependabot[bot]
3bba840284 build(deps): bump Microsoft.ApplicationInsights.AspNetCore
Bumps [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/ApplicationInsights-dotnet/compare/2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: Microsoft.ApplicationInsights.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 09:39:16 -06:00
dependabot[bot]
c04de03990 build(deps): bump @types/node from 16.11.6 to 16.11.7 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.6 to 16.11.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 09:38:50 -06:00
Collin M. Barrett
5da29fbf19 fix(dc): 🐛 restart: always to recover after server reboot
ref #2520
2021-11-10 09:37:29 -06:00
dependabot[bot]
861d98a351 build(deps): bump @types/react-dom from 17.0.10 to 17.0.11 in /web
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.10 to 17.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 13:08:31 +00:00
Collin M. Barrett
cefd2db04a Revert "build(deps): bump react-router-dom from 5.3.0 to 6.0.0 in /web"
This reverts commit 43a01086ac.
2021-11-04 08:02:21 -05:00
dependabot[bot]
5edbf2ba76 build(deps): bump web-vitals from 1.1.2 to 2.1.2 in /web
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 to 2.1.2.
- [Release notes](https://github.com/GoogleChrome/web-vitals/releases)
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v1.1.2...v2.1.2)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 12:54:55 +00:00
dependabot[bot]
43a01086ac build(deps): bump react-router-dom from 5.3.0 to 6.0.0 in /web
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Commits](https://github.com/remix-run/react-router/commits/v6.0.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 12:54:42 +00:00
dependabot[bot]
a9573e0b82 build(deps): bump @types/react from 17.0.33 to 17.0.34 in /web
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.33 to 17.0.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-04 12:54:33 +00:00
Collin M. Barrett
8a6908b662 refactor(dir): ♻ lint controllers 2021-11-03 22:49:21 +00:00
Collin M. Barrett
5fad42ba1f feat(apis): supply basic/consistent error response 2021-11-03 22:49:21 +00:00
Collin M. Barrett
006a066cd1 chore(r#): ♻ migrate settings 2021-11-03 22:49:21 +00:00
Collin M. Barrett
4526883a96 chore(web): 📦 sync CRA template w/latest 2021-11-03 03:55:02 -05:00
Collin M. Barrett
0b554af623 refactor(web): ♻ use TablePaginationPosition api 2021-11-02 18:19:02 -05:00
Collin M. Barrett
f6b35d2db6 refactor(dir): ♻ use Assembly overload for AutoMapper registration 2021-11-02 17:03:08 -05:00
Collin M. Barrett
0cce314ede docs(dir): 📄 404s should never be returned from collection endpoints 2021-11-02 15:55:27 -05:00
Collin M. Barrett
2510a7e426 feat(dir): include primaryViewUrl in /lists endpoint 2021-11-02 20:48:49 +00:00
Collin M. Barrett
fc177fde3e refactor(services): ♻ use init-only setters on immutable props 2021-11-02 15:32:30 -05:00
Collin M. Barrett
5b4bb6f8bc refactor(dir): ♻ limit scope of contract props 2021-11-02 14:48:44 -05:00
Collin M. Barrett
e8561d616d refactor(dir): ♻ limit scope of Handlers and Profiles 2021-11-02 14:43:52 -05:00
Collin M. Barrett
b567696e2e refactor(dir): ♻ create inner type vm 2021-11-02 14:36:32 -05:00
Collin M. Barrett
2583507c5e refactor(dir): ♻🔥 rm unneeded AutoMapper Profile 2021-11-02 14:29:17 -05:00
Collin M. Barrett
c5d6af9e90 refactor(dir): ♻🔥 rm VS extension suppression 2021-11-02 14:20:20 -05:00
Collin M. Barrett
6866fefc9c refactor(dir): ♻🔥 rm VS extension suppressions 2021-11-02 14:19:43 -05:00
Collin M. Barrett
ca32621cf1 fix(dc): 🐛 debug docker compose/swagger experience 2021-11-02 14:07:05 -05:00
Collin M. Barrett
132ec7ad0d refactor(dir-entities): ♻ apply private setters 2021-11-02 09:55:02 -05:00
dependabot[bot]
5f0739cfa5 build(deps): bump @testing-library/jest-dom in /web
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-02 13:01:37 +00:00
Collin M. Barrett
66c038b372 feat(r#): add 'syntaxes' to dict 2021-11-01 18:23:09 -05:00
Collin M. Barrett
7a7b52c4aa docs(dir): 📄 suppress RCS1080 instance 2021-11-01 17:51:23 -05:00