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/10 11:48:16 UTC

[GitHub] [incubator-devlake] warren830 opened a new pull request, #3715: feat(github): set value to cicdtasks and pipelines

warren830 opened a new pull request, #3715:
URL: https://github.com/apache/incubator-devlake/pull/3715

   # Summary
   
   similar to #3707
   1. convert repo to cicd_scope
   2. set cicd_scope_id to cicd_tasks and cicd_pipelines
   3. update e2e
   
   ### Does this close any open issues?
   relate to #3699 
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


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


[GitHub] [incubator-devlake] warren830 merged pull request #3715: feat(github): set value to cicdtasks and pipelines

Posted by GitBox <gi...@apache.org>.
warren830 merged PR #3715:
URL: https://github.com/apache/incubator-devlake/pull/3715


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


[GitHub] [incubator-devlake] likyh commented on a diff in pull request #3715: feat(github): set value to cicdtasks and pipelines

Posted by GitBox <gi...@apache.org>.
likyh commented on code in PR #3715:
URL: https://github.com/apache/incubator-devlake/pull/3715#discussion_r1019006357


##########
plugins/github/e2e/repo_test.go:
##########
@@ -18,6 +18,8 @@ limitations under the License.
 package e2e
 
 import (
+	"github.com/apache/incubator-devlake/models/common"
+	"github.com/apache/incubator-devlake/models/domainlayer/devops"

Review Comment:
   move to Line#25~



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


[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #3715: feat(github): set value to cicdtasks and pipelines

Posted by GitBox <gi...@apache.org>.
warren830 commented on code in PR #3715:
URL: https://github.com/apache/incubator-devlake/pull/3715#discussion_r1019007108


##########
plugins/github/e2e/repo_test.go:
##########
@@ -18,6 +18,8 @@ limitations under the License.
 package e2e
 
 import (
+	"github.com/apache/incubator-devlake/models/common"
+	"github.com/apache/incubator-devlake/models/domainlayer/devops"

Review Comment:
   strange~ I thought this might be auto arranged



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