-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
asset-genkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Milestone
Description
Add a asset generator model, REST resource and API endpoint:
- /asset/generators
- filter: name, kind
AssetGenerator (model):
- name
- kind
- repository Repository
- variables any
- parameters any
- identityID uint
- identity ->Identity
- assetGeneratorID uint
- assetGenerator ->AssetGenerator
AssetGenerator (resource):
- name
- kind
- repository Repository
- variables Map
- parameters Map
- identity Ref
The kind will be mapped to an addon using a selector.
Metadata
Metadata
Assignees
Labels
asset-genkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
✅ Done