opendevreview | Agnes Nduta proposed openstack/horizon master: Test for displayed volumes without attachments https://review.opendev.org/c/openstack/horizon/+/922788 | 08:04 |
---|---|---|
opendevreview | Francesco Di Nucci proposed openstack/horizon master: Update USER_MENU_LINKS https://review.opendev.org/c/openstack/horizon/+/922584 | 09:09 |
opendevreview | Francesco Di Nucci proposed openstack/horizon master: Add optional floating IP address field under Project Dashboard https://review.opendev.org/c/openstack/horizon/+/922452 | 09:19 |
opendevreview | Agnes Nduta proposed openstack/horizon master: Test for displayed volumes without attachments https://review.opendev.org/c/openstack/horizon/+/922788 | 11:24 |
*** tosky_ is now known as tosky | 12:37 | |
rdopiera | welcome omcgonag | 14:58 |
omcgonag | hello rdopiera | 14:58 |
janjasek | Hello guys | 14:58 |
vishalmanchanda | Hello everyone | 14:59 |
tmazur | Hi everyone! | 14:59 |
tmazur | #startmeeting horizon | 15:00 |
opendevmeet | Meeting started Wed Jun 26 15:00:15 2024 UTC and is due to finish in 60 minutes. The chair is tmazur. 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 |
tmazur | Welcome to the weekly meeting! | 15:00 |
tmazur | Let's begin | 15:01 |
tmazur | #topic Notices | 15:01 |
tmazur | Traditional schedule reminder: | 15:02 |
tmazur | This week is R-14. | 15:02 |
tmazur | Dalmatian release schedule: https://releases.openstack.org/dalmatian/schedule.html | 15:02 |
tmazur | The next OpenInfra PTG dates were announced. It will take place October 21-25, 2024 virtually. | 15:03 |
tmazur | PTG Site: https://openinfra.dev/ptg/ | 15:03 |
tmazur | I signed up our team. | 15:04 |
tmazur | Information about signing up for time slots will be sent to moderators after the team signup deadline, which is August, 30th. | 15:05 |
tmazur | I am thinking of requesting our usual time slots. | 15:06 |
tmazur | Tuesday 14 UTC - 16 UTC and Wednesday 16 UTC -17 UTC. | 15:07 |
tmazur | But we will discuss it closer to the date | 15:07 |
tmazur | Moving to the next topic. | 15:08 |
tmazur | #topic Open discussion | 15:09 |
vishalmanchanda | I have one topic for today. | 15:10 |
tmazur | Please go ahead | 15:10 |
vishalmanchanda | thanks | 15:10 |
vishalmanchanda | I opened a new bug for 2 Xstatic pypi XStatic-jquery-ui and XStatic-JQuery.quicksearch | 15:11 |
vishalmanchanda | Horizon is still using older version of these pypi, I will try to update these pypi package. | 15:12 |
vishalmanchanda | and update horizon code to work with there latest version. | 15:13 |
tmazur | Thank you very much vishalmanchanda! | 15:13 |
vishalmanchanda | https://bugs.launchpad.net/horizon/+bug/2070439 | 15:13 |
vishalmanchanda | https://bugs.launchpad.net/horizon/+bug/2070486 | 15:13 |
rdopiera | let me know if you run into any problems or have any questions | 15:13 |
vishalmanchanda | rdopiera: sure, will ask you if need any help. | 15:14 |
tmazur | Yes, please. | 15:14 |
vishalmanchanda | rdopiera: one question how can we check if horizon is using any Xstatic packages or not? | 15:14 |
vishalmanchanda | like there many Xstatic packages in horizon ``requirement.txt`` file as of now https://github.com/openstack/horizon/blob/master/requirements.txt#L35-L62 | 15:15 |
rdopiera | they are configured in https://github.com/openstack/horizon/blob/master/openstack_dashboard/utils/settings.py#L231 | 15:16 |
rdopiera | this is what is getting loaded into the browser | 15:16 |
rdopiera | but whether the js in the browser is making use of it -- I suppose we could try disabling a module to see what breaks | 15:16 |
vishalmanchanda | how we do that? I mean do you think we have enough test cases in our CI jobs which will detect these issue if we disable it. | 15:18 |
rdopiera | ¯\_(ツ)_/¯ | 15:19 |
rdopiera | the other possibility is to grep for their functions in the js code | 15:19 |
tmazur | Some of the dependencies are for jasmine only, it seems | 15:19 |
vishalmanchanda | ok | 15:20 |
vishalmanchanda | second question: In your organization, are you using any tools to check if there is any CVE issue in the code like for static code analysis. | 15:20 |
rdopiera | some of those modules might have only been used in the panels that are now angularized | 15:20 |
vishalmanchanda | rdopiera: ok. | 15:20 |
rdopiera | you mean reported CVEs, or potential security holes? | 15:21 |
vishalmanchanda | yes | 15:21 |
rdopiera | yes which one | 15:21 |
rdopiera | we do track all reported CVEs at Red Hat, and they get assigned to corresponding teams | 15:21 |
rdopiera | and we backport fixes for them in our packages | 15:22 |
rdopiera | it's not a single tool, rather a company-wide process | 15:22 |
vishalmanchanda | ok, got it. | 15:23 |
rdopiera | I would like to propose removing the old integration tests job from the gate, to conserve resources. | 15:24 |
rdopiera | It's been failing anyways. | 15:24 |
vishalmanchanda | yeah we can do that. | 15:24 |
tmazur | Let's do it | 15:25 |
janjasek | +1 | 15:25 |
rdopiera | And I would also like to remove the code at some point too, so that we don't keep dead code. But that's not urgent. | 15:25 |
tmazur | We have the new job running for quite a while already, and it is stable and covers pretty much everything | 15:25 |
vishalmanchanda | +1. | 15:25 |
rdopiera | we always have history in git if we ever need to check that code again | 15:25 |
janjasek | yep, agree | 15:26 |
tmazur | We can remove the old job from the gate now and plan removing the code for the next cycle | 15:27 |
rdopiera | I also noticed that the chair is wrong on https://meetings.opendev.org/#Horizon_Team_Meeting | 15:27 |
rdopiera | And we are not updating the agenda anymore | 15:27 |
tmazur | I need to look into that, thanks rdopiera | 15:29 |
vishalmanchanda | tmazur: for your reference https://review.opendev.org/c/opendev/irc-meetings/+/795110 | 15:30 |
tmazur | Thanks! | 15:32 |
tmazur | Does anyone have anything else to discuss? | 15:34 |
rdopiera | I don't | 15:35 |
vishalmanchanda | nothing from my side. | 15:35 |
janjasek | no :) | 15:35 |
omcgonag | first time on the channel, nothing from my :) | 15:35 |
tmazur | Ok. Then there's a friendly reminder to take a look at the patches we have on review :) | 15:36 |
tmazur | And we have one from our Outreachy intern: https://review.opendev.org/c/openstack/horizon/+/922788 | 15:36 |
tmazur | So please take a look when you have time | 15:36 |
tmazur | And thanks everyone for joining! Let's end the meeting. | 15:38 |
tmazur | #endmeeting | 15:38 |
opendevmeet | Meeting ended Wed Jun 26 15:38:43 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:38 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-06-26-15.00.html | 15:38 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-06-26-15.00.txt | 15:38 |
opendevmeet | Log: https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-06-26-15.00.log.html | 15:38 |
opendevreview | Lajos Katona proposed openstack/horizon master: Remove filtering for network list https://review.opendev.org/c/openstack/horizon/+/917985 | 18:37 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!