Open GoogleCodeExporter opened 9 years ago
Do you think onCreation should be called or perhaps a new method onFork?
Move/rename should not trigger onCreation. Perhaps it should call an onUpdate
or onRename method.
Original comment by James.Mo...@gmail.com
on 2 Apr 2015 at 12:19
Yes, anything you mentioned would work as long as listeners could have a chance
to update the "view" of the repo set. In my particular use case, I execute
grokmirror (https://github.com/mricon/grokmirror) manifest update on
postReceive and repo lifecycle events. But because events are missing for
forks, moves, and renames, the manifest is not updated.
Original comment by yur...@gmail.com
on 2 Apr 2015 at 3:55
And i think rename is generally a move - so one callback onMove would be
sufficient.
Original comment by yur...@gmail.com
on 2 Apr 2015 at 3:58
Original issue reported on code.google.com by
yur...@gmail.com
on 1 Apr 2015 at 10:47