Nejc Habjan
Nejc Habjan
On the other hand, we have an offer now to migrate to a channel in GitLab's discord. I think that's worth considering since that's a much larger community than a...
Note to self: it's a kind of a funky API, with more related endpoints: ``` GET /projects/:id/releases/:tag_name/downloads/:filepath GET /projects/:id/releases/permalink/latest/downloads/:filepath # see also GET /projects/:id/releases/permalink/latest GET /projects/:id/releases/permalink/latest/evidence ```
@JohnVillalovos I looked at the bulk import failures. It's now disabled by default with 15.8 on the instance and gives a cryptic 404 (filed it upstream: https://gitlab.com/gitlab-org/gitlab/-/issues/391545). I can try...
This might be a little harder than I initially thought because we use quite a few module-level fixtures for heavy resources. We'd probably need https://github.com/pytest-dev/pytest/issues/1681 to be able to use...
Hehe @JohnVillalovos we discussed this in https://gitter.im/python-gitlab/Lobby?at=63528e2388e38704c020c5ff and I suggested the same but said to open an issue so we can track it. It is a list in this case....
@stdedos since this has no effect on runtime, I'm not sure the interface itself needs any changes, the solution should be in typing IMO. To narrow the typing in a...
@stdedos the new docs just explain for now that the typing is sometimes still too broad in the library. We can keep this open to track progress. Yes, until we...
Hi @srisaravananwt, thanks for the report. I've added the `help wanted` label here as this is an Ultimate plan feature.
Awesome! Since vulnerabilities is mostly an instance-level endpoint, (e.g. you will likely do `vuln = gl.vulnerabilities.get(vuln_id`), I think the closest might be the Topics API, see this commit here: https://github.com/python-gitlab/python-gitlab/pull/1740/commits/91cd74de9a7f1c65c5a9779e1b48cb26904d60d8....
@ramarro123 we first need to add support for arrays of hashes in the CLI in order to do this. See https://github.com/python-gitlab/python-gitlab/issues/1735. So it's not entirely decided how that syntax will...