-
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
Add blog post regarding Forgejo in ogr #1099
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")|
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 |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 06s |
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.
thanks!
1e17433 to
b56f6ac
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
b56f6ac to
fbcaceb
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 05s |
fbcaceb to
4047453
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 08s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 08s |
Related: packit/ogr#976
Fixes #1098