Dear all,
First thanks you Michel to take the time for that ! Now, I'm a bit concerned because we didn't really face this before. The https://code.launchpad.net/~openerp-community/openobject-addons/7.0-booking-chart is more a module that should be included in one of our project, and I don't which one, any idea ? Then the branch of the https://code.launchpad.net/~openerp-community/web-addons/7.0-web-unleashed is on the right place, but it contains a branch replicated from github... That prevent any merge to be done in the "official" community branch here : lp:web-addons<https://code.launchpad.net/%7Ewebaddons-core-editors/web-addons/7.0> That's a bit sad.. Any suggestion here ? How to handle GitHub branches ? My personnal opinion is that people who want to push their contribs in the OpenERP community should do it be requesting a merge of their work in the "official" branches. That also means adpot Launchpad and Bazaar as the VCS... Any opinion here ? Idea how to manage that ? All I know is that having various system, tools, repository here will mess up what's we got now.. Regards, Joël On Wed, Nov 6, 2013 at 12:17 PM, Michel Meyer <[email protected]> wrote: > Ops, I just realized that web-unleashed branch should be created in > web-addons, not in openerp-web... fixed :) > https://code.launchpad.net/~openerp-community/web-addons/7.0-web-unleashed > > > > On 11/06/2013 06:07 PM, Michel Meyer wrote: > > Hi ! > > Both repo are on Travis now and web unit tests are automatically launched > ! Thanks Raphael for your help ! > > I have created 2 launchpad branches: > https://code.launchpad.net/~openerp-community/openerp-web/7.0-web-unleashed > > https://code.launchpad.net/~openerp-community/openobject-addons/7.0-booking-chart > But I'm not sure about the project used for the booking chart > (openobject-addons)... > > About having only the master branch sync with the launchpad repo, I don't > think it's an issue, at least for now... maybe it's something we will have > to change if we will have multiple versions, one day :D > > > Michel > > > On 11/05/2013 08:43 PM, Ovnicraft wrote: > > > > > On Tue, Nov 5, 2013 at 7:21 AM, Raphael Valyi <[email protected]> wrote: > >> Hello Michel, >> >> alternatively, you can use that kind of Travis setting to get the exact >> same runbot test suite running from Github: >> https://github.com/openerpbrasil/l10n_br_core/blob/7.0/.travis.yml >> >> https://github.com/openerpbrasil/l10n_br_core/blob/7.0/.travis_install_nightly.sh >> >> https://github.com/openerpbrasil/l10n_br_core/blob/7.0/.travis_test_script.sh >> adapting the two last scripts for your modules of course. Travis >> enables you to setup any test suite you want, so if you want to launch an >> arbitrary javascript test suite it's ideal (I'm testing Ruby OpenERP >> clients along with OpenERP this way for instance). >> > > Totally +1 to Raphael suggestion. > > Great news for this, fork ! fork ! fork ! > > Thanks Michel, > >> >> You can also make the Launchpad diehard users happy by registering a >> new Launchpad branch as a git mirror, such as we did for our localization >> for this same Github project: >> >> https://code.launchpad.net/~openerp-brazil-core-team/openerp.pt-br-localiz/l10n_br_core-7.0 >> >> Warning: that only works automatically for the master Github branch. As >> for bzr/github bi-directional synchronization using a server cron, I >> recommend the git "bzr remote helper". >> >> >> And congratulation for the work around Backbone and Marionette! >> Regards. >> >> -- >> Raphaël Valyi >> Founder and consultant >> http://twitter.com/rvalyi <http://twitter.com/#%21/rvalyi> >> +55 21 2516 2954 <%2B55%2021%202516%202954> >> www.akretion.com >> >> >> >> >> >> >> >> On Tue, Nov 5, 2013 at 9:54 AM, Michel Meyer <[email protected]> wrote: >> >>> Hi, >>> >>> It's a good idea but i'm not very confortable with launchpad branches >>> and how openerp community modules are organized... >>> >>> >>> - somebody could suggest me where I should put these modules ? >>> - maybe openerp-web-unleashed in lp:~openerp-community/openerp-web and >>> openerp-booking-chart in lp:~openerp-community/openobject-addons ? >>> - all community modules are automatically installed by runbot ? >>> - any suggestion about how to keep github and launchpad branches >>> sync ? >>> >>> >>> Thanks, >>> >>> >>> On 11/05/2013 11:50 AM, Moises Lopez wrote: >>> >>> Hello Michel, >>> Good job! >>> Thank you. >>> >>> Excuse me, Can you push to launchpad this branch? >>> Runbot will test it automatically from launchpad. >>> Only for this matter. >>> El nov 4, 2013 8:58 AM, "Michel Meyer" <[email protected]> escribió: >>> >>>> Hi community ! >>>> >>>> We are working on new modules at Trobz company and we decided to >>>> publish them. >>>> >>>> >>>> *Booking Chart module* >>>> >>>> A booking chart view, very flexible: >>>> >>>> - Display any resources in a booking chart >>>> - Easy scrolling navigation >>>> - Resource lazy loading >>>> - Zoom levels (from 1 week to 6 months) >>>> - Auto-merge overlapping resources >>>> - Native OpenERP search/group supported on listed resources >>>> - Manual period selection >>>> - Period freeze/unfreeze button >>>> - Mixin to link any OpenERP model with resources booking >>>> >>>> >>>> This module is hosted on github: >>>> https://github.com/trobz/openerp-booking-chart >>>> presentation page (with a nice video): >>>> http://trobz.github.io/openerp-booking-chart >>>> >>>> >>>> A "demo_task" module is available on the repository if you need a quick >>>> overview. >>>> >>>> >>>> >>>> *Web Unleashed module * >>>> >>>> The booking chart is the first public module using our core web module. >>>> We called it Web Unleashed because it's really the feeling we have when >>>> we started to use it :) >>>> >>>> Web Unleashed enable the development of rich new views in OpenERP and >>>> solve some common issues. >>>> >>>> - clear MVC pattern, based on Backbone and Marionette... with all their >>>> documentations ! >>>> - new namespace to organize and get access to your objects >>>> - full-featured Backbone Models with OpenERP JSON-RPC API support >>>> - QWeb rendering for Marionette views >>>> - base objects to build custom views (Pager, Grouped Collection, >>>> Extended OpenERP View, State manager...) >>>> - unit tests for basic functionalities >>>> >>>> In my opinion, the biggest advantage is the use of well known libraries >>>> like Backbone and Marionette, coming with good documentations and helps >>>> already... something that is really missing natively on openerp-web. >>>> >>>> All the code is documented and a big part is unit tested. >>>> >>>> The module is also hosted on github: >>>> https://github.com/trobz/openerp-web-unleashed >>>> >>>> The "demo_todo" module is a good start to go inside web unleashed :) >>>> >>>> >>>> >>>> Hope the community will enjoy these new modules, more coming soon ! >>>> >>>> Michel Meyer >>>> >>>> _______________________________________________ >>>> Mailing list: https://launchpad.net/~openerp-community >>>> Post to : [email protected] >>>> Unsubscribe : https://launchpad.net/~openerp-community >>>> More help : https://help.launchpad.net/ListHelp >>>> >>>> >>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~openerp-community >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~openerp-community >>> More help : https://help.launchpad.net/ListHelp >>> >>> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~openerp-community >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~openerp-community >> More help : https://help.launchpad.net/ListHelp >> >> > > > -- > Cristian Salamea > @ovnicraft > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~openerp-community > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openerp-community > More help : https://help.launchpad.net/ListHelp > > -- *camptocamp* INNOVATIVE SOLUTIONS BY OPEN SOURCE EXPERTS *Joël Grand-Guillaume* Division Manager Business Solutions +41 21 619 10 28 www.camptocamp.com
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

