- 31 Dec, 2022 7 commits
-
-
Kevin Daudt authored
-
Kevin Daudt authored
The proxy will start requiring one. See merge request !40
-
Kevin Daudt authored
This was removed, as the assumption was that the proxy server would hold the token and we do not need to provide it ourselves. This means that the proxy would have to be protected to allow only connections from proxy-qa-bot. It's better to provide the token and use the proxy as an escalation mechanism. This works better as it allow us to deploy the proxy somewhere else.
-
Kevin Daudt authored
The token is used to authenticate incoming webhooks, so rename the configuration to avoid confusion.
-
Kevin Daudt authored
-
Kevin Daudt authored
It is utterly broken (just closes any MR), and disabling it apparently does not suffice.
-
Kevin Daudt authored
-
- 26 Dec, 2022 3 commits
-
-
Kevin Daudt authored
This was done before in a separate [project][0], but that means each release of this project requires a bump in the other project. We can simplify this, especially now that we can use the gitlab container registry. [0]:https://gitlab.alpinelinux.org/alpine/infra/docker/aports-qa-bot See merge request !39
-
Kevin Daudt authored
This was done before in a separate project[0], but that means each release of this project requires a bump in the other project. We can simplify this, especially now that we can use the gitlab container registry. [0]:https://gitlab.alpinelinux.org/alpine/infra/docker/aports-qa-bot
-
Kevin Daudt authored
-
- 25 Dec, 2022 4 commits
-
-
Kevin Daudt authored
-
Kevin Daudt authored
the URL of the previous comment is now obselete (doesn't exist in 14.x and 15-pre versions of GitLab), so we are updating it and also conforming to the new advice that is present. See merge request !37
-
-
the URL of the previous comment is now obselete (doesn't exist in 14.x and 15-pre versions of GitLab), so we are updating it and also conforming to the new advice that is present.
-
- 13 Oct, 2022 3 commits
-
-
Pablo Correa Gomez authored
This new service is supposed to comment on new opened MRs which modify an APKBUILD maintained by a team Relates alpine/tsc#46
-
Pablo Correa Gomez authored
-
Pablo Correa Gomez authored
This is necessary to reuse the function in other services. Additionally, add and return a Maintainer struct, which allows to extend the information provided or stored in the maintainer part. Also, one duplicated test has been removed.
-
- 26 Sep, 2022 2 commits
-
-
Pablo Correa Gomez authored
-
Pablo Correa Gomez authored
-
- 24 Apr, 2022 2 commits
-
-
Leo authored
there is no returning HTTP status code anywhere after the comment since it was moved up in accordance with GitLab best practices
-
Leo authored
there are other operations that are also done like adding v<VERSION> for backports to stable branches and in the future adding `tag:security` label. As such we should not return early if we fail to get changes, but still we should log an ERROR instead of an WARN because failing here causes a non-total but significant lost of expected functionality.
-
- 23 Apr, 2022 9 commits
- 21 Nov, 2021 1 commit
-
-
Leo authored
-
- 15 Jul, 2021 4 commits
- 02 Jul, 2021 2 commits
-
-
Leo authored
labels received from a MergeRequest EventType are now a pointer which can be nul if there are labels, this makes sense and was added in this commit https://github.com/xanzy/go-gitlab/commit/6fbe1d965d6be4e1109db089e9a60ae49e909e0c#diff-7771f19b44db1a454b9aec3b0243830c71911891658ea3d9831a498d9d33a8df so we need to adapt our ContainsLabel helper function to make good use of it
-
Leo authored
-
- 03 Jun, 2021 3 commits