*** achanda has quit IRC | 00:02 | |
*** achanda has joined #openstack-zaqar | 00:02 | |
*** achanda has quit IRC | 00:03 | |
*** achanda has joined #openstack-zaqar | 00:04 | |
flwang | vkmc: still around? | 00:26 |
---|---|---|
*** achanda has quit IRC | 00:30 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Check marker before accessing it https://review.openstack.org/148396 | 01:01 |
vkmc | flwang, sure | 01:12 |
flwang | vkmc: https://review.openstack.org/#/c/148396/ | 01:17 |
flwang | vkmc: I can't find a good way to test it, so leave it as it is | 01:17 |
vkmc | flwang, oh cool :) | 01:19 |
* vkmc clicks | 01:19 | |
*** echevemaster has joined #openstack-zaqar | 01:42 | |
*** echevemaster has quit IRC | 01:42 | |
*** kgriffs is now known as kgriffs|afk | 01:51 | |
*** cpallares has quit IRC | 02:14 | |
openstackgerrit | MATSUMURA, Shuntaro proposed openstack/python-zaqarclient: Fix request by claim message https://review.openstack.org/148410 | 02:42 |
*** achanda has joined #openstack-zaqar | 03:20 | |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1 https://review.openstack.org/148414 | 03:27 |
*** achanda has quit IRC | 03:41 | |
*** achanda has joined #openstack-zaqar | 03:44 | |
*** achanda has quit IRC | 03:51 | |
*** achanda has joined #openstack-zaqar | 04:02 | |
*** flwang1 has quit IRC | 04:08 | |
*** cpallares has joined #openstack-zaqar | 04:22 | |
*** cpallares has quit IRC | 04:23 | |
*** csoukup has joined #openstack-zaqar | 05:09 | |
*** achanda has quit IRC | 05:09 | |
*** achanda has joined #openstack-zaqar | 05:11 | |
*** csoukup has quit IRC | 05:36 | |
*** davideagnello has joined #openstack-zaqar | 06:48 | |
*** davideagnello has quit IRC | 06:52 | |
*** miqui has quit IRC | 06:54 | |
*** achanda has quit IRC | 07:15 | |
*** miqui_ has quit IRC | 07:54 | |
*** exploreshaifali has joined #openstack-zaqar | 08:04 | |
*** dynarro has joined #openstack-zaqar | 08:12 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Split MongoDB's default implementation from FIFO's https://review.openstack.org/148297 | 08:26 |
exploreshaifali | morning!! :) | 08:27 |
flaper87 | exploreshaifali: I'm not here | 08:27 |
flaper87 | :P | 08:27 |
flaper87 | exploreshaifali: goooood morning | 08:27 |
exploreshaifali | hahaha | 08:28 |
exploreshaifali | flaper87, I can see that :P | 08:28 |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 08:28 |
exploreshaifali | flaper87, please give an eye to ^ | 08:31 |
flaper87 | exploreshaifali: will do | 08:31 |
flaper87 | exploreshaifali: commented with some nits | 08:34 |
exploreshaifali | flaper87, okay. Thanks, I have made changes only for mongodb atm | 08:35 |
flaper87 | exploreshaifali: mind addressing those tiny nits asap so we can review on a clean patch set | 08:38 |
flaper87 | ? | 08:38 |
exploreshaifali | flaper87, yes, just looking on them :) | 08:39 |
*** yfujioka has joined #openstack-zaqar | 08:40 | |
*** davideagnello has joined #openstack-zaqar | 08:41 | |
*** davideagnello has quit IRC | 08:45 | |
exploreshaifali | flaper87, we need control_driver instance only for driver.DataDriver class | 08:47 |
exploreshaifali | right | 08:47 |
exploreshaifali | but if we bring `self.control_driver = control_driver` inside base class, than | 08:47 |
exploreshaifali | other DataDriver class such as pooling.DataDriver and pipeline.DataDriver will also affect | 08:48 |
exploreshaifali | flaper87, does these two also need instance of control_driver? | 08:48 |
flaper87 | exploreshaifali: All subclasses of DataDriver need control_driver | 08:48 |
flaper87 | we need to keep the constructor consistent | 08:49 |
openstackgerrit | Merged openstack/zaqar: Check marker before accessing it https://review.openstack.org/148396 | 08:49 |
exploreshaifali | flaper87, constructor consistent part is okay, but why all subclasses of DataDrive need control_drive? | 08:50 |
exploreshaifali | flaper87, we need control_drive just for passing QueueController to DataDriver | 08:50 |
exploreshaifali | that is done only in driver.DataDriver classes | 08:50 |
exploreshaifali | okay, sorry | 08:51 |
exploreshaifali | pipeline.DataDriver also have queue_controller | 08:51 |
flaper87 | :) | 08:51 |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 09:17 |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 09:25 |
exploreshaifali | flaper87, ^ | 09:25 |
exploreshaifali | I am getting errors pasted here : http://dpaste.com/1WHNNKZ | 09:35 |
* flaper87 clicks | 09:41 | |
flaper87 | exploreshaifali: why are you passing the control_driver to the ControlDriver constructor? | 09:44 |
flaper87 | exploreshaifali: https://review.openstack.org/#/c/144340/8/zaqar/storage/base.py,cm | 09:44 |
flaper87 | you just need it in the DataDriver | 09:45 |
flaper87 | wait, wrong link. This one: https://review.openstack.org/#/c/144340/8/zaqar/storage/sqlalchemy/driver.py,cm | 09:45 |
flaper87 | also, pls, move the `queue_controller` definition to the base class | 09:46 |
exploreshaifali | control_driver is passes inside ConrolDriver constructor too because https://github.com/openstack/zaqar/blob/master/zaqar/storage/utils.py#L90-L93 here | 09:47 |
exploreshaifali | in invoke_args | 09:47 |
exploreshaifali | we will pass control_drive too along with cache and cong | 09:47 |
exploreshaifali | *conf | 09:48 |
flaper87 | exploreshaifali: yup but you need to change that function, not the constructors :P | 09:48 |
flaper87 | As in, if control_driver is passed to that function, then you add it to the invoke_args | 09:48 |
exploreshaifali | flaper87, okay, i can make if - else statement | 09:48 |
flaper87 | otherwise, you don't | 09:48 |
exploreshaifali | for that | 09:48 |
flaper87 | exploreshaifali: perfect | 09:48 |
*** flwang1 has joined #openstack-zaqar | 09:57 | |
flwang1 | flaper87: ping | 09:57 |
flaper87 | flwang1: pong | 09:58 |
flwang1 | flaper87: do you have a few minutes to discus the notification service? | 09:58 |
flaper87 | flwang1: yes | 10:03 |
flwang1 | so given the subscription work is almost done, so it's time to take a look the notification sending part | 10:03 |
flaper87 | flwang1: sure | 10:06 |
flwang1 | so the first question is do we need a separate worker for notification sending? | 10:06 |
flwang1 | or just call taskflow in message posting to start a new task/job | 10:08 |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 10:20 |
flaper87 | flwang1: by worker you mean a separte zaqar instance running ? | 10:24 |
flaper87 | I'd like to avoid that for now, TBH. | 10:24 |
flwang1 | flaper87: ok | 10:25 |
flwang1 | so does that mean we will have to inject some code into message posting? | 10:25 |
flaper87 | flwang1: what do you mean? | 10:31 |
flwang1 | flaper87: i'm talking about where to trigger the notification sending? | 10:31 |
exploreshaifali | flaper87, if possible please review the patch, list of error is same http://dpaste.com/1WHNNKZ | 10:34 |
flaper87 | flwang1: in zaqar's web head, no? | 10:37 |
flaper87 | mmh, not sure I follow your question, flwang1 :( | 10:37 |
*** dynarro has quit IRC | 10:37 | |
flwang1 | flaper87: hmm... sorry for the bad expression | 10:37 |
flwang1 | based on my understanding, the basic work flow of notification service will be like: | 10:38 |
flwang1 | 1. create subscription | 10:38 |
flwang1 | 2. post message on the queue | 10:38 |
flwang1 | 3. check if there is subscription for the queue | 10:39 |
flwang1 | 4. sending notification to the subscriber | 10:39 |
flwang1 | now the step 1 is almost done | 10:39 |
flwang1 | and we already implemented the step 2 | 10:39 |
flwang1 | so i'm taking about the step 3 and 4 | 10:39 |
flwang1 | and the question is mainly about | 10:41 |
flwang1 | 'where' | 10:41 |
flwang1 | where to hack the code | 10:41 |
flaper87 | ah mmh, ok | 10:42 |
flaper87 | sorry, I'm slow today | 10:42 |
flaper87 | This is what I had in mind: We've a pipeline that we should probably use | 10:42 |
flaper87 | That'd be: Post the message and then call (in a coroutine) the code for sending the notifications | 10:43 |
flaper87 | https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/common/pipeline.py | 10:43 |
flaper87 | that's the pipeline I'm talking about | 10:43 |
flaper87 | I think we should *always* have a pipeline, regardless we're running in pooling mode or not | 10:44 |
flaper87 | thoughts ? | 10:44 |
flwang1 | yep, that's what i mentioned with you before | 10:44 |
flwang1 | flaper87: but if we want to leverage https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/common/pipeline.py for message posting, we may need refactor current message posting code | 10:45 |
flwang1 | is that ok for you? | 10:45 |
flwang1 | i mean refactor the code at here https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/transport/wsgi/v2_0/messages.py#n153 to support pipeline | 10:47 |
flaper87 | flwang1: I was thinking we would inject the pipeline here:https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/bootstrap.py#n96 | 10:48 |
flwang1 | flaper87: hmm... | 10:53 |
flwang1 | seems we're talking about different levels | 10:53 |
flwang1 | so how can you leverage the pipeline for notification sending given currently the pipeline is only for data driver level, but i think the 'sending' is an operation/menthod level | 10:54 |
flaper87 | flwang1: well, the pipeline is a set of pipelined objects that have some methods implemented | 10:56 |
flaper87 | flwang1: I think we could define a "post_message" method in the 'SubscriberDriver' that will be called everytime a message is posted | 10:56 |
flaper87 | the difference is that the `post_message` method in the SubscriberDriver will trigger the publishing of such message(s) under the assumption that they were all published | 10:57 |
flaper87 | (otherwise it'd have failed earlier in the pipeline) | 10:57 |
flaper87 | does that make any sense? | 10:58 |
* flwang1 is thinking... | 11:01 | |
* flaper87 sends some thinking energies to flwang1 | 11:05 | |
flaper87 | flwang1: gtg, lunch. | 11:05 |
flaper87 | bbib | 11:05 |
*** yfujioka has quit IRC | 11:14 | |
vkmc | morning :) | 11:33 |
kragniz | vkmc: morning! | 11:33 |
vkmc | kragniz, hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii | 11:34 |
exploreshaifali | morning vkmc kragniz :) | 11:41 |
vkmc | exploreshaifali, hiiiiiiiiiiiiiiiiiiiiiiiiiiiii to you too :D | 11:42 |
exploreshaifali | :D | 11:43 |
* vkmc hopes nobody else comes... too much energy put in two first hi's | 11:43 | |
exploreshaifali | lol | 11:43 |
exploreshaifali | wake up every one | 11:43 |
vkmc | shhh exploreshaifali haha | 11:44 |
exploreshaifali | :D | 11:45 |
*** hiii_vkmc has joined #openstack-zaqar | 11:45 | |
hiii_vkmc | hiiiiiiiiiiiiiiiii | 11:45 |
exploreshaifali | hiii_vkmc, hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii | 11:46 |
exploreshaifali | :P | 11:46 |
*** hiii_vkmc has quit IRC | 11:46 | |
exploreshaifali | btw vkmc need your thoughts on http://dpaste.com/1WHNNKZ | 11:46 |
flaper87 | flwang1: ? | 11:46 |
flwang1 | flaper87: yep? | 11:46 |
flaper87 | flwang1: your last status was: "thinkink" | 11:46 |
flaper87 | I'm polling | 11:47 |
flaper87 | :P | 11:47 |
flwang1 | flaper87: yep, i need to write some code to check if it's workable | 11:47 |
flaper87 | flwang1: ok ok | 11:47 |
flaper87 | flwang1: let me know | 11:47 |
flaper87 | thanks | 11:47 |
exploreshaifali | vkmc, error is occuring due to https://github.com/openstack/zaqar/blob/master/zaqar/storage/utils.py#L99 | 11:48 |
flaper87 | exploreshaifali: https://review.openstack.org/#/c/144340/9/zaqar/storage/sqlalchemy/driver.py,cm | 11:48 |
flaper87 | the control driver does not accept a control_driver instance | 11:49 |
* vkmc clicks | 11:49 | |
*** dynarro has joined #openstack-zaqar | 11:49 | |
flaper87 | exploreshaifali: you are getting that error because stevedore fails to load the sqlalchemy driver | 11:49 |
vkmc | flaper87, hola chico :) | 11:49 |
vkmc | exploreshaifali, what flaper87 said ^ | 11:49 |
flaper87 | vkmc: hola caracola! Como estás? | 11:49 |
flaper87 | exploreshaifali: what vkmc said that I said ^ | 11:50 |
* flaper87 starts an infinite loop | 11:50 | |
vkmc | exploreshaifali, what flaper87 said that I said he said | 11:50 |
exploreshaifali | OMG.......but I know how to use break statement :P | 11:50 |
exploreshaifali | :D | 11:50 |
flaper87 | exploreshaifali: commented on the patch | 11:51 |
vkmc | flaper87, bien bien, leyendo el backlog :) y tu? | 11:51 |
exploreshaifali | flaper87, ok, Thanks! | 11:51 |
flaper87 | vkmc: https://review.openstack.org/#/c/147912/ >.> | 11:52 |
flaper87 | merge conflicts, great! #NOT | 11:52 |
vkmc | whaaaaaaaaaat? c'mon | 11:53 |
flaper87 | vkmc: when you get a chance, could you please review my patches? | 11:59 |
flaper87 | moving forward with the capabilities thing | 11:59 |
vkmc | flaper87, of course! :) | 12:00 |
exploreshaifali | flaper87, *re-add this line* for base.py under subscription_controller.py? | 12:01 |
exploreshaifali | https://review.openstack.org/#/c/144340/9/zaqar/storage/base.py | 12:01 |
flwang1 | flaper87: vkmc: https://review.openstack.org/#/c/142432/ | 12:01 |
flwang1 | pls help review it ^ | 12:02 |
flwang1 | thanks :) | 12:02 |
flwang1 | offline now | 12:02 |
flaper87 | exploreshaifali: yes... According to pep8, there should be 2 lines in between global definitions | 12:02 |
flaper87 | flwang1: have a great night | 12:02 |
exploreshaifali | ok! | 12:02 |
vkmc | flwang, good night! ttyt :) | 12:05 |
vkmc | flwang1, ^ | 12:05 |
flaper87 | vkmc: ssssssshhhhhhhhhhhhhhhh, flwang1 flwang1 flwang1 flwang1 is SLEEPING | 12:07 |
vkmc | flaper87, btw https://review.openstack.org/#/c/148414/ | 12:10 |
vkmc | that is a WIP | 12:10 |
vkmc | but any feedback is welcome | 12:10 |
*** pcaruana has joined #openstack-zaqar | 12:17 | |
*** davideagnello has joined #openstack-zaqar | 12:18 | |
*** davideagnello has quit IRC | 12:23 | |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 12:35 |
exploreshaifali | flaper87, vkmc still getting same error, after removing control_driver parameter form ControlDriver class of sqlalchemy | 12:49 |
exploreshaifali | driver | 12:49 |
exploreshaifali | see the latest patch | 12:49 |
*** jchai has joined #openstack-zaqar | 13:00 | |
flaper87 | exploreshaifali: commented | 13:06 |
*** exploreshaifali has quit IRC | 13:08 | |
*** exploreshaifali has joined #openstack-zaqar | 13:11 | |
*** exploreshaifali has quit IRC | 13:31 | |
openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 13:33 |
vkmc | mahna mahna | 13:44 |
openstackgerrit | Louis Taylor proposed openstack/zaqar: Move oslo libraries out of the oslo namespace https://review.openstack.org/148562 | 13:46 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Use pool's capabilities for flavors in v2 https://review.openstack.org/148566 | 13:53 |
* flaper87 is happy to have finally found the time to get this thing done ^ | 13:53 | |
*** sriram has joined #openstack-zaqar | 14:11 | |
*** flwang1 has quit IRC | 14:11 | |
*** csoukup has joined #openstack-zaqar | 14:11 | |
*** mpanetta has joined #openstack-zaqar | 14:28 | |
*** dynarro_ has joined #openstack-zaqar | 14:40 | |
*** dynarro has quit IRC | 14:40 | |
*** amitgandhinz has joined #openstack-zaqar | 14:41 | |
*** cpallares has joined #openstack-zaqar | 15:07 | |
*** jasondotstar has joined #openstack-zaqar | 15:16 | |
*** kgriffs|afk is now known as kgriffs | 15:18 | |
*** dynarro has joined #openstack-zaqar | 15:21 | |
*** dynarro_ has quit IRC | 15:21 | |
*** diga has quit IRC | 15:43 | |
*** diga has joined #openstack-zaqar | 15:44 | |
*** achanda has joined #openstack-zaqar | 15:50 | |
*** achanda has quit IRC | 15:55 | |
*** diga has quit IRC | 15:59 | |
*** amalagon has quit IRC | 16:15 | |
*** dynarro has quit IRC | 16:18 | |
*** amalagon has joined #openstack-zaqar | 16:34 | |
*** achanda has joined #openstack-zaqar | 16:58 | |
*** sriram has quit IRC | 17:03 | |
*** achanda has quit IRC | 17:07 | |
*** jchai is now known as jchai_afk | 17:12 | |
*** jchai_afk is now known as jchai | 17:14 | |
*** davideagnello has joined #openstack-zaqar | 17:15 | |
*** sriram has joined #openstack-zaqar | 17:39 | |
jasondotstar | https://wiki.openstack.org/wiki/Zaqar/Give_Zaqar_a_try#Set_up_a_simple_Zaqar_deployment <= is this pretty current? | 17:40 |
jasondotstar | morning, btw. | 17:40 |
kragniz | jasondotstar: it looks pretty up to date (tox -e genconfig is my benchmark) | 17:42 |
jasondotstar | kragniz, thx. wanna see if it works | 17:47 |
*** davideagnello has quit IRC | 17:57 | |
*** pcaruana has quit IRC | 18:00 | |
*** csoukup has quit IRC | 18:08 | |
*** achanda has joined #openstack-zaqar | 18:11 | |
jasondotstar | flaper87, going to use this as a basis for starting the puppet code... | 18:21 |
*** achanda has quit IRC | 18:28 | |
*** jchai is now known as jchai_afk | 18:38 | |
*** achanda has joined #openstack-zaqar | 18:50 | |
*** davideagnello has joined #openstack-zaqar | 19:06 | |
*** davideagnello has quit IRC | 19:07 | |
*** jchai_afk is now known as jchai | 19:10 | |
*** achanda has quit IRC | 19:29 | |
*** flwang1 has joined #openstack-zaqar | 19:30 | |
*** flwang1 has quit IRC | 19:32 | |
*** achanda has joined #openstack-zaqar | 19:32 | |
*** exploreshaifali has joined #openstack-zaqar | 19:33 | |
*** openstackstatus has joined #openstack-zaqar | 19:46 | |
*** ChanServ sets mode: +v openstackstatus | 19:46 | |
-openstackstatus- NOTICE: Gerrit restarted to address likely memory leak leading to server slowness. Sorry if you were caught in the restart | 19:54 | |
*** achanda has quit IRC | 20:03 | |
flaper87 | jasondotstar: hey hey | 20:13 |
flaper87 | jasondotstar: so, yeah. That should be pretty much up-to-date | 20:14 |
flaper87 | jasondotstar: except for [drivers:storage:mongodb] | 20:14 |
flaper87 | jasondotstar: which is now [drivers:message_store:mongodb] | 20:15 |
*** exploreshaifali has quit IRC | 20:17 | |
*** flwang1 has joined #openstack-zaqar | 20:18 | |
*** achanda has joined #openstack-zaqar | 20:44 | |
jasondotstar | flaper87, ack. | 20:50 |
*** achanda has quit IRC | 20:51 | |
vkmc | jasondotstar, that is updated! :) | 20:54 |
vkmc | thanks for working on it | 20:54 |
vkmc | I'm mentally lagged :| | 21:02 |
kragniz | vkmc: present for you! https://review.openstack.org/#/c/148562/ | 21:07 |
vkmc | I have a present for you too kragniz | 21:12 |
kragniz | what can it be!? | 21:13 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 21:13 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Adds message processing to WebSockets driver https://review.openstack.org/144803 | 21:13 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1 https://review.openstack.org/148414 | 21:13 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Adds websockets driver to Zaqar server https://review.openstack.org/140155 | 21:13 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Refactor Api classes to enhance consistency https://review.openstack.org/148265 | 21:13 |
vkmc | there | 21:13 |
kragniz | eep | 21:13 |
vkmc | :D | 21:14 |
vkmc | ahahahaha | 21:14 |
vkmc | I'm kidding, that is for flaper87 | 21:14 |
kragniz | excellent | 21:15 |
flaper87 | >.> | 21:17 |
vkmc | btw... how should I do to avoid gerrit to change topic names when creating dependencies? | 21:18 |
vkmc | its bothering | 21:18 |
flaper87 | vkmc: use -t | 21:19 |
flaper87 | vkmc: git review -t your-topic | 21:20 |
vkmc | mmh | 21:21 |
vkmc | flaper87, but I have patchsets at the top with a different topic | 21:22 |
vkmc | -t set the same topic for all changes | 21:22 |
*** davideagnello has joined #openstack-zaqar | 21:25 | |
*** davideagnello has quit IRC | 21:29 | |
*** davideagnello has joined #openstack-zaqar | 21:30 | |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 21:43 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Refactor Api classes to enhance consistency https://review.openstack.org/148265 | 21:44 |
*** amitgandhinz has quit IRC | 21:44 | |
*** amitgandhinz has joined #openstack-zaqar | 21:49 | |
*** achanda has joined #openstack-zaqar | 21:57 | |
*** davideagnello has quit IRC | 22:02 | |
*** davideagnello has joined #openstack-zaqar | 22:04 | |
*** achanda has quit IRC | 22:19 | |
*** achanda has joined #openstack-zaqar | 22:20 | |
*** mpanetta has quit IRC | 22:48 | |
*** amitgandhinz has quit IRC | 22:50 | |
*** sriram has quit IRC | 22:51 | |
*** jchai has quit IRC | 22:54 | |
*** davideagnello has quit IRC | 23:01 | |
*** davideagnello has joined #openstack-zaqar | 23:02 | |
*** achanda has quit IRC | 23:21 | |
*** achanda has joined #openstack-zaqar | 23:21 | |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 23:45 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Adds websockets driver to Zaqar server https://review.openstack.org/140155 | 23:46 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1 https://review.openstack.org/148414 | 23:47 |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Adds message processing to WebSockets driver https://review.openstack.org/144803 | 23:48 |
*** achanda has quit IRC | 23:48 | |
*** achanda has joined #openstack-zaqar | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!