Keisuke Kumada
Keisuke Kumada
**What happened**: Remote Join build is executed twice. **What you expected to happen**: Remote Join build is executed once. **How to reproduce it**: 1. There are two pipelines like below....
## Context This PR fixes some cases of the [issue](https://github.com/screwdriver-cd/screwdriver/issues/2957). It corrects the join build to be properly restarted and executed on the event in the following two test cases...
**What happened**: When a user sends a request to the API to create an event, the creator's property can be set to an arbitrary value, so it is possible to...
**What happened**: Users want to update a secret soon after it is created without reloading the page, API returns 400 response and secret is not updated. **What you expected to...
**What happened**: When users run pipeline with pipeline token, the name of the started user will be someone in pipeline admin, and users will not know if it was executed...
**What happened**: In current implementation, screwdriver zips artifacts on its API and no restriction on its download file size. Because of this, if users try to download a large file...
**What happened**: When a parsing error occurs during the webhook parsing process, the response still returns a 204 status, making it difficult to notice that an error has occurred. **What...