Yuichi Sawada

Results 15 issues of Yuichi Sawada

**What happened**: I want to limit the disk usage for each build. If one user uses a lot of disk, it will affect other build pods. I would like to...

feature

**What happened**: Centered pipeline graph and the pipeline graph located on the right has different pipeline view. The order of jobs are different between these pipelines. ![スクリーンショット 2019-06-25 11 17...

bug
ui
workflow
user experience

**What happened**: When click sync Pull request button from UI, all PRs in repository are shown. **What you expected to happen**: When click sync Pull request button, only show PRs...

bug
ui
user experience
hacktoberfest

**What happened**: When I choose event tab, we can start jobs which trigger from pr trigger. It's better not able to execute pr job from event tab. Especially, now when...

bug
ui
hacktoberfest

**What happened**: When I'm looking at the pipeline of a repository with multiple pipelines, I often want to go to the other pipelines in that repository. But in order to...

ui
good first issue
hacktoberfest

**What happened**: ioutil is deprecated as of go 1.16. It will not break soon, but it is better not to use ioutil. https://pkg.go.dev/io/ioutil **What you expected to happen**: Use the...

**What happened**: If the user sets the `screwdriver.cd/buildCluster' annotation to pipeline level, even if the user deletes the setting, the setting is not deleted. **What you expected to happen**: It...

bug

**What happened**: When using a pipeline with many jobs, it can be hard to find the executed jobs. **What you expected to happen**: I would like a feature that allows...

ui
workflow
user experience

**What happened**: Even there are no jobs which triggered from `~commit` or `~pr`, ui always show these two triggers. ex.) ``` jobs: main: image: node:6 steps: - one_minitus: sleep 60...

bug
ui
workflow
user experience

**What happened**: Cannot see the trigger line when cross over. **What you expected to happen**: I want to see the line under the pipeline jobs. **How to reproduce it**: Cross...

bug
ui
workflow
user experience