alan
alan
Demo Repo: https://github.com/adong/ember-bootstrap-dummy ```hbs {{#bs-dropdown closeOnMenuClick=false as |dd|}} {{#bs-button-group as |bg|}} {{#bg.button}}Start{{/bg.button}} {{#bg.button onClick=(action dd.toggleDropdown)}}^{{/bg.button}} {{/bs-button-group}} {{#dd.menu as |ddm|}} hello {{#ddm.item}} world {{/ddm.item}} {{/dd.menu}} {{/bs-dropdown}} ``` UI:  Console: ...
**What happened**: For pipeline collection view, when both `ALIAS` and `BUILD HISTORY` columns exist, Alias column took much space that Build History column is skewed  **What you expected to...
**What happened**: As a User, I want to rename my pipeline alias to something, So pipeline collection can display the alias column, I cannot rename this pipeline back to the...
**What happened**: Usecase: Users want `jobA` to trigger `jobB`, and it can takes a lot of time after `jobA` finished running (say ETL work to populate some data) So users...
**What happened**: Current Pipeline UI displays visualization of build workflow using a workflow graph. However this doesn't convey nature of the jobs in the workflow graph. For example, it's not...
## Context Add initial design doc for Pipeline Stage ## Objective ## References ## License I confirm that this contribution is made under a BSD license and that I have...
**What happened**: For **local development** (or when the webhook to invoke Screwdriver API is not triggered when a pull request is created), Pull requests not showing up in the UI....
**What happened**: Scheduled screwdriver jobs fail when all admins leave the github repo. This doesn't prevent checkout or even commits to the repo since devs can have write permission without...
**What happened**: When visit a non existing build, such as https://cd.screwdriver.cd/pipelines/1/builds/7877218474123123 If the build number does not exist, UI shows 404. **What you expected to happen**: Instead of going to...
**What happened**: The [**SD_TEMPLATE_VERSION**](https://docs.screwdriver.cd/user-guide/environment-variables.html) env variable is the resolved version number, e.g. 1.2.3, and does not indicate if somebody used a floating version tag. Users are encouraged to use a...