-
Notifications
You must be signed in to change notification settings - Fork 54
Add blog post regarding Forgejo in ogr #1099
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
base: main
Are you sure you want to change the base?
Conversation
|
Should be merged after ogr is released. |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 11s |
lbarcziova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is solid base, thank you. I am thinking we could also add:
- docs link: https://packit.github.io/ogr/
- mention we will be following up with work to support Forgejo as dist-git for future in Packit with link to epic
- example usage, we could add something here: https://github.com/packit/ogr/tree/main/examples
- maybe also simple direct code snippet example here, e.g.:
from ogr import ForgejoService
service = ForgejoService(instance_url="https://codeberg.org", token="...")
project = service.get_project(namespace="owner", repo="repo")Co-authored-by: Laura Barcziová <49026743+lbarcziova@users.noreply.github.com>
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 02s |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 08s |
19a6fd1 to
4f5043d
Compare
|
I've made a PR containing a simple example of setting commit statuses on Forgejo (an addition to the Jupyter notebook examples): packit/ogr#976 |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
|
|
||
| # Forgejo is now supported in ogr | ||
|
|
||
| We are happy to announce that the ogr library now supports yet another git forge — [Forgejo](https://forgejo.org/). As such, Forgejo marks the second currently supported open-source git forge (alongside Pagure), bringing the total number of supported forges to four. Thank you to all contributors ([mynk8](https://github.com/mynk8)) who helped to turn this part of the project into reality! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also gitlab is open source 🤔 So I would say it is the third. But I am not sure if I would focus on it.
Related: packit/ogr#976
Wording could potentially be improved.
Fixes #1098