Commit graph

44 commits

Author SHA1 Message Date
Gitea Actions
a992d1cfd9 chore(release): [skip ci] 2025-04-09 17:49:25 +00:00
c142133a34
Merge pull request 'Prepare for next release' (#13) from main into release
All checks were successful
Release / Release (push) Successful in 57s
Reviewed-on: #13
2025-04-09 17:48:31 +00:00
653e80ee73
ci: add test job to CI configuration (#12)
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
Go CI / test (pull_request) Successful in 8s
Go CI / lint (pull_request) Successful in 10s
Reviewed-on: #12
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
2025-04-09 17:46:26 +00:00
e332ef87cb
feat: add linters (#11)
Reviewed-on: #11
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
2025-04-09 17:40:45 +00:00
1b86948c60
ci: add Go CI workflow configuration file
Some checks failed
Lint Pull Request / Lint PR Title (pull_request) Successful in 27s
Go CI / lint (pull_request) Failing after 35s
2025-04-09 19:28:15 +02:00
667ccdd9a1
Merge pull request 'Prepare for next release' (#9) from main into release
All checks were successful
Release / Release (push) Successful in 55s
Reviewed-on: #9
2025-04-09 16:51:59 +00:00
66f0f05e55
ci: update release workflow for error handling
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
2025-04-09 18:51:21 +02:00
9a125449d5
Merge pull request 'Prepare for next release' (#8) from main into release
Some checks failed
Release / Release (push) Failing after 50s
Reviewed-on: #8
2025-04-09 16:46:29 +00:00
c420551cdb
chore: Configure Renovate (#4)
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.gitea/workflows/pr.yml` (github-actions)
 * `.gitea/workflows/release.yml` (github-actions)
 * `.gitea/workflows/test.yml` (github-actions)
 * `go.mod` (gomod)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Preserve (but continue to upgrade) any existing SemVer ranges.
  - Enable Renovate Dependency Dashboard creation.
  - Rebase existing PRs any time the base branch has been updated.
  - Use semantic prefixes for commit messages and PR titles.
  - Raise PR when vulnerability alerts are detected with label `'security'`.
  - Group all `minor` and `patch` updates together.
  - Keep existing branches updated even when not scheduled.
  - Show all Merge Confidence badges for pull requests.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>chore(deps): update dependency go to 1.24</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/all-minor-patch`
  - Merge into: `main`
  - Upgrade [go](https://github.com/actions/go-versions) to `1.24`

</details>

<details>
<summary>chore(deps): update actions/setup-go action to v5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-setup-go-5.x`
  - Merge into: `main`
  - Upgrade [actions/setup-go](https://github.com/actions/setup-go) to `v5`

</details>

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:0a0b8841b14278c0c061ba4db2615c8f351f5dda327a6ee5707d6e1ee5980f1c-->

Co-authored-by: Jan K9f <jan@kjan.email>
Reviewed-on: #4
Co-authored-by: Renovate Bot <renovate@kjan.de>
Co-committed-by: Renovate Bot <renovate@kjan.de>
2025-04-09 16:44:40 +00:00
7e2de542b6
docs: update README with usage and validation rules (#7)
Reviewed-on: #7
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
2025-04-09 16:43:32 +00:00
08b43cc51b
refactor(validation): simplify regex and error messages 2025-04-09 18:37:58 +02:00
Gitea Actions
372ed39a62 chore(release): [skip ci] 2025-04-09 16:32:02 +00:00
041db18447
Merge pull request 'refactor: some polishing' (#6) from main into release
All checks were successful
Release / Release (push) Successful in 1m32s
Reviewed-on: #6
2025-04-09 16:30:34 +00:00
86febd99e5
refactor: some polishing
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
BREAKING CHANGE: Version 1
2025-04-09 18:29:31 +02:00
Gitea Actions
befdff3be1 chore(release): [skip ci] 2025-04-09 16:26:10 +00:00
e26143661c
Merge pull request 'feat: initial implementation' (#5) from main into release
All checks were successful
Release / Release (push) Successful in 56s
Reviewed-on: #5
2025-04-09 16:25:18 +00:00
64260f301a
ci: add condition to skip linting on release branches
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Has been skipped
2025-04-09 18:24:53 +02:00
9b1a6a928e
fix(validation): update error message for invalid commit format
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:22:37 +02:00
c84b1ecd26
fix(main): improve error message for invalid PR title
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:20:59 +02:00
8981c8367e
fix(main): improve error message for invalid PR title
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
2025-04-09 18:20:34 +02:00
19b376ac40
refactor: clean up unused dependencies and functions
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
2025-04-09 18:19:21 +02:00
044823552b
feat: add GitHub event handling and pull request title display
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:17:12 +02:00
2c943b845f
ci: add step to read event.json in PR workflow
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:15:52 +02:00
ce06de60eb
ci: update pull request types for linting workflow
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:13:59 +02:00
80ab70da04
chore: remove invoke-binary.js and update main.go logic
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:11:23 +02:00
6d9c48078c
feat(action): update to use Go for pull request linting
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Successful in 9s
2025-04-09 18:10:18 +02:00
da4a8b3030
feat(invoke-binary): add ls command execution in runGo function
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
2025-04-09 18:08:58 +02:00
72b5dd18f3
build(workflows): update CI configuration and remove test file
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
2025-04-09 18:07:13 +02:00
7ded9bab13
ci: update container configuration in PR workflow
Some checks failed
Test Go Action / use-go-action (push) Failing after 10s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 24s
2025-04-09 18:02:26 +02:00
3253d5ac63
ci: update PR workflow to use golang image
Some checks failed
Test Go Action / use-go-action (push) Failing after 7s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 13s
2025-04-09 18:01:43 +02:00
142ef2e8f8
ci: add always condition to lint action steps
Some checks failed
Test Go Action / use-go-action (push) Failing after 4s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
2025-04-09 17:53:47 +02:00
50c451f69e
ci: update action directory path in workflow config
Some checks failed
Test Go Action / use-go-action (push) Failing after 4s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
2025-04-09 17:51:05 +02:00
c9fd83e531
ci: add debugging steps and permission settings to CI
Some checks failed
Test Go Action / use-go-action (push) Failing after 4s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
2025-04-09 17:47:32 +02:00
5fd5b36be7
ci: add test workflow for Go Action
Some checks failed
Test Go Action / use-go-action (push) Failing after 16s
Lint Pull Request / Lint Pr Title (pull_request) Failing after 19s
2025-04-09 17:39:19 +02:00
6c118fb9ff
build: add Go installation step in PR workflow
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 8s
2025-04-09 17:20:20 +02:00
aa1601e751
ci: add pull request linting workflow configuration
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 28s
2025-04-09 17:17:55 +02:00
09380fb8d0
feat: add pull request linting action and validation logic 2025-04-09 17:16:18 +02:00
Gitea Actions
d0e7c0bec7 chore(release): [skip ci] 2025-04-09 14:59:03 +00:00
7008c94aa5
Merge pull request 'fix: Fix release pipeline' (#3) from main into release
All checks were successful
Release / Release (push) Successful in 53s
Reviewed-on: #3
2025-04-09 14:58:13 +00:00
bc0bf00947
fix: Fix release pipeline 2025-04-09 16:57:55 +02:00
Gitea Actions
383d95c911 chore(release): [skip ci] 2025-04-09 14:54:12 +00:00
0c0236b418
Merge pull request 'Release' (#2) from main into release
All checks were successful
Release / Release (push) Successful in 56s
Reviewed-on: #2
2025-04-09 14:53:18 +00:00
df800dd50c
feat(ci): add release workflow and configuration files (#1)
Reviewed-on: #1
Co-authored-by: Jan Klattenhoff <jan@kjan.email>
Co-committed-by: Jan Klattenhoff <jan@kjan.email>
2025-04-09 14:52:48 +00:00
8366987b4a
Initial commit 2025-04-09 14:43:54 +00:00