--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Once this becomes the project homepage, remember to add a link from code.google.com/p/gerrit (and remove most everything else) so the old site does not continue to show stale info.
I think the code.google.com/p/gerrit page is... boring and uninteresting. We have always wanted to highlight important features of Gerrit Code Review to users but never bothered to write content to get people excited about the project and try it out.
Are we able to apply custom CSS as well on the Markdown rendering done by Gitiles?
RewriteEngine on
RewriteRule ^/(.)static/(.*) http://127.0.0.1:8080/$1static/$2 [P]
ProxyPassReverse /+static http://127.0.0.1:8080/+static
RewriteRule ^/gerrit(.*) http://127.0.0.1:8080/homepage/+doc/HEAD$1 [P]
ProxyPassReverse /gerrit http://127.0.0.1:8080/homepage/+doc/HEAD
This has some quirks, though... notably, a number of links will break (including the link back to the index). The other possibility would be writing a much simpler servlet with pegdown that uses the same doc stylesheet (or any custom stylesheet we want, for that matter), since then we don't have to worry about the repo browsing features of gitiles. Of course, if you wanted, you could still link to the Gitiles repo.
Just some ideas I was toying with...
--Doug
After yesterday's announcement [1] I guess we need to find another hosting for Issues as well.What about redmine or bugzilla?
On 13 Mar 2015, at 13:04, Doug Kelly <doug...@gmail.com> wrote:
On Friday, March 13, 2015 at 3:00:22 AM UTC-5, lucamilanesio wrote:After yesterday's announcement [1] I guess we need to find another hosting for Issues as well.What about redmine or bugzilla?Even using JIRA/Confluence is free for established open-source projects.
It would also be worth noting that github.io's hosting supports automatic generation from Markdown -- we may have to change it slightly to fit their syntax/layouts, but that seems pretty minor to me. Could probably even do read-only mirroring of the projects on Github
, but the pain there would be reminding people they need a CLA on file and how to submit to Gerrit.
Hi Doug,see my feedback below.On 13 Mar 2015, at 13:04, Doug Kelly <doug...@gmail.com> wrote:
On Friday, March 13, 2015 at 3:00:22 AM UTC-5, lucamilanesio wrote:After yesterday's announcement [1] I guess we need to find another hosting for Issues as well.What about redmine or bugzilla?Even using JIRA/Confluence is free for established open-source projects.Jira and Confluence are historically slow and unstable … when you access a Jira issue of any Apache project you wait loooong looooong seconds :-(I would like something faster and more opened to integrations, that’s why I proposed BugZilla as we already have plugins for it :-)(we have the Jira one as well but I would be more keen to stay on the OpenSource front)
It would also be worth noting that github.io's hosting supports automatic generation from Markdown -- we may have to change it slightly to fit their syntax/layouts, but that seems pretty minor to me. Could probably even do read-only mirroring of the projects on GithubSo basically managing all the code-reviews in Gerrit and using GitHub just as read-only publish mirror?Are you talking about the GerritHub.io use-case then ?
, but the pain there would be reminding people they need a CLA on file and how to submit to Gerrit.That is not a bit problem: I was planning to extend the GitHub plugin to include that part + automatic submission of Gerrit changes from GitHub Pull Requests.However, I still think that just choosing an alternative issue-tracker would be good enough for us.(please, NO-slow-jira :-) )