From 4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 26 Oct 2011 17:19:55 -0400 Subject: [PATCH] Documentation. --- build.xml | 4 ++-- docs/00_index.mkd | 1 + docs/02_rpc.mkd | 5 +++-- docs/04_releases.mkd | 1 + docs/05_roadmap.mkd | 30 ++++++++++++++++++++++++++++++ 5 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 docs/05_roadmap.mkd diff --git a/build.xml b/build.xml index 4a5c8867..d6dcbf08 100644 --- a/build.xml +++ b/build.xml @@ -258,7 +258,7 @@ - + @@ -578,7 +578,7 @@ - + diff --git a/docs/00_index.mkd b/docs/00_index.mkd index 4aea0d73..09850752 100644 --- a/docs/00_index.mkd +++ b/docs/00_index.mkd @@ -36,6 +36,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit - improved: summary page performance by caching metric calculations (issue 25) - added: authenticated JSON RPC mechanism **New:** *web.enableRpcServlet = true* + **New:** *web.enableRpcManagement = false* **New:** *web.enableRpcAdministration = false* - added: reusable JSON RPC client class - added: Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server. diff --git a/docs/02_rpc.mkd b/docs/02_rpc.mkd index 6384862a..13bf8eff 100644 --- a/docs/02_rpc.mkd +++ b/docs/02_rpc.mkd @@ -28,12 +28,13 @@ The Gitblit RPC mechanism, like the Gitblit JGit servlet, syndication/feed servl DELETE_USERuser nameadmin-- LIST_REPOSITORY_MEMBERSrepository nameadmin-List<String> SET_REPOSITORY_MEMBERSrepository nameadminList<String>- +LIST_SETTINGS-admin-ServerSettings (management keys) +web.enableRpcAdministration=true LIST_FEDERATION_REGISTRATIONS-admin-List<FederationModel> LIST_FEDERATION_RESULTS-admin-List<FederationModel> LIST_FEDERATION_PROPOSALS-admin-List<FederationProposal> LIST_FEDERATION_SETS-admin-List<FederationSet> -web.enableRpcAdministration=true -LIST_SETTINGS-admin-ServerSettings (see example below) +LIST_SETTINGS-admin-ServerSettings (all keys) EDIT_SETTINGS-adminMap<String, String>- LIST_STATUS-admin-ServerStatus (see example below) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index ac097781..50612e61 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -10,6 +10,7 @@ - improved: summary page performance by caching metric calculations (issue 25) - added: authenticated JSON RPC mechanism **New:** *web.enableRpcServlet = true* + **New:** *web.enableRpcManagement = false* **New:** *web.enableRpcAdministration = false* - added: reusable JSON RPC client class - added: Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server. diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd new file mode 100644 index 00000000..65ef8aef --- /dev/null +++ b/docs/05_roadmap.mkd @@ -0,0 +1,30 @@ +## Roadmap + +This is not exactly a formal roadmap but it is a priority list of what might be implemented in future releases. +This list is volatile. + +### TODO (high priority) + +* Eclipse plugin to browse and clone repositories +* Support federation RPCs in Gitblit Manager + +### TODO (medium priority) + +* Editable settings page in GO/WAR +* Tag repositories and offer views of repositories by tag (issue 27) +* Aggregate RSS feeds by tag or subfolder +* Investigate create-on-push possibility +* Create Repository by Cloning feature (issue 5) + * optional scheduled pulls + * optional automatic push to origin/remotes? + * optional manual push to origin/remotes? +* Lucene integration with multi-repository search (issue 16) + +### TODO (low priority) + +* Blame coloring by author (issue 2) +* View binary files in blob page (issue 6) + +### IDEAS + +* Stronger ticgit integration (issue 8) -- 2.39.5