James Moger
2012-02-16 91780e2e17a8020872c8da2d8941114e098ef2a4
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
357109 11 * Gitblit: Lucene integration with multi-repository search (issue 16)
d25c59 12 * Gitblit: Serve repositories on root URL rather than /git (investigate JGit 1.2 GitFilter)
4c835e 13
JM 14 ### TODO (medium priority)
15
cd8f9d 16 * Gitblit: editable settings page in GO/WAR
d65f71 17 * Gitblit: investigate create-repository-on-push.
JM 18     * Maybe a new user role to allow this?
19     * Maybe a server setting to disable this completely?
20     * Pusher/Creator becomes repository owner and can then manipulate access lists, etc?
cd8f9d 21 * Gitblit: Clone Repository feature (issue 5)
4c835e 22     * optional scheduled pulls
JM 23     * optional automatic push to origin/remotes?
24     * optional manual push to origin/remotes?
da0c31 25 * Gitblit: Repository regex substitutions should be stored in .git/.config, not gitblit.properties
d65f71 26 * Gitblit: Consider allowing git:// protocol using JGit
JM 27     * new setting *git.allowGitProtocol* to enable/disable git:// protocol
28     * unrestricted repositories would have anonymous RW git:// access
29     * push-restricted repositories would have anonymous R git:// access
30     * clone-restricted repositories would prohibit git:// access
31     * view-restricted repositories would prohibit git:// access
4c835e 32
JM 33 ### IDEAS
34
d25c59 35 * Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet
JM 36 * Gitblit: Support personal repositories (~username/repo)
357109 37 * Gitblit: diff should highlight inserted/removed fragment compared to original line
fa54be 38 * Gitblit: implement branch permission controls as Groovy pre-receive script.  
JM 39 *Maintain permissions text file similar to a gitolite configuration file or svn authz file.*
357109 40 * Gitblit: consider user-subscribed email notifications for a repository branch.  
d65f71 41 * Gitblit: aggregate RSS feeds by tag or subfolder
JM 42 * 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 43 * Gitblit: Blame coloring by author (issue 2)
JM 44 * Gitblit: View binary files in blob page (issue 6)
cd8f9d 45 * Gitblit: Stronger ticgit integration (issue 8)