openstackgerrit | John Vrbanac proposed a change to openstack/barbican: Adding tox job for local functional test dev https://review.openstack.org/125824 | 00:18 |
---|---|---|
openstackgerrit | John Vrbanac proposed a change to openstack/barbican: Adding tox job for local functional test dev https://review.openstack.org/125824 | 00:19 |
*** zz_dimtruck is now known as dimtruck | 00:35 | |
*** woodster_ has quit IRC | 01:01 | |
*** Kamaris has joined #openstack-barbican | 02:03 | |
*** gyee has quit IRC | 03:17 | |
*** dimtruck is now known as zz_dimtruck | 04:09 | |
Kamaris | good evening | 04:25 |
*** alee has quit IRC | 04:39 | |
*** juantwo has quit IRC | 04:41 | |
*** jamielennox has quit IRC | 04:43 | |
*** jamielennox has joined #openstack-barbican | 05:01 | |
*** zz_dimtruck is now known as dimtruck | 05:50 | |
*** dimtruck is now known as zz_dimtruck | 06:00 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/barbican: Imported Translations from Transifex https://review.openstack.org/125889 | 06:17 |
*** jaosorior has joined #openstack-barbican | 06:22 | |
openstackgerrit | A change was merged to openstack/python-barbicanclient: Change object __str__() to use pretty formatting https://review.openstack.org/118494 | 06:51 |
jaosorior | niiiiiiice :D | 07:21 |
openstackgerrit | Tim Kelsey proposed a change to openstack/python-kiteclient: Adding group key support to kiteclient. https://review.openstack.org/121069 | 08:46 |
openstackgerrit | Juan Antonio Osorio Robles proposed a change to openstack/barbican-specs: Replace the concept of tenants in the code-base https://review.openstack.org/125909 | 09:03 |
openstackgerrit | Juan Antonio Osorio Robles proposed a change to openstack/barbican-specs: Replace the concept of tenants in the code-base https://review.openstack.org/125909 | 09:38 |
*** juantwo has joined #openstack-barbican | 12:09 | |
*** juantwo has quit IRC | 12:10 | |
*** juantwo has joined #openstack-barbican | 12:11 | |
*** woodster_ has joined #openstack-barbican | 12:25 | |
*** joesavak has joined #openstack-barbican | 13:04 | |
*** lisaclark1 has joined #openstack-barbican | 13:05 | |
*** lisaclark1 has quit IRC | 13:32 | |
*** lisaclark1 has joined #openstack-barbican | 13:46 | |
*** SheenaG11 has joined #openstack-barbican | 13:51 | |
*** jamielennox has quit IRC | 13:56 | |
*** jsavak has joined #openstack-barbican | 13:56 | |
*** joesavak has quit IRC | 14:00 | |
*** jamielennox has joined #openstack-barbican | 14:15 | |
*** zz_dimtruck is now known as dimtruck | 14:17 | |
*** dimtruck is now known as zz_dimtruck | 14:46 | |
*** lisaclark1 has quit IRC | 14:49 | |
*** paul_glass1 has joined #openstack-barbican | 14:51 | |
openstackgerrit | A change was merged to openstack/barbican: Imported Translations from Transifex https://review.openstack.org/125889 | 14:52 |
*** lisaclark1 has joined #openstack-barbican | 14:54 | |
*** paul_glass1 is now known as paul_glass | 14:55 | |
*** zz_dimtruck is now known as dimtruck | 15:00 | |
jenkins-keep | Project openstack-barbican-cloudcafe build #54: STILL FAILING in 8 min 20 sec: http://jenkins.cloudkeep.io/job/openstack-barbican-cloudcafe/54/ | 15:01 |
jenkins-keep | openstack-infra: Imported Translations from Transifex | 15:01 |
jvrbanac | woodster_, https://review.openstack.org/#/c/125824 | 15:52 |
*** kebray has joined #openstack-barbican | 16:15 | |
*** ayoung is now known as ayoung-runch | 16:33 | |
*** gyee has joined #openstack-barbican | 16:50 | |
*** lisaclark1 has quit IRC | 16:56 | |
*** jsavak has quit IRC | 17:03 | |
*** kebray has quit IRC | 17:06 | |
*** lisaclark1 has joined #openstack-barbican | 17:24 | |
*** rtom has joined #openstack-barbican | 17:35 | |
*** jamielennox has quit IRC | 17:43 | |
openstackgerrit | John Wood proposed a change to openstack/barbican-specs: Add Version Responses Consistent with Openstack https://review.openstack.org/125805 | 17:44 |
*** rtom_ has joined #openstack-barbican | 17:45 | |
*** rtom has left #openstack-barbican | 17:45 | |
*** kebray has joined #openstack-barbican | 17:46 | |
*** ayoung-runch has quit IRC | 18:01 | |
*** ayoung has joined #openstack-barbican | 18:09 | |
*** jaosorior has quit IRC | 18:13 | |
*** lisaclark1 has quit IRC | 18:15 | |
*** jamielenz has joined #openstack-barbican | 18:26 | |
*** jamielenz is now known as jamielennox | 18:26 | |
*** bubbva has quit IRC | 18:54 | |
*** bubbva has joined #openstack-barbican | 18:54 | |
*** gyee has quit IRC | 19:28 | |
*** JeffF has joined #openstack-barbican | 20:02 | |
*** JeffF has quit IRC | 20:11 | |
openstackgerrit | John Wood proposed a change to openstack/barbican: Update to the latest global requirements versions https://review.openstack.org/126055 | 20:14 |
*** JeffF has joined #openstack-barbican | 20:15 | |
rm_work | woo, thanks redrobot / alee / woodster_ | 20:47 |
rm_work | anyone know why the minimum value for "limit" for a GET call is 1? why is 0 not valid? | 20:47 |
rm_work | we use "limit=0" in the client to get the "total" count of Secrets/Containers/Orders, so there's a use-case for it | 20:47 |
*** JeffF has left #openstack-barbican | 20:48 | |
redrobot | rm_work limit=0 to get a count? Doesn't seem intuitive at all. List already includes an entity total. | 20:48 |
rm_work | redrobot: there's a function in EntityBase | 20:48 |
rm_work | def total() | 20:49 |
rm_work | err | 20:49 |
rm_work | BaseEntityManager | 20:49 |
rm_work | docstring just says "Returns the total number of entities stored in Barbican." | 20:49 |
woodster_ | rm_work in the client code you mean? | 20:49 |
rm_work | yes... it essentially just does a GET on the base_url with limit=0 and gets the total out of the response | 20:50 |
woodster_ | rm_work did that used to work but now it isn't? | 20:50 |
redrobot | it could do a limit=1 just as well | 20:50 |
rm_work | as opposed to the list() function which actually returns a bunch of parsed objects | 20:50 |
redrobot | it doesn't NEED to be 0 | 20:50 |
rm_work | redrobot: right, it could | 20:50 |
rm_work | and limit=0 is fine | 20:50 |
rm_work | it just gets cleaned to limit=1 in the repository code server-side | 20:50 |
rm_work | i was just curious *why* that cleaning happens | 20:50 |
redrobot | I see... that's a good question | 20:51 |
* redrobot shrugs | 20:51 | |
rm_work | don't see a good reason why we wouldn't let 0 go through :P | 20:51 |
rm_work | maybe someone at some point said "if someone asks for 0 objects, it must be a mistake, let's change it to 1" | 20:51 |
woodster_ | re_work, agreed | 20:52 |
rm_work | anywho, not a big deal, was just curious if there was a good reason | 20:52 |
rm_work | like maybe | 20:52 |
rm_work | "we pass limit directly to sqlalchemy, if you pass 0 it explodes" | 20:52 |
woodster_ | rm_work no good reason that anyone still remembers ;) | 20:53 |
rm_work | well anywho, putting in a patch to fix the bug/typo jaosorior found | 20:53 |
rm_work | with a new test | 20:53 |
openstackgerrit | Adam Harwell proposed a change to openstack/python-barbicanclient: Fix consistency between Order/Secret/Container https://review.openstack.org/124889 | 20:54 |
rm_work | redrobot: how did your demo go this morning? | 20:55 |
redrobot | rm_work pretty good actually! The a/v guy couldn't get set up in time, though so I won't be a youtube superstar after all. I got a lot of positive feedback from the attendees. | 20:57 |
rm_work | redrobot: ah sad, I was going to try to watch | 20:57 |
redrobot | rm_work womp womp... my talk tomorrow will be taped for sure. Maybe PyCon US will accept my tutorial too, so that might be another shot at YouTube stardom | 20:58 |
rm_work | was chellygel doing a thing too? | 20:59 |
redrobot | rm_work not for pytexas... she spoke at the SAPUG last night | 21:00 |
rm_work | ah | 21:00 |
rm_work | right | 21:00 |
chellygel | yeah, it was fun. SAPUG was a great group :) | 21:01 |
rm_work | damn, I might have actually been able to make SAPUG for once... I usually have a thing on Thursdays but it was cancelled yesterday <_< | 21:02 |
rm_work | ah well | 21:03 |
*** kebray has quit IRC | 21:03 | |
rm_work | fortunately I don't have to go to a usergroup meeting or conference to hear chellygel or redrobot say things :P | 21:03 |
chellygel | hahaha | 21:04 |
chellygel | no you jsut come bug the shit out of us until we tell you something | 21:04 |
chellygel | ;) | 21:04 |
*** juantwo_ has joined #openstack-barbican | 21:04 | |
rm_work | chellygel: it's painfully effective | 21:04 |
chellygel | Okay, im out! session ended | 21:04 |
rm_work | I think I owe you guys another cake | 21:04 |
chellygel | byeee!! | 21:04 |
*** juantwo_ has quit IRC | 21:04 | |
* rm_work waves | 21:04 | |
chellygel | i'll always take a cake | 21:05 |
chellygel | or more tacos from erik's | 21:05 |
rm_work | yeah I should probably have like a monthly "Erik's on me" event to offset the nagging :P | 21:05 |
rm_work | woodster_ / redrobot / chellygel let me know a date :P | 21:05 |
rm_work | redrobot: https://review.openstack.org/#/c/124889/1/barbicanclient/barbican_cli/containers.py did I explain that sufficiently, do you think? | 21:06 |
*** juantwo has quit IRC | 21:07 | |
woodster_ | rm_work: funny! Will +2 for food | 21:38 |
*** paul_glass has quit IRC | 21:39 | |
*** kebray has joined #openstack-barbican | 21:58 | |
*** kebray has quit IRC | 21:58 | |
*** kebray has joined #openstack-barbican | 21:59 | |
*** ametts has quit IRC | 22:06 | |
*** gyee has joined #openstack-barbican | 22:29 | |
*** dimtruck is now known as zz_dimtruck | 22:29 | |
*** ayoung is now known as ayoung-dad-mode | 22:32 | |
*** kebray has quit IRC | 22:32 | |
*** juantwo has joined #openstack-barbican | 22:53 | |
*** juantwo has quit IRC | 22:53 | |
*** juantwo has joined #openstack-barbican | 22:53 | |
*** rtom_ has quit IRC | 23:13 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!