Results 30 issues of 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: ![image](https://user-images.githubusercontent.com/15989893/65647524-d825b280-dfb3-11e9-8159-61fb40805924.png) Console: ![image](https://user-images.githubusercontent.com/15989893/65647477-af9db880-dfb3-11e9-9d13-fc1edc8c8aa0.png)...

bug
needs investigation

**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 ![image](https://user-images.githubusercontent.com/15989893/182432746-446fa23f-589b-4e58-a8aa-debdf9cb20a5.png) **What you expected to...

ui

**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...

bug
ui

**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...

feature
workflow

**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...

feature
parent
pipeline-stages

## 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....

bug
good first issue

**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...

user experience

**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...

bug

**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...

feature