pabloFuente
d9a5ce30af
openvidu-test-browsers: remove Apache HttpClient dependency
2023-01-27 16:32:37 +01:00
pabloFuente
b78b127447
openvidu-java-client: refactoring to use Java HttpClient. Allow custom client
2023-01-27 16:15:32 +01:00
Carlos Santos
836fa84cd1
openvidu-components: Updated README
2023-01-26 10:48:32 +01:00
pabloFuente
9fceedd91f
openvidu-test-e2e: log browser screenshot if Ionic failed receiving video
2023-01-25 13:50:46 +01:00
pabloFuente
7bd2ad5868
Azure and AWS STT tests
2023-01-24 17:06:02 +01:00
pabloFuente
2043c33761
openvidu-server: refactoring to support rtmp streaming
2023-01-18 18:11:16 +01:00
pabloFuente
a41749602f
Update openvidu-recording image
2023-01-18 16:02:57 +01:00
pabloFuente
2b2c2c8d01
openvidu-test-e2e: React Native and native Android tests
2023-01-09 16:58:37 +01:00
cruizba
83057362bd
ci-scripts: Add docker image to not be removed at CLEAN_ENVIRONMENT
2023-01-09 12:19:22 +01:00
pabloFuente
3091070179
ci-scripts: recreate working dir just in case it was placed under /opt/openvidu
2023-01-04 14:16:30 +01:00
pabloFuente
ecadb91b3e
ci-scripts: move --clean-environment to its own separate function
2023-01-04 13:21:07 +01:00
pabloFuente
9681e10d45
ci-scripts: clean environment on prepare
2023-01-04 00:36:35 +01:00
pabloFuente
1c299f958b
ci-scripts: add second argument to "prepare" method of commons.sh
2023-01-04 00:16:46 +01:00
pabloFuente
6ecc72800b
ci-scripts: fix "popd: directory stack empty"
2023-01-03 13:03:31 +01:00
pabloFuente
a65a22e204
GitHub Actions: move "serve testapp" to commons.sh
2023-01-03 12:25:23 +01:00
pabloFuente
705ac24e3b
Extend commons-sh script to pack NPM dependencies into tgzs
2022-12-30 17:08:36 +01:00
pabloFuente
445f516c5b
openvidu-test-e2e-android Docker image replace android-33 with android-32
2022-12-30 16:13:56 +01:00
pabloFuente
3f6316026c
Export ANDROID_HOME variable in openvidu-test-e2e-android Docker container
2022-12-30 15:43:45 +01:00
pabloFuente
61f87bfe16
openvidu-test-e2e-android Docker image
2022-12-30 14:14:49 +01:00
Carlos Santos
179138eb50
openvidu-components: Fixed testapp admin dashboard
2022-12-30 13:14:55 +01:00
pabloFuente
c3b7c5b147
Fix KURENTO_SNAPSHOTS_URL unbound variable
2022-12-30 11:58:07 +01:00
pabloFuente
b9d3f16bac
openvidu-test-e2e: OpenVidu Mobile E2e Test
2022-12-30 11:42:07 +01:00
pabloFuente
48da31f452
openvidu-test-browsers: fix CustomHttpClient when response is null
2022-12-29 22:41:49 +01:00
pabloFuente
5755412566
openvidu-test-e2e: pull DOCKER_ANDROID_IMAGE
2022-12-29 22:02:41 +01:00
pabloFuente
bdb544ac4e
openvidu-test-e2e: refactoring before mobile testing
2022-12-29 21:52:54 +01:00
pabloFuente
0664da5e5b
openvidu-testapp: update default openvidu-node-client dependency
2022-12-29 16:44:08 +01:00
pabloFuente
5abd19deca
openvidu-test-e2e: remove unnecessary webdriver-manager. Use new Selenium Manager
2022-12-28 12:56:45 +01:00
pabloFuente
863f633c64
openvidu-test-e2e: multiple Media Nodes STT Test
2022-12-28 11:48:49 +01:00
pabloFuente
0d03131217
openvidu-test-e2e: move restart methods to parent OpenViduTestE2e
2022-12-27 22:45:40 +01:00
cruizba
6069095804
ci: Common building scripts to commons.sh
2022-12-27 22:01:30 +01:00
pabloFuente
e15b6115c8
openvidu-test-e2e: fix E2E STT test with mutable HashMap
2022-12-27 19:02:13 +01:00
cruizba
ed418a205f
ci: Make docker pull images optional
2022-12-27 17:15:31 +01:00
pabloFuente
f962160c91
openvidu-test-e2e: fix E2E STT tests related to OPENVIDU_PRO_SPEECH_TO_TEXT_IMAGE
2022-12-27 16:15:17 +01:00
cruizba
5dc5528f90
ci: Fix EXECUTE_ALL unbound variable
2022-12-27 15:45:45 +01:00
cruizba
34f6d6935c
Create commons.sh with common ci functions
2022-12-27 15:40:50 +01:00
pabloFuente
84864202aa
openvidu-testapp: fix broken checkboxes after Angular update
2022-12-27 13:57:15 +01:00
Carlos Santos
8f8441949c
Merge branch 'ov-components-rtmp'
2022-12-23 16:19:42 +01:00
Carlos Santos
ab0cf2a343
openvidu-components: Added streaming activity
...
- Added streaming activity panel
- Added streaming structurals directives
- Added streaming attributes directives
- Added e2e test
- Updated test app
openvidu-components: Updated e2e configuration
openvidu-components: Skipped pro e2e tests
openvidu-components: Allowed streaming for moderators only
openvidu-components: Request MODERATOR connection in testapp
openvidu-components: Fixed streaming signals
openvidu-components: Fixed bug with streaming status
openvidu-components: Fixed streaming button on status failed
openvidu-components: Refactored activities checks
openvidu-components: Forced streaming status to enum value
openvidu-components: Added non available error in streaming activity
Streaming activity will show paid feature error if the service is not available
openvidu-components: Created and exported streaming error type
openvidu-components: Updated e2e tests
openvidu-components: Updated testapp
openvidu-components: Enabled streaming input wehn module is disabled
openvidu-components: Updated e2e tests
openvidu-components: Updated docs
openvidu-components: Moved streaming directive to its component
Moved streaming directive to streaming component instead of activities component
openvidu-components: Updated testapp
openvidu-components: Made streaming service public
ci: Send branch name in event dispatch
openvidu-components: Updated test app
2022-12-23 16:19:01 +01:00
pabloFuente
216817b675
openvidu-test-e2e: update restart command for OpenVidu Pro E2E tests. Add custom language STT test
2022-12-23 14:11:18 +01:00
pabloFuente
d19d5d6dcb
Add DOCKERHUB_PRIVATE_REGISTRY_PASSWORD env variable
2022-12-23 14:06:57 +01:00
cruizba
799e875dd7
deployment: OPENVIDU_UPGRADABLE_VERSION to 2.25
2022-12-22 13:59:45 +01:00
jenkinsopenvidu
4d7e33ea5e
Update to version v2.25.0
2022-12-22 12:41:39 +00:00
cruizba
29b6b17787
deployment: Bumb docker-compose.yml to 2.25.0
2022-12-22 13:28:58 +01:00
openvidu
fdeb2ba1a2
Update openvidu-java-client to version v2.25.0
2022-12-22 12:00:12 +00:00
jenkinsopenvidu
73e8434585
Update openvidu-node-client to version v2.25.0
2022-12-22 11:53:02 +00:00
cruizba
276fe225b0
Update openvidu recording version
2022-12-22 12:48:41 +01:00
cruizba
7cdf095e01
deployment: Update OPENVIDU_PRO_AWS parameters .env description
2022-12-22 12:40:24 +01:00
pabloFuente
be202a18b9
openvidu-test-e2e: fix restart method
2022-12-22 11:25:11 +01:00
pabloFuente
fb934a56ba
openvidu-test-e2e: extend restart method of OpenVidu Pro E2e tests
2022-12-22 02:04:51 +01:00
pabloFuente
2cb4211555
openvidu-test-e2e: fix STT tests
2022-12-20 20:22:50 +01:00