Continued working with EU distributor on transition to contract manufacturer
Software development
Converted license check server’s integration tests to hurl
hurl is cool! And it’s really easy to learn. I converted 12 ugly bash tests to 12 pretty hurl tests within about three hours of my first visit to the hurl documentation pages.
Previously, we had rolled our own integration tests as bash scripts on top of curl, and hurl is basically designed to replace exactly what we were doing.
With hurl, the tests are easier to read and write, and it produces easy-to-read HTML reports that we can spit out from CI
Dropped Ubuntu support for TinyPilot’s internal Ansible role
We’re getting rid of the Ansible role entirely in the next few months, so dropping Ubuntu support just simplifies things.