James Moger
2013-06-19 724da52635fbcc7c80cd0b7932f8b0d1cff6cb73
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: Clone Repository feature (issue 5)
4c835e 16     * optional scheduled pulls
JM 17     * optional automatic push to origin/remotes?
18     * optional manual push to origin/remotes?
da0c31 19 * Gitblit: Repository regex substitutions should be stored in .git/.config, not gitblit.properties
4c835e 20
JM 21 ### IDEAS
22
724da5 23 * Gitblit: GitHub-style Pull Requests or Gerrit-style Patchsets
d25c59 24 * Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet
357109 25 * Gitblit: diff should highlight inserted/removed fragment compared to original line
160ee4 26 * Gitblit: respect Gerrit branch permissions
d65f71 27 * 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 28 * Gitblit: Blame coloring by author (issue 2)