Am 23.11.2014 19:57, schrieb Cédric Krier: > On 18 Nov 22:39, Cédric Krier wrote: >> Hi, >> >> At the TUL2014, we talked about improving the workflow for casual >> contributor. One idea was to get the downloaded patch directly >> applicable by mercurial with the right user name, title and comment. >> >> Here is a patch for rietveld that do so: >> http://codereview.tryton.org/5771002 >> >> I just added a new 'name' field on account to store the real name of the >> contributor. >> >> If we apply this patch the contribution guide could be reduced for >> simple fix to: >> >> $ hg clone http://hg.tryton.org/trytond >> $ cd trytond; vi … >> $ curl -o ~/.local/bin/upload.py >> http://codereview.tryton.org/static/upload.py >> $ python ~/.local/bin/upload.py >> >> >> Or replace `hg clone …` by `git clone …` if you prefer. > The patch is applied on http://codereview.tryton.org/ >
If I remember well, there was a discussion at TUL that the auth based on google account in rietveld is an issue for some users. I found http://code.google.com/p/django-gae2django/ as an example to replace googles app engine api with a local one. If there is interest in replacing/extending the current auth, I can take a deeper look. Possibly we can build a single sign on for issue tracker and codereview with a local user database ...
