You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "tim-goto (via GitHub)" <gi...@apache.org> on 2023/05/12 13:14:27 UTC

[GitHub] [incubator-devlake] tim-goto opened a new issue, #5176: [Bug][PluginGenerator] Generator creates defect code

tim-goto opened a new issue, #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Run `go run generator/main.go create-plugin test` and then `go run plugins/test/test.go`, some imports are wrong:
   
   ```
   plugins/test/impl/impl.go:22:2: no required module provides package github.com/apache/incubator-devlake/errors; to add it:
           go get github.com/apache/incubator-devlake/errors
   plugins/test/impl/impl.go:23:2: no required module provides package github.com/apache/incubator-devlake/plugins/core; to add it:
           go get github.com/apache/incubator-devlake/plugins/core
   plugins/test/test.go:22:2: no required module provides package github.com/apache/incubator-devlake/runner; to add it:
           go get github.com/apache/incubator-devlake/runner
   ```
   It seems like the module names have changed upstream.
   
   ### What do you expect to happen
   
   The automatically generated module runs without errors, printing the output given in the developer manual.
   
   ### How to reproduce
   
   See above
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.apache.org

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


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176#issuecomment-1592154114

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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] github-actions[bot] closed issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5176: [Bug][PluginGenerator] Generator creates defect code
URL: https://github.com/apache/incubator-devlake/issues/5176


-- 
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] klesh commented on issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176#issuecomment-1547071695

   Yup, the plugin generator is broken due to a recent refactor.
   I saw you ticked the "Submit a PR" option, would you like to work on it?


-- 
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] tim-goto commented on issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "tim-goto (via GitHub)" <gi...@apache.org>.
tim-goto commented on issue #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176#issuecomment-1547262011

   It depends on how difficult/time consuming it would be. I prefer working on the bitbucket server plugin because that is what I actually need but if this helps me get there faster, I could also to that


-- 
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] klesh commented on issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176#issuecomment-1547442276

   @tim-goto I see, I think we should focus on the Bitbucket Server support at the time being, it doesn't depend on this feature I believe.


-- 
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] github-actions[bot] commented on issue #5176: [Bug][PluginGenerator] Generator creates defect code

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176#issuecomment-1601848715

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


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