James Moger
2011-12-22 e6935876b97a63bae2ec087b4fc390c832aef155
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
4c835e 11
JM 12 ### TODO (medium priority)
13
cd8f9d 14 * Gitblit: editable settings page in GO/WAR
JM 15 * Gitblit: tag repositories and offer views of repositories by tag (issue 27)
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?
cd8f9d 24 * Gitblit: Lucene integration with multi-repository search (issue 16)
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 ### TODO (low priority)
34
cd8f9d 35 * Gitblit: Blame coloring by author (issue 2)
JM 36 * Gitblit: View binary files in blob page (issue 6)
4c835e 37
JM 38 ### IDEAS
39
fa54be 40 * Gitblit: implement branch permission controls as Groovy pre-receive script.  
JM 41 *Maintain permissions text file similar to a gitolite configuration file or svn authz file.*
42 * Gitblit: consider user-subscribed email notifications for a repository branch as a built-in feature.  
43 *There is a sample Groovy post-receive hook script which can send emails.*
d65f71 44 * Gitblit: aggregate RSS feeds by tag or subfolder
JM 45 * 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.
cd8f9d 46 * Gitblit: Stronger ticgit integration (issue 8)