Issue 2821: Need pre- and post- project-created hooks
Status:  New
Owner: ----
Reported by JalonSo...@gmail.com, Aug 11, 2014
In a corporate environment (as well as some others), there are usually naming conventions which must be followed.  This could be checked before a new project was created, if there were a pre-project-create hook.  In addition, there are often standard setup steps for a new project, and these could be done consistently if there were a post-project-created hook.

As it is, it is simple enough to create a plug-in to handle the post-project-created steps by implementing a NewProjectCreatedListener, but it doesn't behave the same way as existing hooks.  It also doesn't cover the pre-project-create aspect.

Feb 17, 2015
Project Member #1 edwin.ke...@gmail.com
> It also doesn't cover the pre-project-create aspect.
By now there is an extention point [1] for this so that plugins can implement pre-project-creation validation.

[1] https://gerrit-review.googlesource.com/Documentation/config-validation.html#new-project-validation
May 13, 2015
#2 JalonSo...@gmail.com
Agreed.  The ProjectCreationValidationListener should provide the necessary functionality.  This issue can be closed.