James Moger
2012-12-31 160ee43394f6c645465b2b1dd80c460766d122bc
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
JM 16 * Gitblit: Clone Repository feature (issue 5)
4c835e 17     * optional scheduled pulls
JM 18     * optional automatic push to origin/remotes?
19     * optional manual push to origin/remotes?
da0c31 20 * Gitblit: Repository regex substitutions should be stored in .git/.config, not gitblit.properties
4c835e 21
JM 22 ### IDEAS
23
160ee4 24 * Gitblit: Pull requests
JM 25 * Gitblit: Watch/Star like github with personalized activity feed
26 * Gitblit: Push database or orphan branch
d25c59 27 * Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet
357109 28 * Gitblit: diff should highlight inserted/removed fragment compared to original line
160ee4 29 * Gitblit: respect Gerrit branch permissions
d65f71 30 * 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 31 * Gitblit: Blame coloring by author (issue 2)