Ming-Hay
Ming-Hay
## Context The API performance improvements that we want to do is currently hinged on not using ember data and using the APIs directly, as such we need to refactor...
## Context New tooltip menu for the v2 UI's workflow graph. This requires the use of the tooltip utility from #1095. ## Objective Adds a new glimmer component for the...
## Context When switching to a new pipeline via the v2 pipeline workflow graph, the route model change in the pipeline is not updating the pipeline header component. ## Objective...
## Context The shared bootstrap button styles only has styling set for the `primary` and `danger` button types. Adding a new style for `success` button type will provide another option...
## Context Updating the V2 UI for pipeline secrets requires a new set of components to handle management of tokens. This modal provides a new user experience that is in...
## Context Updating the V2 UI for pipeline secrets requires a new set of components to handle management of tokens. This modal provides a new user experience that is in...
## Context Updating the V2 UI for pipeline secrets requires a new set of components to handle management of tokens. This modal provides a new user experience that is in...
**What happened**: https://github.com/screwdriver-cd/screwdriver/issues/3339 added in the ability to configure the SSL certificate to be used on the database connection, however certificate rotation requires a restart of the server. **What you...
## Context The pipeline workflow graph is in serious need of a ground up rebuild. Before the actual work happens, here's a high level proposal for how to rework the...
**What happened**: Support for Screwdriver was added to `semantic-release` via https://github.com/semantic-release/env-ci/pull/278; however, the exported value of `GIT_BRANCH` is prefixed with `origin/` which does not play nicely with `semantic-release` at least...