Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from jitsi:master #100

Open
wants to merge 86 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 8, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

* build(deps): bump testng from 6.13.1 to 7.7.0

Bumps [testng](https://github.com/cbeust/testng) from 6.13.1 to 7.7.0.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@6.13.1...7.7.0)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix compilation, bump to java 11.

* Update mvn-compiler-plugin, try to fix java version.

* Use JDK 11 for gh actions 🤦

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Grozev <[email protected]>
@pull pull bot added the ⤵️ pull label Mar 8, 2023
robertpin and others added 28 commits March 8, 2023 13:38
feat(a11y): toggled button labels (#572)
* Add a check if remote video is being rendered.

* fix left curly
The new default avatar is an icon, not an image of an icon
Adds a wait after opening the participants pane so all elements even the hidden ones are in place before trying to mouse the mouse over them.
* remove wait times as it is no longer needed.

* fix(StartMutedTest) Disable test on Firefox.
* Avoid infinite loops due to implicit division by zero.

* Lint fix.
* feat: Adds option to malleus to save participants logs.

Not moving saveBrowserLogs to utils for now as it depends on outputLogsParentFolder that is handled in FailureListener.

* squash: Adds default value.
bgrozev and others added 30 commits May 2, 2024 10:56
fix: Use a random room name instead of "random-room-name".
* chore(jwt): move client JWT to fragments from query parameters

* squash: Uses hash params for the iframeAPI tests.

The param parsing logic is from jitsi-meet.

* squash: Fixes setting userInfo.

* squash: Fixes userInfo for old tests.

---------

Co-authored-by: damencho <[email protected]>
* feat: Adds testing for setting subject via url param.

* squash: Missing license and comments.

* squash: imports
Do not assume defaults since different deployments have different settings.
We started seeing errors in the tests. Seems to be only from certain IPs running the tests regularly.

 [modules/UI/videolayout/VideoContainer.js] <HTMLVideoElement.<anonymous>>:  abort handler was called for the large video.
 [react/features/shared-video/components/web/AbstractVideoManager.ts] <P7.onError>:  Error in the video player 150 Check error code at https://developers.google.com/youtube/iframe_api_reference#onError
As explained in 759723c youtube shared video is not working. And we are also disabling the non-youtube URLs.
Randomly getting errors:
java.lang.AssertionError: expected [true] but found [false]
org.testng.Assert.fail(Assert.java:110)
org.testng.Assert.failNotEquals(Assert.java:1413)
org.testng.Assert.assertTrue(Assert.java:56)
org.testng.Assert.assertTrue(Assert.java:66)
org.jitsi.meet.test.IFrameAPICommandsTest.testCommandToggleParticipantsPane(IFrameAPICommandsTest.java:1381)
ref: Some minor an unnecessary cleanup.
Expected condition failed: Is displayed: By.xpath: //div[contains(@Class, 'popover')]//div[contains(@Class, 'mutevideolink')] (tried for 5 second(s) with 500 milliseconds interval)
v2 is being deprecated in February.
* Dockerfile buildx fixes

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.