alan
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  4/21 
New mockup in draft 
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 *...