gus | and at a casual glance, the last few uses of details.get("encoded") seem inconsistent with the details[u"encoded"] usage earlier. | 00:00 |
---|---|---|
harlowja_at_home | yup, if/when sileht gets around i'd like to know more | 00:00 |
harlowja_at_home | it almost feels like something wrong in the msgpack lib, idk | 00:01 |
harlowja_at_home | i get that keys in py2 when written likely would be just binary strings | 00:01 |
harlowja_at_home | that when read on py3 would then be read as binary strings (not the default unicode) | 00:02 |
harlowja_at_home | sileht, would just using binary keys all over be fine then? | 00:02 |
harlowja_at_home | and then the old format would work? | 00:02 |
gus | afaik either works, so long as you're consistent. And 291836 has a compatibility challenge which makes this murkier... | 00:04 |
*** salv-orl_ has quit IRC | 00:05 | |
*** suro-patz has quit IRC | 00:05 | |
harlowja_at_home | gus, right | 00:05 |
gus | oh and of course the bare "foo" is b"foo" on py2 but u"foo" on py3 just to be annoying. | 00:06 |
gus | we should probably just introduce a hacking check to ban all bare strings ... | 00:07 |
lifeless | gus: from future import unicode_literals | 00:09 |
gus | lifeless: even better. | 00:09 |
harlowja_at_home | ya, that works to | 00:16 |
* harlowja_at_home forget about that magic import | 00:16 | |
harlowja_at_home | *forgot | 00:16 |
gus | ah I wondered about that - unicode_literals also changes docstrings, and apparently py<2.7.7 wasn't ok with that. | 00:18 |
*** achanda has quit IRC | 00:19 | |
harlowja_at_home | arg | 00:19 |
harlowja_at_home | lol | 00:19 |
lifeless | gus: does that matter to us? | 00:20 |
lifeless | gus: lots of projects use unicode_literals successfully | 00:20 |
*** vilobhmm11 has joined #openstack-oslo | 00:20 | |
gus | lifeless: no I don't believe its a problem for us (assuming we're agreed that py>=2.7.7 is ok) | 00:21 |
gus | and for any code that believes it is py3-clean, I think *not* using unicode_literals would be more likely to introduce unintentional errors. | 00:22 |
lifeless | gus: even below 2.7.7 | 00:23 |
lifeless | gus: it works fine in 2.6 for instance | 00:24 |
gus | lifeless: I was assuming that breaking pydoc for <2.7.7 was unacceptable. You're suggesting it's ok? | 00:24 |
lifeless | gus: is that what the < 2.7.7 thing is? | 00:24 |
gus | oh, right. Yes it works fine in <2.7.7 provided you don't actually use a non-ascii character in your now-unicode docstring. | 00:24 |
gus | so that is probably just fine. | 00:24 |
*** mtanino has quit IRC | 00:24 | |
gus | (I'm going purely off the brief description of the issue in http://python-future.org/unicode_literals.html btw) | 00:25 |
lifeless | gus: oh, ugh, too much magic in python-future | 00:26 |
lifeless | the interaction with wsgi might matter, but I don't think its deep, if at all | 00:28 |
gus | imo, if it's going to be an issue in py3 anyway (and the code claims to be py3-clean), then we should make py2 see the same unicode-literal situation. | 00:30 |
gus | although that probably becomes challenging when we only make the change to one oslo library but not the downstream project that consumes it. | 00:31 |
lifeless | my main concern would be the cognitive overhead of having to check each file's header during the transition period | 00:31 |
*** zz_dimtruck is now known as dimtruck | 00:32 | |
*** sputnik13 has quit IRC | 00:48 | |
lifeless | harlowja_at_home: whats your pypi username ? | 00:58 |
*** yamahata has quit IRC | 01:11 | |
*** achanda has joined #openstack-oslo | 01:19 | |
*** achanda has quit IRC | 01:23 | |
*** achanda has joined #openstack-oslo | 01:34 | |
*** mtanino has joined #openstack-oslo | 01:34 | |
*** yamamoto_ has joined #openstack-oslo | 01:52 | |
*** browne has quit IRC | 01:53 | |
openstackgerrit | Steve Kowalik proposed openstack-dev/pbr: Do not convert git tags when searching history https://review.openstack.org/296863 | 01:56 |
*** yamahata has joined #openstack-oslo | 01:57 | |
*** achanda has quit IRC | 01:59 | |
*** mtreinish has quit IRC | 01:59 | |
*** mtreinish has joined #openstack-oslo | 02:01 | |
*** EinstCrazy has joined #openstack-oslo | 02:04 | |
*** achanda has joined #openstack-oslo | 02:05 | |
*** mriedem has quit IRC | 02:11 | |
*** mriedem has joined #openstack-oslo | 02:11 | |
harlowja_at_home | lifeless, let me check, can never remember, ha | 02:28 |
harlowja_at_home | lifeless, 'Joshua.Harlow' | 02:29 |
*** yamamoto_ has quit IRC | 02:34 | |
*** browne has joined #openstack-oslo | 02:36 | |
openstackgerrit | Merged openstack/oslo.db: Remove sqlalchemy < 1.0.0 compatible layer https://review.openstack.org/292413 | 02:40 |
openstackgerrit | Merged openstack/oslo.messaging: Simulator: make parameter wait_after_msg float https://review.openstack.org/295747 | 02:42 |
lifeless | harlowja_at_home: added you to funcsigs on pypi | 02:44 |
harlowja_at_home | lifeless, thx | 02:46 |
harlowja_at_home | only took 3 years | 02:46 |
harlowja_at_home | lol | 02:46 |
openstackgerrit | Merged openstack/oslo.serialization: Make msgpack registries copyable (and add __contains__) https://review.openstack.org/289611 | 02:51 |
lifeless | harlowja_at_home: we got it months back, just hadn't gotten a round tuit | 02:52 |
harlowja_at_home | ah | 02:56 |
harlowja_at_home | 2.5 years then | 02:56 |
harlowja_at_home | lol | 02:56 |
lifeless | lol | 03:01 |
*** mriedem has quit IRC | 03:17 | |
*** yamamoto_ has joined #openstack-oslo | 03:21 | |
*** links has joined #openstack-oslo | 03:27 | |
*** salv-orlando has joined #openstack-oslo | 03:43 | |
*** achanda has quit IRC | 03:49 | |
*** salv-orlando has quit IRC | 03:49 | |
*** dimtruck is now known as zz_dimtruck | 04:14 | |
openstackgerrit | Merged openstack-dev/pbr: Do not convert git tags when searching history https://review.openstack.org/296863 | 04:58 |
*** achanda has joined #openstack-oslo | 04:59 | |
*** salv-orlando has joined #openstack-oslo | 05:02 | |
*** EinstCrazy has quit IRC | 05:04 | |
*** EinstCrazy has joined #openstack-oslo | 05:04 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: coordination: expose a heartbeat loop methods (2) https://review.openstack.org/295075 | 05:06 |
*** EinstCrazy has quit IRC | 05:09 | |
*** salv-orlando has quit IRC | 05:17 | |
*** mtanino has quit IRC | 05:35 | |
*** harlowja_at_home has quit IRC | 05:43 | |
*** vilobhmm11 has quit IRC | 05:44 | |
*** pcaruana has quit IRC | 05:48 | |
*** vilobhmm11 has joined #openstack-oslo | 06:05 | |
*** itisha has joined #openstack-oslo | 06:13 | |
*** salv-orlando has joined #openstack-oslo | 06:21 | |
*** suro-patz has joined #openstack-oslo | 06:22 | |
*** rcernin has joined #openstack-oslo | 06:23 | |
*** salv-orlando has quit IRC | 06:24 | |
*** suro-patz has quit IRC | 06:42 | |
*** browne has quit IRC | 07:03 | |
*** lifeless has quit IRC | 07:06 | |
*** yamahata has quit IRC | 07:21 | |
*** ihrachys has joined #openstack-oslo | 07:29 | |
*** pcaruana has joined #openstack-oslo | 07:32 | |
*** achanda has quit IRC | 07:33 | |
*** achanda has joined #openstack-oslo | 07:37 | |
*** dukhlov has joined #openstack-oslo | 07:37 | |
*** tesseract has joined #openstack-oslo | 07:41 | |
*** tesseract is now known as Guest27982 | 07:42 | |
*** dukhlov has quit IRC | 07:44 | |
*** ihrachys has quit IRC | 07:45 | |
*** ihrachys has joined #openstack-oslo | 07:45 | |
*** ndipanov has quit IRC | 07:46 | |
*** dukhlov has joined #openstack-oslo | 07:46 | |
*** ihrachys has quit IRC | 07:49 | |
*** ihrachys has joined #openstack-oslo | 07:49 | |
openstackgerrit | Jie Li proposed openstack/oslo.messaging: Avoid raising meaningless exception of AttributeError https://review.openstack.org/296932 | 07:51 |
openstackgerrit | Dina Belova proposed openstack/osprofiler: Clean thread local profiler object after usage https://review.openstack.org/294515 | 07:52 |
*** dukhlov has quit IRC | 07:54 | |
openstackgerrit | Dina Belova proposed openstack/osprofiler: Add hepler to trace sessions https://review.openstack.org/294516 | 07:54 |
*** dukhlov has joined #openstack-oslo | 07:55 | |
*** achanda has quit IRC | 07:56 | |
*** salv-orlando has joined #openstack-oslo | 07:57 | |
*** salv-orlando has quit IRC | 08:02 | |
*** dukhlov has quit IRC | 08:04 | |
*** achanda has joined #openstack-oslo | 08:10 | |
*** itisha has quit IRC | 08:19 | |
*** salv-orl_ has joined #openstack-oslo | 08:21 | |
*** shardy has joined #openstack-oslo | 08:27 | |
*** e0ne has joined #openstack-oslo | 08:29 | |
*** dukhlov has joined #openstack-oslo | 08:40 | |
*** achanda has quit IRC | 08:45 | |
*** dukhlov has quit IRC | 08:48 | |
*** dukhlov has joined #openstack-oslo | 08:52 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/oslo.config: Fix oslo-config-generator to silently tell error https://review.openstack.org/296955 | 08:53 |
*** achanda has joined #openstack-oslo | 08:56 | |
*** ihrachys has quit IRC | 09:03 | |
*** itisha has joined #openstack-oslo | 09:05 | |
*** lucas-dinner is now known as lucasagomes | 09:11 | |
*** yassine has joined #openstack-oslo | 09:19 | |
*** yassine is now known as Guest54256 | 09:19 | |
*** ndipanov has joined #openstack-oslo | 09:21 | |
*** achanda has quit IRC | 09:26 | |
*** vilobhmm11 has quit IRC | 09:27 | |
openstackgerrit | Merged openstack/osprofiler: Avoid multiple tracing when applying meta or class decorator https://review.openstack.org/271579 | 09:27 |
openstackgerrit | Merged openstack/osprofiler: Avoid tracing class and static methods https://review.openstack.org/278172 | 09:27 |
*** ndipanov has quit IRC | 09:28 | |
*** ndipanov has joined #openstack-oslo | 09:29 | |
*** dukhlov has quit IRC | 09:34 | |
*** andymaier has joined #openstack-oslo | 09:36 | |
*** salv-orl_ has quit IRC | 09:37 | |
*** salv-orlando has joined #openstack-oslo | 09:37 | |
*** ihrachys has joined #openstack-oslo | 09:41 | |
*** sreshetn1ak has joined #openstack-oslo | 10:11 | |
dims | ozamiatin_ : sileht : let's get these in please https://review.openstack.org/#/c/296365/ https://review.openstack.org/#/c/296366/ https://review.openstack.org/#/c/296622/ | 10:19 |
patchbot | dims: patch 296365 - oslo.messaging - Update CheckForLoggingIssues hacking rule from key... | 10:19 |
patchbot | dims: patch 296366 - oslo.messaging - [py34] replace file with io.open | 10:19 |
patchbot | dims: patch 296622 - oslo.messaging - Claim python3 compatability for Newton onwards | 10:19 |
* sileht opens the links | 10:20 | |
haypo | dims: did you see my comment on https://review.openstack.org/#/c/296366/ ? io.open() can be replaced with open() | 10:21 |
patchbot | haypo: patch 296366 - oslo.messaging - [py34] replace file with io.open | 10:21 |
haypo | dims: i also asked a question at https://review.openstack.org/#/c/296622/ | 10:21 |
patchbot | haypo: patch 296622 - oslo.messaging - Claim python3 compatability for Newton onwards | 10:21 |
dims | haypo : both should work right? | 10:21 |
dims | oops, i had missed that | 10:22 |
haypo | dims: yeah. but open() is more common and short :) | 10:22 |
haypo | shorter | 10:22 |
dims | ack fixing | 10:22 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.messaging: [py34] replace file with io.open https://review.openstack.org/296366 | 10:22 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.messaging: Claim python3 compatability for Newton onwards https://review.openstack.org/296622 | 10:22 |
dims | done haypo | 10:23 |
*** sdague has joined #openstack-oslo | 10:24 | |
haypo | dims: "replace file with io.open" really? :) | 10:24 |
haypo | i approved "Claim python3 compatability" | 10:25 |
dims | haypo : it works :) | 10:25 |
*** sheeprine has quit IRC | 10:28 | |
*** sheeprine has joined #openstack-oslo | 10:30 | |
therve | jd__, Hey have you seen my comment on https://review.openstack.org/296061 ? | 10:38 |
jd__ | therve: yes | 10:38 |
jd__ | did it call for a reply? | 10:38 |
therve | jd__, plz respond kthxbi | 10:38 |
*** ndipanov has quit IRC | 10:38 | |
therve | It can be here though :) | 10:39 |
jd__ | therve: gogogo | 10:39 |
jd__ | I just replied that :p | 10:39 |
*** cdent has joined #openstack-oslo | 10:39 | |
openstackgerrit | Thomas Herve proposed openstack-dev/pbr: Fix wsgiref script use with oslo.config https://review.openstack.org/296061 | 10:48 |
*** ozamiatin has joined #openstack-oslo | 10:59 | |
*** lifeless has joined #openstack-oslo | 11:07 | |
*** yamamoto_ has quit IRC | 11:10 | |
*** ozamiatin has quit IRC | 11:16 | |
*** Guest54256 is now known as yassou | 11:24 | |
*** _amrith_ is now known as amrith | 11:30 | |
openstackgerrit | Alexey Yelistratov proposed openstack/osprofiler: Add backward compatible drivers structure https://review.openstack.org/247005 | 11:31 |
openstackgerrit | Victor Stinner proposed openstack/oslo.messaging: [py34] replace file() with open() https://review.openstack.org/296366 | 11:32 |
openstackgerrit | Merged openstack/oslo.messaging: Update CheckForLoggingIssues hacking rule from keystone https://review.openstack.org/296365 | 11:34 |
*** pradk_ is now known as pradk | 11:35 | |
*** ozamiatin has joined #openstack-oslo | 11:42 | |
*** ndipanov has joined #openstack-oslo | 11:44 | |
dims | yay, neutron and keystone fixes went in yesterday. oslo.* master unit tests jobs are all green - http://logstash.openstack.org/#/dashboard/file/logstash.json?query=build_name%3Aperiodic-*-with-oslo-master%20AND%20message%3AFinished&from=864000s | 11:47 |
*** edmondsw has joined #openstack-oslo | 11:54 | |
*** salv-orl_ has joined #openstack-oslo | 12:02 | |
*** salv-orl_ has quit IRC | 12:02 | |
*** salv-orlando has quit IRC | 12:05 | |
*** EinstCrazy has joined #openstack-oslo | 12:08 | |
*** cdent has quit IRC | 12:11 | |
openstackgerrit | Bogdan Dobrelya proposed openstack/oslo-specs: Add a spec for a work queue messaging pattern https://review.openstack.org/256342 | 12:15 |
*** yamamoto has joined #openstack-oslo | 12:17 | |
*** mriedem has joined #openstack-oslo | 12:21 | |
*** kgiusti has joined #openstack-oslo | 12:22 | |
*** mtanino has joined #openstack-oslo | 12:25 | |
mtreinish | dims: looks like it's working now, maybe the api server jsut got stuck | 12:27 |
*** gordc has joined #openstack-oslo | 12:34 | |
*** salv-orlando has joined #openstack-oslo | 12:34 | |
*** cdent has joined #openstack-oslo | 12:35 | |
*** EinstCrazy has quit IRC | 12:38 | |
*** EinstCrazy has joined #openstack-oslo | 12:40 | |
dims | mtreinish : ack thanks! | 12:46 |
*** amrith is now known as _amrith_ | 12:52 | |
*** rlrossit has joined #openstack-oslo | 12:57 | |
cdent | dims: I can't remember did I already point you at https://github.com/cdent/microversion-parse and https://review.openstack.org/#/c/296046/ ? | 12:59 |
patchbot | cdent: patch 296046 - openstack-infra/project-config - Add a microversion-parse project | 12:59 |
*** yamamoto has quit IRC | 13:00 | |
*** EinstCrazy has quit IRC | 13:12 | |
*** rlrossit has quit IRC | 13:13 | |
openstackgerrit | Gevorg Davoian proposed openstack/oslo.serialization: Unified and simplified API for all serializers https://review.openstack.org/297107 | 13:14 |
*** yamamoto has joined #openstack-oslo | 13:18 | |
dims | cdent : looks good, one suggestion, how about returning tuples instead of strings? so we can be prescriptive (later if we need it) about whats in the string itself - http://git.openstack.org/cgit/openstack/oslo.utils/tree/oslo_utils/versionutils.py#n87 | 13:19 |
cdent | dims: when discussing this with sdague we decided we want to be very limited in scope, so the returned "thing" needs to be as generic as possible | 13:19 |
cdent | since one of the legal values is 'latest' and not a version tuple... | 13:20 |
dims | cdent : ack. right | 13:20 |
*** zz_dimtruck is now known as dimtruck | 13:20 | |
cdent | there was talk of having broader scope, but we decided very very narrow was the way to go | 13:21 |
cdent | at least for now | 13:21 |
dims | cdent : another thing would be to add support to log as INFO or DEBUG, non standard headers when they are found | 13:22 |
dims | ack | 13:22 |
*** yamamoto has quit IRC | 13:22 | |
dims | cdent : looks good | 13:22 |
cdent | I'm going to switch enamel to using it, to make sure it actually does what it says (although I think I made the tests pretty comprehensive) | 13:23 |
*** links has quit IRC | 13:28 | |
dims | cdent : +1 | 13:32 |
dims | cdent : add an entry in pypi too | 13:32 |
cdent | dims already did | 13:32 |
dims | cool | 13:32 |
*** EinstCrazy has joined #openstack-oslo | 13:32 | |
*** EinstCrazy has quit IRC | 13:33 | |
stevemar | dims: yay for green oslo.* master tests | 13:36 |
dims | :) | 13:36 |
*** rlrossit has joined #openstack-oslo | 13:41 | |
*** dimtruck is now known as zz_dimtruck | 13:44 | |
*** achanda has joined #openstack-oslo | 13:50 | |
*** achanda has quit IRC | 13:50 | |
*** jaypipes has joined #openstack-oslo | 13:57 | |
openstackgerrit | Merged openstack/oslo.messaging: [py34] replace file() with open() https://review.openstack.org/296366 | 14:02 |
*** mtanino has quit IRC | 14:03 | |
*** EinstCrazy has joined #openstack-oslo | 14:05 | |
*** _amrith_ is now known as amrith | 14:07 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:09 | |
*** yamamoto has joined #openstack-oslo | 14:12 | |
*** zz_dimtruck is now known as dimtruck | 14:14 | |
*** EinstCrazy has quit IRC | 14:18 | |
*** EinstCrazy has joined #openstack-oslo | 14:18 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.utils: Add importutils.import_any method https://review.openstack.org/296463 | 14:28 |
*** ozamiatin has quit IRC | 14:48 | |
*** ozamiatin has joined #openstack-oslo | 14:50 | |
*** cdent has quit IRC | 14:53 | |
*** yamahata has joined #openstack-oslo | 14:58 | |
*** harlowja_at_home has joined #openstack-oslo | 14:58 | |
*** regXboi has joined #openstack-oslo | 15:01 | |
*** yamahata has quit IRC | 15:02 | |
*** links has joined #openstack-oslo | 15:02 | |
*** yamahata has joined #openstack-oslo | 15:03 | |
rbradfor | harlowja_at_home, your now PTL -> LinkedIn | 15:05 |
harlowja_at_home | rbradfor, guess i should update linkedin, i haven't in a few weeks :-P | 15:05 |
harlowja_at_home | i'm no longer at yahoo either, ha | 15:06 |
rbradfor | harlowja_at_home, you don't have too, but it's news, good to let people know. | 15:06 |
*** EinstCrazy has quit IRC | 15:06 | |
harlowja_at_home | kk | 15:07 |
harlowja_at_home | will do | 15:07 |
harlowja_at_home | rbradfor, any more things found on the blogging stuffs? | 15:07 |
harlowja_at_home | maybe we can work with infra to have a oslo-blog-repo or something | 15:07 |
harlowja_at_home | that autopublishes | 15:07 |
harlowja_at_home | *on review merge | 15:07 |
rbradfor | harlowja_at_home, been distracted the past few days, but wanted to at least etherpad my thoughts. | 15:08 |
harlowja_at_home | np | 15:08 |
rbradfor | i like your idea of having a rst repo of draft content, but where? Should i just do a github repo for now, as a placeholder. | 15:08 |
rbradfor | infra is busy with running OS, I doubt a blog repo is a priority. | 15:08 |
harlowja_at_home | i wonder if there is any github place somewhere that already has this feature | 15:09 |
harlowja_at_home | u'd think there would be | 15:09 |
rbradfor | granted it would be great if infra had another informal repo space, keeps it all in one place. | 15:09 |
harlowja_at_home | github repo + integration with somethign | 15:09 |
rbradfor | there is, it called github pages, use jekyll | 15:09 |
harlowja_at_home | ya, maybe can bother ttx if he's around | 15:09 |
rbradfor | harlowja_at_home, https://pages.github.com/ | 15:10 |
rbradfor | dont know if it does RSS, so it can be incorporated into the planet | 15:10 |
*** sbezverk has joined #openstack-oslo | 15:11 | |
*** lucasagomes_ has joined #openstack-oslo | 15:11 | |
harlowja_at_home | https://zapier.com/zapbook/blogger/github/ also seems to be something, but not sure if its what we are looking for | 15:11 |
*** dstufft_ has joined #openstack-oslo | 15:12 | |
sbezverk | Hello is there any plan to backport this patch? https://review.openstack.org/#/c/265163/ | 15:12 |
*** ozamiatin has quit IRC | 15:12 | |
patchbot | sbezverk: patch 265163 - oslo.service - Fix artificial service.wait() (MERGED) | 15:12 |
*** yamamoto has quit IRC | 15:13 | |
*** rlrossit has quit IRC | 15:13 | |
*** edmondsw has quit IRC | 15:13 | |
*** lifeless has quit IRC | 15:13 | |
*** david-lyle has quit IRC | 15:13 | |
*** therve has quit IRC | 15:13 | |
*** zzzeek has quit IRC | 15:13 | |
*** purplerbot has quit IRC | 15:13 | |
*** lucasagomes has quit IRC | 15:13 | |
*** dstufft has quit IRC | 15:13 | |
*** clayton has quit IRC | 15:13 | |
*** dstufft_ is now known as dstufft | 15:13 | |
*** zzzeek has joined #openstack-oslo | 15:13 | |
*** shardy has quit IRC | 15:14 | |
harlowja_at_home | sbezverk, u can propose a backport if u want, also if mhorban comes on u can ask him to | 15:14 |
*** cdent has joined #openstack-oslo | 15:15 | |
openstackgerrit | Merged openstack/oslo.messaging: Claim python3 compatability for Newton onwards https://review.openstack.org/296622 | 15:16 |
*** Guest27982 has quit IRC | 15:17 | |
*** rcernin has quit IRC | 15:17 | |
*** david-lyle has joined #openstack-oslo | 15:17 | |
*** links has quit IRC | 15:18 | |
sbezverk | harlowja_at_home thank you, will do that then.. | 15:19 |
harlowja_at_home | np | 15:19 |
*** purplerbot has joined #openstack-oslo | 15:20 | |
ttx | harlowja_at_home: wassup | 15:21 |
harlowja_at_home | ttx, soooo rbradfor and i had an idea/plan/mission | 15:21 |
harlowja_at_home | the idea is in part to make it easy for people in oslo to blog about things in oslo | 15:21 |
harlowja_at_home | and one idea was to have a oslo-blog-repo of some sort, that people could propose rst files to, and when merged they would get published to a blog site that would either showup in planet.oopenstack.org or elsewhere in openstack land | 15:22 |
ttx | yeah, probably simpler to go with some out-of-infra platform for that | 15:22 |
ttx | and then subscribe that to planet | 15:22 |
harlowja_at_home | sounds good, just gotta find a good tool that does something like that (seems to be a few) | 15:23 |
harlowja_at_home | or some github integration like https://zapier.com/zapbook/blogger/github/ that is working (this one doesn't seem to exist, lol) | 15:23 |
*** yamamoto has joined #openstack-oslo | 15:24 | |
rbradfor | harlowja_at_home, so lets' work backwards. | 15:25 |
rbradfor | 1. We want a blog that can aggregate to planet.openstack.org. We want this blog to be "Oslo" | 15:25 |
harlowja_at_home | :) | 15:25 |
harlowja_at_home | right | 15:25 |
rbradfor | 2. We need to host a blog that can be for Oslo publishers. | 15:25 |
*** yamahata has quit IRC | 15:26 | |
rbradfor | 3. We need a way for multiple publishers to add content, review it, and keep a record of what's going on. | 15:26 |
rbradfor | while we are all developers, and we think like a repo, if we look at the scope of the problem, we don't need a repo, we could live with a CMS. | 15:26 |
harlowja_at_home | all i know are repos :) | 15:27 |
harlowja_at_home | lol | 15:27 |
rbradfor | of course anybody can host that, I have 3 or 4 servers, but perhaps we just need a free service. Not a huge fan of WP, but it works, and you can get a wordpress.com account for free? | 15:27 |
harlowja_at_home | right | 15:28 |
rbradfor | now WP software (no guarentee, that wordpress.com allows it), you can easily have multiple publishers, you can have drafts, you can have content history | 15:28 |
harlowja_at_home | ttx, for https://www.openstack.org/blog/ how does this whole thing get created/managed (i would guess u know) | 15:28 |
rbradfor | I will always be hosting sites, so happy to host a common blog for oslo unofficial blog content. | 15:29 |
*** rlrossit has joined #openstack-oslo | 15:29 | |
*** edmondsw has joined #openstack-oslo | 15:29 | |
*** lifeless has joined #openstack-oslo | 15:29 | |
*** therve has joined #openstack-oslo | 15:29 | |
*** clayton has joined #openstack-oslo | 15:29 | |
*** Guest27982 has joined #openstack-oslo | 15:30 | |
*** rcernin has joined #openstack-oslo | 15:30 | |
harlowja_at_home | rbradfor, def, that's an option, although it'd be nice to have https://www.openstack.org/oslo_blog/ (which uses the same code/cms? as https://www.openstack.org/blog/ but just a different url/endpoint) | 15:30 |
*** lifeless has quit IRC | 15:30 | |
rbradfor | if we start with a repo of rst content (we all know how), but then it's the convert to "bloggable", KISS would say just write straight, txt/html for blogs. | 15:30 |
*** e0ne has quit IRC | 15:30 | |
dstanek | if i have an oslo_config ConfigOps instance, is there a good way to update it with values from another config? | 15:30 |
*** lifeless has joined #openstack-oslo | 15:30 | |
*** e0ne has joined #openstack-oslo | 15:30 | |
dstanek | for example, keystone creates an instance when it is being initialized and a little later I have plugin that wants to add its configuration values to that object | 15:31 |
rbradfor | harlowja_at_home, yep I'm with you as ideal, but I feel this is a much larger discussion that will take time. Maybe something for summit to see if we can get a suitable solution | 15:31 |
harlowja_at_home | dstanek, dhellmann might know that, i don't know of a way that's publicly useable, but there might be | 15:31 |
dstanek | i have it working using private methods, but that's probably not the right thing to do | 15:31 |
harlowja_at_home | rbradfor, agreed | 15:31 |
harlowja_at_home | rbradfor, i'm with u on a solution (KISS) for now until the larger discussion happens/ends | 15:32 |
dstanek | harlowja_at_home: cool, thx | 15:32 |
*** browne has joined #openstack-oslo | 15:32 | |
rbradfor | harlowja_at_home, you tackle the end solution, for now I'll setup my proposal for feedback. We can always blog from our own personal ones initially to start the content creation. | 15:33 |
harlowja_at_home | rbradfor, i could imagine other projects would want there own little blogspace to | 15:33 |
harlowja_at_home | (for aspiring project(.*)cores that don't mind writing | 15:33 |
harlowja_at_home | rbradfor, sounds good | 15:33 |
* rbradfor agrees! | 15:33 | |
harlowja_at_home | ttx, soooo u think the realm of possiblity of this is zero to none? (aka, should something like it be discussed or not even bother right now?) | 15:36 |
*** lucasagomes_ is now known as lucasagomes | 15:36 | |
*** yamahata has joined #openstack-oslo | 15:37 | |
*** tedross has joined #openstack-oslo | 15:40 | |
*** tedross has left #openstack-oslo | 15:40 | |
ttx | you can certainly ask for a repo that would contain blog data, and then somehow autopublish that somewhere | 15:41 |
ttx | www.openstack.org/blog is the Foundation staff blog | 15:41 |
ttx | it's a wordpress for all I know | 15:41 |
ttx | we have guest posts for some things | 15:41 |
ttx | like governance updates | 15:42 |
harlowja_at_home | right | 15:42 |
*** shardy has joined #openstack-oslo | 15:42 | |
ttx | I think community blogging should go to Planet | 15:42 |
ttx | that way you can say what you want | 15:42 |
harlowja_at_home | k, although this would be somewhat restricted to core blogging | 15:42 |
harlowja_at_home | (for now) | 15:42 |
harlowja_at_home | like www.openstack.org/${project}_blog | 15:43 |
harlowja_at_home | and cores can easily put stuff there | 15:43 |
ttx | that was discussed in the past (for security I think) and rejected/forgotten | 15:43 |
openstackgerrit | Gevorg Davoian proposed openstack/oslo.serialization: Unified and simplified API for all serializers https://review.openstack.org/297107 | 15:43 |
ttx | so yeah ~0 | 15:44 |
harlowja_at_home | ttx, k | 15:44 |
ttx | would be a good discussion to have, but on the infra side I think | 15:44 |
ttx | official project blogs or whatever | 15:44 |
harlowja_at_home | okie, maybe they can remember the reasons it was rejected/forgotten (other...) | 15:44 |
ttx | since planet is a bit of everything | 15:44 |
harlowja_at_home | right | 15:44 |
ttx | something between the openstack foundation blog and the everything-goes, for upstream official projects | 15:45 |
harlowja_at_home | yup | 15:45 |
harlowja_at_home | that'd be cool | 15:45 |
ttx | but the platform we have clearly doesn't support that | 15:45 |
ttx | so it would likely be something new | 15:45 |
harlowja_at_home | gotta be some blogging platform that supports it better (one would think) | 15:46 |
*** shardy has quit IRC | 15:46 | |
*** jecarey has quit IRC | 15:46 | |
harlowja_at_home | ttx, anyways thx for the info, i'll bug some folks | 15:47 |
*** shardy has joined #openstack-oslo | 15:47 | |
*** yamamoto has quit IRC | 15:48 | |
*** shardy has quit IRC | 15:48 | |
*** shardy has joined #openstack-oslo | 15:49 | |
*** yamamoto has joined #openstack-oslo | 15:50 | |
*** yamamoto has quit IRC | 15:50 | |
*** pblaho has quit IRC | 16:00 | |
ttx | harlowja_at_home: if the goal is to differentiate from planet, we could run a specific aggregator for official team blogs | 16:00 |
*** Kennan has quit IRC | 16:04 | |
harlowja_at_home | ttx, ya, that might work to | 16:05 |
*** Kennan has joined #openstack-oslo | 16:05 | |
harlowja_at_home | ttx, ya, part of the goal (in my mind) is to have this be a little more offical than planet stuffs | 16:06 |
harlowja_at_home | the place between (official foundation blogs) ----- (everything goes) | 16:07 |
*** e0ne has quit IRC | 16:14 | |
rbradfor | harlowja_at_home, https://etherpad.openstack.org/p/oslo_blog | 16:14 |
harlowja_at_home | rbradfor, thx | 16:16 |
rbradfor | harlowja_at_home, Can you add a agenda point for monday and I'll bring up then. | 16:16 |
*** mriedem is now known as mriedem_snow | 16:22 | |
harlowja_at_home | sure | 16:23 |
*** sheeprine has quit IRC | 16:25 | |
harlowja_at_home | rbradfor, very nice etherpad, even with calendars! | 16:28 |
rbradfor | harlowja_at_home, one wants to be specific when creating a plan. | 16:29 |
harlowja_at_home | :) | 16:29 |
*** sheeprine has joined #openstack-oslo | 16:30 | |
*** zzzeek has quit IRC | 16:30 | |
rbradfor | harlowja_at_home, what do you think about the weekly "Code Alert" idea for any reviews? Is it too much, i.e. outside of oslo, drawing us away from completing advocacy adequately? | 16:32 |
*** zzzeek has joined #openstack-oslo | 16:33 | |
harlowja_at_home | rbradfor, so that would be like a short description/post of what landed in the last week? | 16:37 |
rbradfor | harlowja_at_home, I'd say try to get one review that landed from 10-20 projects each week. Try to have a one/two sentence about it. Perhaps categories, like Milestone, implemented BP, bug, or just something cool. | 16:39 |
rbradfor | would people read it, or how does it draw attention to Oslo, are questions we must ask first to determine if time investment is worth it. | 16:39 |
harlowja_at_home | sounds like a good goal to me, but maybe a stretch one | 16:39 |
harlowja_at_home | maybe see how the basic goal goes then that one? | 16:39 |
rbradfor | having the CPL help single out something each week, helps the get the ball rolling | 16:39 |
* rbradfor agrees | 16:40 | |
harlowja_at_home | agreed | 16:40 |
harlowja_at_home | agreed with u agreeing, ha | 16:40 |
openstackgerrit | Ronald Bradford proposed openstack/oslo.utils: Add importutils.import_any method https://review.openstack.org/296463 | 16:46 |
*** achanda has joined #openstack-oslo | 16:47 | |
*** vilobhmm11 has joined #openstack-oslo | 16:50 | |
*** yamamoto has joined #openstack-oslo | 16:51 | |
*** vilobhmm111 has joined #openstack-oslo | 16:51 | |
harlowja_at_home | vilobhmm11, hey, yt | 16:53 |
harlowja_at_home | vilobhmm11, https://etherpad.openstack.org/p/newton-cross-project-sessions if u get a few | 16:53 |
*** suro-patz has joined #openstack-oslo | 16:53 | |
harlowja_at_home | your name might be on some of those, ha | 16:53 |
*** vilobhmm11 has quit IRC | 16:55 | |
*** odyssey4me has quit IRC | 16:55 | |
*** odyssey4me has joined #openstack-oslo | 16:55 | |
*** e0ne has joined #openstack-oslo | 16:56 | |
*** ozamiatin has joined #openstack-oslo | 16:56 | |
*** jecarey has joined #openstack-oslo | 16:58 | |
*** jecarey has quit IRC | 16:59 | |
*** sputnik13 has joined #openstack-oslo | 16:59 | |
*** jecarey has joined #openstack-oslo | 16:59 | |
*** yamamoto has quit IRC | 16:59 | |
*** openstackgerrit has quit IRC | 17:01 | |
*** openstackgerrit has joined #openstack-oslo | 17:01 | |
*** e0ne_ has joined #openstack-oslo | 17:02 | |
*** vilobhmm111 has quit IRC | 17:02 | |
*** e0ne has quit IRC | 17:03 | |
*** pradk_ has joined #openstack-oslo | 17:14 | |
*** pradk has quit IRC | 17:16 | |
*** pradk_ is now known as pradk | 17:16 | |
*** e0ne_ has quit IRC | 17:17 | |
*** jaypipes has quit IRC | 17:23 | |
*** pradk_ has joined #openstack-oslo | 17:25 | |
*** jecarey_ has joined #openstack-oslo | 17:26 | |
*** lucasagomes is now known as lucas-afk | 17:28 | |
*** jecarey has quit IRC | 17:28 | |
*** gordc has quit IRC | 17:29 | |
*** pradk has quit IRC | 17:30 | |
*** pradk has joined #openstack-oslo | 17:31 | |
*** pradk_ has quit IRC | 17:31 | |
openstackgerrit | Joshua Harlow proposed openstack/osprofiler: Updates to doc conf.py to look the same as other projects https://review.openstack.org/297268 | 17:34 |
harlowja_at_home | DinaBelova, ^ | 17:34 |
DinaBelova | :) | 17:35 |
*** rcernin has quit IRC | 17:36 | |
*** pcaruana has quit IRC | 17:40 | |
*** ndipanov has quit IRC | 17:42 | |
openstackgerrit | Joshua Harlow proposed openstack/osprofiler: Remove dead/broken link to example https://review.openstack.org/297270 | 17:43 |
harlowja_at_home | boris-42, ^ | 17:43 |
harlowja_at_home | do u know where that site went, lol | 17:43 |
harlowja_at_home | DinaBelova, ^ | 17:43 |
DinaBelova | you may grab pure cinder example http://dinabelova.github.io/cinder.html | 17:44 |
DinaBelova | or https://dinabelova.github.io/nova-boot-keystone-cache-turn-on.html | 17:45 |
DinaBelova | or, last should not be used - it contains one error :) | 17:45 |
DinaBelova | I think just removal is ok :D | 17:45 |
harlowja_at_home | DinaBelova, ok :) | 17:46 |
openstackgerrit | Michael Johnson proposed openstack/taskflow: Fix export_to_dot for networkx package changes https://review.openstack.org/297275 | 17:50 |
dims | harlowja_at_home : do you have some time to chase this? https://review.openstack.org/#/c/297134/ (context : http://markmail.org/message/kpelb3di6lw5ame4) | 17:52 |
patchbot | dims: patch 297134 - oslo.i18n (stable/mitaka) - Updated from global requirements | 17:52 |
harlowja_at_home | dims, sure i can try | 17:54 |
*** ihrachys has quit IRC | 17:55 | |
harlowja_at_home | makes me think its an env issue | 17:57 |
*** cdent has quit IRC | 17:57 | |
*** cdent has joined #openstack-oslo | 17:57 | |
*** cdent has quit IRC | 17:57 | |
*** salv-orl_ has joined #openstack-oslo | 18:02 | |
*** dukhlov has joined #openstack-oslo | 18:03 | |
*** salv-orlando has quit IRC | 18:05 | |
*** dukhlov has quit IRC | 18:07 | |
*** shardy has quit IRC | 18:10 | |
*** dukhlov has joined #openstack-oslo | 18:14 | |
*** mriedem_snow is now known as mriedem | 18:20 | |
*** gcb has quit IRC | 18:28 | |
*** gcb has joined #openstack-oslo | 18:29 | |
openstackgerrit | Merged openstack/taskflow: Ensure upgrade for sqlalchemy is protected by a lock https://review.openstack.org/295053 | 18:32 |
*** gordc has joined #openstack-oslo | 18:36 | |
*** dukhlov has quit IRC | 18:40 | |
*** yassou has quit IRC | 18:40 | |
*** vilobhmm11 has joined #openstack-oslo | 18:40 | |
openstackgerrit | Joshua Harlow proposed openstack/oslo.i18n: Better isolate tests and fixtures from environment https://review.openstack.org/297304 | 18:42 |
harlowja_at_home | dims, i think ^ should resolve that weird env issue | 18:43 |
harlowja_at_home | pretty sure something changed the local to the C one (or left it) and the test is just picking that up | 18:43 |
harlowja_at_home | *locale | 18:43 |
*** Guest27982 has quit IRC | 18:46 | |
*** mtanino has joined #openstack-oslo | 18:48 | |
vilobhmm11 | harlowja_at_home : ya saw that yesterday :) good time to talk about them imho at the summit | 18:51 |
*** dukhlov has joined #openstack-oslo | 18:52 | |
*** achanda has quit IRC | 18:53 | |
harlowja_at_home | vilobhmm11, cool | 18:54 |
*** jecarey_ has quit IRC | 18:56 | |
*** dukhlov has quit IRC | 18:56 | |
*** jecarey has joined #openstack-oslo | 19:01 | |
*** Kennan has quit IRC | 19:02 | |
dims | harlowja_at_home : interesting thanks. will wait CI | 19:03 |
*** Kennan has joined #openstack-oslo | 19:03 | |
harlowja_at_home | dims, not 100% sure, since can't reproduce it, but that's my gut feeling is that something has changed it | 19:04 |
*** dukhlov has joined #openstack-oslo | 19:13 | |
*** dukhlov has quit IRC | 19:18 | |
*** jecarey has quit IRC | 19:18 | |
*** ihrachys has joined #openstack-oslo | 19:23 | |
*** achanda has joined #openstack-oslo | 19:24 | |
*** yamahata has quit IRC | 19:28 | |
*** dukhlov has joined #openstack-oslo | 19:30 | |
lifeless | harlowja_at_home: https://github.com/testing-cabal/funcsigs | 19:32 |
*** davidlenwell has quit IRC | 19:35 | |
harlowja_at_home | lifeless, nice, forking now | 19:37 |
lifeless | harlowja_at_home: the bug with wrappers is breaking some cases in mock | 19:37 |
lifeless | harlowja_at_home: I haven't looked to see if its even in principle possible to tackle - but I'm hopeful that is is :) | 19:38 |
*** davidlenwell has joined #openstack-oslo | 19:38 | |
harlowja_at_home | wraps or wrappers? | 19:39 |
harlowja_at_home | anything is possible! | 19:39 |
harlowja_at_home | lol | 19:39 |
*** jecarey has joined #openstack-oslo | 19:39 | |
harlowja_at_home | ya, merged my orderedict pull | 19:39 |
harlowja_at_home | lol | 19:39 |
lifeless | harlowja_at_home: https://github.com/testing-cabal/mock/issues/292 | 19:41 |
*** e0ne has joined #openstack-oslo | 19:41 | |
lifeless | harlowja_at_home: https://github.com/testing-cabal/funcsigs/issues/13 | 19:41 |
harlowja_at_home | interesting | 19:41 |
*** jecarey has quit IRC | 19:44 | |
therve | lifeless, Could we get a release of testtools btw? | 19:51 |
therve | It'd be nice to have the performance regression fixed | 19:51 |
*** dukhlov has quit IRC | 19:53 | |
harlowja_at_home | lifeless, still seems weird that funcsigs wouldn't handle positional arguments > 1 :-/ | 19:55 |
harlowja_at_home | *for wrapped functions | 19:55 |
*** achanda has quit IRC | 19:55 | |
harlowja_at_home | anyway | 19:55 |
*** dukhlov has joined #openstack-oslo | 19:58 | |
*** andymaier has quit IRC | 19:58 | |
openstackgerrit | Merged openstack/osprofiler: Updates to doc conf.py to look the same as other projects https://review.openstack.org/297268 | 20:01 |
*** davidlenwell has quit IRC | 20:02 | |
*** amrith is now known as _amrith_ | 20:06 | |
*** davidlenwell has joined #openstack-oslo | 20:12 | |
lifeless | harlowja_at_home: yeah, iz bug:) | 20:13 |
*** zhiyan has quit IRC | 20:19 | |
openstackgerrit | Merged openstack/osprofiler: Remove dead/broken link to example https://review.openstack.org/297270 | 20:20 |
*** zhiyan has joined #openstack-oslo | 20:20 | |
*** e0ne has quit IRC | 20:21 | |
*** ihrachys has quit IRC | 20:28 | |
*** achanda has joined #openstack-oslo | 20:28 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo-specs: [WIP] Add policy for managing deprecation https://review.openstack.org/288720 | 20:28 |
*** achanda has quit IRC | 20:31 | |
dstanek | dhellmann: you around? | 20:37 |
*** kgiusti has left #openstack-oslo | 20:45 | |
*** openstackgerrit has quit IRC | 20:48 | |
*** openstackgerrit has joined #openstack-oslo | 20:48 | |
*** ihrachys has joined #openstack-oslo | 20:58 | |
*** sdague has quit IRC | 20:59 | |
*** sileht has quit IRC | 21:07 | |
*** sileht has joined #openstack-oslo | 21:08 | |
*** regXboi has quit IRC | 21:09 | |
*** _amrith_ is now known as amrith | 21:13 | |
*** gordc has quit IRC | 21:18 | |
*** dukhlov has quit IRC | 21:20 | |
*** suro-patz has quit IRC | 21:25 | |
*** suro-patz has joined #openstack-oslo | 21:25 | |
*** suro-patz has quit IRC | 21:30 | |
*** ihrachys_ has joined #openstack-oslo | 21:31 | |
*** ozamiatin has quit IRC | 21:32 | |
*** suro-patz has joined #openstack-oslo | 21:32 | |
*** browne1 has joined #openstack-oslo | 21:33 | |
*** ihrachys has quit IRC | 21:34 | |
*** jraim has quit IRC | 21:34 | |
*** harlowja_at_home has quit IRC | 21:34 | |
*** browne1 has quit IRC | 21:35 | |
*** jraim has joined #openstack-oslo | 21:36 | |
*** browne has quit IRC | 21:37 | |
*** itisha has quit IRC | 21:39 | |
*** openstack has joined #openstack-oslo | 21:48 | |
*** openstackgerrit has joined #openstack-oslo | 21:49 | |
*** dukhlov has quit IRC | 21:51 | |
*** dukhlov has joined #openstack-oslo | 21:53 | |
*** pradk has quit IRC | 21:58 | |
*** dukhlov has quit IRC | 21:59 | |
*** edmondsw has joined #openstack-oslo | 22:00 | |
*** therve has joined #openstack-oslo | 22:00 | |
*** clayton has joined #openstack-oslo | 22:00 | |
*** DuncanT has quit IRC | 22:03 | |
*** DuncanT has joined #openstack-oslo | 22:05 | |
*** browne has quit IRC | 22:19 | |
*** ihrachys_ is now known as ihrachys | 22:20 | |
*** dukhlov has joined #openstack-oslo | 22:26 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:31 | |
*** dimtruck is now known as zz_dimtruck | 22:31 | |
*** ozamiatin has joined #openstack-oslo | 22:40 | |
*** davidlenwell has quit IRC | 23:07 | |
*** jecarey has joined #openstack-oslo | 23:12 | |
*** browne has joined #openstack-oslo | 23:14 | |
*** davidlenwell has joined #openstack-oslo | 23:14 | |
*** jecarey has quit IRC | 23:17 | |
*** suro-patz has quit IRC | 23:28 | |
*** vilobhmm11 has quit IRC | 23:32 | |
*** vilobhmm11 has joined #openstack-oslo | 23:42 | |
*** dukhlov has quit IRC | 23:43 | |
*** suro-patz has joined #openstack-oslo | 23:49 | |
*** vilobhmm111 has joined #openstack-oslo | 23:51 | |
*** vilobhmm11 has quit IRC | 23:54 | |
*** sbezverk has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!