-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Mapbox geocoder + GitHub Actions Automation #3
base: master
Are you sure you want to change the base?
Conversation
👷 Deploy request for nyc-run-covid-testing pending review.Visit the deploys page to approve it
|
# This is the 1st commit message: GH Actions for scrape + deploy Test gh action Attempt to trigger through push Update deps Clear Parcel autoprefixer deprecation # This is the commit message efrymire#2: Remove d3 dep # This is the commit message efrymire#3: Add in generic geocoder Add scrape+geocode result to GH Action Artifacts Pass secret to GH Action Add specific error logging Downgrade node Remove null format Make sure secrets actually exist # This is the commit message #4: Add ci-deploy command Add engine hint # This is the commit message #5: Add GeoJSON and static folder # This is the commit message #6: Add gitignore and expand mkdirs Remove mistake Change null handling
Test gh action Attempt to trigger through push Update deps Clear Parcel autoprefixer deprecation Remove d3 dep Add in generic geocoder Add scrape+geocode result to GH Action Artifacts Pass secret to GH Action Add specific error logging Downgrade node Remove null format Make sure secrets actually exist Add ci-deploy command Add engine hint Add GeoJSON and static folder Add gitignore and expand mkdirs Remove mistake Change null handling GH Actions for scrape + deploy Test gh action Attempt to trigger through push Update deps Clear Parcel autoprefixer deprecation Remove d3 dep Add in generic geocoder Add scrape+geocode result to GH Action Artifacts Pass secret to GH Action Add specific error logging Downgrade node Remove null format Make sure secrets actually exist Add ci-deploy command Add engine hint
Remove mistake Change null handling
Swap out Netlify action Add caching to action Correct caching Remove extra key from netlify Schedule every 1AM
I see I have to approve your deploy previews... LMK when you'd like to test the deploy and we can check the preview. |
Ready to test the deploy + review! The GH Action run is successful on my end with my Netlify tokens plugged in—you'll need to set up the tokens in the repo (i just documented this in the readme) Also again sorry for the massive PR! No rush to review this at all; Just wanted to do this for fun and practice; figured I could submit a PR if it's helpful to anyone! |
Ah I think I know what is going on here... Parcel tries to bundle references and is trying to bundle the
|
This is an amazing project and I have looked for months for a map that provides this information!
I added a bunch of changes that will hopefully ease maintenance, facilitate regular data updates (daily), and possibly increase performance just a smidge.
(Sorry for all the changes, I only meant to swap out the geocoder and got a little carried away with some OOP fun)
Geocoding
GeocodingManager
facade classd3
as a dependencyAutomation
Architecture changes