Skip to content

Commit 6164bca

Browse files
committed
Add: Adding biweekly project meeting notes [deploy site]
1 parent defb67b commit 6164bca

File tree

1 file changed

+248
-0
lines changed

1 file changed

+248
-0
lines changed
Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
+++
2+
Description = "Public Project Meeting - January 28, 2021"
3+
Title = "Public Project Meeting - January 28, 2021"
4+
Date = 2021-01-28
5+
Author = "Sri Harsha"
6+
AuthorLink = "https://twitter.com/harsha509"
7+
tags = ["slack","meeting","tlc"]
8+
categories = ["general","governance"]
9+
+++
10+
11+
Continuing the series of bi-weekly public project meetings, here is the
12+
timeline of the meeting held on January 28, 2021,5:30 PM CET.(Below times are on IST)
13+
14+
Meetings are held on the `#selenium-tlc` channel on [Selenium Slack](https://seleniumhq.slack.com/join/shared_invite/enQtODAwOTUzOTM5OTEwLTZjZjgzN2ExOTBmZGE0NjkwYzA2Nzc0MjczMGYwYjdiNGQ5YjI0ZjdjYjFhMjVlMjFkZWJmNDYyMmU1OTYyM2Y).
15+
16+
---
17+
18+
_Diego Molina 9:17 PM_
19+
20+
Yes, here is the short agenda:
21+
* General project statistics (Previous meeting: 262 open issues, 54 open PRs, Current: 252, 35 PRs)
22+
* Overall announcements? New people on committees, with the commit bit, etc?
23+
* Pending work that needs to be done for the first Beta?
24+
* CoC, next steps?
25+
26+
_Alexei Barantsev 9:44 PM_
27+
28+
can the Bot drop the meeting link to the chat, please, I always forget where to get it…
29+
30+
_Diego Molina 9:53 PM_
31+
32+
this is the written one
33+
34+
_Alexei Barantsev 9:58 PM_
35+
36+
awesome! I’m in yet I have nothing to add to the agenda
37+
38+
_Diego Molina 10:01 PM_
39+
40+
sounds good
41+
I’ll ping people around and we can wait a couple of minutes, Simon said he was going to be slightly late
42+
43+
_10:02 PM_
44+
45+
@titusfortner @jimevans @mmerrell @manoj9788 @AutomatedTester @harsha509 @luke
46+
47+
_Jim Evans 10:03 PM_
48+
49+
i’m not going to be able to make the video chat, but i can contribute here if people have questions. the only thing missing from .NET for beta1 is making CDP work via remote, which i don’t think needs to be in beta1 for .NET.
50+
51+
_Diego Molina 10:06 PM_
52+
53+
this is just the written one, the video chat is just to hangout, that one is next week
54+
55+
_Marcus Merrell 10:06 PM_
56+
57+
no status chance on the Chicago conference at this point - still looking at COVID numbers to determine whether or not it's going to be feasible
58+
59+
_David Burns 10:07 PM_
60+
61+
here!
62+
sorry
63+
64+
_Diego Molina 10:07 PM_
65+
66+
Marcus
67+
are we still looking into an online event, Marcus?
68+
69+
_Marcus Merrell 10:07 PM_
70+
71+
we can look into that
72+
haven't been to this point
73+
74+
_Diego Molina 10:08 PM_
75+
76+
I only ask because (I think) it was mentioned last time
77+
ok, perhaps we can start, the first topic is:
78+
Overall announcements? New people on committees, with the commit bit, etc?
79+
80+
_10:10 PM_
81+
82+
Aside from @luke joining recently, there are no more things to announce, right?
83+
84+
_Sri Harsha 10:10 PM_
85+
86+
I think luke joined recently!
87+
88+
_Simon Stewart 10:10 PM_
89+
90+
Nothing that I can think off
91+
92+
_Alexei Barantsev 10:12 PM_
93+
94+
I support @diemol’s appeal to focus attention to the issue tracker. let’s try to clean it up in view of the forthcoming v.4 release
95+
96+
_10:13_
97+
98+
close all outdated issues and PRs, apply everything that worth applying
99+
100+
_Diego Molina 10:13 PM_
101+
102+
the work done during the recent week on the issue tracker has been great, hopefully we keep that going
103+
104+
_10:14 PM_
105+
106+
we could jump into the next topic perhaps…
107+
Pending work that needs to be done for the first Beta?
108+
here is the list I have from the last meeting
109+
110+
_10:15 PM_
111+
112+
### Client facing changes:
113+
* Make relative locators return elements sorted by proximity
114+
* Fix Java Module System problems (I think @simonstewart did this already)
115+
* Allow locator strategies to be pluggable Enable fallbacks for commands
116+
### Server changes:
117+
* Enable retries of commands where necessary using failsafe
118+
* Get the Grid UI looking nice, and returning useful data (@diemol is working on this)
119+
* Allow locator strategies to be pluggable
120+
* Pipe VNC connectors through the websocket plumbing for live video
121+
122+
_Simon Stewart 10:15 PM_
123+
124+
Relative locators now sort by proximity
125+
I think the Java Module stuff is working
126+
I'm working on fallbacks for locators
127+
128+
_Alexei Barantsev 10:15 PM_
129+
130+
I can confirm that java 9 modules are usable now
131+
132+
_Simon Stewart 10:16 PM_
133+
134+
Locator strategies are pluggable on the server side
135+
Once I get the locator strategies falling back on the local end, I'm fine with shipping the beta
136+
137+
_Diego Molina 10:17 PM_
138+
139+
we had some issue reports related to the Grid, in most of the cases it is a matter of showing the correct information on the UI
140+
and I am working on that
141+
142+
_Simon Stewart 10:18 PM_
143+
144+
Also there's a nasty issue with starting a large number of sessions concurrently
145+
146+
_Diego Molina 10:18 PM_
147+
148+
yeah, I was going to point that one out, https://github.com/SeleniumHQ/selenium/issues/9112
149+
I have not had time to research enough, but most of the results when googling point to: either we are creating too many Netty clients or something is wrong with the way the client is created
150+
151+
_David Burns 10:20 PM_
152+
153+
Feel free to pull in @Puja Jagani on the sessions one, I know she was looking at one about starting up a grid and things not working
154+
155+
_10:20 PM_
156+
157+
(can't remember the issue #)
158+
159+
_Diego Molina 10:20 PM_
160+
161+
that’d be great, I can sync with @Puja Jagani later
162+
what do you all estimate for a beta release? 3-4 weeks?
163+
164+
_Simon Stewart 10:21 PM_
165+
166+
Maybe less
167+
168+
_Diego Molina 10:23 PM_
169+
170+
ok, I think we do not have more things pending for beta 1?
171+
the only topic left is the CoC
172+
New
173+
174+
_Titus Fortner 10:24 PM_
175+
176+
Is this a good time/forum to ask about wiki/docs?
177+
178+
_Diego Molina 10:24 PM_
179+
180+
always
181+
182+
_Titus Fortner 10:25 PM_
183+
184+
Diego pointed me at a couple issues @AutomatedTester created for docs & wiki cleanup things
185+
did we have an idea for what we want in the language specific wiki page vs in the docs; and user vs developer focused?
186+
The Ruby wiki stuff is way out of date, not even just Selenium 4 things :)
187+
just want to know where we should be cleaning it up to
188+
189+
_Diego Molina 10:28 PM_
190+
191+
are those two different things?
192+
language specific things
193+
and
194+
dev docs? (people who want to contribute to Selenium, what technical steps to follow?)
195+
196+
_David Burns 10:28 PM_
197+
198+
CoC is still waiting on SFC.
199+
New
200+
201+
_Titus Fortner 10:29 PM_
202+
203+
What we did with Watir was to make the wiki about things devs need to know about the project building/deploying, etc
204+
and everything user related went into the documentation
205+
oh, heh, looks like we ended up deleting the wiki and sending everything to the website
206+
207+
_Diego Molina 10:32 PM_
208+
209+
Why do we need a language bindings specific things on the user docs?
210+
Do they differ too much on how they work?
211+
212+
_Titus Fortner 10:33 PM_
213+
214+
So our current documentation has tabs to show the examples in each of the languages
215+
the wiki is currently just a big page of examples for using Ruby Selenium (https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings)
216+
217+
_10:37_
218+
219+
I guess I haven't spent much time with the docs anyway, so maybe I should play around and see what makes sense.
220+
Didn't know if anyone else had opinions on any of it. :)
221+
Guess not
222+
223+
_Diego Molina 10:38 PM_
224+
225+
ah ok, that Wiki seems to be duplicating the user docs
226+
but some parts of the Wiki could evolve to be part of the user docs
227+
228+
_Titus Fortner 10:39 PM_
229+
230+
yeah, it's 2 approaches to organization as well; here's everything in ruby, vs here's everything, click the tab for each to see the ruby.
231+
232+
_Diego Molina 10:39 PM_
233+
234+
I think the 2nd could work well
235+
someone needs to take the time and take the contents of that Wiki and put them in the docs
236+
237+
_Titus Fortner 10:39 PM_
238+
239+
I'll take a look at what might make sense since now that I no longer have any looming work pressing things for the first time in forever
240+
241+
_Diego Molina 10:40 PM_
242+
243+
cool
244+
thank you
245+
246+
I think that was it for today, right?
247+
248+
Thank you everyone!

0 commit comments

Comments
 (0)