Tiffany K
Tiffany K
Hm, would you deprecate a whole template in general? Or just a single version of a template? We originally had the idea of being able to set a `lifespan` for...
Ah I see makes sense 👍 Not sure how we would keep track of the state of the whole template, since the DB is currently storing distinct template versions. Might...
Agree, shouldn't show or give options in the UI for actions if they are not permitted or possible.
We haven't make it configurable through the SD-in-a-box interface, but yes that is the correct section. You should be able to edit the docker-compose file and add `gheHost` field. This...
>..And they must be listed in the order in which they appear in screwdriver.yaml This information is already present in workflow graph for event for the latest commit. Use that...
Could be related to https://github.com/screwdriver-cd/screwdriver/issues/2768
This might be a little trickier to do because the `template` model does not store the `tag`; it is kept in the `templateTag` model: https://github.com/screwdriver-cd/data-schema/blob/master/models/templateTag.js#L22
I don't think sorting on status is working as expected
Sorting on last run looks like it's sorting by month vs year/date
I think putting this info in metadata makes more sense, since environment variables seems to be more focused on information that SD sets/uses for builds.