James Moger
2012-08-25 1ab5b3081374c79867ceff2917bccae6dd1a2878
commit | author | age
4c835e 1 ## Roadmap
JM 2
3 This is not exactly a formal roadmap but it is a priority list of what might be implemented in future releases.  
4 This list is volatile.
5
6 ### TODO (high priority)
7
cd8f9d 8 * Eclipse: create plugin to enumerate repositories and delegate cloning to EGit
JM 9 * Manager: support federation RPCs
c7e7e9 10 * Manager: redesign ref indicators in log, search, and activity views to support multiple local branches, remote branches, and tags
d25c59 11 * Gitblit: Serve repositories on root URL rather than /git (investigate JGit 1.2 GitFilter)
4c835e 12
JM 13 ### TODO (medium priority)
14
cd8f9d 15 * Gitblit: editable settings page in GO/WAR
d65f71 16 * Gitblit: investigate create-repository-on-push.
JM 17     * Maybe a new user role to allow this?
18     * Maybe a server setting to disable this completely?
19     * Pusher/Creator becomes repository owner and can then manipulate access lists, etc?
cd8f9d 20 * Gitblit: Clone Repository feature (issue 5)
4c835e 21     * optional scheduled pulls
JM 22     * optional automatic push to origin/remotes?
23     * optional manual push to origin/remotes?
da0c31 24 * Gitblit: Repository regex substitutions should be stored in .git/.config, not gitblit.properties
4c835e 25
JM 26 ### IDEAS
27
d25c59 28 * Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet
JM 29 * Gitblit: Support personal repositories (~username/repo)
357109 30 * Gitblit: diff should highlight inserted/removed fragment compared to original line
fa54be 31 * Gitblit: implement branch permission controls as Groovy pre-receive script.  
JM 32 *Maintain permissions text file similar to a gitolite configuration file or svn authz file.*
d65f71 33 * Gitblit: aggregate RSS feeds by tag or subfolder
JM 34 * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit.
357109 35 * Gitblit: Blame coloring by author (issue 2)
JM 36 * Gitblit: View binary files in blob page (issue 6)