<div dir="ltr">Agree</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>==<br>GeoServer Professional Services from the experts! Visit<br><a href="http://goo.gl/NWWaa2" style="color:rgb(17,85,204)" target="_blank">http://goo.gl/NWWaa2</a> for more information.<br>==<br></div><div><br></div><div>Ing. Alessio Fabiani</div><div>@alfa7691</div><div>Founder/Technical Lead</div><div><br></div><div>GeoSolutions S.A.S.</div><div>Via Poggio alle Viti 1187</div><div>55054  Massarosa (LU)</div><div>Italy</div><div>phone: +39 0584 962313</div><div>fax:     +39 0584 1660272</div><div>mob:   +39  331 6233686</div><div><br></div><div><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></div><div><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolutions_it</a></div><div><br></div><div>-------------------------------------------------------</div><div><br></div><div><p><span lang="IT"><font size="1"><b>AVVERTENZE AI SENSI DEL D.Lgs. 196/2003</b></font></span></p><p><span lang="IT"><font size="1">Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.</font></span></p><p><span lang="IT"><font size="1"> </font></span></p><p><font size="1">The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility  for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.</font></p></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Jul 16, 2015 at 6:39 PM,  <span dir="ltr"><<a href="mailto:tom.kralidis@gmail.com" target="_blank">tom.kralidis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>+1 to proposal and squashing prior. As well this process should be clearly documented for future contrib/ things.<br><br>Sent from my iPhone</div><div><div class="h5"><div><br>On Jul 16, 2015, at 11:56, Simone Dalmasso <<a href="mailto:simone.dalmasso@gmail.com" target="_blank">simone.dalmasso@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Thanks Jeff for bringing this up. <div>It is amazing to see the activity in contrib, this is just awesome but the more it grows the more there's the risk to loose the track on what's in.</div><div>my +1 on everything and I should add, especially for @simod :)<div><br></div><div>* the commits should be squashed to 1 </div><div><br></div><div>Ciao</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-16 17:48 GMT+02:00 Jeffrey Johnson <span dir="ltr"><<a href="mailto:ortelius@gmail.com" target="_blank">ortelius@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I just pushed a commit directly to master that broke the build.<br>
<a href="https://github.com/GeoNode/geonode/commit/4baca0a24b65b9a2c656c47fd54c8c2f1c794acb" rel="noreferrer" target="_blank">https://github.com/GeoNode/geonode/commit/4baca0a24b65b9a2c656c47fd54c8c2f1c794acb</a><br>
<br>
This puts the geonode.contrib apps in GEONODE_CONTRIB_APPS in<br>
settings.py and makes sure they are *always* disabled by default.<br>
<br>
The test failure is here<br>
<a href="https://travis-ci.org/GeoNode/geonode/builds/71270871#L1645" rel="noreferrer" target="_blank">https://travis-ci.org/GeoNode/geonode/builds/71270871#L1645</a><br>
<br>
And the root cause is here<br>
<br>
<a href="https://github.com/GeoNode/geonode/pull/2206/files#diff-33cf4fcb0f4b5b8bf97b2d580c7eaec1R81" rel="noreferrer" target="_blank">https://github.com/GeoNode/geonode/pull/2206/files#diff-33cf4fcb0f4b5b8bf97b2d580c7eaec1R81</a><br>
<br>
No need to point fingers as this PR went through the process we have<br>
setup and was merged. We do however need to have some more guidelines<br>
about how contrib modules should be handled.<br>
<br>
After a quick chat with Simone and Ariel, I propose the following:<br>
<br>
* New contrib modules should be initially proposed as a GNIP and<br>
brought up on the list before submitting a PR<br>
* Contrib modules should go into the GEONODE_CONTRIB_APPS block in<br>
settings and _never_ be enabled by default.<br>
* Contrib modules should have their own requirements.txt and not add<br>
things to setup.py<br>
* Contrib modules should be verified to not break the build when<br>
enabled/disabled before merging<br>
* There should be minimal docs about what it does and how to use it<br>
etc. A README in the module is sufficient, a page in docs/<br>
<br>
Anything else I missed? Im +1 to keep the party going and looking<br>
forward to seeing interesting things in this part of the codebase, but<br>
we cant get sloppy.<br>
<br>
Jeff<br>
_______________________________________________<br>
geonode-devel mailing list<br>
<a href="mailto:geonode-devel@lists.osgeo.org" target="_blank">geonode-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Simone </div>
</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>geonode-devel mailing list</span><br><span><a href="mailto:geonode-devel@lists.osgeo.org" target="_blank">geonode-devel@lists.osgeo.org</a></span><br><span><a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel</a></span><br></div></blockquote></div></div></div><br>_______________________________________________<br>
geonode-devel mailing list<br>
<a href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel</a><br>
<br></blockquote></div><br></div>