Posts in Development
GitLab License Management and Java 11
- Dec 21, 2018
- English
- Development
If built-in License Management functionality does not support the programming language requirements you have, you can customize the License Management docker image.
GitLab SAST and Java 11
- Dec 19, 2018
- English
- Development
If built-in Static Application Security Testing functionality does not support the programming language requirements you have, you can customize the SAST analyzer docker images.
Hashing Algorithms In Python
- May 17, 2017
- Dornbirn
- English
- Development
While working on a larger project there was a need to detect some changes happened in given data structures. Usually you would immediately start using a hashing algorithm, as md5 for example:
Continuous integration with GitLab and Docker
- Oct 11, 2016
- Docker, Development
I’ve given a talk about continuous integration with GitLab and Docker on Developer Meetup VlbgWebDev. The Meetup takes place every second Tuesday every Month and i’ve met some old colleagues there.
Weblate and i18next json files
- Apr 29, 2016
- Dornbirn
- English
- Development, System
There’s a bug report on github about JSON format breaks i18next files due to automatic restructuring. Actually it flattens your i18next json file and makes it unusable for further usage.
Weblate with GitLab as OAuth provider
- Apr 28, 2016
- Dec 13, 2016
- Dornbirn
- English
- Development, System
Weblate is built on Django and you can use a lot of authentication plugins. After my contribution to django-allauth it’s very easy to integrate GitLab’s authentication provider to Django. Since Weblate builds on top of django-social-auth i could not use django-allauth plugin to authenticate.