*** jistr has quit IRC | 00:00 | |
*** jistr has joined #heat | 00:01 | |
*** lnxnut has joined #heat | 00:11 | |
*** pt_15 has quit IRC | 00:21 | |
*** lnxnut has quit IRC | 00:21 | |
*** dprince has quit IRC | 00:34 | |
*** kiennt26 has joined #heat | 00:57 | |
*** kiennt26 has quit IRC | 01:02 | |
*** kiennt26 has joined #heat | 01:03 | |
*** lnxnut has joined #heat | 01:18 | |
*** nicolasbock_ has quit IRC | 01:26 | |
*** lnxnut has quit IRC | 01:29 | |
*** dyasny has quit IRC | 01:31 | |
*** gouthamr has quit IRC | 01:37 | |
*** ricolin has joined #heat | 01:49 | |
*** ricolin has quit IRC | 01:57 | |
*** catintheroof has joined #heat | 02:03 | |
*** kiennt26 has quit IRC | 02:12 | |
*** kiennt26 has joined #heat | 02:13 | |
*** catintheroof has quit IRC | 02:19 | |
*** lnxnut has joined #heat | 02:26 | |
*** catintheroof has joined #heat | 02:29 | |
*** lnxnut has quit IRC | 02:36 | |
*** catintheroof has quit IRC | 03:09 | |
*** ramishra has joined #heat | 03:20 | |
*** kiennt26 has quit IRC | 03:33 | |
*** lnxnut has joined #heat | 03:34 | |
*** gkadam has joined #heat | 03:39 | |
*** lnxnut has quit IRC | 03:44 | |
*** boris_42_ has quit IRC | 03:44 | |
*** dbecker has quit IRC | 03:54 | |
*** flwang1 has quit IRC | 03:59 | |
*** dbecker has joined #heat | 04:08 | |
*** mnaser has quit IRC | 04:15 | |
*** mnaser has joined #heat | 04:22 | |
*** lnxnut has joined #heat | 04:40 | |
*** skramaja has joined #heat | 05:05 | |
*** lnxnut has quit IRC | 05:06 | |
*** armaan has joined #heat | 05:29 | |
*** armaan has quit IRC | 05:30 | |
*** armaan has joined #heat | 05:30 | |
*** lnxnut has joined #heat | 05:33 | |
*** lnxnut has quit IRC | 05:37 | |
*** myoung has quit IRC | 05:55 | |
*** jmlowe has quit IRC | 05:55 | |
*** weshay has quit IRC | 05:55 | |
*** jmlowe has joined #heat | 05:56 | |
*** mdnadeem has joined #heat | 06:00 | |
*** flwang1 has joined #heat | 06:08 | |
*** jprovazn has joined #heat | 06:19 | |
*** weshay has joined #heat | 06:20 | |
*** myoung has joined #heat | 06:24 | |
*** rcernin has joined #heat | 06:30 | |
openstackgerrit | Vlad Gridin proposed openstack/heat master: Remove use of auth cache directory https://review.openstack.org/509132 | 06:32 |
---|---|---|
*** lnxnut has joined #heat | 06:34 | |
*** namnh has joined #heat | 06:44 | |
*** jtomasek has joined #heat | 06:50 | |
*** ioggstream has joined #heat | 06:51 | |
*** ioggstream has quit IRC | 06:53 | |
*** lnxnut has quit IRC | 06:57 | |
*** shardy_afk is now known as shardy | 07:01 | |
*** ccamacho has joined #heat | 07:07 | |
ramishra | therve: Hi around? | 07:14 |
therve | ramishra, Yup | 07:14 |
ramishra | I this test_notification is broken with new oslo.messaging | 07:15 |
ramishra | think | 07:15 |
ramishra | http://logs.openstack.org/92/507792/1/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/f98c1ad/console.html#_2017-10-04_06_08_05_453647 | 07:15 |
ramishra | Probably global requirement was bumped recently | 07:16 |
ramishra | It seems we're doing some crazy things to get the url there? | 07:17 |
*** Guest52279 has joined #heat | 07:17 | |
*** Guest52279 has quit IRC | 07:17 | |
ramishra | oslo_messaging.get_notification_transport().transport_url does not work either | 07:19 |
*** kiennt26 has joined #heat | 07:22 | |
ramishra | seems to be using guest user from the defaults http://logs.openstack.org/92/507792/1/check/gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial/f98c1ad/logs/rabbitmq/rabbit@ubuntu-xenial-inap-mtl01-11199610.txt.gz | 07:22 |
*** serlex has joined #heat | 07:24 | |
therve | ramishra, We're using conf.oslo_messaging_rabbit ? | 07:25 |
therve | That's probably deprecated/deleted | 07:25 |
ramishra | yeah, it's deprecated | 07:25 |
shardy | therve, ramishra: Hey I'm having another try at fixing bug #1635409 in TripleO - it means switching to using server-side environment merging but ideally I need some way to preview the merged environment (so we can warn about missing or deprecated parameters) | 07:27 |
openstack | bug 1635409 in tripleo "parameter_merge_strategies: merge behaves like overwrite" [High,In progress] https://launchpad.net/bugs/1635409 - Assigned to Steven Hardy (shardy) | 07:27 |
shardy | do you think adding an output from preview or nested validation containing the merged environment would be reasonable? | 07:27 |
shardy | currently we just do a template validate (with nested stacks enabled), then flatten the parameters schema returned and compare it with the client-side merged environment | 07:28 |
shardy | another option is to just iterate over each environment passed to heat I guess | 07:28 |
therve | shardy, I don't think you can tweak the current validation to do it | 07:30 |
therve | It'd be nice to have another validation method returning hot though | 07:31 |
shardy | therve: Hmm, I thought we merged it here: | 07:31 |
shardy | https://github.com/openstack/heat/blob/master/heat/engine/service.py#L1246 | 07:31 |
shardy | so in theory that data could be exposed | 07:31 |
shardy | I think we need the merged environment in the case of recursive/nested validation or you can't preview the resources? | 07:31 |
therve | shardy, Yeah it's just that there is no concept of environments in the result | 07:32 |
shardy | therve: yeah, I was thinking to add it here https://github.com/openstack/heat/blob/master/heat/engine/service.py#L1271 but it could be a new call without the old cfn-ish format | 07:33 |
shardy | If it was a new call we could add the option to flatten the parameters too | 07:33 |
shardy | which would be nice as we could remove that logic from tripleo-common | 07:33 |
therve | shardy, That's a bit hackish, but it gets the job done :) | 07:33 |
shardy | therve: yeah, that's whay I thought it was worth discussing, e.g if that's too much of a hack to be OK for you guys I'll spend some more time adding a cleaner new interface | 07:34 |
* therve shrugs | 07:35 | |
therve | shardy, Maybe hide it behind a flag? | 07:36 |
shardy | therve: lol, OK I'll try that as a quick fix, then we can perhaps discuss what a cleaner new validation API would look like | 07:36 |
shardy | therve: thanks for the feedback! :) | 07:36 |
ramishra | therve: I think we probably need a test config entry for transport_url(we've been leveraging the defaults all along), or may be skip the tests in the meantime? | 07:44 |
therve | ramishra, We can skip for sure | 07:45 |
ramishra | therve: OK | 07:45 |
ramishra | let me report a bug and then a patch to skip | 07:46 |
*** amoralej|off is now known as amoralej | 07:57 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Skip test_notifications.NotificationTest.* functional tests https://review.openstack.org/509367 | 07:57 |
therve | ramishra, What do you think of https://review.openstack.org/#/c/509227/ ? Should we just delete the code? | 08:05 |
ramishra | therve: you mean delete all cloudwatch stuff? | 08:06 |
therve | ramishra, Yeah | 08:06 |
ramishra | therve: There is one issue, if the templates have some user_data with cfn-push-stats, so it would not be backward compatible | 08:07 |
ramishra | I assume that's the reason no one ever removed it | 08:07 |
therve | Yeah but no one does that :) | 08:07 |
ramishra | If we all agree, then we can just throw it away;) | 08:08 |
ramishra | I thought of bringing it up again this weeks meeting, so we all are ok with it:) | 08:08 |
therve | We can still merge this patch to unblock rdo anyway | 08:09 |
therve | If we ever manage to merge a patch again | 08:09 |
ramishra | yep sure | 08:10 |
*** namnh has quit IRC | 08:14 | |
*** gfidente has joined #heat | 08:21 | |
*** lnxnut has joined #heat | 08:28 | |
*** armaan has quit IRC | 08:36 | |
*** armaan has joined #heat | 08:36 | |
*** lnxnut has quit IRC | 08:47 | |
*** armaan has quit IRC | 08:49 | |
*** armaan has joined #heat | 08:49 | |
*** derekh has joined #heat | 08:52 | |
therve | amoralej, Gate is broken, please don't recheck in a loop :) | 08:54 |
amoralej | therve, ok, sorry | 08:55 |
shardy | therve, ramishra: Yeah IIRC the cloudwatch stuff only exists so there's a way to push stats to telemetry services via a pre-signed URL | 08:58 |
shardy | I remember discussing it in Vancouver but I'm still not sure if there's a way to do that without using the CW api now | 08:58 |
therve | shardy, It's been deprecated long enough anyway | 08:59 |
therve | If people used it, we'd get some feedback | 08:59 |
shardy | therve: Yeah, I guess that's true | 08:59 |
ramishra | shardy: yeah, https://github.com/openstack/heat/blob/master/heat/engine/watchrule.py#L301 | 08:59 |
ramishra | I plan to start a ML thread on it to see if anyone has any concerns | 09:00 |
shardy | sounds good | 09:00 |
ramishra | Looks like some AWS resources are also using it too. https://github.com/openstack/heat/blob/master/heat/engine/resources/aws/lb/loadbalancer.py#L163 | 09:02 |
*** ricolin has joined #heat | 09:16 | |
*** gmoro has joined #heat | 09:29 | |
*** blues-man has joined #heat | 09:33 | |
*** lnxnut has joined #heat | 09:45 | |
*** lnxnut has quit IRC | 09:56 | |
*** pbourke has quit IRC | 09:57 | |
*** pbourke has joined #heat | 09:59 | |
*** kiennt26 has quit IRC | 10:01 | |
*** pt_15 has joined #heat | 10:13 | |
ramishra | Hmmm,, zuulv2/v3 both voting our patches:/ | 10:50 |
ricolin | and both fail | 10:50 |
ricolin | haha... | 10:50 |
ramishra | no respite it seems..phew | 10:51 |
*** lnxnut has joined #heat | 10:53 | |
*** lnxnut has quit IRC | 11:03 | |
*** nicolasbock_ has joined #heat | 11:03 | |
*** nicolasbock_ has quit IRC | 11:08 | |
*** shardy is now known as shardy_afk | 11:12 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Remove SSLMiddleware https://review.openstack.org/506900 | 11:19 |
*** nicolasbock_ has joined #heat | 11:21 | |
*** ccamacho is now known as ccamacho|lunch | 11:28 | |
*** blues-man has quit IRC | 11:31 | |
ricolin | I guess now we have to wait for https://review.openstack.org/#/c/509394 | 11:37 |
*** blomquisg_gone is now known as blomquisg | 11:39 | |
*** lnxnut has joined #heat | 12:00 | |
*** dprince has joined #heat | 12:09 | |
*** lnxnut has quit IRC | 12:11 | |
*** dbecker has quit IRC | 12:11 | |
*** dbecker has joined #heat | 12:12 | |
*** dyasny has joined #heat | 12:33 | |
*** derekh has quit IRC | 12:49 | |
*** kiennt26 has joined #heat | 12:49 | |
*** gkadam has quit IRC | 12:50 | |
ricolin | meeting in #heat (here) in 8mins feel free to add agenda https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282017-10-04_1300_UTC.29 | 12:52 |
*** skramaja has quit IRC | 12:59 | |
*** blues-man has joined #heat | 13:00 | |
ricolin | #startmeeting heat | 13:01 |
openstack | Meeting started Wed Oct 4 13:01:02 2017 UTC and is due to finish in 60 minutes. The chair is ricolin. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:01 |
*** openstack changes topic to " (Meeting topic: heat)" | 13:01 | |
openstack | The meeting name has been set to 'heat' | 13:01 |
ricolin | #topic roll call | 13:01 |
*** openstack changes topic to "roll call (Meeting topic: heat)" | 13:01 | |
kiennt26 | hi o/ | 13:01 |
kazsh | o/ | 13:01 |
ricolin | o/ | 13:01 |
ramishra | hi | 13:01 |
ricolin | #topic adding items to agenda | 13:02 |
*** openstack changes topic to "adding items to agenda (Meeting topic: heat)" | 13:02 | |
ricolin | #link https://wiki.openstack.org/wiki/Meetings/HeatAgenda#Agenda_.282017-10-04_1300_UTC.29 | 13:02 |
*** ccamacho|lunch is now known as ccamacho | 13:03 | |
ricolin | #topic Gate rollback | 13:03 |
*** openstack changes topic to "Gate rollback (Meeting topic: heat)" | 13:03 | |
ricolin | #link http://lists.openstack.org/pipermail/openstack-dev/2017-October/123049.html | 13:03 |
ricolin | So since the buggy of zuul v3 | 13:04 |
ramishra | yeah, but we're still stuck with some issue or other.. | 13:04 |
ricolin | gate it rollback to v2 for now | 13:04 |
ricolin | hope this will fix most of issue for us | 13:04 |
ricolin | #link https://review.openstack.org/#/c/509394/ | 13:04 |
ricolin | another issue also | 13:04 |
ricolin | #link https://bugs.launchpad.net/heat/+bug/1721202 | 13:04 |
openstack | Launchpad bug 1721202 in OpenStack Heat "test_notifications fails with (403) ACCESS_REFUSED" [High,New] | 13:04 |
ricolin | that's all I find for now | 13:05 |
ricolin | the workaround for devstack issue seems will be landed any mins | 13:06 |
ramishra | we probably have to land https://review.openstack.org/#/c/509367/ which would disable the notification tests | 13:07 |
ramishra | after the devstack issue is sorted. Another devstack change which was reverted https://review.openstack.org/#/c/509307/ | 13:08 |
ricolin | yeah, I will try to give a recheck on that after the devstack-gate patch land. Just want to make sure it's clear notification issue | 13:08 |
*** lnxnut has joined #heat | 13:08 | |
ramishra | I think we can land https://review.openstack.org/#/c/509132/ too, but seems the author thinks otherwise;) | 13:09 |
ramishra | but anyway, that's not a blocker anymore as the devstack change was reverted | 13:10 |
ricolin | yeah, let's do your patch an the devstack first:) | 13:10 |
ricolin | and see how it goes | 13:11 |
ricolin | They should make zuul v3 as non blocker first like now at very first place | 13:12 |
ramishra | Hopefully we can land some patches soon. Last patch to merge on master was on 29th Sep | 13:12 |
ricolin | hopefully:) | 13:13 |
ricolin | Nova only land 6 patches from last Thursday... | 13:13 |
*** blomquisg is now known as blomquisg_gone | 13:14 | |
ricolin | I also make some patches for heat to migrate to zuul v3, but I guess we will get back on it after v3 become stable | 13:15 |
ricolin | #link https://review.openstack.org/#/c/509098 | 13:16 |
ricolin | Anyway today still got few hours left, we surly can do something at last this time! | 13:16 |
ricolin | move on | 13:17 |
*** lnxnut has quit IRC | 13:17 | |
ricolin | #topic new Deprecates and Hiddens | 13:17 |
*** openstack changes topic to "new Deprecates and Hiddens (Meeting topic: heat)" | 13:17 | |
*** jcoufal has joined #heat | 13:17 | |
ricolin | ramishra, I just forward your ML to ops ML too | 13:18 |
ramishra | ricolin: I intentionally did not mark it to openstack-operators, go gather some feedback in dev list before going to then:) | 13:18 |
ramishra | but yeah | 13:18 |
ricolin | I guess after this release we can get rid of cloud watch | 13:19 |
ricolin | I also see some stuff that we can try to hidden or remove | 13:19 |
ricolin | like SSLMiddleware | 13:20 |
ramishra | why after this release? We plan to do it Queens right? unless there are major concerns | 13:20 |
ricolin | ramishra, right, we can do it between queens-1 to queens-rc1 | 13:21 |
ramishra | yeah, let's wait for the feedback;) | 13:22 |
ricolin | And some long hidden resources too OS::Heat::SoftwareDeployments | 13:22 |
ricolin | OS::Heat::CWLiteAlarm | 13:22 |
ricolin | OS::Aodh::CombinationAlarm | 13:22 |
ricolin | OS::Heat::StructuredDeployments | 13:22 |
ricolin | OS::Neutron::RouterGateway | 13:22 |
*** chlong_ has joined #heat | 13:23 | |
ricolin | IMO we can trigger a ML and remove them too | 13:23 |
*** lnxnut has joined #heat | 13:23 | |
*** catintheroof has joined #heat | 13:24 | |
therve | ricolin, We never remove resources | 13:25 |
ramishra | HIDEEN only removes it from documentation right? | 13:25 |
therve | And resource type list | 13:25 |
ramishra | therve: yeah | 13:26 |
ricolin | therve, so we keep it hidden forever? | 13:26 |
therve | Yes | 13:26 |
*** pradk has quit IRC | 13:26 | |
ricolin | therve, okay that's fine to me | 13:27 |
ricolin | then we can move on:) | 13:28 |
ricolin | #topic Open discussion | 13:29 |
*** openstack changes topic to "Open discussion (Meeting topic: heat)" | 13:29 | |
ricolin | Any other things to share or discuss? | 13:29 |
kiennt26 | hi everyone, I need your suggestion/advice about the test for rolling upgrade. Thank you ") | 13:29 |
ramishra | kiennt26: we can probably can make that experimental job non-voting at the check gate first | 13:30 |
ramishra | and then take it from there | 13:31 |
ramishra | but we've a frozen project-config now, so when the whole zuulv3 thing is over | 13:32 |
ramishra | we would have better control of jobs I suppose once they are in-tree | 13:32 |
kiennt26 | ramishra: yeah, have to wait for the stable zuulv3. I mean the test, what kind of the test is. Really need your advice about it :) | 13:33 |
ramishra | btw, would be good to have some reviews for https://review.openstack.org/#/q/topic:refactor_nova_microversion, patches look big, but mostly test changes | 13:34 |
*** crose has joined #heat | 13:35 | |
ramishra | removes the use of deprecated nova floatingip api and makes nova microversion usage simpler | 13:35 |
ramishra | And that's all from me:) | 13:37 |
ricolin | ramishra, sure, we really need to catch up with reviewing patches(lost of time from these few days...) | 13:37 |
ricolin | Anything else? | 13:38 |
ricolin | https://review.openstack.org/#/c/509394/ just landed | 13:38 |
ricolin | okay, if no other stuff let's end this meeting and back to works:) | 13:40 |
ricolin | #endmeeting | 13:40 |
*** openstack changes topic to "support @ https://ask.openstack.org | developer wiki @ https://wiki.openstack.org/wiki/Heat | development @ https://launchpad.net/heat | logged @ http://eavesdrop.openstack.org/irclogs/%23heat/" | 13:40 | |
openstack | Meeting ended Wed Oct 4 13:40:36 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:40 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/heat/2017/heat.2017-10-04-13.01.html | 13:40 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/heat/2017/heat.2017-10-04-13.01.txt | 13:40 |
openstack | Log: http://eavesdrop.openstack.org/meetings/heat/2017/heat.2017-10-04-13.01.log.html | 13:40 |
*** Roedy86 has joined #heat | 13:42 | |
*** shardy_afk is now known as shardy | 13:42 | |
*** gouthamr has joined #heat | 13:53 | |
zaneb | dammit. I completely forgot we changed the meeting time | 13:54 |
*** kiennt26 has quit IRC | 13:55 | |
*** armaan has quit IRC | 13:55 | |
*** armaan has joined #heat | 13:55 | |
*** Roedy86 has quit IRC | 13:57 | |
*** jcoufal_ has joined #heat | 13:57 | |
*** blomquisg_gone is now known as blomquisg | 13:59 | |
*** felipemonteiro_ has joined #heat | 14:00 | |
*** jcoufal has quit IRC | 14:00 | |
*** felipemonteiro__ has joined #heat | 14:01 | |
*** hongbin has joined #heat | 14:03 | |
ricolin | zaneb, NP:) | 14:04 |
*** felipemonteiro_ has quit IRC | 14:05 | |
therve | zaneb, We probably need https://review.openstack.org/#/c/509367/ to fix the gate | 14:08 |
therve | At least to have less failures :) | 14:08 |
*** d0ugal has quit IRC | 14:10 | |
zaneb | the Zuul v2 gate or v3 gate? | 14:10 |
ricolin | v2 for now | 14:10 |
ricolin | rollback to v2 until v3 issue fixed | 14:11 |
zaneb | they both seem to be borked by the cffi issue anyway | 14:12 |
*** pradk has joined #heat | 14:12 | |
ricolin | zaneb, yeah, the workaround for cffi in devstack-gate just landed | 14:13 |
zaneb | oh, cool | 14:13 |
*** d0ugal has joined #heat | 14:13 | |
*** d0ugal has quit IRC | 14:13 | |
*** d0ugal has joined #heat | 14:13 | |
*** myoung is now known as myoung|pseudoafk | 14:26 | |
*** kiennt26 has joined #heat | 14:26 | |
*** mdnadeem has quit IRC | 14:27 | |
*** armaan has quit IRC | 14:30 | |
*** armaan has joined #heat | 14:30 | |
*** kiennt26 has quit IRC | 14:38 | |
*** armaan has quit IRC | 14:39 | |
*** armaan has joined #heat | 14:40 | |
*** myoung|pseudoafk is now known as myoung | 14:43 | |
*** jcoufal has joined #heat | 14:43 | |
*** jcoufal_ has quit IRC | 14:45 | |
*** lnxnut_ has joined #heat | 14:56 | |
*** lnxnut has quit IRC | 14:58 | |
*** ramishra has quit IRC | 15:06 | |
*** armaan_ has joined #heat | 15:11 | |
*** armaan has quit IRC | 15:11 | |
*** rcernin has quit IRC | 15:13 | |
*** Roedy has joined #heat | 15:29 | |
*** mdavidson has quit IRC | 15:39 | |
*** jcoufal_ has joined #heat | 15:49 | |
*** jcoufal has quit IRC | 15:52 | |
*** armaan_ has quit IRC | 15:56 | |
*** armaan has joined #heat | 15:57 | |
*** rlanore has quit IRC | 16:03 | |
*** armaan has quit IRC | 16:14 | |
*** armaan has joined #heat | 16:14 | |
*** armaan has quit IRC | 16:15 | |
*** armaan has joined #heat | 16:15 | |
*** ricolin has quit IRC | 16:40 | |
*** felipemonteiro__ has quit IRC | 16:44 | |
*** shardy has quit IRC | 16:47 | |
*** rwsu has quit IRC | 17:03 | |
*** crose has quit IRC | 17:03 | |
*** ccamacho has quit IRC | 17:19 | |
*** pradk has quit IRC | 17:22 | |
*** blues-man has quit IRC | 17:23 | |
*** dprince has quit IRC | 17:31 | |
*** felipemonteiro_ has joined #heat | 17:35 | |
*** felipemonteiro__ has joined #heat | 17:36 | |
*** pradk has joined #heat | 17:38 | |
*** felipemonteiro_ has quit IRC | 17:40 | |
*** pradk has quit IRC | 17:46 | |
*** pradk has joined #heat | 17:46 | |
*** jprovazn has quit IRC | 17:56 | |
*** pradk has quit IRC | 18:16 | |
*** nicolasbock_ has quit IRC | 18:17 | |
*** crose has joined #heat | 18:30 | |
*** dprince has joined #heat | 18:38 | |
*** serlex has quit IRC | 18:42 | |
*** armaan has quit IRC | 18:45 | |
*** armaan has joined #heat | 18:46 | |
*** gridinv1 has joined #heat | 18:47 | |
*** gridinv1 has left #heat | 18:47 | |
*** amoralej is now known as amoralej|off | 18:48 | |
*** pt_15 has quit IRC | 18:53 | |
*** omie888777 has joined #heat | 18:57 | |
*** jcoufal_ has quit IRC | 18:58 | |
*** gouthamr has quit IRC | 18:58 | |
*** gouthamr_ has joined #heat | 18:58 | |
*** flwang1 has quit IRC | 19:00 | |
*** felipemonteiro__ has quit IRC | 19:04 | |
*** felipemonteiro__ has joined #heat | 19:04 | |
*** jcoufal has joined #heat | 19:08 | |
*** chlong_ has quit IRC | 19:16 | |
*** flwang1 has joined #heat | 19:20 | |
*** flwang1 has quit IRC | 19:23 | |
*** bnemec is now known as bnemec-backlater | 19:24 | |
*** omie888777 has quit IRC | 19:37 | |
*** omie888777 has joined #heat | 19:38 | |
*** jtomasek has quit IRC | 19:48 | |
*** nicolasbock has joined #heat | 19:52 | |
*** crose has quit IRC | 19:53 | |
*** ayoung_ has joined #heat | 20:03 | |
*** ayoung_ has quit IRC | 20:05 | |
*** armaan has quit IRC | 20:07 | |
*** felipemonteiro_ has joined #heat | 20:08 | |
*** ayoung has quit IRC | 20:08 | |
*** ayoung has joined #heat | 20:08 | |
*** felipemonteiro__ has quit IRC | 20:11 | |
*** jcoufal has quit IRC | 20:14 | |
*** myoung is now known as myoung|bbl | 20:28 | |
*** myoung|bbl is now known as myoung | 20:29 | |
*** zzzeek has quit IRC | 20:39 | |
*** flwang1 has joined #heat | 20:41 | |
*** yassine has quit IRC | 20:44 | |
*** gouthamr_ has quit IRC | 20:46 | |
*** zzzeek has joined #heat | 20:57 | |
*** rwsu has joined #heat | 21:02 | |
*** armaan has joined #heat | 21:06 | |
*** jcoufal has joined #heat | 21:12 | |
*** jcoufal has quit IRC | 21:14 | |
*** felipemonteiro_ has quit IRC | 21:19 | |
*** felipemonteiro_ has joined #heat | 21:19 | |
*** zzzeek has quit IRC | 21:19 | |
*** ayoung has quit IRC | 21:20 | |
*** zzzeek has joined #heat | 21:20 | |
*** ayoung has joined #heat | 21:23 | |
*** zzzeek has quit IRC | 21:23 | |
*** zzzeek has joined #heat | 21:25 | |
*** catintheroof has quit IRC | 21:41 | |
*** gfidente is now known as gfidente|afk | 21:52 | |
*** blomquisg is now known as blomquisg_gone | 22:01 | |
*** dprince has quit IRC | 22:02 | |
*** felipemonteiro_ has quit IRC | 22:15 | |
*** gouthamr has joined #heat | 22:27 | |
*** hongbin has quit IRC | 23:18 | |
*** felipemonteiro_ has joined #heat | 23:20 | |
*** felipemonteiro__ has joined #heat | 23:21 | |
*** felipemonteiro_ has quit IRC | 23:25 | |
*** omie888777 has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!