On Wed, May 16, 2012 at 5:19 AM, Saša Živkov <
ziv...@gmail.com> wrote:
> On Mon, May 14, 2012 at 5:27 PM, Martin Fick <
mf...@codeaurora.org> wrote:
>> Shawn Pearce <
s...@google.com> wrote:
>> >Last night I started trying to break the ChangeHookRunner off into a
>> >plugin. I want it out of the core server,
...
>> >What do we call this repository?
>> >
>> > plugins/hooks
>>
>> I think this one makes sense; since we will probably call the new hook
>> points events it should not get confused with the internal points.
>
> I also like this name.
OK, this will be the name.
>> >After I have the ChangeHookRunner split out, I am also going to eject
>> >stream-events from core into its own plugin.
...
>> I would call this one event-streams.
>
> Would the SSH command also get renamed to "event-streams"?
Yes. The top level SSH command always matches the plugin name.
> For me the "gerrit stream-events" is easier to read than the "gerrit
> event-streams".
You can alias this in gerrit.config:
[ssh-alias]
stream-events = event-steams filter-changes
or whatever it is. But yes, it does seem weird to see the "new" name
given how used to the old name we are.