Ataris
Ataris
真巧,,,我也在改这个23333,我是靠查某一天的提交,然后再比对sha,,,感觉很low,如果你有好的想法,还请告诉我。 What a coincidence, I also changed this repo, LOL, I rely on, checking merge request in commit date, and then compare commit-sha, very inefficient. If you have a good...
@xxholly32 我最近发现commits的api有提供通过commit的sha区查询相关merge request的功能 https://docs.gitlab.com/ee/api/commits.html#list-merge-requests-associated-with-a-commit 我现在可以通过commit的sha查询相关的merge request了
@hufeng 或者这个从`jexpose`那边修也行 Maybe, this bug should be fixed by `jexpose`.
@sunchuanleihit 直接删除不太好吧,,,可能加个什么参数,然后有参数的时候不输出好些。这个我感觉应该算是`jexpose`的一个feature吧
@hsiaosiyuan0 原因的话,大致是因为[这个](https://cloud.tencent.com/developer/ask/35584),可能遇jre版本有关系。我这里提供了我运行的dockerfile,我在这个环境中可以稳定复现。 ```docker FROM maven:3-jdk-13-alpine RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories # set timezone for alpine RUN apk add --no-cache tzdata \ && /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && apk del tzdata...
@hsiaosiyuan0 哦对不起 最近睡得有点少,,,有点犯迷糊看错了
@cmoulliard `https://github.com/devmachine-fr/cert-manager-alidns-webhook`, I use this.