Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUP-1759-resolve-a-default-pipeline #206

Merged
merged 3 commits into from
Feb 26, 2024
Merged

SUP-1759-resolve-a-default-pipeline #206

merged 3 commits into from
Feb 26, 2024

Conversation

lizrabuya
Copy link
Contributor

@lizrabuya lizrabuya commented Feb 22, 2024

This PR implements a function that will retrieve the git repository URL from a given path and returns the pipelines that matches the repo url(s) from within the org that matched

  • tests

@lizrabuya lizrabuya marked this pull request as ready for review February 23, 2024 04:15
@lizrabuya lizrabuya merged commit 62f6f6f into 3.x Feb 26, 2024
1 check passed
@lizrabuya lizrabuya deleted the resolve-pipeline-name branch February 26, 2024 02:47
yob added a commit that referenced this pull request Feb 28, 2024
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has
led to a couple of GH security alerts.

Reading the details on the two alerts, it seems like we're unlikely to
be impacted. We're using it to parse git URLs and not clone repositories
onto a filesystem, so we're not working with untrusted input.

I thought I'd try upgrading the dependency to v5 anyway though. We'll
be on the latest version which will help with keeping the project
maintainable, and maybe the security alerts will go away as a side
effect.
@yob yob mentioned this pull request Feb 28, 2024
yob added a commit that referenced this pull request Feb 28, 2024
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has
led to a couple of GH security alerts.

Reading the details on the two alerts, it seems like we're unlikely to
be impacted. We're using it to parse git URLs and not clone repositories
onto a filesystem, so we're not working with untrusted input.

I thought I'd try upgrading the dependency to v5 anyway though. We'll be
on the latest version which will help with keeping the project
maintainable, and maybe the security alerts will go away as a side
effect.
yob added a commit that referenced this pull request Feb 28, 2024
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has
led to a couple of GH security alerts.

Reading the details on the two alerts, it seems like we're unlikely to
be impacted. We're using it to parse git URLs and not clone repositories
onto a filesystem, so we're not working with untrusted input.

I thought I'd try upgrading the dependency to v5 anyway though. We'll be
on the latest version which will help with keeping the project
maintainable, and maybe the security alerts will go away as a side
effect.

I had to bump the default 1 min timeout on golint to get the linting
step to pass. Looking at some recent builds golint was taking very close
to 1min, so I guess this was enough to push it over? It only takes a few
seconds on my laptop, maybe we need better/bigger CI instances?
mcncl pushed a commit that referenced this pull request Feb 28, 2024
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has
led to a couple of GH security alerts.

Reading the details on the two alerts, it seems like we're unlikely to
be impacted. We're using it to parse git URLs and not clone repositories
onto a filesystem, so we're not working with untrusted input.

I thought I'd try upgrading the dependency to v5 anyway though. We'll be
on the latest version which will help with keeping the project
maintainable, and maybe the security alerts will go away as a side
effect.

I had to bump the default 1 min timeout on golint to get the linting
step to pass. Looking at some recent builds golint was taking very close
to 1min, so I guess this was enough to push it over? It only takes a few
seconds on my laptop, maybe we need better/bigger CI instances?
yob added a commit that referenced this pull request Feb 28, 2024
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has
led to a couple of GH security alerts.

Reading the details on the two alerts, it seems like we're unlikely to
be impacted. We're using it to parse git URLs and not clone repositories
onto a filesystem, so we're not working with untrusted input.

I thought I'd try upgrading the dependency to v5 anyway though. We'll be
on the latest version which will help with keeping the project
maintainable, and maybe the security alerts will go away as a side
effect.

I had to bump the default 1 min timeout on golint to get the linting
step to pass. Looking at some recent builds golint was taking very close
to 1min, so I guess this was enough to push it over? It only takes a few
seconds on my laptop, maybe we need better/bigger CI instances?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants