Commit graph

4828 commits

Author SHA1 Message Date
Collin M. Barrett
942e4fc861 refactor: 🎨 re-organize repo 2020-09-06 19:54:03 +00:00
Collin M. Barrett
f062dc4b19 feat(directory): 🚧 port web to vNext branch 2020-09-06 19:54:03 +00:00
Collin M. Barrett
76fe54a983 refactor(directory): ♻ mv api under 'api' dir 2020-09-06 19:54:03 +00:00
Collin M. Barrett
98e5762e10 build(migrations): 🔨 suppress CA1062 in EF-generated code 2020-09-06 19:54:03 +00:00
Collin M. Barrett
4f7401eae9 build(directory): 🔨 PublishReadyToRunShowWarnings 2020-09-06 19:54:03 +00:00
Collin M. Barrett
922a858280 build(directory): 🔨 target netstandard2.1 for latest api support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
90459a6411 refactor: add refs to some files in VS sln 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c1aec82ef1 feat(directory): add initial migration 2020-09-06 19:54:03 +00:00
Collin M. Barrett
03856477ee build(directory): 🔨 suppress CA1724 in Application 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6f9cd5d6e3 build(directory): 🔨 globally suppress CA1812 2020-09-06 19:54:03 +00:00
Collin M. Barrett
f195c7d3b5 build(directory): 🔨 apply warning suppressions to both Debug and Release 2020-09-06 19:54:03 +00:00
Collin M. Barrett
4b61235024 refactor: 🎨 tidy R# config 2020-09-06 19:54:03 +00:00
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