git-machete-intellij-plugin icon indicating copy to clipboard operation
git-machete-intellij-plugin copied to clipboard

To what extent can we integrate with Pull Requests tool window in IDE?

Open PawelLipski opened this issue 3 years ago • 2 comments

image

For the sake of adding some basic GitHub integration (equivalent of git machete github anno-prs/create-pr)... can we extract some data from that GitHub plugin/trigger actions in that GitHub plugin ourselves? It'd be much better than having to fire requests to GitHub API ourselves (esp. that then we'd probably need to keep track of authentication etc. ourselves).

PawelLipski avatar Sep 23 '22 09:09 PawelLipski

Load balancing, reassigning

PawelLipski avatar Sep 23 '22 16:09 PawelLipski

Another reason to integrate with the IDEA support: IDEA has added support for GitLab. Hopefully, they made it transparent in the API so Machete doesn't have to write the integration twice.

CLOVIS-AI avatar Aug 22 '23 15:08 CLOVIS-AI