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/11/08 09:01:28 UTC

[GitHub] [incubator-devlake] likyh commented on a diff in pull request #3680: feature: skip & rerun failed tasks

likyh commented on code in PR #3680:
URL: https://github.com/apache/incubator-devlake/pull/3680#discussion_r1016317919


##########
api/task/task.go:
##########
@@ -23,67 +23,120 @@ import (
 
 	"github.com/apache/incubator-devlake/api/shared"
 	"github.com/apache/incubator-devlake/errors"
+	"github.com/apache/incubator-devlake/models"
 	"github.com/apache/incubator-devlake/services"
 	"github.com/gin-gonic/gin"
 )
 
-/*
-Get list of pipelines
-GET /pipelines/pipeline:id/tasks?status=TASK_RUNNING&pending=1&page=1&=pagesize=10
-{
-	"tasks": [
-		{"id": 1, "plugin": "", ...}
-	],
-	"count": 5
+func Delete(c *gin.Context) {

Review Comment:
   what's this for?



-- 
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