-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates - Second Pass #616
Comments
Template taggingFor template tagging, we decided to have a new table called Example: The templateTags table will look like this
If they retag
PermissionsWe will only allow |
Some notes with using it as of writing:
The publishing operation does not make it easy to determine what version was published. The only indicator about the new version is this message:
In order to determine the exact version that was published, we need to:
This problem kind of goes away if the template owner explicitly defines a
Having an option for |
Background See #470
Inside template:
Inside user's screwdriver.yaml:
Translates into:
Translate into:
dist_tags
allow fetch on template version by tag.mytemplate@latest
(feat: add template tag data-schema#157, fix(616): Add remove schema for template tags data-schema#158, feat(616): Add template tag model models#179, feat(616): support tag in templates [2] config-parser#41, feat(616): Can get a template using template name and tag #646, feat: Add create and remove template tag routes #647)language:node.js
,publishing
,aws
. Primarily to allow discovery of templates by searching by keyword. Keywords should apply to all versions of a template.Nice to have:
Changelog
2017-7-6
2017-7-10
2017-7-13
2017-7-14
2017-7-24
2017-7-28
2018-3-19
The text was updated successfully, but these errors were encountered: