gitlab-merge-request-resource icon indicating copy to clipboard operation
gitlab-merge-request-resource copied to clipboard

A concourse resource to check for new merge requests on GitLab

Results 16 gitlab-merge-request-resource issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.22.1 to 1.24.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.24.1 No release notes provided. v1.24.0 1.24.0 Features Introducting gcustom - a convenient mechanism for building custom matchers....

dependencies

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.3.0 to 2.5.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.5.0 2.5.0 Ginkgo output now includes a timeline-view of the spec This commit changes Ginkgo's default output. Spec...

dependencies

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.73.1 to 0.74.0. Commits 4ec1dc6 Merge pull request #1540 from weirdian2k3/master 26519c9 Fixup the PR d3d6dcf Fixup the PR 15530ca Merge pull request #1528 from weavedev/add-feature-flag-support 24edab0...

dependencies

I want to use instance vars combined with pipeline groups. For example, a merge check pipeline that has multiple different merge checks running in parallel, grouped for organization, and instance...

For the future: Replace external call to ssh-agent with https://pkg.go.dev/golang.org/x/crypto/ssh/agent

I'm trying to follow the example code with an internally hosted gitlab instance. Here is my pipeline definition (sanitized) ```yaml resource_types: - name: merge-request type: docker-image source: repository: samcontesse/gitlab-merge-request-resource resources:...

question

also mark it as `pending` as soon as the `get` is triggered and `failed` when other errors occur. closes #5

Cannot `put` a resource that have not successfully passed a `get` before. It fails with the following error : `error changing directory to /tmp/build/put/source: chdir /tmp/build/put/source: no such file or...

bug

If the source branch of a merge request cannot be merged to the target branch, the resource return with exit code 1 but do not update the commit status to...

bug

When I click the following button ![image](https://github.com/samcontesse/gitlab-merge-request-resource/assets/29541485/07276b5b-0f93-4ff4-9587-aaef7e1848f5) I am taking to the following URL: `https://concourse.url/teams/dev-team/pipelines/test-service/jobs/builds/put`. However, I have both unit test and integration test jobs that both ran. But for...