Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other Git "push" review workflows for specific Git services like you've done for WebAuthor #77

Open
kirkilj opened this issue Nov 3, 2019 · 1 comment

Comments

@kirkilj
Copy link

kirkilj commented Nov 3, 2019

I know that WebAuthor has support for GitHub and GitLab, I believe. Our DocTools team uses Gerrit, from Google, for reviews of code. Some teams even use it for DITA content. We happen to use the git-review addon for Git on the client to simplify the workflow. With the git-review plugin installed, the developer just has to enter "git review" on the command line. Git-review is written in Python and uses a Git library for it like you're using JGit.

I'm assuming we can easily enough create external tools or a toolbar for any functions that aren't provided by the plugin natively. We could do so for git-review requests for both submitting and checking out code to be reviewed.

I suppose another way would be to somehow be able to add a custom toolbar to the addon that sits just below the native one. Is there a method for doing so using the SDK? In general, are their extension hooks for the addon?

Best Regards, John.

@raducoravu
Copy link
Contributor

There are no hooks for the add-on but the add-on is open source so it can be forked, modified according to various needs and then rebuilt as a custom add-on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants