Benoit Marty
64b4a08b2f
Let Renovate upgrade Kover again.
10 months ago
renovate[bot]
3a8bc4cd9c
Update actions/github-script action to v7 ( #2152 )
...
* Update actions/github-script action to v7
* Fix issues with both the PR from fork welcome comment and skipping Maestro for PRs coming from forks.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
10 months ago
Jorge Martin Espinosa
0381027dae
Restore Github PAT in record screenshots, disable Maestro for forks ( #2147 )
...
* Restore PAT for `recoverScreenshots.yml` flow.
This is needed to trigger CI jobs automatically. In the case where this is not possible (forks) a message will be added to ask the user to add an empty commit to trigger the CI.
* Add community PR notice
* Disable Maestro steps for fork PRs
10 months ago
Jorge Martín
8daf5150af
Fix record screenshots workflow and script
10 months ago
renovate[bot]
275e56b39e
Update gradle/gradle-build-action action to v2.11.1
11 months ago
renovate[bot]
cabea138cb
Update actions/upload-artifact action to v4 ( #2034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
Benoit Marty
39bc18c3f7
Organization renaming: fix value of reviewer team.
11 months ago
Benoit Marty
8a3b3c54bc
Organization renaming: fix project URL. There is no redirection on those links
11 months ago
Benoit Marty
b0eb768f20
Organization renaming: update workflow condition.
11 months ago
Benoit Marty
75d6eaf8f3
Organization renaming: replace all ` https://github.com/vector-im ` by ` https://github.com/element-hq `
11 months ago
renovate[bot]
7ccfb810d6
Update gradle/gradle-build-action action to v2.11.0
11 months ago
renovate[bot]
8d84144701
Update actions/setup-python action to v5 ( #1995 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months ago
renovate[bot]
fc784d3587
Update danger/danger-js action to v11.3.1
11 months ago
renovate[bot]
88127f9063
Update actions/setup-python action to v5
11 months ago
Benoit Marty
6ca4cb6170
Add workflow to automatically sync SAS strings.
11 months ago
renovate[bot]
2ea79709d1
Update actions/setup-java action to v4
11 months ago
renovate[bot]
2ba771dcb7
Update gradle/gradle-build-action action to v2.10.0
11 months ago
Jorge Martin Espinosa
e13b204f4b
Run 'record screenshots' flow if label is present ( #1860 )
...
* Run 'record screenshots' flow if label is present
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Jorge Martin Espinosa
e269303361
Run Maestro flow only then `Run-Maestro` label is present in a PR ( #1852 )
...
* Run Maestro only when the `Run-Maestro` label is present in a PR.
11 months ago
renovate[bot]
bb51862fc4
Update mobile-dev-inc/action-maestro-cloud action to v1.8.0
12 months ago
renovate[bot]
1937d0e67d
Update rnkdsh/action-upload-diawi action to v1.5.4
12 months ago
renovate[bot]
2647a9861b
Update mobile-dev-inc/action-maestro-cloud action to v1.7.0
12 months ago
Jorge Martin Espinosa
f6aabe40c0
Lower RAM usage in nightly related jobs ( #1777 )
...
* Lower RAM usage in nightly related jobs
* Restore `kotlin.daemon.jvm.options` for nigthly reports
12 months ago
Benoit Marty
818491fdc1
Update issue description. Rageshake is disabled by default. ( #1693 )
12 months ago
renovate[bot]
9e66180d20
Update kotlin ( #1697 )
...
* Update kotlin
* Lower Sonar RAM usage, remove redundant `Dkotlin.daemon.jvm.options`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
12 months ago
Jorge Martin Espinosa
b57fddf19c
Lower max RAM usage for gradle to avoid CI issues ( #1766 )
12 months ago
Jorge Martin Espinosa
1f5a135072
Use Parallel GC and bump RAM usage ( #1734 )
...
* Use Parallel GC and bump RAM usage
* Build only `app` project in `Build APKs (debug)` flow.
* Remove redundant JNA dependency
1 year ago
Jorge Martin Espinosa
56a024fc00
Only build `app` module for Maestro tests. ( #1727 )
...
This should save some time since the sample module would no longer be built.
1 year ago
renovate[bot]
28bb47c7b9
Update mobile-dev-inc/action-maestro-cloud action to v1.6.0
1 year ago
renovate[bot]
d92017745d
Update rnkdsh/action-upload-diawi action to v1.5.3 ( #1505 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
7a158f06b3
Update gradle/gradle-build-action action to v2.9.0
1 year ago
Kat Gerasimova
9481360eb0
Delete story template
...
We don't really use user stories in the platform repos, mostly use them in element-meta
1 year ago
renovate[bot]
ee901c70a2
Update gradle/gradle-build-action action to v2.8.1 ( #1426 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
870cd040d0
Update rnkdsh/action-upload-diawi action to v1.5.2
1 year ago
renovate[bot]
ea0103dccf
Update danger/danger-js action to v11.3.0
1 year ago
Benoit Marty
5c4da4b26e
Revert "Update codecov/codecov-action action to v4"
1 year ago
renovate[bot]
0e2a5e38cc
Update codecov/codecov-action action to v4
1 year ago
Benoit Marty
995d4e9f6d
Just try using `actions/checkout@v4`
1 year ago
jonnyandrew
f214493c9d
[Rich text editor] Integrate rich text editor library ( #1172 )
...
* Integrate rich text editor
* Also increase swapfile size in test CI
Fixes issue where screenshot tests are terminated due to lack of CI
resources.
See https://github.com/actions/runner-images/discussions/7188#discussioncomment-6750749
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Jorge Martin Espinosa
e19b27badf
De-duplicate sonar job in the CI ( #1238 )
...
* De-duplicate sonar job in the CI
* Remove workaround for `src/*/kotlin` folders
* Downgrade the sonarqube plugin version
* Try increasing workers for this job, since it's quite slow
* Warn about regression in latest sonarqube release
* Forbid backups to prevent cryptographic issues
1 year ago
renovate[bot]
ff3fd793ff
Update actions/checkout action to v4
1 year ago
renovate[bot]
d4ae0ec226
Update mobile-dev-inc/action-maestro-cloud action to v1.5.0
1 year ago
renovate[bot]
6596f5ec48
Update gradle/gradle-build-action action to v2.8.0
1 year ago
Benoit Marty
82c3b4896c
Fix grammar
1 year ago
Benoit Marty
f2b7252a88
Update pull request template for Element X.
1 year ago
Benoit Marty
13ff443b4a
Move the file pull_request_template.md to the parent folder to make it the default template.
1 year ago
renovate[bot]
18f82c7329
Update gradle/gradle-build-action action to v2.7.1
1 year ago
Benoit Marty
5d91513c32
Remove `failures` artifact, the content is included in `tests-and-screenshot-tests-results` artifact (only one artifact to download).
1 year ago
Benoit Marty
90351586ef
Remove `report` artifact, it is included in `tests-and-screenshot-tests-results` artifact.
1 year ago
Benoit Marty
8fabf6bc8d
Paparazzi 1.3.1 exports failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/.
1 year ago