Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitea Support #318

Open
kwk opened this issue Sep 5, 2023 · 1 comment
Open

Gitea Support #318

kwk opened this issue Sep 5, 2023 · 1 comment

Comments

@kwk
Copy link
Collaborator

kwk commented Sep 5, 2023

It would be nice to support gitea. The blender project has switched from no longer supported phabricator to gitea for example. Here's an example query that should output one issue:

curl -sX 'GET'   'https://projects.blender.org/api/v1/repos/issues/search?q=author%3DJeroen-Bakker&since=2023-08-13T15%3A15%3A59%2B02%3A00&before=2023-08-13T15%3A16%3A00%2B02%3A00'   -H 'accept: application/json' | jq .

To exeperiment with this API I suggest this page: https://projects.blender.org/api/swagger#/issue/issueSearchIssues

The API looks remarkably similar to the Github API and maybe parts can be borrowed from there.

API: https://docs.gitea.com/api/1.20/#tag/issue/operation/issueSearchIssues

@psss
Copy link
Owner

psss commented Sep 8, 2023

Sounds like a nice enhancement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants