Commit graph

6307 commits

Author SHA1 Message Date
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
Collin M. Barrett
948525b6a0 Revert "refactor(dir): ♻🎨 apply some static analysis tips"
This reverts commit 1e452089f0.
2021-11-01 17:48:51 -05:00
Collin M. Barrett
1e452089f0 refactor(dir): ♻🎨 apply some static analysis tips 2021-11-01 17:39:30 -05:00
Collin M. Barrett
46d99268b1 refactor(r#): ♻🎨 reset and re-Cleanup Code 2021-11-01 17:30:24 -05:00
Collin M. Barrett
17c7e9d84f refactor: ♻ lint analyzer config 2021-11-01 22:02:02 +00:00
Collin M. Barrett
5387d83631 fix(pipes): 🚑🐛 fix stage dc files 2021-10-30 16:46:10 -05:00
Collin M. Barrett
b094920180 refactor(pipes): ♻🎨 lint pipelines 2021-10-30 21:34:32 +00:00
Collin M. Barrett
43d2cdefe0 refactor(archival): ♻ don't start archiving on every DEBUG run 2021-10-30 21:34:32 +00:00
Collin M. Barrett
0f3491192f refactor(docker): ♻ re-gen some docker config 2021-10-30 21:34:32 +00:00
Collin M. Barrett
9dd2dca506 refactor(git): ♻ lint root gitignore 2021-10-30 21:34:32 +00:00
Collin M. Barrett
fd458924cb refactor(dep): ♻🔥 simplify dependabot 2021-10-30 21:34:32 +00:00
Collin M. Barrett
c9fa94fa3e chore(r#): ♻ settings migration 2021-10-30 21:34:32 +00:00
Collin M. Barrett
cafc244609 refactor(sln): 🔥 rm non-existent file 2021-10-30 21:34:32 +00:00
Collin M. Barrett
7e3e9bb8cf refactor(logging): ♻ sync log levels with API template default 2021-10-30 19:50:15 +00:00
Collin M. Barrett
8554b5746b refactor(logging): ♻ disable AI console logging 2021-10-30 19:50:15 +00:00
Collin M. Barrett
9d4b17148e refactor(apis): ♻ re-gen launchSettings.json 2021-10-30 19:50:15 +00:00
Collin M. Barrett
0a5a7ef822 chore(web): 📦 bump eslint-plugin-prettier 2021-10-30 12:12:35 -05:00
Collin M. Barrett
7f8a5f149b chore(web): 📦 npx browserslist@latest --update-db 2021-10-30 12:11:22 -05:00
Collin M. Barrett
b4a581d106 chore(web): 📦 bump lockfile ver 2021-10-30 12:06:22 -05:00
Collin M. Barrett
7ee26d9b80 fix(web): 🐛 use node 16 until CRA fixed ref https://github.com/facebook/create-react-app/issues/11565 2021-10-30 12:03:13 -05:00
Collin M. Barrett
dc3fc950c5 refactor(dc): ♻ lint depends_on 2021-10-30 11:40:12 -05:00