Thursday, 2017-10-26

*** newmember has quit IRC00:00
tonybprometheanfire, smcginnis:  I12b39279e5d663837ed70f70462e56b36d38e9ac shouldn't have been merged on stable/pike please try not to bump minimums on stable branches, if it needs to happen then stable-maint-core should get a ping.00:55
*** LindaWang has joined #openstack-requirements00:59
smcginnistonyb: Should we revert that change?01:49
tonybsmcginnis: I don't think so, I'm looking into affected projects01:49
smcginnistonyb: My understanding was it was needed to fix a critical bug, but looking some more, maybe not critical enough.01:51
tonybsmcginnis: but of course my tools aren't workign so #yakshaving :(01:51
tonybsmcginnis: Yeah it wasn't critical.  It was a correctness issue01:51
smcginnisBleh. Sorry, feel bad I let that one through. I'll try not to do it again. :{01:52
tonybsmcginnis: that's all I can ask.  (not the feeling bad thing, I'm sorry for that)02:07
openstackgerritMerged openstack/requirements master: Update project-config validation  https://review.openstack.org/51500502:41
openstackgerritMerged openstack/requirements master: update constraint for oslo.reports to new release 1.24.0  https://review.openstack.org/51482402:41
openstackgerritMerged openstack/requirements master: Remove temporary zuulv3 transition helper  https://review.openstack.org/51289702:42
prometheanfiredamnit03:38
*** udesale has joined #openstack-requirements04:22
*** udesale has quit IRC04:34
openstackgerritMerged openstack/requirements master: update constraint for python-watcherclient to new release 1.4.0  https://review.openstack.org/51514105:18
*** nikhil has quit IRC05:45
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/51413406:22
*** udesale has joined #openstack-requirements06:30
dirktonyb: if there is a way to not make you shrug on my reviews then I am happy to do that06:36
tonybdirk: the hacking one?06:36
dirktonyb: no, the zuulv3 transition thing06:37
dirkThe hacking one can be fixed best adding the depends-on, right?06:37
tonybdirk: Don't worry about it.  I just can't convince myself that we're okay but if you're convinced I'm okay with that.06:38
tonybdirk: you're clearly going to be around if it turns into a problem ;P06:39
tonybdirk: For the hacking one just remove the cap.  I think it's a bad idea but I'm not going to be grumpy of it merges06:40
tonybprometheanfire: Should we switch to alternating meetings I can't do 2200-230006:45
*** LindaWang1 has joined #openstack-requirements06:45
dirktonyb: well, what I am wondering about is the rest of it though06:48
*** LindaWang has quit IRC06:49
*** LindaWang1 is now known as LindaWang06:49
dirkE.g. in my understanding projects should either use hacking or flake8 as dependency, and everything else should be pulled in indirectly06:49
dirkAs such we shouldn't be adding      pycodestyle either..06:50
dirkBut there a a hundred projects doing so06:50
tonybdirk: No projects are few to use whatever linter they like.06:51
tonybdirk: hacking has OpenStack specific extensions but isn't mandated06:51
dirkYes, hacking is optional I agree to that06:52
tonybdirk: It's just a library we can't remove it until it's unused, and then we can push back if people try to add it06:53
tonybdirk: you've seen how hard it is to remove stuff :(06:53
dirkWell, what's the set of projects that we care about?06:53
tonybThe bottom line is projects.txt06:53
tonybif any of them uses it we have to keep it06:54
dirkIs there a way to check whether those are not using it? There is a ton of stuff that uses it but never merged a patch in the last year or so, so assuming it suddenly would is not likely06:54
dirkOk, do you have magic tooling for verification against projects.txt?06:54
dirkRight, but the single most valuable thing to do regarding maintenance is deleting code ;-)06:56
dirkAs such cleaning up stuff is important imho. And using a 4 years old linter that cannot evem parse python 3.x isn't great either06:56
tonybI have some tools that I can clean up somewhat and publish but they were never written for that.06:56
tonybdirk: Sure I'm all for deleteing stuff as long as we don't break consumers06:57
dirkAgreed06:57
dirkI will add the depends-on06:57
dirkI wonder if we can query codesearch with the list of projects.txt06:57
tonyb(probably plural)06:58
tonybwe can't06:58
dirkThat would be awesome as a check job06:58
tonybwell I guess you could construct a URL but it's probably blow thr 4096 char limit06:58
dirkWhy? Url length limit exceed?06:58
tonyb[tony@thor openstack]$ wc -c openstack/requirements/projects.txt06:59
tonyb8041 openstack/requirements/projects.txt06:59
tonybthat's nearly double the limit06:59
tonybdirk: (for p in $( cat openstack/requirements/projects.txt ) ; do cd $p ; git grep ^pyflakes origin/master -- requirements.txt test-requirements.txt setup.cfg ; done) | grep -B1 pyflakes07:02
tonybgives:07:02
tonyb/home/tony/projects/openstack/openstack-dev/hacking07:02
tonyborigin/master:requirements.txt:7:pyflakes==0.8.1 # MIT07:02
tonyb--07:02
tonyb/home/tony/projects/openstack/openstack/mistral07:02
tonyborigin/master:test-requirements.txt:22:pyflakes==0.8.1 # MIT07:02
tonyb--07:02
tonyb/home/tony/projects/openstack/openstack/mox307:02
tonyborigin/master:test-requirements.txt:8:pyflakes==0.8.1 # MIT07:02
tonyb--07:02
tonyb/home/tony/projects/openstack/openstack/openstack-ansible07:02
tonyborigin/master:test-requirements.txt:11:pyflakes==0.8.1 # MIT07:02
tonyb--07:02
tonyb/home/tony/projects/openstack/openstack/python-tackerclient07:02
tonyborigin/master:test-requirements.txt:9:pyflakes==0.8.1 # MIT07:02
tonybso there's you list07:02
tonybdirk: that's something close to my magic tools ;P07:04
dirktonyb: ah, it is good to know you have a full checkout ;-)07:04
* dirk only has checkouts of stuff he ever touched07:04
dirkI will add the depends-on and break this one out of the patch series07:05
tonybdirk: I update it daily07:05
tonybdirk: but my really magic tools will pull stuff from cgit if you don't have them locally ;P07:06
dirkAh, is there a cgit fusefs or so? That would be cool07:11
dirkI guess we could use the google repo thing07:11
dirkhttps://source.android.com/source/using-repo07:12
*** ralonsoh has joined #openstack-requirements07:19
tonybdirk: Og there may be, I just map repo + files into a cgit url and cache them if file doesn't exist locally07:35
*** sdague has joined #openstack-requirements10:03
openstackgerritDirk Mueller proposed openstack/requirements master: Add heat-dashboard to projects.txt  https://review.openstack.org/51462510:51
*** udesale has quit IRC11:13
*** edmondsw has joined #openstack-requirements11:50
openstackgerritDirk Mueller proposed openstack/requirements master: Add pycodestyle  https://review.openstack.org/51466311:55
openstackgerritDirk Mueller proposed openstack/requirements master: Fix pep8 issue  https://review.openstack.org/51466412:03
openstackgerritDirk Mueller proposed openstack/requirements master: Fix python 3.x portability issue  https://review.openstack.org/51466512:03
openstackgerritDirk Mueller proposed openstack/requirements master: Use a recent hacking version  https://review.openstack.org/51466612:03
openstackgerritDirk Mueller proposed openstack/requirements master: Normalize global-requirements.txt  https://review.openstack.org/51466712:03
*** LindaWang has quit IRC12:40
*** hoangcx_ has joined #openstack-requirements12:40
*** hoangcx_ has left #openstack-requirements12:41
*** LindaWang has joined #openstack-requirements12:54
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-monascaclient to new release 1.8.0  https://review.openstack.org/51539813:01
prometheanfiredirk, when are you available?  also, gernany is where you are at right?14:15
prometheanfiredirk: this is what I have right now https://www.worldtimebuddy.com/?pl=1&lid=2911298,4726206,2147714&h=472620614:19
*** newmember has joined #openstack-requirements14:25
openstackgerritSlawek Kaplonski proposed openstack/requirements master: Bump openstacksdk version to 0.9.19  https://review.openstack.org/51543114:39
*** nikhil has joined #openstack-requirements14:41
dirkprometheanfire: I am in Germany, yes14:56
prometheanfirecool14:57
prometheanfiredirk: what times are you available for meetings?14:57
prometheanfirelocal14:57
dirkprometheanfire: sorry, missing background. Is this about scheduling for the winter times?14:57
dirkWe have dst switch upcoming next week14:58
prometheanfirejust in general14:58
prometheanfiretony pinged me about not being able to meet up at 2300 his time14:58
dirkprometheanfire: it depends on the weekday. Do we stay with Wednesday?14:58
prometheanfireI'm fine with changing if needed or it works out better14:59
prometheanfireranges for weekend/weekday would help me plan14:59
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for monasca-statsd to new release 1.8.0  https://review.openstack.org/51544115:04
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for monasca-common to new release 2.4.0  https://review.openstack.org/51544315:11
*** newmember has quit IRC15:19
*** newmember has joined #openstack-requirements15:19
dirkprometheanfire: I can easily do 9am-4pm in my local timezone. but that doesn't get us anywhere15:46
dirkprometheanfire: note that things are changing next week, so another solution is to make it late evening for me15:46
dirkhttps://www.worldtimebuddy.com/?qm=1&lid=2911298,4726206,2147714&h=4726206&date=2017-10-30&sln=16-16.515:46
dirkI might not be able to make that every week but it should be good most of the time15:46
openstackgerritHongbin Lu proposed openstack/requirements master: Update kuryr-lib upper constraint to 0.7.0  https://review.openstack.org/51545515:50
prometheanfiredirk: that'd work for me16:01
prometheanfiredirk: let's run it past tonyb first16:01
*** LindaWang has quit IRC16:09
*** ralonsoh has quit IRC17:04
*** newmember has quit IRC17:33
*** newmember has joined #openstack-requirements17:50
openstackgerritSlawek Kaplonski proposed openstack/requirements master: Bump openstacksdk version in g-r to 0.9.19  https://review.openstack.org/51550719:40
openstackgerritSlawek Kaplonski proposed openstack/requirements master: Bump openstacksdk version to 0.9.19  https://review.openstack.org/51543119:49
openstackgerritSlawek Kaplonski proposed openstack/requirements master: Bump openstacksdk version to 0.9.19  https://review.openstack.org/51543119:50
*** newmember has quit IRC20:28
tonybprometheanfire, dirk: that works for me but exlcudes coolsvap21:25
tonybprometheanfire: although that time makes dirk stay up 'till 220021:26
prometheanfireyep21:29
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for python-heatclient to new release 1.12.0  https://review.openstack.org/51552821:30
dirktonyb: sleeping is overrated anyway21:57
tonybdirk: :)21:57
tonybdirk: we could to alternating if you decide sleep is helpful ;P21:58
dirkWhat is coolsvap's time zone?22:03
prometheanfireindia right?22:04
dirkWe really need and artificial intelligence bot instance for everyone. They can meet anytime, figure it all update and send us an email afterwards22:07
dirks,update,out, (interesting autocorrect)22:08
prometheanfireya, there's simply no good time for 4 evenly spaced places around the world22:10
dirkYeah, it somewhere depends ok the body timezone as well22:15
* dirk isn't really an early bird22:15
dirkThe only other thing except for alternating times (that only work if some/most are able to meet both most of the time) is trying to communicate asynchronously22:17
dirkE.g. we used to have an etherpad for task/topic/reminder collect+sharing. It might be good enough for many things22:18
prometheanfireya, I stay up late more as well22:18
dirkOr use a storyboard22:18
prometheanfireI think we should use bugs22:19
prometheanfireharder for things to slip though the cracks22:19
prometheanfireor both22:19
dirkYeah. Requires a lot of discipline22:20
dirkI am willing to try it. I am fascinated by all those 'by default we do not meet' kind of philosophy22:21
dirkhttps://www.worldtimebuddy.com/?qm=1&lid=2911298,4726206,2147714&h=4726206&date=2017-10-30&sln=16-16.522:23
dirkNot ideal for prometheanfire I guess22:23
prometheanfirelet me look22:24
prometheanfirehttps://www.worldtimebuddy.com/?qm=1&lid=2911298,4726206,2147714&h=4726206&date=2017-10-30&sln=16-16.5 is fine with me22:24
prometheanfirethat's 4PM22:24
dirkhttps://www.worldtimebuddy.com/?qm=1&lid=2911298,4726206,2147714,1275339&h=4726206&date=2017-11-20&sln=2-2.522:30
dirkThis one would be for including coolsvap22:30
prometheanfirethat's late, but I can still do it22:31
dirkI might be able to do an hour earlier as well22:32
prometheanfireeven 30 min would be better, but I won't complain in any case22:33
dirkYeah, 30 min earlier is totally fine22:34
dirkAn hour earlier also works22:35
* prometheanfire shrugs22:35
dirk90 min earlier will be a bit difficult22:35
dirkAnother variant: using this channel as a office hours channel for 12 hours window or so one day a week22:38
dirkAnd we try to solve things by reading be backlog22:38
dirkI am happy to follow the whole backlog on a specific day22:38
dirkI usually click it away unless it has highlights though22:39
* dirk goes sleep22:40
prometheanfiredirk: nn :P22:45
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: update constraint for whereto to new release 0.3.0  https://review.openstack.org/51554222:50
*** sdague has quit IRC23:33

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!