5 Commits

Author SHA1 Message Date
Unbound Release fe8ff88d57 chore(release): prepare for v0.1.1 2025-06-02 20:51:48 +02:00
Renovate cd3fea4b6e fix(deps): update module github.com/99designs/gqlgen to v0.17.74 2025-06-02 17:51:52 +00:00
Renovate 01aaa342de chore(deps): update pre-commit hook gitleaks/gitleaks to v8.27.0 2025-06-01 16:51:24 +00:00
argoyle 4985ac9195 fix: update project reference in pre-commit config
Change the project reference from 'sentrysetup' to 'presenter' in the 
.pre-commit-config.yaml file to reflect the correct project being 
used for GitLab CI linting. This ensures the linting process 
targets the appropriate project.
2025-05-31 14:19:12 +02:00
Renovate d43d009f5e chore(deps): update golang:1.24.3 docker digest to f255a7d 2025-05-22 01:51:26 +00:00
5 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30
image: amd64/golang:1.24.3@sha256:f255a7d417e3733c9514bf8dd9c708b15b0ccd2543a850bed1d1198f42e476e2
stages:
- deps
@@ -32,7 +32,7 @@ test:
vulnerabilities:
stage: test
image: amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30
image: amd64/golang:1.24.3@sha256:f255a7d417e3733c9514bf8dd9c708b15b0ccd2543a850bed1d1198f42e476e2
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+2 -2
View File
@@ -16,7 +16,7 @@ repos:
- id: gitlab-ci-linter
args:
- --project
- unboundsoftware/shiny/sentrysetup
- unboundsoftware/shiny/presenter
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.22.0
hooks:
@@ -41,6 +41,6 @@ repos:
hooks:
- id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks
rev: v8.26.0
rev: v8.27.0
hooks:
- id: gitleaks
+8 -1
View File
@@ -2,7 +2,14 @@
All notable changes to this project will be documented in this file.
## [0.1.0] - 2025-05-13
## [0.1.1] - 2025-06-02
### 🐛 Bug Fixes
- Update project reference in pre-commit config
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.74
## [0.1.0] - 2025-05-16
### 🚀 Features
+1 -1
View File
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/shiny/presenter
go 1.24.1
require (
github.com/99designs/gqlgen v0.17.73
github.com/99designs/gqlgen v0.17.74
github.com/stretchr/testify v1.10.0
github.com/vektah/gqlparser/v2 v2.5.27
)
+2 -2
View File
@@ -1,5 +1,5 @@
github.com/99designs/gqlgen v0.17.73 h1:A3Ki+rHWqKbAOlg5fxiZBnz6OjW3nwupDHEG15gEsrg=
github.com/99designs/gqlgen v0.17.73/go.mod h1:2RyGWjy2k7W9jxrs8MOQthXGkD3L3oGr0jXW3Pu8lGg=
github.com/99designs/gqlgen v0.17.74 h1:1FuVtkXxOc87xpKio3f6sohREmec+Jvy86PcYOuwgWo=
github.com/99designs/gqlgen v0.17.74/go.mod h1:a+iR6mfRLNRp++kDpooFHiPWYiWX3Yu1BIilQRHgh10=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=