Timo K.
edf2f39eec
use the prebuild rust-sdk package
2026-09-17 09:46:56 +02:00
Timo K.
e4049e3d69
Move ElementCall Component to the rust based call view model
2026-09-16 16:19:25 +02:00
Timo K.
de3e4c6a78
update branches used in ci and tooling to main
2026-08-20 15:44:13 +02:00
Robin
55b2d2b130
Remove possibility for CI Playwright version to get out of sync
2026-08-04 17:04:07 +02:00
Johannes Marbach
1811b36205
Make renovate track docker-compose files and pin synapse / element-web for playwright tests
2026-07-03 08:48:28 +02:00
Johannes Marbach
b71454d63a
Bump mcr.microsoft.com/playwright
2026-07-02 08:35:40 +02:00
Johannes Marbach
ac2f5fe7d6
Update codecov-action to v7
2026-06-08 09:00:12 +02:00
Valere
d98e800077
bump playwright
...
update playwright container image
2026-05-28 11:32:18 +02:00
Timo K
d37c064df3
custom container does not work for playwright tests
2026-05-11 20:01:18 +02:00
Timo K
34486e6486
use container to skip playwright install
2026-05-11 19:57:36 +02:00
Timo K
ded6e4c1a0
fix tests dep optimization issues
2026-05-11 19:50:32 +02:00
Timo K
5bdbd80f37
try storybook only
2026-05-11 19:29:07 +02:00
Timo K
4f28bac749
without playwright container
2026-05-11 19:18:10 +02:00
Timo K
88f14ffcde
try with playwirght container
2026-05-11 18:56:52 +02:00
Timo K
bc2be4dfab
test in CI
2026-05-11 18:44:16 +02:00
Timo K
53626785b3
install playwright for unit tests
2026-05-11 18:22:58 +02:00
Timo K
8728676eb6
update CI to ignore pnpmfile
...
- This is save since we never run pnpmfiles in ci
- We can still run it locally
- It helps us detect if we accidently commit it anyways.
2026-04-21 16:10:45 +02:00
fkwp
17ad20cd09
switching from yarn to pnpm
2026-04-17 11:07:31 +02:00
Valere
29ba0bdf13
make zizmore happy with exact version in comment
2026-04-15 14:13:58 +02:00
Valere
0350f57275
fixup: Looks like the upload & download action used are not compatible
2026-04-15 14:01:26 +02:00
Valere
0f14da7fbb
devx: Use new action to netlify the playwright report as EW is doing
2026-04-09 16:33:26 +02:00
renovate[bot]
99ba23bc96
Update GitHub Actions ( #3831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-01 17:33:25 +02:00
fkwp
41f7b643fb
Add zizmor checks on CI ( #3792 )
...
* zizmor auto fixes
* add github action for security analysis with zizmor
* add access token to iOS push action
2026-03-11 14:20:05 +01:00
renovate[bot]
789de1963a
Update GitHub Actions ( #3711 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 16:01:46 +01:00
renovate[bot]
04bbf83ac5
Update GitHub Actions
2025-12-01 11:00:52 +00:00
Valere
301cf2f4eb
Revert "CI try without USE_DOCKER"
...
This reverts commit d52656c553 .
2025-10-23 16:26:02 +02:00
Valere
d52656c553
CI try without USE_DOCKER
2025-10-23 16:07:04 +02:00
Valere
0823936ee1
revert CI test changes
2025-10-23 16:05:24 +02:00
Valere
150cdf64c8
CI try some more logs
2025-10-23 15:55:22 +02:00
Valere
a638acde2c
CI: Increase job timeout
2025-10-23 13:41:08 +02:00
renovate[bot]
f08805d3ed
Update GitHub Actions
2025-10-07 05:31:36 +00:00
Andrew Ferrazzutti and fkwp
13fac57b01
Build Docker image on slim base ( #3204 )
...
* Build Docker image on slim base
* Run Playwright tests against Docker container
For Playwright end-to-end tests in CI, instead of running a development
webserver with `yarn dev`, build and deploy a Docker container for
Element Call and use that as the webserver to test against.
* Shut down playwright webserver gracefully
When using a containerized webserver, this stops the container once
tests finish.
* Increase Playwright timeout in CI
---------
Co-authored-by: fkwp <github-fkwp@w4ve.de >
2025-06-06 12:04:57 -04:00
fkwp
ebc714b73f
force to pull the latest docker images
2025-05-27 20:06:28 +02:00
fkwp
8953936d3d
fix docker compose playwright override
2025-05-27 17:53:06 +02:00
renovate[bot]
da2ce68348
Update GitHub Actions
2025-05-15 23:01:56 +00:00
renovate[bot]
e7086ff8fc
Pin dependencies
2025-04-01 02:20:37 +00:00
Hugh Nimmo-Smith
ff6365cfed
One more --immutable
2025-03-21 17:19:34 +00:00
Hugh Nimmo-Smith
f820506184
Fix up CI
2025-03-21 17:17:23 +00:00
Hugh Nimmo-Smith
9bf046b714
Merge branch 'livekit' into robin/berry
2025-03-21 17:14:10 +00:00
Robin
f2ff1919cb
Move all tests into one workflow, give them clear names
...
The Playwright tests had no name before, making it confusing to add them to the branch protection requirements.
2025-03-18 13:48:52 -04:00
Robin
31fb916b9d
Enable CI to use Yarn Berry
2025-03-14 03:23:37 -04:00
renovate[bot]
8aa95d1ddd
Update GitHub Actions
2025-03-03 15:54:20 +00:00
Hugh Nimmo-Smith
4fc7fbe8fe
Use --frozen-lockfile when install deps in CI ( #2992 )
2025-02-05 17:28:52 +01:00
renovate[bot]
50d30809ef
Update codecov/codecov-action action to v5 ( #2933 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 09:26:00 +00:00
Hugh Nimmo-Smith
4fab1a25b4
Use specific Node.js version (22) instead of latest LTS ( #2879 )
...
This way we can manage the upgrade cycle ourselves.
2024-12-06 18:15:49 +00:00
renovate[bot]
05b06ce3e2
Update GitHub Actions
2024-11-01 01:16:40 +00:00
renovate[bot]
8fcdfdf5e6
Update GitHub Actions
2024-10-09 10:02:22 +00:00
renovate[bot]
a9d63c577d
Update GitHub Actions
2024-10-04 07:06:17 +00:00
renovate[bot]
cd1bdb66bb
Update GitHub Actions
2024-09-27 21:30:48 +00:00
Robin and Timo
7bca541cb6
Perform dead code analysis with Knip ( #2575 )
...
* Install Knip
* Clarify an import that was confusing Knip
* Fix issues detected by Knip
Including cleaning up some unused code and dependencies, using a React hook that we unintentionally stopped using, and also adding some previously undeclared dependencies.
* Run dead code analysis in lint script and CI
---------
Co-authored-by: Timo <toger5@hotmail.de >
2024-08-28 02:06:57 +02:00