Robert Diers·Nov 22, 2024Improving Gitlab review processWe were missing two essential features in the Gitlab review process:
Robert Diers·Dec 15, 2023External modularised pipeline for Jenkins (realized in Python)Typically, a Jenkinsfile is used and any kind of pipeline can be built. There are shared libraries or the MPL for reusing existing build…
InNEW IT EngineeringbyRobert Diers·Jun 12, 2023OpenTestingApi — Part 2 — pipeline integration and test automation for various environmentsAPI 1.2 arrived and we have a lot of new useful features, but within this article I will focus on the automation possibilities for our…
InNEW IT EngineeringbyRobert Diers·Dec 20, 2022Technical Documentation as CodeTL;DR use Git, Asciidoc and pipeline extensions to store technical documentation next to the source code and keep it up to date
InNEW IT EngineeringbyRobert Diers·Oct 13, 2022Do you need a small container to test Oracle connectivity with Java drivers?TL;DR package Java drivers and class in a container, run it with environment variables.
Robert Diers·Aug 7, 2022PostgreSQL / TimescaleDB Verwendung mit PythonHier ein Beispiel wie Werte in die Datenbank geschrieben und gelesen werden können (Verwendung TimescaleDB um Metriken zu speichern):
Robert Diers·Aug 7, 2022Python connect to PostgreSQL / TimescaleDBHere you can find an easy example to handle database connectivity in Python (used with TimescaleDB to save metrics):
Robert Diers·Aug 7, 2022Read data from Kostal inverter using TCP Modbus and PythonHere you can find the code to read the actual data from Kostal inverter (in use with Kostal Plenticore Plus 10):