btw, when the switch will be fully completed, we'll make a snapshot of the gcloud VM and stop it
2019-05-01 12154, 2019
Mr_Monkey
OK, liekcomputers, I'm pulling the merged PR and restarting containers
2019-05-01 12131, 2019
Mr_Monkey
Ah, no need.
2019-05-01 12138, 2019
iliekcomputers
Mr_Monkey:yo!
2019-05-01 12144, 2019
iliekcomputers
it works for me.
2019-05-01 12147, 2019
iliekcomputers
login does too.
2019-05-01 12147, 2019
Mr_Monkey
Well, it looks to me like we've just migrated.
2019-05-01 12156, 2019
iliekcomputers
wow, a release i didn't fuck up
2019-05-01 12100, 2019
iliekcomputers
nice!
2019-05-01 12106, 2019
Mr_Monkey
You and me both !
2019-05-01 12109, 2019
iliekcomputers
last migration took me 15 hrs :D
2019-05-01 12111, 2019
Mr_Monkey
High five !
2019-05-01 12115, 2019
iliekcomputers
<3 <3
2019-05-01 12129, 2019
Mr_Monkey
Let me tweet tweet tweet
2019-05-01 12135, 2019
iliekcomputers
let's keep a look out on cron dumps
2019-05-01 12136, 2019
zas
good job guys ! Next level: do it without any downtime ;)
2019-05-01 12138, 2019
iliekcomputers
right, i triggered a dump and it worked.
2019-05-01 12120, 2019
zas
i'll update nagios checks for it
2019-05-01 12131, 2019
iliekcomputers
thanks zas !
2019-05-01 12138, 2019
Mr_Monkey
Thanks zas! And yes as you pointed out that leaves cleaning up the VM
2019-05-01 12157, 2019
Mr_Monkey
Oh, and putting the DNS TTL back to a sane value?
2019-05-01 12153, 2019
Mr_Monkey
zas: mind if we keep the VM up for another few days, just in case?
2019-05-01 12122, 2019
iliekcomputers
yea, we probably should.
2019-05-01 12130, 2019
zas
yes, few days, but when sure, ping me so i archive/stop it
2019-05-01 12143, 2019
Mr_Monkey
Cool, thanks
2019-05-01 12146, 2019
zas
i'll increase ttl again
2019-05-01 12134, 2019
zas
done
2019-05-01 12139, 2019
zas
now updating nagios stuff
2019-05-01 12141, 2019
Mr_Monkey
Yay, we didn't faceplant! Thanks iliekcomputers
2019-05-01 12135, 2019
iliekcomputers
❤️❤️
2019-05-01 12118, 2019
zas
nagios done
2019-05-01 12103, 2019
iliekcomputers
thanks zas ! <3
2019-05-01 12110, 2019
michelv__ joined the channel
2019-05-01 12132, 2019
amCap1712 joined the channel
2019-05-01 12133, 2019
Mr_Monkey
zas: I haven't seen an OK message from nagios for BB. Does it just take some time to take effect?
2019-05-01 12136, 2019
Cyna joined the channel
2019-05-01 12139, 2019
Cyna
```Then you'll need to pass it somehow. $form->options_parent_id($model) seems to give you the right thing on the Perl side, but not sure why it doesn't directly work if I try to pass it as a prop, so you might need some TO_JSON option which is not 100% straightforward``` I didnt get what you said
2019-05-01 12102, 2019
Cyna
reosarevok: If the options for parent id is in $form->options_parent_id($model) then is should also be inside $form. But such is not the case
2019-05-01 12126, 2019
letaiv
Hi guys, unfortunately I have to withdraw my GSoC application due to changes in my PhD program
2019-05-01 12113, 2019
reosarevok
Cyna: $form->options_parent_id() is a function provided by the class, not a variable
2019-05-01 12154, 2019
reosarevok
So unless you run it, you won't get the result
2019-05-01 12110, 2019
Cyna
I'll see it it works... Will bounce back in a but
2019-05-01 12112, 2019
Cyna
*bit
2019-05-01 12117, 2019
letaiv has quit
2019-05-01 12140, 2019
michelv__ has quit
2019-05-01 12107, 2019
Cyna
reosarevok: it worked thanks. could you tell me where can I find the classes defined in perl, for eg form class as you mentioned