Commit graph

4939 commits

Author SHA1 Message Date
Collin M. Barrett
73b8d72656 refactor(web): ♻ rm List DescriptionSourceUrl from ui 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a9c4408d96 refactor(web): ♻ rm PublishedDate from ui 2020-09-06 19:54:03 +00:00
Collin M. Barrett
dc97319d75 Revert "Revert "refactor(web): ♻🚧 match dto interfaces with revised api/data model""
This reverts commit 451ff31f171acce6887a7ff2ead03865c7c80ce3.
2020-09-06 19:54:03 +00:00
Collin M. Barrett
2bfaadf6f7 build: 🔨 dev on web outside of docker 2020-09-06 19:54:03 +00:00
Collin M. Barrett
d64f9acab8 build: 🔨🚧 fix hot reloading web in docker 2020-09-06 19:54:03 +00:00
Collin M. Barrett
b362850fb8 build: 🔨 dockerignore .env 2020-09-06 19:54:03 +00:00
Collin M. Barrett
efbde65589 build: 🔨🚧 apply misc build tweaks 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bd2b09714b build: 🔨 optimize published artifact only in prod 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6a7f669c0b build: 🔨 restart always all containers 2020-09-06 19:54:03 +00:00
Collin M. Barrett
08b1873034 fix(directory): 🐛 fix connection string for dev 2020-09-06 19:54:03 +00:00
Collin M. Barrett
8dc6d5d427 Revert "refactor(web): ♻🚧 match dto interfaces with revised api/data model"
This reverts commit cf01a8260b62ab291ef2e9887def3523c3562b98.
2020-09-06 19:54:03 +00:00
Collin M. Barrett
3c696f877c build: 🔨🚧 misc WIP build changes 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a08e1827ab refactor: ♻ ren dev-mode Dockerfiles 2020-09-06 19:54:03 +00:00
Collin M. Barrett
e1e85b754f build: 🔨🚧 WIP enabling dev hot reload for web 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6ce7addb77 build: rm .dev dcompose, nginx-debug in dev mode 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cffe641e2b refactor(web): ♻🚧 match dto interfaces with revised api/data model 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ee7b717b61 build: re-work docker-compose for VS debugging of web 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6449ba2ac1 feat(directory): 🚧 flesh out GetLists query (less viewUrls) 2020-09-06 19:54:03 +00:00
Collin M. Barrett
f57d435b7a feat(directory): flesh out GetTags query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c2b348dfb9 feat(directory): flesh out GetSyntaxes query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
571cc8b7fb feat(directory): flesh out GetSoftware query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
0885d53a87 feat(directory): exclude nulls from API json responses 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9d8a023ba2 feat(directory): flesh out GetMaintainers query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
b794fa559c feat(directory): flesh out GetLicenses query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
d00e911794 feat(directory): flesh out GetLanguages query 2020-09-06 19:54:03 +00:00
Collin M. Barrett
734b7d4e5f feat(directory): log postgres queries in VS dev 2020-09-06 19:54:03 +00:00
Collin M. Barrett
01c33e10d6 feat(directory): add InitialData migration 2020-09-06 19:54:03 +00:00
Collin M. Barrett
8c74d606ae refactor(directory): ♻ disable CA1814 in auto-generated Migrations proj 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c49aa06286 fix(directory): 🐛 fix Language 'ne' data conversion bug 2020-09-06 19:54:03 +00:00
Collin M. Barrett
21bf4ab282 feat(directory): migrate db on app startup 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c052e05dba refactor(directory): ♻ revise License permission schema 2020-09-06 19:54:03 +00:00
Collin M. Barrett
378f8dec59 fix(directory): 🐛 re-enable FilterListViewUrl seeding 2020-09-06 19:54:03 +00:00
Collin M. Barrett
279dd381de fix(directory): 🐛 add 2x missing required viewUrls
ref #1916
2020-09-06 19:54:03 +00:00
Collin M. Barrett
b84d592ec7 refactor(directory): 🎨 lint seed data 2020-09-06 19:54:03 +00:00
Collin M. Barrett
f19bf76544 refactor(directory): ♻ abandon owned FilterListViewUrl config due to seeding limitation 2020-09-06 19:54:03 +00:00
Collin M. Barrett
abb5700544 feat(directory): add ids to FilterListViewUrl 2020-09-06 19:54:03 +00:00
Collin M. Barrett
3545d7c162 refactor(directory): ♻ convert SegmentNumber and Primariness to shorts 2020-09-06 19:54:03 +00:00
Collin M. Barrett
084112a266 fix(directory): 🐛 ren Syntax.Url in seed data 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ec7f54efe1 fix(directory): 🐛 ren Software.SupportsAbpUrlScheme in seed data 2020-09-06 19:54:03 +00:00
Collin M. Barrett
c324be0fa4 fix(directory): 🐛 ren Maintainer.Url in seed data 2020-09-06 19:54:03 +00:00
Collin M. Barrett
7b6c5928b7 fix(directory): 🐛 ren License.Url in seed data 2020-09-06 19:54:03 +00:00
Collin M. Barrett
152cdc2c57 refactor(directory): ♻ make Language.Iso6391 fixed length to 2 chars 2020-09-06 19:54:03 +00:00
Collin M. Barrett
b58a5d9d9b refactor(directory): ♻ rm unused seeding extension, temp disable seeding for broken type 2020-09-06 19:54:03 +00:00
Collin M. Barrett
bef1761bb8 fix(directory): 🐛 fix Merge.json prop names 2020-09-06 19:54:03 +00:00
Collin M. Barrett
7bdcde5692 Revert "refactor(directory): ♻ use string rather than System.Uri for query context URLs for seeding support"
This reverts commit 627c7cb85d5da82a7ffc0c9c48da695e2ceaeb05.
2020-09-06 19:54:03 +00:00
Collin M. Barrett
44411b122e refactor(directory): ♻ use string rather than System.Uri for query context URLs for seeding support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
8c4fb6dd89 fix(directory): 🐛 temporarily use public entity prop setters for <net5.0 System.Test.Json seeding support 2020-09-06 19:54:03 +00:00
Collin M. Barrett
3487c14af3 fix(directory): 🐛 rm nulls from FilterListSyntax.json 2020-09-06 19:54:03 +00:00
Collin M. Barrett
53fd5dc3d1 fix(directory): 🐛 flatten/normalize viewUrls
https://stackoverflow.com/a/63617564/2343739
2020-09-06 19:54:03 +00:00
Collin M. Barrett
7b680d33b1 feat(directory): temp enable sensitive data logging to aid contributors in finding json data bugs 2020-09-06 19:54:03 +00:00