jolheiser pushed to readme at woodpecker-plugins/go-plugin 2023年11月15日 16:38:48 +01:00
32f2d821c9 fix: make it compile as well
jolheiser commented on issue woodpecker-plugins/go-plugin#16 2023年11月15日 16:35:22 +01:00
Plugin usage example issue

Correct, the example wasn't 100% valid Go code before. I've made it more complete and formatted it in #17. Thanks for the heads up!

jolheiser created pull request woodpecker-plugins/go-plugin#17 2023年11月15日 16:33:51 +01:00
fix: make readme example compile
jolheiser created branch readme in woodpecker-plugins/go-plugin 2023年11月15日 16:32:34 +01:00
jolheiser pushed to readme at woodpecker-plugins/go-plugin 2023年11月15日 16:32:34 +01:00
50c53fdffb fix: make readme example compile
jolheiser commented on issue forgejo/discussions#67 2023年10月10日 19:51:40 +02:00
Gitea requires a copyright assignment for MIT licensed contributions

It was simply an alternative, and one I expected would not be accepted for a myriad of reasons. 👍 I will discontinue unless new discussion is required in order to avoid circling too much.

jolheiser commented on issue forgejo/discussions#67 2023年10月10日 18:36:26 +02:00
Gitea requires a copyright assignment for MIT licensed contributions

I am aware, and my statement stands. I guess I can't say for sure whether other projects added their own in the first place, so perhaps that's vaguely different. But even so, I/we wouldn't want to...

jolheiser commented on issue forgejo/discussions#67 2023年10月10日 16:57:30 +02:00
Gitea requires a copyright assignment for MIT licensed contributions

To my knowledge, none of the other projects that have contributed to Gitea have had a problem with this license header, moreover I/we don't want to make an exception for a single project,...

jolheiser created pull request woodpecker-plugins/gitea-release#13 2023年09月18日 19:30:33 +02:00
docs: clarify file globs and existing release
jolheiser created branch docs in jolheiser/gitea-release 2023年09月18日 19:26:21 +02:00
jolheiser pushed to docs at jolheiser/gitea-release 2023年09月18日 19:26:21 +02:00
b75eaeede3 docs: clarify file globs and existing release
01b85aca0a Update docs.md (#11)
d306b8f05c update pipeline to meet v1.0.0 standard
8976793fc1 Improved Access Token references in docs. (#10)
a067d7fea8 Add option for target field (#9)
Compare 9 commits »
jolheiser commented on issue woodpecker-plugins/gitea-release#12 2023年09月18日 18:29:18 +02:00
Does files-option support glob patterns?

Yes, file can be a list of globs. We use filepath.Glob (the pattern matching is described over at [filepath.Match](https://pkg.go.dev/path/filepath#Ma...

jolheiser commented on issue Aviac/codeberg-cli#90 2023年07月23日 00:05:53 +02:00
Support non-Codeberg instances of Forgejo

Hey thanks for the ping. I think my opinion remains as it was in the other issue, I understand your reasoning for wanting to keep this project's goals simple. 🙂

Indeed opening it up to...

jolheiser merged pull request woodpecker-plugins/gitea-release#10 2023年06月22日 18:47:58 +02:00
Improved Access Token references in docs.
jolheiser pushed to main at woodpecker-plugins/gitea-release 2023年06月22日 18:47:58 +02:00
8976793fc1 Improved Access Token references in docs. (#10)
jolheiser commented on pull request woodpecker-plugins/gitea-release#10 2023年06月22日 18:29:13 +02:00
Improved Access Token references in docs.

That sounds good to me! And it should be the equivalent scope based on 061b68e995/models/migrations/v1_20/v259.go (L285)

jolheiser commented on pull request woodpecker-plugins/gitea-release#10 2023年06月22日 18:08:35 +02:00
Improved Access Token references in docs.

In the upcoming 1.20 they were revised as such 734fd93f59/models/auth/token_scope.go (L80)

(Don't worry, a migration will...

jolheiser commented on pull request woodpecker-plugins/gitea-release#10 2023年06月22日 17:57:12 +02:00
Improved Access Token references in docs.

I wonder if this should specify it needs Write permission for the scope.

jolheiser closed issue Aviac/codeberg-cli#84 2023年05月21日 15:25:34 +02:00
Configurable API base