Commit graph

4873 commits

Author SHA1 Message Date
Collin M. Barrett
0e7d2ac058 refactor(directory): ♻ ren owned ViewUrl entities 2020-09-06 19:54:03 +00:00
Collin M. Barrett
0d2903c147 refactor(directory): ♻ use natural key in FilterListLanguage.json 2020-09-06 19:54:03 +00:00
Collin M. Barrett
50ad3af48a refactor(directory): ♻ ren language key 2020-09-06 19:54:03 +00:00
Collin M. Barrett
0e2059fe4c refactor(directory): 🔥 rm some unused props from Language.json (keep id temporarily) 2020-09-06 19:54:03 +00:00
Collin M. Barrett
d85164f19b refactor(directory): 🧠 rm extra line breaks 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c47aae459c refactor(data): 🔥 rm some deprecated props from FilterList.json 2020-09-06 19:54:03 +00:00
Collin M. Barrett
4563e58622 feat(directory): 🚧 add many-to-many FilterList <-> Syntax relationship for #496 2020-09-06 19:54:03 +00:00
Collin M. Barrett
461c0891bb feat(directory): 🚧 port forward data seeding logic 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ae814cca45 feat: port forward imgs and data from legacy 2020-09-06 19:54:03 +00:00
Collin M. Barrett
faf9d321f3 feat(directory): finish fleshing out base GET endpoints 2020-09-06 19:54:03 +00:00
Collin M. Barrett
e1d567bf8e fix(build): 🐛 mount named db volume to db container rather than api container 2020-09-06 19:54:03 +00:00
Collin M. Barrett
0c7caa0424 feat(directory): add GetLicenses endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
46e98c293c feat(directory): automap GetLists 2020-09-06 19:54:03 +00:00
Collin M. Barrett
7c90836135 refactor(directory): ♻ convert MaintainerViewModel to have private setters 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bdc82486bf refactor(directory): 🎨 configure R# not to rm private setters globally 2020-09-06 19:54:03 +00:00
Collin M. Barrett
58ca7d77d8 refactor(directory): ♻ simplify GetMaintainers query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9043a161e4 feat(directory): convert ViewUrls to owned entities 2020-09-06 19:54:03 +00:00
Collin M. Barrett
1a7dac7af1 refactor(directory): ♻ include explicit key props, flip-flop self-referencing many-to-many 2020-09-06 19:54:03 +00:00
Collin M. Barrett
60d1713a94 feat(directory): add GET maintainers endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
42664f43e4 feat(directory): 📦 add Automapper 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a1f9287325 refactor(directory): ♻ update startup url 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5821f269c9 refactor(directory): ♻ async main 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6dce166254 feat(directory): implement GetLists query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
be24a4cb6d build(directory): 🔨 re-add connection string in appsettings for ef migration support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
380c8d98f4 feat(directory): add explicit Id props to primary query entities 2020-09-06 19:54:03 +00:00
Collin M. Barrett
992ecaba2d feat(directory): 🚧 stub ListsViewModel to match legacy 2020-09-06 19:54:03 +00:00
Collin M. Barrett
12c7eff241 build: 🎨 configure R# method sig line wrapping 2020-09-06 19:54:03 +00:00
Collin M. Barrett
26b04a4f56 build: 🔨 fix VS debugging db connection 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ea926f7379 build: 🔨 ren dcproj service name 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cd43daec3d refactor: 🎨 include 'dev' docker-compose in dcproj 2020-09-06 19:54:03 +00:00
Collin M. Barrett
daff252696 refactor(directory): 🎨 extract 'Queries' Application dir 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a74e2e7683 refactor(sln): 🎨 mv shared dockerignore to 'Solution Items' 2020-09-06 19:54:03 +00:00
Collin M. Barrett
eb70b7e70e refactor(persistence): ♻ extract 'SegmentViewUrls' and 'SegmentViewUrlMirrors' 2020-09-06 19:54:03 +00:00
Collin M. Barrett
11148e0d19 build: 🔨 work on builds 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9ddd58554c build: 🔨 only use reverse-proxy on prod to allow VS to debug directly into dotnet containers 2020-09-06 19:54:03 +00:00
Collin M. Barrett
88aac48805 build: 🔨 update VS dockerignore 2020-09-06 19:54:03 +00:00
Collin M. Barrett
918cb17b22 refactor(di): ♻ ren ServiceCollectionExtension 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9deb86c774 refactor: 🎨 update gitignore 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a946ea8990 fix: 🐛 fix reverse-proxy proxy pass to upstream urls 2020-09-06 19:54:03 +00:00
Collin M. Barrett
703807c976 refactor: 🎨 update gitignore 2020-09-06 19:54:03 +00:00
Collin M. Barrett
117710c2a5 refactor: 🎨 mv .sln to services dir, update gitignore 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bdb07bd0d8 build: 🔨 work on docker-compose 2020-09-06 19:54:03 +00:00
Collin M. Barrett
32e1191263 refactor: ♻ ren some docker-compose resources 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c8f721d057 fix(web): 🐛🔨 fix Dockerfile 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5298e8f6a5 refactor(web): 🎨 ren reverse-proxy -> server 2020-09-06 19:54:03 +00:00
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