On Dec 3, 2020, at 2:50 PM, Andrew Allen <m...@andrewzallen.com> wrote:Hey everyone,I'm interested in adding a link to our documentation site that takes you to edit the page you're currently looking at. Does anyone know if it's possible to deep link into the gerrit "create change" UI with a file open? I don't know if it's possible to do, but ideally I would be able to construct something like
and it would create a stub commit against master on the "project_name" project and open the file "path/to/the/file.md" and put the cursor on line 123.Is anything like this possible, or am I moving into the world of writing a custom plugin?
Thanks so much!
/** ~Andrew Z Allen */
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/CAAVj6hyp6cOB4f5__zd-YQai19PjQN-wX-0XWECNkVtUg2YMDA%40mail.gmail.com.
On Dec 3, 2020, at 2:50 PM, Andrew Allen <m...@andrewzallen.com> wrote:Hey everyone,I'm interested in adding a link to our documentation site that takes you to edit the page you're currently looking at. Does anyone know if it's possible to deep link into the gerrit "create change" UI with a file open? I don't know if it's possible to do, but ideally I would be able to construct something likeI think it would be adding something into https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#change-input that gives it a file you want to start editing in the change.and it would create a stub commit against master on the "project_name" project and open the file "path/to/the/file.md" and put the cursor on line 123.Is anything like this possible, or am I moving into the world of writing a custom plugin?I would strongly support this as a core feature (and I suspect many others would too). It looks like it has already been requested in https://crbug.com/gerrit/11528