Now it comes the final part of our 3 part series of automating your versioning with git based projects (maybe 5, if you include releasing and deploying part). Below I am posting the links for the complete series, if you want read it all: Automate Your Versioning (Part 1)Automate Your Versioning (Part 2)Automate Your Versioning … Continue reading Automate your versioning (part 3)
Author: Felipe Pinheiro
Automate your versioning (part 2)
As promised, here is the second part of the series for automating your versioning. EDIT: Below I am posting the links for the complete series, if you want read it all: Automate Your Versioning (Part 1)Automate Your Versioning (Part 2)Automate Your Versioning (Part 3)Release Automation with Gitlab CIDeploy with Gitlab CI In the first part, … Continue reading Automate your versioning (part 2)
Automating your versioning (part 1)
Hey everyone. As promised, I am writing this new series on how to automate your releases/versioning using a git based source code control management. To achieve this I believe I might write two or three blog posts, let's see how it goes. I started from the end showing a release automation process, but there are … Continue reading Automating your versioning (part 1)
Gitlab Runner and LabVIEW-CLI
Usually I've been trying to run all my testing pipeline using docker images (docker image repo). Mainly because it is a very clean and nice way to run reproducible tests, as each container has a limited life cycle and gets destroyed after a job. Last week (for some reason that I am still trying to … Continue reading Gitlab Runner and LabVIEW-CLI
Release Automation with Gitlab CI
Hey everyone, I am back. I am having some time to write in the Carnaval Holidays. This time I will talk about a feature in Gitlab that is not explored in many projects, mayb because it is not part of the git itself, but it has been a way to describe the tags and attach … Continue reading Release Automation with Gitlab CI
GLA Summit 2020 Videos
Happy New Year everyone! At the very end of the last year, we received the news that our presentation videos from GLA Summit 2020 were made available at Youtube. I comment about this event in my previous posts here and here. If you missed, you may have a chance to learn from the best developers … Continue reading GLA Summit 2020 Videos
Gitlab Code Quality Report – Update
Hi everyone, it's been a while without writing something. Not that I don't want to, but this 2020 has been very crazy. Many changes, including the goals in LabVIEW IDE development with dropping the development of NXG (see here). But, this post is about the latest update (a bit late) in Gitlab 13.6, where introduced … Continue reading Gitlab Code Quality Report – Update
GLA Summit 2020 Presentation
As mentioned in my previous post, this year I had the opportunity to present one of my projects at the GLA Summit, which is a Global LabVIEW Architects Summit (online event), that this year filled the gap for the absence of the annual CLA Summit, that did not occur due to the COVID-19. We had … Continue reading GLA Summit 2020 Presentation
GLA Summit 2020
This last week I've been a bit busy trying to assemble my presentation for GLA Summit 2020. This is going to be a major event this year, and most of the best LabVIEW developers will present something there. If you haven't signed up there is still time (it is free). https://www.glasummit.org/ The event will take … Continue reading GLA Summit 2020
Gitlab Requirements Management
Recently I've been digging around Gitlab, and I noticed a new feature was released to the general public, the Requirements Management. How is this feature going to help me? In every programming language and project we have to deal with requirements, in any other way, requirements that you write, requirements that your client want, and … Continue reading Gitlab Requirements Management