Re: GSoC 2019 [Buildbot ideas]

2019-03-19 Thread Pierre Tardy
Mar 18, 2019 at 10:53 AM Pierre Tardy wrote: > Hi, > > We have our own GSoC project to transition the UI from coffeescript: > > https://github.com/buildbot/buildbot/wiki/Buildbot-GSoC-Projects-2019#transition-web-uis-data-module-from-coffeescript-to-typescript > The ideal woul

Re: GSoC 2019 [Buildbot ideas]

2019-03-19 Thread Pierre Tardy
On Tue, Mar 19, 2019 at 4:14 PM Rajdeep Bharati < > rajdeepbharat...@gmail.com> wrote: > >> Sounds good to me. Thanks! >> >> On Tue, Mar 19, 2019 at 3:59 PM Pierre Tardy wrote: >> >>> Hi Rajdeep, >>> >>> Sorry if I have not been clear. >>>

Re: GSoC 2019 [Buildbot ideas]

2019-03-21 Thread Pierre Tardy
side Main.js in a similar manner as > ReactDOM.render()? > - I guess there's also some problem in the webpack.config.js > > Sorry for the delayed response. I'm slightly new to Vue.js, so some help > would be great. > Thank you. > > On Tue, Mar 19, 2019 at 11:4

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Hi, Vue and React are the two major JS frameworks in 2018/2019. React is still the major one, probably thanks to the fact that react-native is very useful for mobile. So learning react allows you to make both webapps and mobile apps (even if you cannot really share UI code between the two framewor

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Hi Rajdeep. I commented in the code. Do you see the comments? https://github.com/rajdeepbharati/buildbot-vue-plugin-boilerplate/commit/a1ff8178a327b52757d63e907036b6586a9cf5cc Pierre On Fri, Mar 22, 2019 at 8:35 AM Pierre Tardy wrote: > Hi, > > Vue and React are the two major JS fram

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Rajdeep Bharati wrote: > Yes, I can see it. > > On Fri, Mar 22, 2019 at 1:16 PM Pierre Tardy wrote: > >> Hi Rajdeep. >> I commented in the code. Do you see the comments? >> >> https://github.com/rajdeepbharati/buildbot-vue-plugin-boilerplate/commit/a1ff8178a327b5275

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
y the buildbot api. buildbot has its own API for having the latest commit (the change api) Pierre > > Rajdeep > > On Fri, Mar 22, 2019 at 3:38 PM Rajdeep Bharati < > rajdeepbharat...@gmail.com> wrote: > >> Thanks, I'll check it out. >> >> On Fri

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
5:35 PM Mojca Miklavec wrote: > Dear Pierre, > > On Fri, 22 Mar 2019 at 08:34, Pierre Tardy wrote: > > > > Hi, > > > > Vue and React are the two major JS frameworks in 2018/2019. React is > still the major one, probably thanks to the fact that react-native is very >

Re: GSoC 2019 [Buildbot ideas]

2019-03-24 Thread Pierre Tardy
Right. I would advise to start from a fresh config with a git poller a simple build recipe to train yourself at buildbot. Le dim. 24 mars 2019 à 13:02, Mojca Miklavec a écrit : > On Sat, 23 Mar 2019 at 15:30, Rajdeep Bharati wrote: > > > > Is the old master.cfg file written in Python 2? > > Yes

Re: GSoC 2019 [Buildbot ideas]

2019-03-24 Thread Pierre Tardy
kNr-t7VRWtypEjstKBB-qxLEv0FincJ/view?usp=drive_web> > > Rajdeep > > > On Sun, Mar 24, 2019 at 5:36 PM Pierre Tardy wrote: > >> Right. >> I would advise to start from a fresh config with a git poller a simple >> build recipe to train yourself at buildbot. >> &g

Re: GSoC 2019 [Buildbot ideas]

2019-03-27 Thread Pierre Tardy
Hi, I think MacPorts has quite specific huge scale in term of the number of packages it builds, and optimisations on non rebuilding everything. So for this project what would be interesting is to research the best visualisation for MacPort, rather than making compromises so that it is useful for

Re: GSoC 2019 [Buildbot ideas]

2019-03-28 Thread Pierre Tardy
You can take control of the VM by downloading a ransomware or botnet or whatever. You usually counter that by making sure the PR VMs are restricted in term of network access they can do, and also restricted in the number of time it is alive (basically just the time of the build) Another much more

Re: GSoC 2019 [Buildbot ideas]

2019-03-29 Thread Pierre Tardy
from admin as a > backup option. > > Rajdeep > > On Thu, Mar 28, 2019 at 5:37 PM Pierre Tardy wrote: > >> You can take control of the VM by downloading a ransomware or botnet or >> whatever. >> >> You usually counter that by making sure the PR VMs are res

Re: GSoC 2019 [Buildbot ideas]

2019-04-01 Thread Pierre Tardy
ecome a part of buildbot. This package would be more generic, and the >>> Macports one will be optimized for our use case. It can be documented and >>> also be made into a pip package. >>> Please correct me if I'm wrong. >>> >>> Regarding the calendar

Re: GSoC 2019 [Buildbot ideas]

2019-04-01 Thread Pierre Tardy
p > > On Mon, Apr 1, 2019 at 8:26 PM Pierre Tardy wrote: > >> Hi Rajdeep, >> >> Against which data are you working on? are you using gulp dev proxy or >> something? >> >> The committer name is normally a field in the change, but it works only >> if the c

Re: GSoC 2019 [Buildbot ideas]

2019-04-02 Thread Pierre Tardy
Not sure if this is applicable, but there is no import method from buildbot 0.8.x to buildbot 0.9+ Buildbot do not import previous commit as changes when starting, it only looks for new things. Pierre Le lun. 1 avr. 2019 à 23:03, Mojca Miklavec a écrit : > > On Mon, 1 Apr 2019 at 18:52, Rajdee

Re: GSoC 2019 [Buildbot ideas]

2019-04-08 Thread Pierre Tardy
to upgrade after a first instanciation So I would recommend a generator plus a library. Regards Pierre Pierre Le lun. 8 avr. 2019 à 18:44, Rajdeep Bharati a écrit : > > @Mojca Miklavec Oh, I see. > > @Pierre Tardy Regarding the npm package: I think it would be better to create

Re: GSoC 2019 [Buildbot ideas]

2019-04-08 Thread Pierre Tardy
o you mean a library of components and JSON interfaces? > > Regards > Rajdeep > > On Tue, Apr 9, 2019 at 12:18 AM Pierre Tardy wrote: >> >> Hi Rajdeep, >> >> We already have a yeoman generator: >> https://github.com/buildbot/guanlecoja/tree/master/generator-

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-09 Thread Pierre Tardy
> Could you add them to the project ? Done.

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-15 Thread Pierre Tardy
Hi Rajdeep, Buildbot calculates the version number based on tags. You you have to fetch all the tags so that the version is correctly calculated. git fetch --tags --all then you can re-do the make virtualenv Regards Pierre Le mar. 14 mai 2019 à 11:39, Rajdeep Bharati a écrit : > > Thanks for

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-18 Thread Pierre Tardy
(I'm using > macports py). I guess that's why they didn't work? > Could you please help? > > Thank you. > Rajdeep > > On Wed, May 15, 2019 at 5:20 PM Rajdeep Bharati > wrote: >> >> Ok cool! >> >> Thanks >> Rajdeep >> >

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
t; > On Sat, May 18, 2019 at 1:32 PM Rajdeep Bharati > wrote: >> >> Thank you. Now it's working >> >> Rajdeep >> >> On Sat, May 18, 2019 at 12:29 PM Pierre Tardy wrote: >>> >>> Hi, >>> >>> The buildbot_badges plugin is usin

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
ded: > require('./changes/changes.controller.js'); > require('./changes/changes.route.js'); > It's working after adding them > > Rajdeep > > On Tue, May 21, 2019 at 7:33 PM Pierre Tardy wrote: >> >> Ouch, and we have https://buildbot.buildbot.net/ wh

Re: GSOC 2019 project: Improvements of Buildbot views (@ MacPorts)

2019-05-21 Thread Pierre Tardy
too early :) Regards Pierre Le mar. 21 mai 2019 à 16:33, Rajdeep Bharati a écrit : > > Done. > > On Tue, May 21, 2019 at 7:54 PM Pierre Tardy wrote: >> >> Can you please make a PR? >> >> Thanks >> Pierre >> >> Le mar. 21 mai 2019 à 16:21, Ra

Re: Packaging buildbot-www

2019-06-02 Thread Pierre Tardy
Sorry I overlooked this thread. Actually, buildbot-www is not even a web server, it is just the web front-end. It only contains the index.html, styles and scripts. The buildbot package contain the web server. It has a few js dependencies, that are indeed included in the release tarballs and wheel

Re: Deprecation of scripting languages in macOS

2019-06-04 Thread Pierre Tardy
Those two relnotes looks incompatible.. First says that no runtime will be distributed, and second suggests python3 will be available. Pierre Le mar. 4 juin 2019 à 09:56, Mojca Miklavec a écrit : > > Hi, > > Below is a quote from > > https://developer.apple.com/documentation/macos_release_notes/

GSOC 2020

2020-01-07 Thread Pierre Tardy
Hi, GSOC 2020 has been announced, I haven't seen a thread yet on macports being an org. We discussed the topic within Buildbot community, and we think we don't have enough of our users as student, and are not attractive enough to be effective. But last years experience partnering with Macports wa