ptalbert

Results 9 comments of ptalbert

If this is taken then for consistency's sake we should also remove the colon from the other XSOS_LSPCI_*_REGEX definitions.

This is helpful when interacting with RH bugzilla instances which have an add_comment method that supports an additional 'extra_private_groups' parameter: https://bugzilla.redhat.com/docs/en/html/integrating/api/Bugzilla/WebService/Bug.html#add-comment WIthout this, there is no way to create a...

This change makes sense to me but maybe the original behaviour is preferred for some reason. I stumbled upon this when fetching all the labels for a number of groups...

https://docs.gitlab.com/ee/api/labels.html only shows an `id` field, no `iid`. I see the functional tests for groups and projects broke. I don't have docker so I cannot immediately run those tests locally....

Quite a few objects use `name` as their `_id_attr` :/ ~~~ python-gitlab (main)$ grep -nrB1 '_id_attr = "name"' gitlab/ gitlab/v4/objects/branches.py-21-class ProjectBranch(ObjectDeleteMixin, RESTObject): gitlab/v4/objects/branches.py:22: _id_attr = "name" -- gitlab/v4/objects/branches.py-37-class ProjectProtectedBranch(SaveMixin, ObjectDeleteMixin,...

On Tue, Apr 2, 2024 at 5:49 PM Michael Hofmann ***@***.***> wrote: > @ptalbert should it set some defaults for > the expected variables that now are unset? > I...

@debarshiray like Michael said, I noticed this when using a rhel6 container image with toolbox. Every time you enter the toolbox (or source your profile in the container) there is...

I really do not like this "feature" and having to preemptively add something to each toolbox's profile is a terrible way to make users opt-out of it. When support for...

At least for the responses recorder having the separate content-type causes some difficulty. The recorder does not set the 'content-type' parameter when it saves a real http payload as a...