1
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
b8ad25f58a
fix(deps): update rust crate reqwest to 0.12.0 2024-08-27 17:00:35 +00:00
01f4d05b37
Add Gitea resource type
* gitea-split/gitea-split:
  gitea: Implement commit statuses
  gitea: Implement package
  fix(gitea): Fix version data
  feat(gitea): Add Gitea resource to fetch PRs
2024-08-27 16:51:26 +02:00
0b40c16db4 gitea: Implement commit statuses
For now this is just a simple implementation only supporting `put`
steps. `in` is a noop, so `no_get: true` is recommended.
2023-11-23 11:39:12 +01:00
3c5067f7ac gitea: Implement package 2023-11-22 16:26:58 +01:00
6d8afda5dd fix(gitea): Fix version data
Concourse only accepts strings for values in the version data.
2023-03-29 23:49:57 +02:00
3993c2556a feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00