init: technical take home for gitlab operate

This commit is contained in:
uhryniuk
2026-01-15 20:18:23 -06:00
commit a9a7e13bbe
149 changed files with 1812 additions and 0 deletions

20
.old.git/COMMIT_EDITMSG Normal file
View File

@@ -0,0 +1,20 @@
feat(ci): add gitlab CI for build, test and validation
The CI now has jobs for build and testing the Go service, building and
pushing the docker image along with linting and validating the helm chart.
Closes #5
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# interactive rebase in progress; onto 4e45344
# Last command done (1 command done):
# pick 2a23fb1 feat(ci): add gitlab CI for build, test and validation
# Next command to do (1 remaining command):
# pick 1a67ef1 feat(README): Update README to reflect recent commits
# You are currently rebasing branch '4-document-go-application' on '4e45344'.
#
# Changes to be committed:
# modified: .gitlab-ci.yml
#