Shocktrooper

Results 129 comments of Shocktrooper

@armsnyder I think we can do some conditional logic for determining based off of the function name if something is a unit test or an acceptance test. See @PatrickRice-KSC's comment...

That works for me if we want to go in that direction

@timofurrer So much to my dismay it appears I was wrong about even the integrated error tracking working via the API. It appears that the resources that come with this...

@timofurrer Any thoughts on which file is preferable?

@timofurrer I took a look at go-gitlab and it seems it needs a little bit of work to bring the integration inline with the underlying API. On a cursory check...

Do we want to do a mass rename potentially as a separate issue and then note that in the release notes? Also should probably do the URL change in the...

@JanKoppe I am thinking the latest API response from GitLab is the source of truth and we expose those(pertaining to https://github.com/xanzy/go-gitlab/pull/1425#issuecomment-1087330553). As for documentation for this resource I recommend we...

@nagyv Is there an instance level API for integrations by chance I am missing or is the project level one the only Integrations API that currently exists. https://docs.gitlab.com/ee/api/integrations.html

Ah yup found the issue here. https://gitlab.com/gitlab-org/gitlab/-/issues/335088

@JanKoppe or @timofurrer Do you have any ideas for autogeneration? I was thinking 2 ways potentially 1. Scan the official GitLab repo for instance settings and pull values from there....