Wednesday, 2023-10-04

opendevreviewMerged openstack/horizon master: Fix test failures with Django 4.x  https://review.opendev.org/c/openstack/horizon/+/89439007:50
opendevreviewThomas Goirand proposed openstack/horizon master: Use dummy.DummyCache in settings.py  https://review.opendev.org/c/openstack/horizon/+/89730408:56
zigovishalmanchanda: amotoki: https://www.openstack.org/blog/new-in-openstack-bobcat-horizon-team-introduces-time-based-one-time-password-totp-authentication-support/ :)09:20
vishalmanchandazigo: nice:)09:25
zigoThanks again for your help on this patch.09:26
vishalmanchandahappy to help...09:26
zigoFYI, Benjamin was an intern, now he's a full time employee.09:26
vishalmanchandagood to hear that:)09:26
amotokizigo: nice. thanks for the feature and nice blog post :)09:43
amotokizigo: my role is changing and most of my horizon activities are delegated to vishal :p  (while I am still in the community)09:44
opendevreviewThomas Goirand proposed openstack/horizon master: Use list(map(repr, <OBJ>)) to compare objects with str  https://review.opendev.org/c/openstack/horizon/+/89731009:45
zigoblasseye: ^^09:50
blasseyeIt was a pleasure to work on this contribution. And I'm really pleased to be one of the Horizon contributors. Many thanks to Zigo for guiding me. 11:12
opendevreviewThomas Goirand proposed openstack/horizon master: Use list(map(repr, <OBJ>)) to compare objects with str  https://review.opendev.org/c/openstack/horizon/+/89731013:27
opendevreviewMerged openstack/horizon master: pytest-based selenium tests add routers create, delete tests  https://review.opendev.org/c/openstack/horizon/+/89705213:38
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed Oct  4 15:00:07 2023 UTC and is due to finish in 60 minutes.  The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'horizon'15:00
vishalmanchandahello15:00
vishalmanchandaanyone around for the horizon weekly meeting?15:01
tmazuro/15:01
tmazurrdopiera is not coming15:02
vishalmanchandaok15:02
vishalmanchandalet's start the meeting15:02
vishalmanchanda#topic Notices15:02
vishalmanchandaagenda of meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L3915:02
vishalmanchandaBobcat is officially released today.15:03
vishalmanchandaThanks everyone for their contributions.15:03
vishalmanchanda#link https://lists.openstack.org/pipermail/openstack-discuss/2023-October/035266.html15:03
vishalmanchandamoving to the next announcement15:03
vishalmanchandaAs discussed in the previous weekly meeting, I have booked the same time slots which we booked in the past virtual PTG.15:04
vishalmanchandahttps://etherpad.opendev.org/p/horizon-caracal-ptg#L2615:04
vishalmanchandaPlease let me know asap if anyone have any issue with above time slots.15:05
vishalmanchandatmazur: Do you know janjasek is in which timezone?15:05
tmazurHe's in Czech Republic15:06
tmazurSo should be CEST15:06
tmazurOr CET? I don't remember when summer time is over15:07
vishalmanchandaactually janjasek added a topic, So I just want to know if above time slots  works for him?15:07
vishalmanchandaCould you please check with him if you have any interaction with him.15:08
tmazurI've just asked15:09
vishalmanchandaok, thanks15:09
vishalmanchandaFinally, a reminder about PTG registration if not done yet https://openinfra.dev/ptg/15:11
vishalmanchandaAlso, please add the topic in the PTG etherpad which you would like to discuss during the PTG https://etherpad.opendev.org/p/horizon-caracal-ptg15:11
vishalmanchandathat's all announcements from my side for this week.15:12
vishalmanchandamoving to the next topic15:12
vishalmanchanda#topic open-discussion15:12
janjasekHi guys. Sorry I am here.15:13
vishalmanchandaDoes anyone have any other topic to discuss?15:13
vishalmanchandajanjasek: hello15:13
janjasekI am in CET timezone (GMT+2)15:13
tmazurjanjasek we were discussing time slots for PTG15:13
tmazurAre they ok for you?15:13
zigovishalmanchanda: My patch is in shape now: https://review.opendev.org/c/openstack/horizon/+/897310 without it, I get dozens of unit tests failures ...15:14
zigoTested under Python 3.11, 3.12, django 3 and 4... :)15:14
vishalmanchandazigo: thanks, will review them asap.15:15
zigoCheers.15:16
vishalmanchandazigo: Could you please open a new bug on  launchpad about how can I reproduce the issue in local env.?15:16
zigoWell, I have no idea how to reproduce ...15:16
zigoAs I wrote in the commit header.15:16
zigoI just know it happened for me in Unstable with Python 3.12 and Django 4.15:16
janjasektmazur, yes, the time slots are ok for me :).15:16
zigoNot sure what element is the cause.15:17
zigoProbably Python 3.12 ?15:17
vishalmanchandazigo: ok I will check.15:17
vishalmanchandajanjasek: awosome.15:17
tmazurzigo you can at least write about it on launchpad. This is a serious issue, so it would be very helpful to track it via launchpad too15:17
vishalmanchandazigo: maybe you can mention the python, django version in the launchpad bug so that I can check.15:17
zigoOk.15:18
zigopip freeze maybe ?15:18
vishalmanchandayeah any details you can provide would be helpful.15:18
vishalmanchandazigo: also is there any specific reason you are using django 4.x version15:19
zigovishalmanchanda: https://packages.debian.org/python3-django <--- Because it has been uploaded in Debian Unstable ...15:20
vishalmanchandabecause in horizon we are supporting Django 3.2 version for now, although some patches are already up for migration to Django 4.015:20
zigo(Un- ?!?) fortunately, I'm not the maintainer of all Python modules in Debian ! :)15:21
vishalmanchandaok. let's see how can we help.15:22
zigoAlso, it's been more than 2 years Django 4 is around, no ? :)15:22
zigoOr am I mistaking with dates?15:22
zigoWell ... a long time ... :)15:23
zigoLooks like it was released on the December 7, 2021...15:24
vishalmanchandaActually Django 3.2 LTS support is till April 2024.15:26
vishalmanchandahttps://www.djangoproject.com/download/#supported-versions15:26
zigoWhich is kind of a short life for this release Horizon ... :)15:27
vishalmanchandahttps://docs.openstack.org/horizon/latest/contributor/policies/supported-software.html#django-support15:27
vishalmanchandaWe can discuss in the PTG, if when we can migrate to Django 4.x version.15:29
vishalmanchandaThere is some issues in migrating to Django 4.x version as some libraries not support Django 4.x version.15:30
vishalmanchandapyScss is one of them https://github.com/openstack/horizon/blob/master/requirements.txt#L3615:31
zigoOh...15:31
zigoOk.15:31
zigoWell, indeed, this needs to be 1/ discussed 2/ implemented ! :)15:31
zigoIf 3.2 is dead in April, I don't think we have much choice.15:31
vishalmanchandayeah, I will add it as a topic in the PTG etherpad.15:32
zigoBreakage in Debian: https://qa.debian.org/excuses.php?package=python-django15:32
vishalmanchandameanwhile you can also open a bug on launchpad and mention all the details you know.15:32
zigoI'm not sure I added autopkgtest for all the dependencies of Horizon, I'll check and make sure to add them whenever possible.15:33
vishalmanchandaok.15:33
zigo(note: it doesn't show in that page when autopkgtest passes, only failures)15:33
vishalmanchandaok15:34
vishalmanchandaDoes anyone have any other topic to discuss?15:34
vishalmanchandaor we can end this meeting.15:35
vishalmanchandaI guess no other topic to discuss.15:36
vishalmanchandaThanks everyone for joining, See you in the next meeting.15:37
vishalmanchanda#endmeeting15:37
opendevmeetMeeting ended Wed Oct  4 15:37:28 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:37
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-10-04-15.00.html15:37
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-10-04-15.00.txt15:37
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-10-04-15.00.log.html15:37
opendevreviewThomas Goirand proposed openstack/horizon master: Use list(map(repr, <OBJ>)) to compare objects with str  https://review.opendev.org/c/openstack/horizon/+/89731019:17

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!