You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/08/11 03:25:41 UTC

[GitHub] [incubator-devlake] abeizn commented on a diff in pull request #2722: feat: api to get pipeline list of blueprints by blueprint_id

abeizn commented on code in PR #2722:
URL: https://github.com/apache/incubator-devlake/pull/2722#discussion_r943068673


##########
services/blueprint.go:
##########
@@ -342,3 +342,14 @@ func TriggerBlueprint(id uint64) (*models.Pipeline, error) {
 	// done
 	return pipeline, err
 }
+
+// GetBlueprintPipelines returns a list of pipelines based on blueprint id
+func GetBlueprintPipelines(id uint64) ([]*models.Pipeline, error) {

Review Comment:
   updated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org