amimas

Results 250 comments of amimas

Hey everyone, Thanks for your input to clarify the issue. So, I can definitely see unwanted behaviour using config like below: ```yaml projects_and_groups: group-a/*: saml_group_links: enforce: true group_label: saml_group_name: my_saml_group...

> I would be willing to implement this with appropriate guidance into project workings 👍 That'd be great @adam-moss . If you have access to a license, I'd suggest using...

Do you have any suggestion/proposal of what the config syntax would be like?

> At the moment, nope. The api is fairly simple https://docs.gitlab.com/ee/api/status_checks.html#create-external-status-check-service > > So I'm thinking something like > > ```yaml > external_status_checks: > - name: > url: > branches:...

> Would be nice for #504 to be merged to start validating it ;) I've been slowly chipping away at it when I can get some time :). Have been...

> Solution: make the comparison case-insensitive. Thank you for looking into it. PRs are welcome. Would you be able to help with the above?

I was checking out the code and noticed following differences between Group VS Project variables. The project variable manager is configured with the `environment_scope` in addition to other attributes. https://github.com/python-gitlab/python-gitlab/blob/cbc613d0f2ccd8ec021bf789b337104489a3e5f1/gitlab/v4/objects/variables.py#L57-L68...

@nejch - When you get a chance, could you please share your insight? Do you agree with my findings? I was thinking of opening a PR to fix it but...

Hi @holysoles - thanks for trying to reproduce it. I don't think it's a gitlab license issue. I had checked that too. I think I mentioned earlier that I was...

Thought I'd try again with a fresh environment. Unfortunately I'm still seeing the issue on my end. Here's what my python venv has: ``` $ pip list Package Version ------------------...