*** tosky has quit IRC | 00:00 | |
*** slaweq has quit IRC | 00:05 | |
*** slaweq has joined #openstack-tc | 00:07 | |
*** tkajinam has quit IRC | 00:16 | |
*** tkajinam has joined #openstack-tc | 00:16 | |
ricolin | o/ | 01:00 |
---|---|---|
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is being restarted quickly to make heap memory and jgit config adjustments, downtime should be less than 5 minutes | 01:10 | |
*** tdasilva_ has quit IRC | 02:00 | |
*** thiago__ has joined #openstack-tc | 02:00 | |
*** amotoki has quit IRC | 02:01 | |
*** amotoki has joined #openstack-tc | 02:02 | |
*** tdasilva_ has joined #openstack-tc | 02:03 | |
*** thiago__ has quit IRC | 02:06 | |
*** tdasilva_ has quit IRC | 02:23 | |
*** tdasilva_ has joined #openstack-tc | 02:24 | |
*** thiago__ has joined #openstack-tc | 02:37 | |
*** tdasilva_ has quit IRC | 02:40 | |
*** thiago__ has quit IRC | 02:54 | |
*** cloudnull has quit IRC | 03:18 | |
*** cloudnull has joined #openstack-tc | 03:19 | |
*** ricolin has quit IRC | 04:21 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-tc | 05:33 | |
*** lpetrut has joined #openstack-tc | 07:12 | |
*** ralonsoh has joined #openstack-tc | 07:19 | |
*** dklyle has quit IRC | 07:34 | |
*** tosky has joined #openstack-tc | 08:02 | |
*** rpittau|afk is now known as rpittau | 08:14 | |
*** e0ne has joined #openstack-tc | 11:37 | |
*** thiago__ has joined #openstack-tc | 12:30 | |
*** thiago__ has quit IRC | 12:30 | |
*** thiago__ has joined #openstack-tc | 12:31 | |
*** chkumar|ruck has joined #openstack-tc | 12:47 | |
*** ricolin has joined #openstack-tc | 13:58 | |
*** noonedeadpunk has quit IRC | 14:30 | |
*** noonedeadpunk_ has joined #openstack-tc | 14:33 | |
*** diablo_rojo_phon has joined #openstack-tc | 15:02 | |
diablo_rojo_phon | o/ | 15:02 |
ricolin | o/ | 15:08 |
mnaser | hello all | 15:13 |
mnaser | diablo_rojo_phon: are ya able to checkout https://review.opendev.org/c/openstack/governance/+/759904/ when you can :) | 15:14 |
*** tdasilva_ has joined #openstack-tc | 15:15 | |
*** tdasilva_ has quit IRC | 15:16 | |
*** tdasilva_ has joined #openstack-tc | 15:16 | |
*** thiago__ has quit IRC | 15:17 | |
mnaser | hmm | 15:20 |
mnaser | need to fix the tooling | 15:20 |
mnaser | with the gerrit change, the match on name doesnt always work | 15:20 |
mnaser | i.e. gmann is listed as "Ghanshyam" only so it shows them as note voted | 15:21 |
mnaser | not voted* | 15:21 |
*** ralonsoh has quit IRC | 15:27 | |
*** openstackgerrit has joined #openstack-tc | 15:27 | |
openstackgerrit | Merged openstack/governance master: Remove Qinling project team https://review.opendev.org/c/openstack/governance/+/764523 | 15:27 |
*** ralonsoh has joined #openstack-tc | 15:27 | |
openstackgerrit | Merged openstack/governance master: Remove Searchlight project team https://review.opendev.org/c/openstack/governance/+/764530 | 15:27 |
*** ralonsoh has quit IRC | 15:34 | |
*** dklyle has joined #openstack-tc | 15:37 | |
*** ralonsoh has joined #openstack-tc | 15:38 | |
*** lxkong has quit IRC | 15:39 | |
*** ralonsoh_ has joined #openstack-tc | 15:45 | |
*** ralonsoh has quit IRC | 15:46 | |
openstackgerrit | Mohammed Naser proposed openstack/governance master: Added gerritid to members and improve check-review-status https://review.opendev.org/c/openstack/governance/+/766249 | 15:49 |
mnaser | fungi: ^ something to keep in mind for the future elections that we have gerritid there, sorry for the slightly bit more work but the tooling was pretty unreliable | 15:49 |
fungi | mnaser: what do you mean by "many people use a different email for Gerrit"? election activity is entirely keyed on e-mail addresses so we already have an address known to correspond to their gerrit account, but also remember it's possible to register as many additional addresses as you like to gerrit (only the one you set as "preferred" will receive notifications from it) | 15:55 |
mnaser | fungi: when pulling from the Gerrit API, the email entry didn’t match what some of the members had there | 15:56 |
fungi | any address people want to use for correspondence can always be added as a secondary address in gerrit | 15:56 |
fungi | mnaser: you need to add a parameter to return all addresses for the account and then check against the list that gives you, it's what we do for elections anyway | 15:56 |
mnaser | I see, but I think that would be an authenticated request | 15:57 |
mnaser | I couldn’t get the list of members for a group using anonymous api | 15:57 |
fungi | account details didn't require authentication in 2.13, i haven't tested thoroughly in 3.2 but at least some details are returned anonymously | 15:58 |
fungi | listing group members has always been authenticated | 15:59 |
fungi | also depending on what lookups you're doing, if you can just arrange your tooling to lookup users by using the e-mail address as the account identifier, that will totally work with the api too | 15:59 |
mnaser | im just using the votes from the api call | 16:00 |
mnaser | which returns name, email, accountid | 16:00 |
fungi | wget -qO- 'https://review.opendev.org/accounts/fungi@yuggoth.org' | 16:00 |
fungi | example lookup by e-mail | 16:01 |
mnaser | ah | 16:02 |
mnaser | so i'd have to do N lookups first | 16:02 |
mnaser | that's fair | 16:02 |
fungi | lemme see what the syntax is to return all addresses | 16:02 |
mnaser | fungi: dont need that at that point, i can just get thea ccount id from that lookup | 16:02 |
mnaser | so take email from members.yaml, get account id, use that to compare the votes | 16:02 |
mnaser | so keep same thing but instead drop hard-coded gerritdi | 16:03 |
fungi | yep, alternatively lookup the account detail and have it list all e-mail addresses for the account, then see if the intersection with the member list is nonzero | 16:03 |
openstackgerrit | Mohammed Naser proposed openstack/governance master: Improve check-review-status https://review.opendev.org/c/openstack/governance/+/766249 | 16:09 |
mnaser | fungi: thank you for your feedback, that simplified it | 16:09 |
fungi | thank you for prompting me to revisit access to account addresses... this is going to throw a serious wrench into our activity analysis (how we generate electoral rolls, for example): https://review.opendev.org/Documentation/access-control.html#capability_modifyAccount | 16:11 |
diablo_rojo_phon | Yep, can review today | 16:20 |
*** lpetrut has quit IRC | 16:46 | |
*** rpittau is now known as rpittau|afk | 17:12 | |
*** e0ne has quit IRC | 17:12 | |
*** e0ne has joined #openstack-tc | 17:34 | |
*** noonedeadpunk_ is now known as noonedeadpunk | 18:01 | |
-openstackstatus- NOTICE: The Gerrit service on review.opendev.org is currently responding slowly or timing out due to resource starvation, investigation is underway | 18:16 | |
*** e0ne has quit IRC | 18:51 | |
diablo_rojo | tc-members: One thing I forgot to mention during office hours this morning (was too sleepy to think straight) is that the k8s community is having an end of the year contributor celebration and they wanted to make sure we were all invited :) | 18:54 |
diablo_rojo | k8s.dev/celebration | 18:54 |
diablo_rojo | registration and details there ^ | 18:54 |
fungi | that's awesome of them to invite openstack folk! | 18:55 |
fungi | maybe we should remember to do the same when we celebrate | 18:55 |
mnaser | diablo_rojo: oh that's awesome. i've registered. we should do something similar and align | 18:56 |
diablo_rojo | Agreed. I think something in the new year would be better though? Since most people are way burned out and getting close to the long holiday vacation at this point. | 18:58 |
diablo_rojo | (I am also registered, but not into discord yet) | 19:01 |
jungleboyj | That is awesome of them to include us. | 19:34 |
jungleboyj | It would be nice to do something similar for OpenStack. Try to bring the community together at some point early in the new year. | 19:36 |
*** lxkong has joined #openstack-tc | 19:40 | |
mnaser | diablo_rojo: i didnt get a discord link yet | 19:51 |
mnaser | perhaps i should wait i guess | 19:52 |
diablo_rojo | I think they are sending them out in batches, but if you're on the k8s slack you can ping mrbobbytables or castrojo for questions in the sig contribex channel | 19:54 |
diablo_rojo | I haven't gotten the link yet either. | 19:54 |
diablo_rojo | I figured I would give it a day and then ping them | 19:54 |
*** ralonsoh_ has quit IRC | 20:28 | |
mnaser | i think it said they'll be mailed out on.... the 10th | 20:53 |
*** tdasilva_ is now known as tdasilva | 20:59 | |
*** slaweq has quit IRC | 21:12 | |
*** slaweq has joined #openstack-tc | 21:13 | |
*** e0ne has joined #openstack-tc | 21:38 | |
*** e0ne has quit IRC | 22:14 | |
*** tdasilva has quit IRC | 22:27 | |
*** tdasilva has joined #openstack-tc | 22:28 | |
*** jmorgan has joined #openstack-tc | 22:45 | |
*** slaweq has quit IRC | 23:23 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!