opendevreview | Vishal Manchanda proposed openstack/horizon master: Setup project template for nodejs v20 jobs https://review.opendev.org/c/openstack/horizon/+/901029 | 11:56 |
---|---|---|
opendevreview | Vishal Manchanda proposed openstack/horizon master: [DNM] Test horizon plugins npm job with nodejs v20 https://review.opendev.org/c/openstack/horizon/+/901038 | 14:12 |
vishalmanchanda | #startmeeting horizon | 15:00 |
opendevmeet | Meeting started Wed Nov 15 15:00:03 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'horizon' | 15:00 |
vishalmanchanda | hello | 15:01 |
vishalmanchanda | anyone around for the horizon weekly meeting? | 15:02 |
tmazur | o/ | 15:04 |
vishalmanchanda | let's start the meeting | 15:04 |
vishalmanchanda | agenda of meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L46 | 15:05 |
vishalmanchanda | #topic Notices | 15:05 |
vishalmanchanda | If anyone not attended the last weekly meeting, me and rdopiera discussed the release priorities items for the current release | 15:06 |
vishalmanchanda | I have updated the same on etherpad https://etherpad.opendev.org/p/horizon-release-priorities#L14 | 15:07 |
vishalmanchanda | I have no announcements for this week. | 15:07 |
vishalmanchanda | moving to the next topic | 15:08 |
vishalmanchanda | #topic Release priorities | 15:08 |
vishalmanchanda | pytest-based selenium tests | 15:08 |
rdopiera | sorry for being late | 15:08 |
rdopiera | time zone changes got me | 15:08 |
vishalmanchanda | I have added a non-voting for the new pytest job, please take a look. | 15:09 |
vishalmanchanda | rdopiera: np. | 15:09 |
vishalmanchanda | https://review.opendev.org/c/openstack/horizon/+/899029 | 15:09 |
vishalmanchanda | Also there are 2 open patches for these tests https://review.opendev.org/c/openstack/horizon/+/899075 https://review.opendev.org/c/openstack/horizon/+/899098 | 15:10 |
vishalmanchanda | I will review them asap. | 15:10 |
vishalmanchanda | Migrate to Django version =>4.2 | 15:11 |
vishalmanchanda | I am waiting for https://review.opendev.org/c/openstack/horizon/+/899021 to get merged | 15:12 |
vishalmanchanda | then I will proceed to the next step. | 15:12 |
vishalmanchanda | Migration to next nodejs LTS version nodejs v18-> nodejs v20 | 15:12 |
vishalmanchanda | I pushed a patch to add nodejs v20 job, please take a look https://review.opendev.org/c/openstack/horizon/+/901029 | 15:13 |
vishalmanchanda | Switch the default memcached library, patch required one more +2 to get merged https://review.opendev.org/c/openstack/horizon/+/891828 | 15:14 |
vishalmanchanda | that's all updates from my side for this week. | 15:14 |
rdopiera | I don't want to +2 it since I'm the original author | 15:15 |
vishalmanchanda | fair enough. | 15:15 |
vishalmanchanda | If anyone have any updates to share about release priorities topic, please go ahead. | 15:16 |
rdopiera | I looked into the saas compilers a bit closer | 15:16 |
rdopiera | I was wrong about the scss support. The --scss flag has been removed from the newer verssions of the compilers, but they still compile scss, they just detect the format by the file name. | 15:17 |
rdopiera | So we can use any of the compilers available, either ruby or nodejs | 15:17 |
rdopiera | or even C | 15:17 |
rdopiera | However, we must make sure a compiler is installed, as a non-python dependency | 15:18 |
vishalmanchanda | ok, thanks for investigating. | 15:18 |
rdopiera | I'm leaning towards the C compiler, since it doesn't depend on npm or ruby being installed | 15:18 |
vishalmanchanda | great. | 15:19 |
rdopiera | otherwise, since we already use npm, we could use the npm based one | 15:19 |
rdopiera | Also, we definitely want to stick with scss and not sass, as this is the preferred format | 15:19 |
amotoki | we use npm stuffs only in our js test? | 15:19 |
amotoki | i am not sure we use npm in the deployment phase. | 15:20 |
rdopiera | right | 15:20 |
rdopiera | next step, I will update the patch to use the C-based compiler, and see if I can add a patch for devstack to add it as dependency | 15:20 |
rdopiera | similar to how Takashi did with the memcached library | 15:21 |
amotoki | i will review the memcache lib switch patch. as a quick look, the relnote neesd to be updated a bit. anyway i will drop a comment. | 15:21 |
vishalmanchanda | thanks. | 15:22 |
vishalmanchanda | amotoki: Do you know if any updates on Switching to openstacksdk? | 15:24 |
vishalmanchanda | I mean this one https://review.opendev.org/c/openstack/horizon/+/891205 | 15:24 |
amotoki | vishalmanchanda: no update this week. | 15:24 |
vishalmanchanda | ok. | 15:24 |
amotoki | I started the impact of attribute naming change in detail. | 15:24 |
vishalmanchanda | ok | 15:26 |
vishalmanchanda | moving to the next topic. | 15:26 |
vishalmanchanda | #topic open-discussion | 15:27 |
vishalmanchanda | Does anyone have any other topic to discuss? | 15:27 |
vishalmanchanda | If no other topic to discuss, let's end this meeting. | 15:29 |
vishalmanchanda | Thanks everyone for joining. | 15:29 |
vishalmanchanda | #endmeeting | 15:30 |
opendevmeet | Meeting ended Wed Nov 15 15:30:09 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:30 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-15-15.00.html | 15:30 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-15-15.00.txt | 15:30 |
opendevmeet | Log: https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-11-15-15.00.log.html | 15:30 |
opendevreview | Merged openstack/horizon master: Switch to PyMemcacheCache backend https://review.opendev.org/c/openstack/horizon/+/891828 | 17:17 |
opendevreview | Merged openstack/horizon master: Add non-voting pytest-based job in the CI job https://review.opendev.org/c/openstack/horizon/+/899029 | 17:59 |
opendevreview | Merged openstack/horizon master: Django 4.2: Adjust instance detail template https://review.opendev.org/c/openstack/horizon/+/899021 | 18:30 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!