diff options
author | James Moger <james.moger@gitblit.com> | 2012-12-31 16:12:35 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-12-31 16:12:35 -0500 |
commit | 160ee43394f6c645465b2b1dd80c460766d122bc (patch) | |
tree | d26c5ebbb634cdeb55cdd57ca395aaf59c0298ea /docs/05_roadmap.mkd | |
parent | b461a45f420471f931029898d97464ecc5039f49 (diff) | |
download | gitblit-160ee43394f6c645465b2b1dd80c460766d122bc.tar.gz gitblit-160ee43394f6c645465b2b1dd80c460766d122bc.zip |
Final documentation of 1.2.0 releasev1.2.0
Diffstat (limited to 'docs/05_roadmap.mkd')
-rw-r--r-- | docs/05_roadmap.mkd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd index 14ad8c19..4ac9b478 100644 --- a/docs/05_roadmap.mkd +++ b/docs/05_roadmap.mkd @@ -21,9 +21,11 @@ This list is volatile. ### IDEAS
+* Gitblit: Pull requests
+* Gitblit: Watch/Star like github with personalized activity feed
+* Gitblit: Push database or orphan branch
* Gitblit: Re-use the EGit branch visualization table cell renderer as some sort of servlet
* Gitblit: diff should highlight inserted/removed fragment compared to original line
-* Gitblit: implement branch permission controls as Groovy pre-receive script.
-*Maintain permissions text file similar to a gitolite configuration file or svn authz file.*
+* Gitblit: respect Gerrit branch permissions
* 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.
* Gitblit: Blame coloring by author (issue 2)
|