*** crxz0193 has joined #magnetodb | 03:08 | |
*** denis_makogon has joined #magnetodb | 06:05 | |
*** idegtiarov has joined #magnetodb | 07:30 | |
*** denis_makogon has quit IRC | 08:30 | |
*** crxz0193 has quit IRC | 08:33 | |
*** jeromatron has joined #magnetodb | 08:40 | |
*** crxz0193 has joined #magnetodb | 08:51 | |
*** pas-ha has quit IRC | 09:13 | |
*** denis_makogon has joined #magnetodb | 09:15 | |
*** pas-ha has joined #magnetodb | 09:24 | |
miarmak | gm everebody) | 09:25 |
---|---|---|
miarmak | everybody =) | 09:26 |
*** crxz0193 has quit IRC | 09:28 | |
*** crxz0193 has joined #magnetodb | 09:42 | |
dukhlov | hi, miarmak | 09:44 |
miarmak | dukhlov: hi | 09:44 |
dukhlov | https://issues.apache.org/jira/browse/CASSANDRA-6914 | 09:49 |
dukhlov | it seems that Cassandra bug have been fixed | 09:50 |
dukhlov | I hope Condition operation will be available soon | 09:51 |
*** dukhlov has quit IRC | 09:52 | |
*** dukhlov has joined #magnetodb | 09:58 | |
*** jeromatron has quit IRC | 09:58 | |
*** dukhlov_ has joined #magnetodb | 10:01 | |
*** dukhlov__ has joined #magnetodb | 10:02 | |
miarmak | dukhlov: that's great! | 10:02 |
openstackgerrit | Maksym Iarmak proposed a change to stackforge/magnetodb: Add json import CLI tool https://review.openstack.org/84516 | 10:22 |
openstackgerrit | Oleksandr Minakov proposed a change to stackforge/magnetodb: Add ability run tempest tests separate by categories https://review.openstack.org/84990 | 10:41 |
openstackgerrit | A change was merged to stackforge/magnetodb: Fix IndexError in jsonschema validation https://review.openstack.org/84458 | 11:01 |
openstackgerrit | A change was merged to stackforge/magnetodb: Add json import CLI tool https://review.openstack.org/84516 | 11:03 |
dukhlov__ | guys, please review https://review.openstack.org/#/c/84034/ | 11:40 |
*** jeromatron has joined #magnetodb | 12:07 | |
*** crxz0193 has quit IRC | 12:26 | |
openstackgerrit | A change was merged to stackforge/magnetodb: Adds tempest tests on ReST API query https://review.openstack.org/84034 | 12:53 |
*** keith_newstadt has joined #magnetodb | 13:19 | |
isviridov | keith_newstadt: hi, how are you? | 13:22 |
*** keith_newstadt has quit IRC | 13:24 | |
*** CharlesW has joined #magnetodb | 13:28 | |
*** idegtiarov_ has joined #magnetodb | 13:28 | |
isviridov | CharlesW: hello | 13:29 |
CharlesW | Hi guys | 13:37 |
isviridov | CharlesW: is it early morning at your place? | 13:38 |
CharlesW | 9:38am | 13:38 |
CharlesW | how about you? | 13:38 |
isviridov | 16:38 :) | 13:38 |
isviridov | Really the middle of the day | 13:39 |
CharlesW | guess your days start late :) | 13:39 |
isviridov | Yeap, specially last days | 13:45 |
isviridov | I've filed BP for MagnetoDB driver for Celiometer and going to discuss it today on their weeklt meeting meeting https://blueprints.launchpad.net/ceilometer/+spec/magnetodb-driver | 13:46 |
isviridov | @everybody, welcome to join | 13:46 |
*** aostapenko has joined #magnetodb | 13:49 | |
isviridov | It is in 1 hour at #openstack-meeting | 13:50 |
*** paul_burke has joined #magnetodb | 13:56 | |
*** ominakov has joined #magnetodb | 14:05 | |
miarmak | paul_burke: hi! how are you? | 14:09 |
isviridov | Кто такой? | 14:12 |
isviridov | Sorry... wrong chat | 14:12 |
CharlesW | он nonody | 14:19 |
miarmak | CharlesW: hello) | 14:19 |
CharlesW | привет miarmak | 14:20 |
miarmak | CharlesW: studying russian?) | 14:20 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Add fault wrapper middleware https://review.openstack.org/84694 | 14:25 |
*** Keith_ has joined #magnetodb | 14:30 | |
*** idegtiarov_ has quit IRC | 14:37 | |
*** idegtiarov_ has joined #magnetodb | 14:38 | |
*** idegtiarov has quit IRC | 14:38 | |
*** Keith_ has quit IRC | 14:43 | |
*** Keith_ has joined #magnetodb | 14:44 | |
*** CharlesW has quit IRC | 14:45 | |
*** CharlesW has joined #magnetodb | 14:51 | |
*** jeromatron has quit IRC | 14:52 | |
CharlesW | Does wsgi.Router work on Http Methods? I have this wsgi mapping: mapper.connect("/v1/{project_id}/data/tables/{table_name}", controller=create_resource( describe_table.DescribeTableController()), conditions={'method': 'GET'}, action="describe_table") mapper.connect("/v1/{project_id}/data/tables/{table_name}", | 14:52 |
CharlesW | deleteTable and describeTable, only diff is HTTP Method (DELETE vs GET). Looks like wsgi mapping is messed up. | 14:53 |
openstackgerrit | Oleksandr Minakov proposed a change to stackforge/magnetodb: Add ability run tempest tests separate by categories https://review.openstack.org/84990 | 14:55 |
achudnovets | CharlesW: can you explain what is wrong with wsgi.Router? | 15:04 |
dukhlov__ | CharlesW: unfortunately wsgi.Router supports only GET and POST requests | 15:05 |
dukhlov__ | CharlesW: we have in mind to use pecan framework instead of oslo wsgi.Router | 15:07 |
dukhlov__ | CharlesW: but for now we need work around | 15:07 |
achudnovets | dukhlov, CharlesW: we are using Mapper class from routers library | 15:08 |
achudnovets | I believe it supports more then two methods | 15:09 |
achudnovets | please take a look https://routes.readthedocs.org/en/latest/restful.html | 15:10 |
CharlesW | But once I introduced deleteTable with the same URL as describe table (with different HTTP Method), deleteTable replaced the mapping of describeTable. Maybe a bug? | 15:16 |
dukhlov__ | it seems we found solution | 15:26 |
dukhlov__ | please look at gerrit review for my comments | 15:27 |
*** idegtiarov_ has quit IRC | 15:27 | |
*** jeromatron has joined #magnetodb | 15:30 | |
CharlesW | Thanks Dmitriy and Illia. I put duplicate entries in __init__.py and wsgi.py for deleteTable (was confused where to put it and ended up putting at both places to make sure it always work. But mysteriously it wiped out the describeTable mapping). It works now but still I'm confused how this happened. | 15:43 |
*** setho2 has quit IRC | 15:48 | |
isviridov | We have approvement for https://blueprints.launchpad.net/ceilometer/+spec/magnetodb-driver | 16:09 |
dukhlov__ | CharlesW: me too | 16:13 |
*** ominakov has quit IRC | 16:37 | |
openstackgerrit | A change was merged to stackforge/magnetodb: Add fault wrapper middleware https://review.openstack.org/84694 | 16:53 |
*** ominakov has joined #magnetodb | 16:59 | |
isviridov | Bye bye guys | 17:09 |
achudnovets | isviridov: bye | 17:18 |
openstackgerrit | A change was merged to stackforge/magnetodb: Adds tempest tests on ReST API put_item https://review.openstack.org/84151 | 17:52 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Use new fault handler for API v1 https://review.openstack.org/84738 | 18:24 |
miarmak | paul_burke: hello! are you here? | 18:36 |
*** vnaboychenko has joined #magnetodb | 18:41 | |
*** CharlesW has quit IRC | 18:47 | |
*** ominakov has quit IRC | 18:53 | |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Use new fault handler for API v1 https://review.openstack.org/84738 | 18:53 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Use new fault handler for API v1 https://review.openstack.org/84738 | 18:55 |
*** jeromatron has quit IRC | 18:59 | |
*** denis_makogon_ has joined #magnetodb | 19:53 | |
*** denis_makogon has quit IRC | 19:54 | |
*** denis_makogon_ is now known as denis_makogon | 19:54 | |
*** dmakogon_ has joined #magnetodb | 19:54 | |
*** jeromatron has joined #magnetodb | 20:19 | |
*** jeromatron has quit IRC | 20:26 | |
*** jeromatron has joined #magnetodb | 20:28 | |
openstackgerrit | Alexei Vinogradov proposed a change to stackforge/magnetodb: Added CentOS support https://review.openstack.org/84758 | 20:39 |
*** paul_burke has quit IRC | 21:16 | |
openstackgerrit | A change was merged to stackforge/magnetodb: Use new fault handler for API v1 https://review.openstack.org/84738 | 21:30 |
*** jeromatron has quit IRC | 21:35 | |
openstackgerrit | Charles Wang proposed a change to stackforge/magnetodb: Implements: blueprint os-restful-api-delete-table https://review.openstack.org/84890 | 22:00 |
openstackgerrit | Charles Wang proposed a change to stackforge/magnetodb: Implements: blueprint os-restful-api-delete-item https://review.openstack.org/84889 | 22:00 |
*** denis_makogon has quit IRC | 22:42 | |
*** jeromatron has joined #magnetodb | 22:50 | |
openstackgerrit | A change was merged to stackforge/magnetodb: Add ability run tempest tests separate by categories https://review.openstack.org/84990 | 22:52 |
*** jeromatron has quit IRC | 23:00 | |
*** jeromatron has joined #magnetodb | 23:07 | |
*** Keith_ has quit IRC | 23:10 | |
*** jeromatron has quit IRC | 23:11 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!