Keisuke Kumada

Results 8 comments of Keisuke Kumada

I think #1449 is related too.

I understand about the proposed solution. However, in some cases, that solution is a bit cumbersome to manage permissions on SonarQube projects. It would be happy to have feature flag...

I see. However, if `SD_SONAR_OPTS` env is set in the template which is used in the private pipeline, users might send source code to the SonarQube unintentionaly. So we would...

I think that Solution2 maybe very hard. Because launcher runs a pty and executes steps separately on it to pass env between steps. For this behavior, pty may need to...

# Proposal For audit logs, we want to know that they are audit logs and who did what and when. ## Log Format ### proposal 1: Add prefix on info...

Build logs still outputted after the build is timeout. ![build_timeout](https://user-images.githubusercontent.com/8113204/174195295-bb6d0151-3e4e-492b-a935-4949d61d281e.png) Furthermore, the process still running in the teardown steps. ![teardown](https://user-images.githubusercontent.com/8113204/174195376-b535fefd-7421-4313-8ac0-342576ae5e4a.png)

You have to update major version in package.json if this PR includes breaking changes. Unlike other components, API using [npm-auto-version](https://www.npmjs.com/package/npm-auto-version) in the publish job to update package version. This library...

## Proposal If the baseBranch of selected event is differ from pipeline branch, UI shows event baseBranch on event-info area like below. In this proposal, I think there is a...