6 Commits

Author SHA1 Message Date
45c7979ed6
Update project name in sonar configuration (#5)
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m8s
Renamed the project from "mother-utils/motherlog" to "stone-utils/stonelog" in the SonarQube configuration file. This ensures accurate project identification and alignment with the repository's purpose.

Reviewed-on: #5
Reviewed-by: Cloud Administrator <cloud-admin@noreply.gitstormr.dev>
Co-authored-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
Co-committed-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
2025-04-13 11:46:19 -06:00
14687cfc2f
Release v1.0.0 (#2)
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m3s
Reviewed-on: #2
Reviewed-by: Cloud Administrator <cloud-admin@noreply.gitstormr.dev>
Co-authored-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
Co-committed-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
v1.0.0
2025-04-10 18:30:35 -06:00
c92275602f
Set fetch-depth: 0 for checkout in CI workflows
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m2s
This change ensures that the full Git history is fetched during the checkout step in `ci-tag.yml`, `ci-basic.yml`, and `ci-protected.yml`. It is necessary for workflows that rely on complete commit history, such as version tagging or historical analysis.
2025-04-09 03:00:46 -06:00
430e0431b2
Update Go build command in CI workflows
Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
Replaced `go build -o ./bin/app main.go` with `go build ./...` across all CI workflow files. This ensures all packages in the module are built, improving compatibility and consistency in the build process.
2025-04-09 02:43:45 -06:00
9e730f3a5d
initial commit
Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
2025-04-09 02:39:25 -06:00
dfb718b473
Initial commit 2025-04-09 00:25:26 -06:00