SunUp – #20-14
This week I’ve:- RF1 – updated to Django 2.2.12 RF1 – fixed a bug in the code for the bot player Read on
This week I’ve:- RF1 – updated to Django 2.2.12 RF1 – fixed a bug in the code for the bot player Read on
Another busy week, but I have: RF1 – launched for the 2020 season RF1 – upgraded to Django 2.2.11 Read on
A busy week but I’ve:- RF1 – further work on the Django 2.2.x upgrade Oversteer Racing – drafted the latest dev blog Misc – started the process to transfer my business bank account Read on
This week I’ve: RF1 – upgraded to Django 1.11.28 RF1 – carried on the update work for Django 2.2.x RF1 – debugged a false negative in my test suite that only occurs in a Bitbucket pipeline (appears to be an issue with Bitbucket and not the test suite) Read on
This time of year I tend to be very focused on RF1 so I’ve largely been working on that: RF1 – Added SSL to the test site RF1 – Redeployed the test site using Python 3.6 and virtualenv RF1 – Created a monitoring page and changed monitoring to point to new page RF1 – Redeployed the production site using Python 3.6 and virtualenv RF1 – switched to using pip-compile for requirements.txt Read on
This week I’ve: RF1 – upgraded to Django 1.11.20 RF1 – completed work to allow the application to run using Python 3 instead of Python 2.7 RF1 – looked into using virtualenv in production RF1 – updated the code to use a year specific value for the cost of a team change Misc – set up monitoring Read on
This week has been pretty busy but I’ve: Oversteer Racing – organised some tasks on my backlog RF1 – completed the 2018 season Misc – replaced the AES search Misc – went to a tech volunteers meet-up Misc – went to a Unity3D meet-up Read on
This week I’ve: Oversteer Racing: further work on pitstops for rival cars RF1: updated to Django 1.11.14 Misc: started reading “The Phoenix Project” Read on
This week I’ve:- Oversteer Racing: worked on the code for pitstops for AI cars RF1: updated to Django 1.11.13 Misc: moved another website I look after to a new host (in the UK) and also moved the email (mainly for GDPR reasons) Read on
This week I’ve:- RF1: replaced the old charting system with a new one RF1: upgraded to Django 1.11.12 Glossary: upgraded to 2.10.9 Read on
This week I’ve:- RF1: a few minor changes following the upgrade to Django 1.11 Oversteer Racing: started work on race strategy for AI cars. Specifically, when the AI cars choose to pit. Oversteer Racing: improved the look of the game by adjusting the graphical settings within Unity. Oversteer Racing: produced a #screenshotsaturday Web: finished uploading details of the AES publications from 2017 Read on
This week I’ve been pretty busy but I have: RF1 – upgraded dev site to Django 1.11 (LTS) RF1 – upgraded production site to Django 1.11 (LTS) This has been an important bit of work as I was using the last LTS release (1.8) and this is end of life in April. Read on
This week I’ve mostly:- RF1 – got the code running under Django 1.11 RF1 – started work on an upgrade/deployment plan Oversteer Racing – mocked up some designs for the home screen Misc: upgraded MantisBT Read on
This week I’ve: Misc: did my review of 2017 Misc: listed my goals for 2018 Misc: updated my annual zeitgeist RF1: carried on the upgrade work for Django 1.11 Read on
This week I’ve: RF1: I’ve started work on upgrading to Django 1.11 Misc: completed my personal tax return Misc: completed my company accounts and tax return Read on
This week I’ve: Oversteer Racing: worked on the UI for customising the game Oversteer Racing: changed how we handle button input from the UI to make it simpler Misc: created a ‘how to’ post on Testing Django applications with Bitbucket Pipelines and MySQL Read on
If you’re a Bitbucket user then you probably already know about Bitbucket Pipelines. If you’ve not heard of Bitbucket Pipelines then they are Bitbucket’s continuous delivery mechanism. They allow you to run commands, on a new commit for example, to run tests and then deploy your code to production (if you want). I’ve been using Jenkins for a while but wanted to try out Pipelines on one of my Django projects. Specifically I wanted to... Read on