-
Notifications
You must be signed in to change notification settings - Fork 165
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 box mirroring instead of fetching and parsing #372
Conversation
✔️ Deploy Preview for wargabantuwarga ready! 🔨 Explore the source changes: ee6a20a 🔍 Inspect the deploy log: https://app.netlify.com/sites/wargabantuwarga/deploys/60fc09a2d956ea0008250db1 😎 Browse the preview: https://deploy-preview-372--wargabantuwarga.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
Thanks for working on it @adityapurwa!
However, let's wait for Mas @mazipan's review as well to see his opinion about it.
I'm enabling the auto-merge because the benefits of speeding up the build time outweigh the risks of getting failures from WBW Box. Speeding up the built time means faster GitHub Actions and Netlify builds. |
This is gold 🐐 |
Do you know the source of this https://wbw-box.lucentshard.com? |
Description
This PR contains changes that will remove the process of fetching and parsing data from WBW data sources and instead will use WBW Box as the source of data. This will greatly increase the speeds of CI/CD as now it only depends on the network speed only instead of including the complexities of parsing.
Current Tasks
N/A