Developer journal

Developer Journal - May 2019

A reviewed monthly digest generated from public GitHub activity.

1 min read

This developer-journal entry was generated with a local AI model from my public GitHub activity, then reviewed before publication.

Digest

Focused on Airflow configuration adjustments, Docker image updates, and Java codebase maintenance, with commits addressing credential management, Kubernetes scripts, and database cleanup scripts.

Airflow Configuration

On May 30, addressed FERNET_KEY availability in worker pods by modifying airflow/templates/configmaps.yaml (https://github.com/dafrenchyman/airflow-kube-helm/commit/e42b99c0f90602a14262d1df5aa67e94a24a80bc).

Docker and Kubernetes Updates

On May 15 and 22, updated Kubernetes scripts and Docker configuration for credential management, including modifications to install.sh, uninstall.sh, and Dockerfile (see commits: https://github.com/dafrenchyman/docker-airflow/commit/b6d9ff51c1ce4d9f6b0ac5dc28fe7477c243f43d, https://github.com/dafrenchyman/docker-airflow/commit/b84e40a6648b33704ce147ddd96a25c2651dde20).

Java Codebase Maintenance

On May 12, updated Docker base image and scripts for database cleanup in CreateMasterDb.sh and LoadDatasets.sh, and added .gitignore files (see commits: https://github.com/dafrenchyman/mrsharky/commit/a28f9a372a42ca427cdbd13fef061545c3f62f76, https://github.com/dafrenchyman/mrsharky/commit/9e1b00f60ce074fa621075858757c2ff1707f70c).

Sources