*** mannamne has joined #heat | 00:01 | |
*** zz_dimtruck is now known as dimtruck | 00:06 | |
*** mewald has joined #heat | 00:10 | |
*** elynn has joined #heat | 00:13 | |
*** mewald has quit IRC | 00:14 | |
openstackgerrit | Steve Baker proposed openstack/heat master: Store user_domain in self._user_domain_id https://review.openstack.org/431234 | 00:15 |
---|---|---|
*** rajpatel has quit IRC | 00:16 | |
*** jaosorior has joined #heat | 00:20 | |
*** sdake_ has quit IRC | 00:20 | |
*** mewald has joined #heat | 00:21 | |
*** Drago1 has joined #heat | 00:25 | |
*** Pavo has joined #heat | 00:25 | |
*** mewald has quit IRC | 00:26 | |
*** jaosorior has quit IRC | 00:31 | |
*** mannamne has quit IRC | 00:31 | |
openstackgerrit | Steve Baker proposed openstack/heat master: Just to migrate existing resource to backup stack https://review.openstack.org/429623 | 00:31 |
*** EricGonc_ has joined #heat | 00:32 | |
*** Drago1 has quit IRC | 00:38 | |
*** Drago1 has joined #heat | 00:39 | |
*** Drago1 has quit IRC | 00:39 | |
stevebaker | ramishra: I think this fixes the issue dprince found https://review.openstack.org/#/c/431234/ | 00:45 |
*** KanagarajM has quit IRC | 00:52 | |
*** KanagarajM has joined #heat | 00:52 | |
*** hoangcx has joined #heat | 00:54 | |
*** dimtruck is now known as zz_dimtruck | 00:56 | |
*** KanagarajM has quit IRC | 01:07 | |
*** KanagarajM has joined #heat | 01:07 | |
*** crazymozart1 has joined #heat | 01:11 | |
*** crazymozart has quit IRC | 01:15 | |
*** Pavo has quit IRC | 01:15 | |
*** sdake has joined #heat | 01:18 | |
*** zz_dimtruck is now known as dimtruck | 01:19 | |
*** sdake has quit IRC | 01:20 | |
*** sdake has joined #heat | 01:21 | |
*** zhurong has joined #heat | 01:28 | |
*** zhurong has quit IRC | 01:35 | |
*** yanyanhu has joined #heat | 01:35 | |
*** dimtruck is now known as zz_dimtruck | 01:39 | |
*** adrian_otto has quit IRC | 01:39 | |
*** KanagarajM has quit IRC | 01:42 | |
*** KanagarajM has joined #heat | 01:43 | |
*** adrian_otto has joined #heat | 01:59 | |
*** crazymozart1 has quit IRC | 01:59 | |
*** crazymozart1 has joined #heat | 01:59 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Fix wrong indents for docs https://review.openstack.org/431248 | 02:00 |
*** adrian_otto has quit IRC | 02:03 | |
*** Pavo has joined #heat | 02:05 | |
*** david-lyle has joined #heat | 02:06 | |
*** Pavo has quit IRC | 02:07 | |
*** wirehead_ has quit IRC | 02:12 | |
*** wirehead_ has joined #heat | 02:13 | |
*** elynn has quit IRC | 02:17 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Remove support for py34 https://review.openstack.org/431255 | 02:20 |
*** tiantian has quit IRC | 02:24 | |
*** cwolferh has quit IRC | 02:24 | |
openstackgerrit | huangtianhua proposed openstack/python-heatclient master: Remove support for py34 https://review.openstack.org/431257 | 02:24 |
*** jcoufal has joined #heat | 02:25 | |
*** elynn has joined #heat | 02:29 | |
*** jcoufal has quit IRC | 02:29 | |
*** tiantian has joined #heat | 02:32 | |
*** zz_dimtruck is now known as dimtruck | 02:38 | |
*** gongysh has quit IRC | 02:40 | |
*** gongysh has joined #heat | 02:40 | |
*** akuznetsov has joined #heat | 02:41 | |
*** gongysh has quit IRC | 02:45 | |
*** KanagarajM has quit IRC | 02:52 | |
*** KanagarajM has joined #heat | 02:52 | |
*** cmyster has quit IRC | 02:54 | |
*** akuznetsov has quit IRC | 02:54 | |
*** ccamacho has quit IRC | 02:58 | |
*** openstackstatus has quit IRC | 02:58 | |
*** ccamacho has joined #heat | 02:59 | |
*** htruta has quit IRC | 02:59 | |
*** denaitre has quit IRC | 02:59 | |
*** htruta has joined #heat | 02:59 | |
*** openstackstatus has joined #heat | 03:00 | |
*** ChanServ sets mode: +v openstackstatus | 03:00 | |
*** denaitre has joined #heat | 03:01 | |
*** cmyster has joined #heat | 03:03 | |
*** cmyster has joined #heat | 03:03 | |
*** yuanying has quit IRC | 03:05 | |
*** yuanying has joined #heat | 03:07 | |
*** yuanying has quit IRC | 03:11 | |
*** EricGonc_ has quit IRC | 03:15 | |
*** ricolin has joined #heat | 03:17 | |
*** jcoufal has joined #heat | 03:23 | |
*** links has joined #heat | 03:33 | |
*** KanagarajM has quit IRC | 03:33 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Use domain ids along with domain names https://review.openstack.org/431297 | 03:39 |
ramishra | grenade job seems broken, ^^^ will possibly fix it. Please don't recheck | 03:40 |
*** sdake has quit IRC | 03:45 | |
ramishra | stevebaker: hey around? | 03:50 |
stevebaker | ramishra: yo | 03:50 |
ramishra | stevebaker: reg https://review.openstack.org/#/c/431234/1, I was wondering whether we would need to load user_domain from auth_ref, would not be always there in the context? | 03:51 |
ramishra | may be I'm missing something | 03:51 |
stevebaker | ramishra: this may be specific to the noauth middleware | 03:52 |
ramishra | What I noticed yesterday was it was trying to create the password auth_plugin in load_keystone_data https://github.com/openstack/heat/blob/master/heat/common/context.py#L276 | 03:58 |
ramishra | and then failing as the self._keystone_loaded flag is already set to True | 03:58 |
ramishra | stevebaker: your change would surely avoid that | 04:00 |
stevebaker | ramishra: I think noauth middleware needs to set some more headers to behave like auth_token, then a bogus user_domain will be set on the context when it is first created. I can look at that tomorrow, but the above fix would at least restore the previous behaviour | 04:01 |
*** jcoufal has quit IRC | 04:07 | |
*** cmyster has quit IRC | 04:20 | |
*** cmyster has joined #heat | 04:21 | |
*** cwolferh has joined #heat | 04:27 | |
*** adrian_otto has joined #heat | 04:29 | |
*** nmathew has joined #heat | 04:29 | |
*** sdake has joined #heat | 04:34 | |
*** adrian_otto has quit IRC | 04:36 | |
*** KanagarajM has joined #heat | 04:41 | |
*** prateek has joined #heat | 04:52 | |
*** prateek_ has joined #heat | 04:53 | |
*** dimtruck is now known as zz_dimtruck | 04:54 | |
openstackgerrit | Merged openstack/heat master: Switch to heat-agents for docs https://review.openstack.org/417786 | 05:02 |
*** sdake has quit IRC | 05:39 | |
*** sdake has joined #heat | 05:39 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Use domain ids along with domain names https://review.openstack.org/431297 | 05:54 |
*** yuanying has joined #heat | 06:07 | |
*** prateek__ has joined #heat | 06:28 | |
*** wolsen_ has joined #heat | 06:31 | |
*** wolsen has quit IRC | 06:33 | |
*** denaitre has quit IRC | 06:33 | |
*** prateek_ has quit IRC | 06:33 | |
*** liusheng has quit IRC | 06:33 | |
*** denaitre has joined #heat | 06:33 | |
*** wolsen_ is now known as wolsen | 06:33 | |
*** liusheng has joined #heat | 06:33 | |
*** wangbo has quit IRC | 06:35 | |
*** mewald has joined #heat | 06:38 | |
*** mewald has quit IRC | 06:43 | |
*** hoangcx_ has joined #heat | 06:55 | |
*** sdake has quit IRC | 06:56 | |
*** hoangcx has quit IRC | 06:57 | |
skraynev | ramishra: sorry I forgot about meeting - was busy :( | 06:58 |
openstackgerrit | huangtianhua proposed openstack/heat master: Correct resource type in zaqar notification releasenotes https://review.openstack.org/431346 | 06:58 |
*** wangbo has joined #heat | 06:59 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Use domain ids along with domain names https://review.openstack.org/431297 | 06:59 |
*** rcernin has joined #heat | 07:00 | |
ramishra | skraynev: probably that's meant for the new PTL;) ricolin has taken over the mantle:) | 07:01 |
ricolin | skraynev: ouch!... | 07:02 |
skraynev | oh :) ricolin: Grac! :) | 07:03 |
openstackgerrit | Crag Wolfe proposed openstack/heat master: WIP - consolidate resource locking with state changes https://review.openstack.org/431347 | 07:04 |
*** gongysh has joined #heat | 07:30 | |
*** prateek__ has quit IRC | 07:38 | |
*** prateek_ has joined #heat | 07:38 | |
*** mewald has joined #heat | 07:44 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Use domain ids along with domain names https://review.openstack.org/431297 | 07:49 |
*** sshnaidm|off is now known as sshnaidm | 07:55 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Mark deprecated resources as HIDDEN https://review.openstack.org/431359 | 07:58 |
*** jprovazn has joined #heat | 08:00 | |
*** hoangcx_ has quit IRC | 08:02 | |
*** hoangcx has joined #heat | 08:02 | |
*** sdake has joined #heat | 08:06 | |
*** mewald has quit IRC | 08:19 | |
*** mewald has joined #heat | 08:20 | |
*** liusheng has quit IRC | 08:22 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Remove deprecated functions https://review.openstack.org/431374 | 08:24 |
*** sdake has quit IRC | 08:24 | |
*** eliqiao_ has quit IRC | 08:40 | |
*** eliqiao has joined #heat | 08:43 | |
*** rcernin has quit IRC | 08:50 | |
*** wllabs_ has joined #heat | 08:53 | |
*** wllabs has quit IRC | 08:54 | |
*** wllabs_ is now known as wllabs | 08:54 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #heat | 09:00 | |
*** openstackgerrit has quit IRC | 09:03 | |
*** wllabs has quit IRC | 09:03 | |
*** wllabs has joined #heat | 09:04 | |
*** rcernin has joined #heat | 09:06 | |
*** gfidente has joined #heat | 09:25 | |
*** gfidente has joined #heat | 09:25 | |
*** openstackgerrit has joined #heat | 09:28 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix number of issues with grenade job https://review.openstack.org/431297 | 09:28 |
*** sdake has joined #heat | 09:39 | |
therve_ | ramishra, Why do those issues appear all of a sudden? | 09:42 |
ramishra | therve: keystone v3 and ocata branching | 09:42 |
therve_ | ramishra, Ah it's o->p upgrade? | 09:44 |
ramishra | therve_: yep | 09:45 |
therve_ | OK | 09:45 |
*** therve_ is now known as therve | 09:45 | |
*** prateek_ has quit IRC | 09:48 | |
*** prateek has quit IRC | 09:48 | |
*** prateek has joined #heat | 09:48 | |
openstackgerrit | huangtianhua proposed openstack/heat master: Mark deprecated resources as HIDDEN https://review.openstack.org/431359 | 09:49 |
*** mannamne has joined #heat | 09:49 | |
*** sdake has quit IRC | 09:57 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix number of issues with grenade job https://review.openstack.org/431297 | 10:01 |
*** david-lyle has quit IRC | 10:02 | |
*** sshnaidm is now known as sshnaidm|afk | 10:06 | |
*** hoangcx has quit IRC | 10:07 | |
*** yanyanhu has quit IRC | 10:09 | |
*** nilles has joined #heat | 10:21 | |
*** jcoufal has joined #heat | 10:22 | |
openstackgerrit | Sergey Kraynev proposed openstack/heat master: Handle network property for Server on cancel-update https://review.openstack.org/415849 | 10:26 |
*** links has quit IRC | 10:27 | |
*** ricolin has quit IRC | 10:30 | |
*** jprovazn has quit IRC | 10:31 | |
*** jprovazn has joined #heat | 10:31 | |
*** yuanying has quit IRC | 10:36 | |
*** links has joined #heat | 10:41 | |
*** sdake has joined #heat | 10:52 | |
*** nmathew has quit IRC | 10:59 | |
*** jokappel has joined #heat | 11:08 | |
*** sdake has quit IRC | 11:11 | |
*** ayoung has quit IRC | 11:14 | |
*** liusheng has joined #heat | 11:23 | |
*** ayoung has joined #heat | 11:28 | |
*** sshnaidm|afk is now known as sshnaidm | 11:29 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix number of issues with grenade job https://review.openstack.org/431297 | 11:29 |
*** dgonzalez has quit IRC | 11:30 | |
*** zaneb has quit IRC | 11:41 | |
*** gongysh has quit IRC | 11:41 | |
*** dgonzalez has joined #heat | 11:51 | |
*** wllabs_ has joined #heat | 11:52 | |
*** wllabs has quit IRC | 11:53 | |
*** wllabs_ is now known as wllabs | 11:53 | |
*** links has quit IRC | 11:55 | |
*** derekh has joined #heat | 11:58 | |
*** askb has quit IRC | 11:59 | |
*** fragatina has quit IRC | 12:00 | |
*** dbecker has joined #heat | 12:01 | |
*** links has joined #heat | 12:08 | |
*** dprince has joined #heat | 12:13 | |
*** jcoufal has quit IRC | 12:14 | |
*** links has quit IRC | 12:50 | |
*** crazymozart1 has quit IRC | 12:58 | |
*** EricGonczer_ has joined #heat | 13:02 | |
*** steveg_afk has quit IRC | 13:03 | |
*** Pavo has joined #heat | 13:03 | |
*** KanagarajM has quit IRC | 13:06 | |
*** steveg_afk has joined #heat | 13:17 | |
*** Jack_I has joined #heat | 13:17 | |
*** jprovazn has quit IRC | 13:25 | |
*** jokappel has quit IRC | 13:25 | |
*** jprovazn has joined #heat | 13:26 | |
*** EricGonc_ has joined #heat | 13:34 | |
*** EricGonczer_ has quit IRC | 13:34 | |
*** mewald has quit IRC | 13:38 | |
*** wllabs has quit IRC | 13:49 | |
*** wllabs has joined #heat | 13:50 | |
*** zz_dimtruck is now known as dimtruck | 13:50 | |
*** mewald has joined #heat | 13:51 | |
*** gongysh has joined #heat | 13:52 | |
*** EricGonc_ has quit IRC | 13:54 | |
*** mewald has quit IRC | 13:56 | |
*** rajpatel has joined #heat | 14:03 | |
*** wllabs has quit IRC | 14:06 | |
*** jprovazn has quit IRC | 14:07 | |
*** wllabs has joined #heat | 14:08 | |
*** blomquisg_gone is now known as blomquisg | 14:08 | |
*** blomquisg is now known as blomquisg_gone | 14:09 | |
*** jprovazn has joined #heat | 14:09 | |
*** Pavo has quit IRC | 14:10 | |
*** zaneb has joined #heat | 14:10 | |
*** Pavo has joined #heat | 14:14 | |
*** jcoufal has joined #heat | 14:17 | |
*** Pavo has quit IRC | 14:19 | |
*** blues-man has joined #heat | 14:20 | |
*** catintheroof has joined #heat | 14:31 | |
*** blomquisg_gone is now known as blomquisg | 14:39 | |
*** mewald has joined #heat | 14:43 | |
*** blues-man has quit IRC | 14:49 | |
*** sdake has joined #heat | 14:51 | |
*** sdake_ has joined #heat | 14:54 | |
ramishra | https://review.openstack.org/431297 is finally green now and would unblock the gate | 14:55 |
*** sdake has quit IRC | 14:55 | |
*** wllabs has quit IRC | 14:56 | |
*** wllabs has joined #heat | 14:56 | |
*** crazymozart has joined #heat | 15:01 | |
*** dimtruck is now known as zz_dimtruck | 15:06 | |
*** jasond has joined #heat | 15:09 | |
*** jprovazn has quit IRC | 15:14 | |
*** vijendar1 has joined #heat | 15:15 | |
*** adrian_otto has joined #heat | 15:18 | |
*** rajpatel has quit IRC | 15:23 | |
*** EricGonczer_ has joined #heat | 15:25 | |
*** vijendar1 has quit IRC | 15:26 | |
*** mewald has quit IRC | 15:27 | |
*** chris_hultin|AWA is now known as chris_hultin | 15:31 | |
*** zz_dimtruck is now known as dimtruck | 15:32 | |
*** mewald has joined #heat | 15:34 | |
*** KanagarajM has joined #heat | 15:35 | |
*** adrian_otto has quit IRC | 15:37 | |
zaneb | ramishra: that's good enough for me ;) | 15:38 |
zaneb | +2 | 15:38 |
*** blues-man has joined #heat | 15:40 | |
ramishra | zaneb: this is what it looks like http://logs.openstack.org/97/431297/6/check/gate-grenade-dsvm-heat-ubuntu-xenial/4d2128f/logs/grenade.sh.txt.gz#_2017-02-09_11_00_55_622 | 15:43 |
ramishra | zaneb: 'is_service_running' does a grep and I did not find a better way to fix it:) | 15:44 |
zaneb | oh, it's the ones with "wsgi:" in front that are truncated | 15:46 |
ramishra | zaneb: yeah | 15:46 |
zaneb | so everything is truncated to 16 | 15:46 |
zaneb | that makes more sense | 15:46 |
*** derekh has quit IRC | 15:53 | |
*** mewald has quit IRC | 15:55 | |
*** spzala has joined #heat | 15:58 | |
*** adrian_otto has joined #heat | 16:00 | |
*** KanagarajM has quit IRC | 16:00 | |
*** rajpatel has joined #heat | 16:04 | |
*** adrian_otto1 has joined #heat | 16:05 | |
*** adrian_otto has quit IRC | 16:06 | |
*** vijendar has joined #heat | 16:07 | |
*** KanagarajM has joined #heat | 16:07 | |
*** mewald has joined #heat | 16:12 | |
*** gongysh has quit IRC | 16:13 | |
*** annegentle has joined #heat | 16:19 | |
*** KanagarajM has quit IRC | 16:20 | |
*** Drago1 has joined #heat | 16:21 | |
*** fragatina has joined #heat | 16:22 | |
*** adrian_otto1 has quit IRC | 16:26 | |
*** adrian_otto has joined #heat | 16:28 | |
*** jaosorior has joined #heat | 16:31 | |
*** rcernin has quit IRC | 16:32 | |
*** Jack_V has joined #heat | 16:36 | |
*** Jack_I has quit IRC | 16:39 | |
*** david-lyle has joined #heat | 16:40 | |
openstackgerrit | Merged openstack/heat master: Fix number of issues with grenade job https://review.openstack.org/431297 | 16:41 |
*** Jack_V has quit IRC | 16:42 | |
*** annegentle has quit IRC | 16:43 | |
*** annegentle has joined #heat | 16:44 | |
*** crose has joined #heat | 16:44 | |
*** Jack_I has joined #heat | 16:45 | |
*** vishwanathj has joined #heat | 16:50 | |
*** vishwanathj has quit IRC | 16:57 | |
*** Jack_V has joined #heat | 16:59 | |
*** david-lyle has quit IRC | 17:00 | |
*** Jack_I has quit IRC | 17:00 | |
*** Pavo has joined #heat | 17:01 | |
*** jaosorior is now known as jaosorior_mtg | 17:03 | |
*** nilles has quit IRC | 17:05 | |
*** catintheroof has quit IRC | 17:06 | |
*** catintheroof has joined #heat | 17:07 | |
*** Pavo has quit IRC | 17:10 | |
*** catintheroof has quit IRC | 17:11 | |
*** Pavo has joined #heat | 17:12 | |
*** ramishra has quit IRC | 17:20 | |
openstackgerrit | Amy Fong proposed openstack/heat master: heat stack-update assumes interfaces have fixed ip addresses https://review.openstack.org/430358 | 17:36 |
*** sshnaidm is now known as sshnaidm|afk | 17:40 | |
*** dprince has quit IRC | 17:44 | |
*** dprince has joined #heat | 17:45 | |
*** blues-man has quit IRC | 17:47 | |
*** annegentle has quit IRC | 17:49 | |
*** david-lyle has joined #heat | 17:53 | |
*** rajpatel has quit IRC | 17:53 | |
*** mewald has quit IRC | 18:00 | |
*** mewald has joined #heat | 18:02 | |
*** mewald has quit IRC | 18:11 | |
*** mewald has joined #heat | 18:16 | |
*** crose has quit IRC | 18:16 | |
*** mannamne has quit IRC | 18:19 | |
*** mewald has quit IRC | 18:20 | |
*** frippe75 has joined #heat | 18:22 | |
*** catintheroof has joined #heat | 18:26 | |
*** spzala has quit IRC | 18:27 | |
*** annegentle has joined #heat | 18:34 | |
*** crose has joined #heat | 18:35 | |
*** jaosorior_mtg has quit IRC | 18:35 | |
*** jaosorior has joined #heat | 18:35 | |
*** jcoufal_ has joined #heat | 18:38 | |
*** sdake_ has quit IRC | 18:38 | |
*** jcoufal__ has joined #heat | 18:40 | |
*** jcoufal has quit IRC | 18:41 | |
*** jcoufal_ has quit IRC | 18:43 | |
*** david-lyle has quit IRC | 18:45 | |
*** rajpatel has joined #heat | 18:50 | |
*** prateek has quit IRC | 18:51 | |
*** crazymozart has quit IRC | 18:53 | |
*** jcoufal has joined #heat | 18:54 | |
*** jcoufal__ has quit IRC | 18:55 | |
*** AJaeger has joined #heat | 18:58 | |
AJaeger | heat team, could you review https://review.openstack.org/#/q/Id5e3b67190866acdebee2b89f4393d5c407a5b96,n,z , please? This moves the database setup for unit-tests from project-config to your repo and gives you the flexibility to enhance this further. | 18:58 |
*** elynn has quit IRC | 19:01 | |
*** rajpatel has quit IRC | 19:04 | |
*** elynn has joined #heat | 19:06 | |
*** jcoufal_ has joined #heat | 19:08 | |
*** jcoufal has quit IRC | 19:10 | |
*** blomquisg is now known as blomquisg_gone | 19:12 | |
*** david-lyle has joined #heat | 19:15 | |
*** rajpatel has joined #heat | 19:16 | |
*** Drago1 has quit IRC | 19:19 | |
*** jaosorior has quit IRC | 19:20 | |
*** jcoufal has joined #heat | 19:28 | |
*** Drago1 has joined #heat | 19:30 | |
*** jcoufal_ has quit IRC | 19:30 | |
*** sdake has joined #heat | 19:31 | |
*** david-lyle has quit IRC | 19:31 | |
*** fragatina has quit IRC | 19:33 | |
*** fragatina has joined #heat | 19:33 | |
*** david-lyle has joined #heat | 19:34 | |
*** david-lyle has quit IRC | 19:40 | |
*** jcoufal has quit IRC | 19:40 | |
*** david-lyle has joined #heat | 19:42 | |
*** jcoufal has joined #heat | 19:42 | |
*** mewald has joined #heat | 19:42 | |
*** mewald has quit IRC | 19:47 | |
*** jcoufal_ has joined #heat | 19:51 | |
*** jcoufal has quit IRC | 19:54 | |
*** crose has quit IRC | 19:57 | |
*** rajpatel has quit IRC | 20:00 | |
*** david-lyle has quit IRC | 20:06 | |
*** gfidente is now known as gfidente|afk | 20:10 | |
*** jaosorior has joined #heat | 20:11 | |
*** sdake has quit IRC | 20:14 | |
-openstackstatus- NOTICE: Restarting gerrit due to performance problems | 20:18 | |
*** mannamne has joined #heat | 20:25 | |
*** rajpatel has joined #heat | 20:25 | |
*** Pavo has quit IRC | 20:28 | |
*** rajpatel has quit IRC | 20:34 | |
*** harlowja_ has joined #heat | 20:35 | |
*** adrian_otto has quit IRC | 20:36 | |
*** harlowja has quit IRC | 20:37 | |
*** Jack_V has quit IRC | 20:48 | |
*** crazymozart has joined #heat | 20:49 | |
*** rajpatel has joined #heat | 20:59 | |
*** sdake has joined #heat | 21:02 | |
*** jcoufal has joined #heat | 21:05 | |
*** rajpatel1 has joined #heat | 21:06 | |
*** sdake_ has joined #heat | 21:06 | |
*** mewald has joined #heat | 21:07 | |
*** sdake has quit IRC | 21:07 | |
*** jcoufal_ has quit IRC | 21:08 | |
*** jcoufal__ has joined #heat | 21:08 | |
*** rajpatel has quit IRC | 21:08 | |
*** mewald has quit IRC | 21:11 | |
*** jcoufal has quit IRC | 21:11 | |
*** sdake_ has quit IRC | 21:14 | |
*** gfidente|afk has quit IRC | 21:15 | |
*** fragatina has quit IRC | 21:20 | |
*** fishbone has quit IRC | 21:22 | |
*** askb has joined #heat | 21:25 | |
*** blomquisg_gone is now known as blomquisg | 21:27 | |
*** sdake has joined #heat | 21:31 | |
*** dimtruck is now known as zz_dimtruck | 21:36 | |
*** mewald has joined #heat | 21:44 | |
*** adrian_otto has joined #heat | 21:45 | |
*** blomquisg is now known as blomquisg_gone | 21:47 | |
*** david-lyle has joined #heat | 21:53 | |
*** vijendar has quit IRC | 21:56 | |
*** harlowja_ has quit IRC | 21:58 | |
*** annegentle has quit IRC | 22:01 | |
*** david-lyle has quit IRC | 22:03 | |
*** david-lyle has joined #heat | 22:04 | |
*** chris_hultin is now known as chris_hultin|AWA | 22:05 | |
*** harlowja has joined #heat | 22:05 | |
*** jcoufal has joined #heat | 22:08 | |
*** zz_dimtruck is now known as dimtruck | 22:09 | |
*** fragatina has joined #heat | 22:09 | |
*** jcoufal__ has quit IRC | 22:11 | |
*** david-lyle has quit IRC | 22:20 | |
*** fragatina has quit IRC | 22:21 | |
*** sdake has quit IRC | 22:21 | |
*** jcoufal_ has joined #heat | 22:24 | |
*** jcoufal has quit IRC | 22:26 | |
*** david-lyle has joined #heat | 22:28 | |
*** sdake has joined #heat | 22:37 | |
*** jaosorior has quit IRC | 22:37 | |
*** jaosorior has joined #heat | 22:38 | |
*** jcoufal has joined #heat | 22:39 | |
*** EricGonczer_ has quit IRC | 22:41 | |
*** jcoufal_ has quit IRC | 22:41 | |
*** mannamne has quit IRC | 22:44 | |
*** fragatina has joined #heat | 22:44 | |
*** david-lyle has quit IRC | 22:50 | |
*** david-lyle has joined #heat | 22:50 | |
*** mewald has quit IRC | 22:52 | |
*** jcoufal has quit IRC | 22:55 | |
*** adrian_otto has quit IRC | 22:55 | |
*** chris_hultin|AWA is now known as chris_hultin | 22:59 | |
*** david-lyle_ has joined #heat | 23:06 | |
*** david-lyle has quit IRC | 23:06 | |
*** chris_hultin is now known as chris_hultin|AWA | 23:07 | |
*** tiantian has quit IRC | 23:08 | |
*** tiantian has joined #heat | 23:08 | |
*** david-lyle_ has quit IRC | 23:09 | |
*** Guest81164 has quit IRC | 23:10 | |
*** jaosorior has quit IRC | 23:10 | |
*** Izlots_ has quit IRC | 23:10 | |
*** jaosorior has joined #heat | 23:11 | |
*** fedruantine has joined #heat | 23:11 | |
*** jasond has quit IRC | 23:11 | |
*** yuanying has joined #heat | 23:12 | |
*** Izlots has joined #heat | 23:13 | |
*** dprince has quit IRC | 23:18 | |
*** Guest81164 has joined #heat | 23:18 | |
*** mewald has joined #heat | 23:24 | |
*** fragatin_ has joined #heat | 23:28 | |
*** fragatin_ has quit IRC | 23:28 | |
*** mewald has quit IRC | 23:28 | |
*** jaosorior has quit IRC | 23:29 | |
*** fragatina has quit IRC | 23:31 | |
*** afazekas has quit IRC | 23:32 | |
*** fragatina has joined #heat | 23:32 | |
*** afazekas has joined #heat | 23:33 | |
*** david-lyle_ has joined #heat | 23:33 | |
*** Guest81164 has quit IRC | 23:37 | |
*** Guest81164 has joined #heat | 23:38 | |
*** david-lyle_ has quit IRC | 23:39 | |
*** david-lyle_ has joined #heat | 23:41 | |
*** dprince has joined #heat | 23:50 | |
*** fragatina has quit IRC | 23:50 | |
*** fragatina has joined #heat | 23:50 | |
*** david-lyle_ has quit IRC | 23:54 | |
*** dprince has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!