Commit Graph
842 Commits
Author SHA1 Message Date
Michael Telatynski 76416ec7b9 Remove redundant reusable workflow input
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-25 14:31:11 +01:00
David BakerandGitHub 0317755e9c Add a github action to check the base branch (#12665)
* Add a github action to check the base branch

It should be very rare that we ever PR into a branch that isn't
'develop', 'staging' or a feature branch, and this will give us a
failed check when stacking up PRs on top of one another until the
one below it is merged.

* Name workflow
2024-06-20 16:00:24 +00:00
Michael TelatynskiandGitHub ccf751d6b8 Update end-to-end-tests.yaml 2024-06-13 10:43:21 +01:00
renovate[bot]andGitHub 8dad4f5f10 Update docker/build-push-action digest to ca052bb 2024-06-11 12:43:35 +00:00
Michael TelatynskiandGitHub 8a0dcdd4de Update end-to-end-tests.yaml 2024-06-07 18:07:12 +01:00
David BakerandGitHub 361636a3d1 Merge pull request #27528 from element-hq/renovate/docker
Update docker/login-action digest to 0d4c9c5
2024-06-07 08:36:25 +00:00
Florian Duros 2db2cf2b1b Downgrade mdbook-combiner 2024-06-06 16:02:22 +02:00
Michael TelatynskiandGitHub c38505598f Update build_develop.yml 2024-06-06 12:22:36 +01:00
renovate[bot]andGitHub 7e21f12678 Update docker/login-action digest to 0d4c9c5 2024-06-06 10:16:13 +00:00
1677ed1be0 MSC4108 support OIDC QR code login (#12370)
Co-authored-by: Hugh Nimmo-Smith <hughns@matrix.org>
2024-06-06 09:57:28 +01:00
Michael TelatynskiandGitHub 9680a36b14 Update end-to-end-tests.yaml 2024-06-04 17:06:03 +01:00
Michael TelatynskiandGitHub f2d9f13f1b Update end-to-end-tests.yaml 2024-06-03 21:56:33 +01:00
Michael TelatynskiandGitHub 30850709ef Build the playwright html report in the main workflow (#12570)
* Build the playwright html report in the main workflow

so we can get the report for MQ

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* fix

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-03 10:03:26 +00:00
Michael TelatynskiandGitHub aec15a6ac1 Pin playwright synapse docker image to 2 days ago (#12571)
* Pin playwright synapse docker image to 2 days ago

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Automatically update Synapse docker image using GHA PRs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-05-30 10:34:34 +00:00
renovate[bot]andGitHub e2c974f53b Update peter-evans/create-pull-request digest to 6d6857d 2024-05-15 10:23:48 +00:00
Michael TelatynskiandGitHub 51f71567d7 Fix Netlify deployments not publishing when expected (#12521)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-05-14 14:55:12 +00:00
Ben Banfield-ZaninandGitHub e651330ff1 Merge pull request #26817 from element-hq/gaelg/sign-images-cosign
Sign Docker images using cosign
2024-05-13 10:07:49 +00:00
Michael TelatynskiandGitHub 6a6a362a8d Update end-to-end-tests.yaml 2024-05-13 11:19:55 +01:00
Michael TelatynskiandGitHub c6f6f1d2a2 Fix Playwright github reporter to run in the pull_request context once more (#12509)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-05-10 10:01:08 +00:00
6ebe844fc0 Indent inline script correctly
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-05-08 16:56:45 +01:00
Gaël GoinvicandBen Banfield-Zanin 7359c9bf93 sign images using cosign
Signed-off-by: Gaël Goinvic <gaelg@element.io>
2024-05-08 16:27:07 +01:00
Michael TelatynskiandGitHub e2310e637c Update end-to-end-tests.yaml 2024-05-07 11:47:35 +01:00
Michael TelatynskiandGitHub aeef12ef8b Update end-to-end-tests.yaml 2024-04-30 16:19:35 +01:00
Michael TelatynskiandGitHub f648f00727 Update end-to-end-tests.yaml 2024-04-30 11:03:44 +01:00
Michael TelatynskiandGitHub 3634e665b1 Update end-to-end-tests.yaml 2024-04-30 10:35:12 +01:00
Michael TelatynskiandGitHub 16a01d834f Update end-to-end-tests.yaml 2024-04-30 10:28:29 +01:00
Michael TelatynskiandGitHub 9cc362e950 Update netlify.yaml 2024-04-29 17:20:06 +01:00
Michael TelatynskiandGitHub 7e8177edb3 Update end-to-end-tests.yaml 2024-04-29 16:20:54 +01:00
Michael TelatynskiandGitHub d3deda62a8 Simplify Playwright CI (#27398) 2024-04-29 09:51:53 +01:00
Michael TelatynskiandGitHub 02e7fb340e Simplify Playwright CI (#12457)
* Simplify Playwright CI

and apply the least privilege principle

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix playwright.needs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Remove spurious report.needs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Add a completion stage to simplify branch protections

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-04-26 15:25:07 +00:00
R Midhun Suresh 9ce7b19147 Exempt issues with this label 2024-04-24 16:20:55 +05:30
Michael TelatynskiandGitHub 3cb5b840ce Merge pull request #27366 from element-hq/t3chguy/flaky-stale
Add automation to close flaky test issues
2024-04-18 12:55:18 +00:00
Michael Telatynski e0deabceb3 Add automation to close flaky test issues
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-04-18 10:40:08 +01:00
renovate[bot]andGitHub 050e9126d8 Update all non-major dependencies 2024-04-16 15:59:07 +00:00
Michael TelatynskiandGitHub 3b52d375e7 Merge pull request #27342 from element-hq/renovate/t3chguy-wait-on-check-action-digest
Update t3chguy/wait-on-check-action digest to 1854102
2024-04-16 14:08:07 +00:00
Michael TelatynskiandGitHub 4bd351f167 Merge pull request #27353 from element-hq/renovate/peaceiris-actions-mdbook-2.x
Update peaceiris/actions-mdbook action to v2
2024-04-16 14:05:22 +00:00
Michael TelatynskiandGitHub 6ca67ff1ef Merge pull request #27341 from element-hq/renovate/peter-evans-create-pull-request-digest
Update peter-evans/create-pull-request digest to c55203c
2024-04-16 13:59:50 +00:00
renovate[bot]andGitHub 36ff005d11 Update peaceiris/actions-mdbook action to v2 2024-04-16 12:46:50 +00:00
renovate[bot]andGitHub f62076cdc1 Update t3chguy/wait-on-check-action digest to 1854102 2024-04-16 12:43:15 +00:00
renovate[bot]andGitHub 674650f24d Update peter-evans/create-pull-request digest to c55203c 2024-04-16 12:43:10 +00:00
renovate[bot]andGitHub 9f5bd7bf66 Update docker/setup-buildx-action digest to d70bba7 2024-04-16 12:43:04 +00:00
David BakerandGitHub 364ad021e4 Fix issue labeller job, again (#27287)
With the correct URL format this time
2024-04-05 10:10:33 +01:00
David BakerandGitHub a187b54707 Merge pull request #27275 from element-hq/dbkr/update_triage_labeller_for_new_project
Update the issue triage labeller for the new triage project
2024-04-04 08:31:54 +00:00
renovate[bot]andGitHub 2ad9c5685e Update actions/add-to-project action to v1 2024-04-03 18:46:24 +00:00
David BakerandGitHub f4155fa7c4 Merge pull request #27273 from element-hq/renovate/peter-evans-create-pull-request-digest
Update peter-evans/create-pull-request digest to 70a41ab
2024-04-03 17:08:55 +00:00
David Baker c5da65ba60 Update the issue triage labeller for the new triage project
It was failing because the old project has been deleted, so update
it to the new one.
2024-04-03 17:39:28 +01:00
renovate[bot]andGitHub 65165247c0 Update peter-evans/create-pull-request digest to 70a41ab 2024-04-03 15:57:26 +00:00
renovate[bot]andGitHub e89ba979cf Update Sibz/github-status-action digest to faaa4d9 2024-04-03 15:57:20 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
332b013a52 Update bobheadxi/deployments digest to 648679e (#12392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 10:33:52 +00:00
renovate[bot]andGitHub a6a901109b Update all non-major dependencies 2024-03-19 18:00:34 +00:00