Commit graph

4816 commits

Author SHA1 Message Date
Collin M. Barrett
526c4f7f23 refactor(directory): ♻ ren docker image 2020-09-06 19:54:03 +00:00
Collin M. Barrett
7b253c0f91 build(directory): 🔨 combine build and publish steps to resolve System.IO.FileNotFoundException 2020-09-06 19:54:03 +00:00
Collin M. Barrett
92eec381ec docs(directory): 📃 add copyright info to csproj files 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bee9f33727 build(directory): 📦 suppress warnings on any config 2020-09-06 19:54:03 +00:00
Collin M. Barrett
982d29de39 build: de-link mv'd dockerignore from dcproj 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bc3d4da9eb build(directory): 🔨 apply misc docker build work 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6745cffbfc refactor(directory): ♻ clear out some unused config 2020-09-06 19:54:03 +00:00
Collin M. Barrett
0d9010377f refactor(directory): ♻ drop a global warning suppression 2020-09-06 19:54:03 +00:00
Collin M. Barrett
aa4eb00aa7 build(directory): 🔨 optimize build output with trimming and self-contained 2020-09-06 19:54:03 +00:00
Collin M. Barrett
d17813e050 build(directory): use alpine dotnet images 2020-09-06 19:54:03 +00:00
Collin M. Barrett
1a5aedd63c refactor(directory): ♻ return VM for sample endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
e764513749 refactor(directory): ♻ ren predicate 2020-09-06 19:54:03 +00:00
Collin M. Barrett
2a98fe3fdc refactor(directory): ♻ ren QueryContext 2020-09-06 19:54:03 +00:00
Collin M. Barrett
236b040a25 refactor(directory): ♻ make Startup internal 2020-09-06 19:54:03 +00:00
Collin M. Barrett
69d9b1b4f9 feat(directory): use MediatR query for sample endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ed3a370ed5 feat(directory): 📦 add MediatR 2020-09-06 19:54:03 +00:00
Collin M. Barrett
11c06b252e refactor(directory): ♻ ren facade 2020-09-06 19:54:03 +00:00
Collin M. Barrett
56e88990b6 feat(directory): explicitly pluralize table names that aren't mapped to DbContext 2020-09-06 19:54:03 +00:00
Collin M. Barrett
17a1ade6b7 refactor(directory): ♻ rm unnecessary generic param on mappings to simplify mapping registration 2020-09-06 19:54:03 +00:00
Collin M. Barrett
e288908ed6 refactor(directory): ♻ make nav collection props read only 2020-09-06 19:54:03 +00:00
Collin M. Barrett
4e884aac4c fix(directory): 🐛 add private setters to all props for EF 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6e4ddf7cc2 refactor(directory): ♻ use Language natural key in FilterListLanguage many-to-many 2020-09-06 19:54:03 +00:00
Collin M. Barrett
d73bbe2e87 refactor(directory): ♻ use shaddow Id props, mv mappings to entity files 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bbd1f46347 refactor(directory): ♻ use ints for IDs for better EF support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
e390adda4b feat(directory): add connection string to appsettings for ef tools support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
63651d4dfd feat(directory): 📦 install EF design tools 2020-09-06 19:54:03 +00:00
Collin M. Barrett
95ab429048 feat(directory): configure many-to-many relationships 2020-09-06 19:54:03 +00:00
Collin M. Barrett
3f83b6edf2 feat(directory): throw if readonly context SaveChanges is called 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5216d9577d feat(directory): configure many-to-many relationships 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6ea2df9636 build(directory): ♻ suppress CA1812 warning 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a85a00d520 fix(directory): 🐛 add EF-required private setters 2020-09-06 19:54:03 +00:00
Collin M. Barrett
22d7b2c129 feat(directory): wire up ef to postgres container 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cf50e024bf refactor(directory): 🎨 organize some infra dirs 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9d31b1de49 build(directory): ♻ suppress irrelevant CA2007 warning 2020-09-06 19:54:03 +00:00
Collin M. Barrett
b5bbadf213 feat(directory): 📦 add Microsoft.CodeAnalysis.FxCopAnalyzers 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ee4968a9e7 feat(directory): configure required vs optional query entity props 2020-09-06 19:54:03 +00:00
Collin M. Barrett
977ab09298 refactor(directory): ♻ enable nullable reference types 2020-09-06 19:54:03 +00:00
Collin M. Barrett
2148fc2cef refactor(directory): ♻ make all members public v internal for now 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c7593e60e4 feat(directory): init IQueryDirectory 2020-09-06 19:54:03 +00:00
Collin M. Barrett
2a5623494b feat(directory): init query entity relationships 2020-09-06 19:54:03 +00:00
Collin M. Barrett
99d715f190 feat(directory): init query entities (no relationships yet) 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6f694cf8af feat(directory): init R# and run code cleanup 2020-09-06 19:54:03 +00:00
Collin M. Barrett
2c66193416 feat(directory): init docker-compose 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5968bfa22e feat(directory): init add'l directory csprojs 2020-09-06 19:54:03 +00:00
Collin M. Barrett
b47178c34b feat(directory): init directory csproj 2020-09-06 19:54:03 +00:00
Collin M. Barrett
8ae9d9cdfa refactor: 🔥 delete all 2020-09-06 19:54:03 +00:00
dependabot-preview[bot]
24afedc12f build(deps): bump @testing-library/react from 11.0.1 to 11.0.2 in /web
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.1 to 11.0.2.
- [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.1...v11.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-04 11:00:54 +00:00
dependabot-preview[bot]
ae2fd3db5c build(deps): bump @types/node from 14.6.3 to 14.6.4 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.3 to 14.6.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-04 10:53:59 +00:00
dependabot-preview[bot]
26f697aedc build(deps): bump @types/node from 14.6.2 to 14.6.3 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.2 to 14.6.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 11:08:51 +00:00
dependabot-preview[bot]
2f16526fc1 build(deps): bump @types/jest from 26.0.12 to 26.0.13 in /web
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.12 to 26.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03 11:01:34 +00:00