Commit graph

4962 commits

Author SHA1 Message Date
Collin M. Barrett
08256fc9b8 fix(build): 🐛🔨 try fixing enabling docker BuildKit 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cf0d290dbc fix(directory): 🐛 fix build context for migrations tests 2020-09-06 19:54:03 +00:00
Collin M. Barrett
9f4faab1a7 refactor: ♻🔨 update dockerignores 2020-09-06 19:54:03 +00:00
Collin M. Barrett
a5d2aa21ec refactor(directory): 🔥 rm dup docker-compose config 2020-09-06 19:54:03 +00:00
Collin M. Barrett
65dcae4b55 build: 🔨 use BuildKit 2020-09-06 19:54:03 +00:00
Collin M. Barrett
307840b8d6 feat: add migrations test to pipeline 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5b35c102b4 build: 🔨🚧 WIP port forward pipeline configs 2020-09-06 19:54:03 +00:00
Collin M. Barrett
1b2d677a94 feat(reverse-proxy): port forward pipeline config 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cec2f0016a refactor(web): ♻ add key to components of SyntaxCloud 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5ca882b51b refactor(web): ♻ propagate props to list info drawer to avoid dup api calls 2020-09-06 19:54:03 +00:00
Collin M. Barrett
7698345e31 feat(web): 🚧 re-enable list info drawer 2020-09-06 19:54:03 +00:00
Collin M. Barrett
8a1e608f3e feat(web): re-enable langs column sort 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cecf44a8ec feat(web): re-enable syntax column filter 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6801e48dcc feat(web): re-enable syntax column sort 2020-09-06 19:54:03 +00:00
Collin M. Barrett
6b027c7987 feat(web): re-enable syntax column (less sorter/filter) w/new SyntaxCloud comp 2020-09-06 19:54:03 +00:00
Collin M. Barrett
cc93018e67 feat(web): re-enable software column 2020-09-06 19:54:03 +00:00
Collin M. Barrett
05dba5aa6e feat(web): re-enable lang column (less sorter) 2020-09-06 19:54:03 +00:00
Collin M. Barrett
663f9264d6 fix(web): ♻ comment some stuff to get web to compile with new api 2020-09-06 19:54:03 +00:00
Collin M. Barrett
5095a1c5f2 refactor(web): 🔥 rm props from List interface that were extracted to ListDetails 2020-09-06 19:54:03 +00:00
Collin M. Barrett
ab032eb36b feat(web): add ListDetails interface and hook 2020-09-06 19:54:03 +00:00
Collin M. Barrett
903c568d1b refactor(directory): ♻ break off a list details endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
062ff8f729 feat(directory): fetch viewUrls from lists endpoint 2020-09-06 19:54:03 +00:00
Collin M. Barrett
4e1634ca65 refactor(web): ♻ ren License Url 2020-09-06 19:54:03 +00:00
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