Aggregator
Shift happens!
BBC launches AI unit to personalize news
Ex-TSMC chairman Mark Liu joins Micron to boost AI efforts
Taiwan stocks drop as US tariffs fuel market concerns
Trump signals possible TikTok sale deadline extension
Logistics startup Shadowfax nets $7.5m from co-founders
Indian furniture rental startup bags $70m debt funding
Trump establishes US bitcoin reserve with seized crypto
Trump hosts first White House crypto summit
Baidu seeks $2b via exchangeable bonds for Trip.com shares
Apple gets local content certification in Indonesia
Nio secures $552m from two Chinese state-owned firms
Oyo appoints CEO for its US acquisition
Taiwan’s exports surge 32% in Feb driven by AI demand
NetEase to shut down public cloud service
Broadcom surges 12% on AI chip revenue outlook rises
Darren Oh: Using Colima with an SSL inspector
After Cognizant installed Zscaler on my work Mac, DDEV could no longer retrieve images from Docker Hub. It complained that it could not verify the TLS certificate. I use Colima as my Docker provider, which apparently does not yet automatically update it root certificate authorities to match the machine it runs on.
Darren Oh Fri, 03/07/2025 - 16:43 Tags- Read more about Using Colima with an SSL inspector
- Log in or register to post comments
ComputerMinds.co.uk: Views Data Export: Sprint 4 Summary
I've started working on maintaining Views Data Export again.
I've decided to document my work in 2 week 'sprints'. And so this article is about what I did in Sprint 4.
Sprint progress
At the start of the sprint in the Drupal.org issue queue there were:
- 45 open bugs
- 1 fixed issue.
- 63 other open issues
That's a total of 109 open issues.
By the end it looked like this:
- 40 open bugs
- 1 fixed issue.
- 59 other open issues
So that's a total of 100 open issues, an 8% reduction from before.
Key goalsIn this sprint I wanted to:
- Go through the remaining bug reports
- Try to get Drush commands back in.
Didn't manage to get through these, but I did discover this fantastic website:
https://contribkanban.com/board/views_data_export
Where I can view all the tickets in a non-nasty way.
I got through some bug reports and committed one fix that closed out two tickets.
Drush commandsI couldn't bring myself to commit the code that was on the issue in this sprint, I've explained myself in the issue. It just seems like although the code works, it's not doing things in the 'right' way.
Part of the code in that issue is refactoring some code around so that it can be called from multiple places. This is making the MR look a lot more messy than it might first appear, so I might split those pieces off into their own MR and get those committed in before looping back and trying to address the Drush specific elements of the current MR in that issue.
I'm planning to tackle this next week, as part of the Sprint 5.
I'll likely do a release at the end of Sprint 5 too.
Future roadmap/goalsI'm not committing myself to doing these exactly, or any particular order, but this is my high-level list of hopes/dreams/desires, I'll copy and paste this to the next sprint summary article as I go and adjust as required.
- Update the documentation on Drupal.org
- Not have any duplicate issues on Drupal.org