Ming-Hay
Ming-Hay
@rbuccat Can you refactor this to use a glimmer component and not use `ember-component-css` for the styling?
Closed in favor of #1289
Bulk actions now supported but only in the v2 UI
Can't reproduce this issue anymore
@VonnyJap This has already been fixed in https://github.com/screwdriver-cd/ui/pull/1000
This is fixed in the V2 UI. The V1 UI will not be updated as the V2 UI will replace the V1 UI eventually.
@yakanechi What do you think about adding another failure status that can be set in the setup and teardown steps? Those steps may fail, but are not related to the...
This is a fundamental problem with how the virtual jobs are currently implemented (i.e., virtual jobs bypass the queue; therefore they are unable to really support any additional settings that...
@yakanechi It looks like the validator does not validate that any of the requires jobs exist: ``` jobs: foo: requires: [bar] ``` For remote join jobs, I think it is...
@yakanechi What example setup are you imagining with the sparse checkout and the rootDirectory? Are you thinking that there may be a setup with a large monorepo and multiple pipeline...