*** achanda has joined #openstack-zaqar | 00:18 | |
*** achanda has quit IRC | 00:24 | |
*** kgriffs is now known as kgriffs|afk | 00:36 | |
*** achanda has joined #openstack-zaqar | 01:06 | |
*** tqtran has quit IRC | 01:19 | |
*** fribeiro_ has joined #openstack-zaqar | 01:52 | |
*** fribeiro_ has left #openstack-zaqar | 01:52 | |
*** fribeiro_ has joined #openstack-zaqar | 01:52 | |
fribeiro_ | Eva-i: u there? wanted to touch base with you about the code samples review | 01:53 |
---|---|---|
*** tqtran has joined #openstack-zaqar | 02:03 | |
*** tqtran has quit IRC | 02:07 | |
*** achanda has quit IRC | 02:27 | |
*** achanda has joined #openstack-zaqar | 02:31 | |
*** GB21 has joined #openstack-zaqar | 02:49 | |
*** Qiming has quit IRC | 03:17 | |
*** GB21 has quit IRC | 03:25 | |
*** achanda has quit IRC | 04:03 | |
*** achanda has joined #openstack-zaqar | 04:37 | |
*** GB21 has joined #openstack-zaqar | 04:57 | |
*** rcernin has joined #openstack-zaqar | 06:26 | |
*** tesseract has joined #openstack-zaqar | 06:45 | |
*** tesseract is now known as Guest23157 | 06:46 | |
*** eliqiao_ is now known as eliqiao | 06:58 | |
*** GB21 has quit IRC | 07:25 | |
*** jtomasek has quit IRC | 07:58 | |
*** achanda has quit IRC | 08:23 | |
*** GB21 has joined #openstack-zaqar | 08:56 | |
*** GB21 has quit IRC | 09:01 | |
*** GB21 has joined #openstack-zaqar | 09:01 | |
*** achanda has joined #openstack-zaqar | 09:06 | |
Eva-i | fribeiro_: hello, I'm here now. I'll continue reviewing code samples | 09:42 |
Eva-i | vkmc: flaper87: flwang1: flwang: ryansb: sorry, seems like I'll be unable to attend to summit. My visa wasn't granted. I feel completely devastated. | 09:43 |
*** eliqiao has quit IRC | 09:52 | |
*** eliqiao has joined #openstack-zaqar | 09:53 | |
*** Qiming has joined #openstack-zaqar | 09:58 | |
*** achanda has quit IRC | 10:14 | |
*** achanda has joined #openstack-zaqar | 10:16 | |
*** achanda has quit IRC | 10:27 | |
*** dhellmann has joined #openstack-zaqar | 10:36 | |
*** GB21 has quit IRC | 10:47 | |
*** AAzza has quit IRC | 11:06 | |
*** AAzza has joined #openstack-zaqar | 11:08 | |
ryansb | :( oh no! we'll miss you!! | 11:14 |
-openstackstatus- NOTICE: Gate on project-config is currently broken due to IRC tests. The problem has been detected and we are working to fix the issue as soon as possible. | 11:15 | |
fribeiro | Eva-i: that is very unfortunate, what happened? | 11:15 |
*** achanda has joined #openstack-zaqar | 11:27 | |
Eva-i | fribeiro: I just don't meet requirements =/ | 11:29 |
Eva-i | ryansb: me too | 11:29 |
fribeiro | Eva-i: that is nuts | 11:30 |
*** achanda has quit IRC | 11:33 | |
*** GB21 has joined #openstack-zaqar | 11:41 | |
*** openstackgerrit has quit IRC | 11:47 | |
*** openstackgerrit has joined #openstack-zaqar | 11:47 | |
*** GB21 has quit IRC | 11:49 | |
*** GB21 has joined #openstack-zaqar | 11:51 | |
*** david-lyle_ has joined #openstack-zaqar | 12:17 | |
*** david-lyle has quit IRC | 12:17 | |
*** GB21 has quit IRC | 12:17 | |
*** GB21 has joined #openstack-zaqar | 12:19 | |
Eva-i | fribeiro: about jax-rs sample. Are you sure it will work with tyrus? As I know tyrus is a websocket library. | 12:24 |
Eva-i | And jax-rs sample requires some RESTful library. | 12:25 |
fribeiro | Eva-i: it won't, that takes a servlet container, tyrus is a standalone alternative for running the java api for websocket | 12:26 |
fribeiro | Eva-i: you might just skip that and use a servlet container for both | 12:26 |
Eva-i | fribeiro: oh, I think I misunderstood your comment "The Java API for WebSocket is really meant to be used inside a container for most purposes, but it would also work with a standalone implementation like Tyrus (https://tyrus.java.net/). I'd have a similar answer if the question was instead about jAX-RS" | 12:27 |
fribeiro | Eva-i: right | 12:27 |
*** openstackgerrit has quit IRC | 12:33 | |
*** openstackgerrit has joined #openstack-zaqar | 12:33 | |
*** GB21 has quit IRC | 12:38 | |
*** amitgandhinz has joined #openstack-zaqar | 12:57 | |
Eva-i | fribeiro: to resolve javax.ws.rs dependency in jax-rs sample I used Jersey lib, is it right? | 13:07 |
*** openstackgerrit has quit IRC | 13:18 | |
*** openstackgerrit has joined #openstack-zaqar | 13:18 | |
*** kgriffs|afk is now known as kgriffs | 13:19 | |
fribeiro | Eva-i: right | 13:22 |
fribeiro | Eva-i: that is the reference impl of jax-rs as well as tyrus is of java api for websocket | 13:23 |
Eva-i | fribeiro: I still have the problem with 'headers' object: "java.lang.Error: Unresolved compilation problems: The method put(String, List<Object>) in the type Map<String,List<Object>> is not applicable for the arguments (String, String)" | 13:30 |
*** achanda has joined #openstack-zaqar | 13:30 | |
Eva-i | fribeiro: I use Jersey 2.22.2 | 13:31 |
Eva-i | "The method header(String, Object) in the type Invocation.Builder is not applicable for the arguments (MultivaluedMap<String,Object>)" | 13:35 |
fribeiro_ | Eva-i: i will take a closer look, let me get back to you in a few mins | 13:35 |
*** achanda has quit IRC | 13:36 | |
Eva-i | fribeiro_: sure, here's the full error: http://paste.openstack.org/show/PUgC20iCOcSOfkcQsmPG/ | 13:41 |
fribeiro_ | Eva-i: it was really wrong, my bad, sending a new patch set now | 13:47 |
fribeiro_ | Eva-i: hadn't really spotted the error | 13:47 |
fribeiro_ | Eva-i: should be fine now | 13:47 |
openstackgerrit | Fernando Ribeiro proposed openstack/zaqar: Added first batch of samples in multiple languages https://review.openstack.org/294971 | 13:48 |
fribeiro_ | Eva-i: there it goes | 13:48 |
Eva-i | fribeiro: oh, okay | 13:50 |
*** ametts has joined #openstack-zaqar | 13:57 | |
*** tqtran has joined #openstack-zaqar | 13:57 | |
*** fribeiro_ has quit IRC | 14:08 | |
*** ametts has quit IRC | 14:57 | |
*** david_cu has joined #openstack-zaqar | 14:59 | |
*** Guest23157 has quit IRC | 15:21 | |
*** achanda has joined #openstack-zaqar | 15:34 | |
openstackgerrit | Ethan Lynn proposed openstack/zaqar: Fix tempest tests list https://review.openstack.org/299479 | 15:38 |
*** achanda has quit IRC | 15:39 | |
*** venkat_ has joined #openstack-zaqar | 15:39 | |
*** flwang1 has quit IRC | 15:46 | |
*** ametts has joined #openstack-zaqar | 15:51 | |
*** flwang1 has joined #openstack-zaqar | 15:59 | |
*** david_cu has quit IRC | 16:00 | |
*** david_cu has joined #openstack-zaqar | 16:03 | |
*** Qiming has quit IRC | 16:03 | |
*** openstack has joined #openstack-zaqar | 17:04 | |
*** openstackstatus has joined #openstack-zaqar | 17:05 | |
*** ChanServ sets mode: +v openstackstatus | 17:05 | |
*** godlike is now known as godtier | 17:17 | |
*** godtier is now known as godlike | 17:17 | |
*** david_cu has joined #openstack-zaqar | 18:34 | |
*** kgriffs is now known as kgriffs|afk | 18:46 | |
*** kgriffs|afk is now known as kgriffs | 18:52 | |
*** fribeiro has quit IRC | 18:56 | |
*** flwang has quit IRC | 19:04 | |
*** amitgandhinz has quit IRC | 19:11 | |
*** tqtran has quit IRC | 19:12 | |
*** tqtran has joined #openstack-zaqar | 19:12 | |
*** amitgandhinz has joined #openstack-zaqar | 19:14 | |
*** achanda has quit IRC | 19:24 | |
*** fribeiro_ has joined #openstack-zaqar | 19:30 | |
*** fribeiro_ has quit IRC | 19:39 | |
*** fribeiro_ has joined #openstack-zaqar | 19:45 | |
*** fribeiro_ has quit IRC | 19:49 | |
*** achanda has joined #openstack-zaqar | 19:51 | |
*** amitgandhinz has quit IRC | 19:51 | |
*** amitgandhinz has joined #openstack-zaqar | 19:51 | |
*** fribeiro_ has joined #openstack-zaqar | 19:57 | |
flwang1 | Eva-i: i'm sorry to hear that you can't join the summit | 20:24 |
Eva-i | flwang1: we will probably meet at Barcelona summit, yes? =) | 20:26 |
flwang1 | hopefully | 20:31 |
Eva-i | Today I hardly accepted the refusal, way too emotional. Even my body quickly got tired. | 20:31 |
*** achanda has quit IRC | 20:37 | |
*** flwang has joined #openstack-zaqar | 20:37 | |
*** fribeiro_ has quit IRC | 20:39 | |
flwang1 | Eva-i: don't worry, you may just need a job to let them believe you will be back. that's the key for a visa | 20:40 |
*** openstackgerrit has quit IRC | 20:48 | |
*** openstackgerrit has joined #openstack-zaqar | 20:48 | |
*** achanda has joined #openstack-zaqar | 20:56 | |
*** achanda has quit IRC | 20:57 | |
*** achanda has joined #openstack-zaqar | 20:58 | |
Eva-i | flwang1: yes, probably. | 21:02 |
*** amitgandhinz has quit IRC | 21:07 | |
*** david_cu has quit IRC | 21:20 | |
*** david_cu has joined #openstack-zaqar | 21:21 | |
*** david_cu_ has joined #openstack-zaqar | 21:21 | |
*** tqtran is now known as tqtran-afk | 21:22 | |
*** david_cu has quit IRC | 21:25 | |
*** david_cu_ has quit IRC | 21:28 | |
*** david_cu has joined #openstack-zaqar | 21:29 | |
*** achanda has quit IRC | 21:32 | |
*** david_cu has quit IRC | 21:34 | |
*** flwang has quit IRC | 21:52 | |
*** amitgandhinz has joined #openstack-zaqar | 22:08 | |
*** amitgandhinz has quit IRC | 22:13 | |
*** tqtran-afk is now known as tqtran | 22:57 | |
*** ametts has quit IRC | 22:57 | |
flwang1 | therve: around? | 22:57 |
*** amitgandhinz has joined #openstack-zaqar | 23:10 | |
*** amitgandhinz has quit IRC | 23:14 | |
*** kgriffs is now known as kgriffs|afk | 23:19 | |
*** achanda has joined #openstack-zaqar | 23:45 | |
*** tqtran has quit IRC | 23:55 | |
*** Qiming has joined #openstack-zaqar | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!