Nejc Habjan

Results 180 comments of Nejc Habjan

@bachsh let us know if you need any help here. * https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message explains how to commit amend commit message, and * https://github.com/python-gitlab/python-gitlab/pull/1565 is an example of a PR that adds...

@idwagner I think you're right, some time ago one of the methods was updated to match the v4 API (https://github.com/python-gitlab/python-gitlab/pull/1005) but not for this one. It seems like this endpoint...

Instead of adding another test, we could do configuration as code for RTD and define the steps to match our tox build: https://docs.readthedocs.io/en/stable/config-file/v2.html https://docs.readthedocs.io/en/stable/config-file/v2.html#build-commands Low priority though IMO.

I was just being very unclear there in my wording sorry. :/ I didn't mean anything to do with the changelog or releases in there :bow:

Hi @dAnjou thanks a lot for starting this discussion! Since I added that initially, I can try to explain the context for the inconsistencies as I also like consistent arguments,...

I also like the idea of using file-like objects. Just would like to have that fallback for strings as mentioned above if that makes sense, or if the CLI override...

@dAnjou ah that's interesting. the `select` param wasn't available when this was added, seems like they added it a few months ago https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72201. This lack of any info returned is...

@bachsh I've also wanted to add some logging here for some time, and remove the custom `enable_debug()` that's been there for ages in favor of using standard logging methods, environment...

As @jeff-cook found out, sometimes the attributes returned by a GET call cannot be used in a POST/PUT call to edit an object. This is an upstream decision/issue and not...

@camilstaps interesting, it seems this is not implemented at all in the API - the setting is also not exposed in the projects GET API. If it were implemented, it...