Results 31 comments of alan

`"ember-component-css": "^0.6.9",` currently does not support template-only feature in `octane`. Previously, we didn't need to create empty `component.js` file, but now after upgraded to Ember 3.16 with the following feature...

@banusha2 maybe you can take a look.

> what should we do here use a user's local TZ or give a toggle button to convert timestamp to UTC? I dont know what David thinks, and my take...

> This setting should be a global one, user shouldn't have to go to each Pipeline to update preference. This change will increase the scope a little bit, as this...

Draft UI Mockups 1) Show additional info as a tooltip when hovering over an edge 2) Add `groupings` when users following naming conventions like `groupName/jobName` in the `screwdriver.yaml` Example: Before...

YAML formats proposals: 4/1 ![image](https://user-images.githubusercontent.com/15989893/164577748-9ef44377-c370-4295-90e5-f28618bc7915.png) 4/21 ![image](https://user-images.githubusercontent.com/15989893/164577734-9c215540-db4d-4706-9f07-4e4a4076d556.png)

New mockup in draft ![v1](https://user-images.githubusercontent.com/15989893/181639039-bf106f63-d09d-4fa5-9d45-6714fa3b0d80.png)

The story is: we used to have `Create` button to link to another route to `cd.screwdriver.cd/create`. Later on, we implemented a new way instead of redirecting users to a different...

```context deadline exceeded (Client.Timeout exceeded while awaiting headers)``` is a golang error If someone decides to take a look: https://github.com/screwdriver-cd/store-cli/blob/2315bef2ea06f0f2daa383dc0d61786f1bd79a87/sdstore/sdstore.go#L37

The immediate resolution is to update the DB by executing: ```sql INSERT INTO "templateTags" (name, tag, version, namespace, "templateType") VALUES ('name-deploy', 'latest', '1.0.3', 'namespace-test', 'JOB'); ``` Verification ```sql SELECT *...