Laura Barcziová
Laura Barcziová
This is a follow-up of the discussion on Flock, where this idea came up. TODO: - [ ] integrate this into the workflow for the `fedpkg request-repo`, as described in...
- [ ] in fedmsg repo, process the messages about OSH task states (see https://github.com/openscanhub/openscanhub/pull/299 ) - [ ] create new event class for that and implement parsing of these...
Let's work with the Copr team (@praiskup) and help them set up the VM image build job for their repo. As a part of this card create follow-up issues if...
E.g. for [`copr-builds` endpoint](https://prod.packit.dev/api/copr-builds?page=1&per_page=10), we skip items with particular statuses ([here](https://github.com/packit/packit-service/blob/e06642881d6e8d998b5f6a55e9440337ccbb68a9/packit_service/service/api/copr_builds.py#L39)) which may result in lower number of items in the API response than requested, sometimes even no returned items....
Currently, we (packit) receive the email about the progress of the OpenScanHub scan submitted by us. This can be adjusted by utilising `--email-to` option of `osh-cli` when submitting the scan....
Currently, users can pass the dist-git branches they want to sync just as a comma separated list of target branches ([code](https://github.com/packit/packit/blob/682bb52d1d86beaa0ca350bad0099c140adeb6ca/packit/cli/dist_git_init.py#L105)) in `dist-git init`. With the new feature of [`fast_forward_merge_into`...
TODO: - [x] There are also [teams](https://forgejo.org/docs/v1.19/user/repo-permissions/#teams) and orgs, I will have a look into how it makes sense to integrate with the current `group`-related methods. Fixes #878 RELEASE NOTES...
- [ ] implements methods around requesting and listing users based on permissions - [ ] use functionality from https://codeberg.org/harabat/pyforgejo/src/branch/main/pyforgejo/api/repository (look for methods containing **collaborator**) Client usage docs: https://codeberg.org/harabat/pyforgejo#usage ---...
- [ ] implement methods for the classes inheriting from [`Comment`](https://github.com/packit/ogr/blob/31f2ff50bfa4583ffe108640666f8470c692bef0/ogr/abstract.py#L171) and [`Reaction`](https://github.com/packit/ogr/blob/31f2ff50bfa4583ffe108640666f8470c692bef0/ogr/abstract.py#L159) - [ ] use the functionality from https://codeberg.org/harabat/pyforgejo/src/branch/main/pyforgejo/api/issue Client usage docs: https://codeberg.org/harabat/pyforgejo#usage --- *Part of #866*
- [ ] implement methods for the class inheriting from [`PullRequest`](https://github.com/packit/ogr/blob/31f2ff50bfa4583ffe108640666f8470c692bef0/ogr/abstract.py#L563) - [ ] use functionality from https://codeberg.org/harabat/pyforgejo/src/branch/main/pyforgejo/api/repository Client usage docs: https://codeberg.org/harabat/pyforgejo#usage --- *Part of #866*