RiotRobot
ad08b96905
Prepare changelog for v1.11.25-rc.2
2023-03-10 15:20:00 +00:00
ElementRobot
b558bec1b5
[Backport staging] Recommend element-io-archive-keyring from our Debian package ( #567 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-03-10 09:52:05 +00:00
RiotRobot
fa6e7ce0a5
v1.11.25-rc.1
2023-03-07 12:09:39 +00:00
RiotRobot
32c5ab7df3
Prepare changelog for v1.11.25-rc.1
2023-03-07 12:09:38 +00:00
Andy Balaam
25af58e86f
Merge pull request #564 from RiotTranslateBot/weblate-element-desktop-element-desktop
...
Translations update from Weblate
2023-03-07 10:47:15 +00:00
Weblate
9fb00348c4
Merge branch 'origin/develop' into Weblate.
2023-03-06 08:57:02 +00:00
Michael Telatynski
126d2c336b
Assert release & nightly builds are signed, notarised & accessible before deployment ( #559 )
2023-03-06 08:56:49 +00:00
Weblate
91576f3939
Merge branch 'origin/develop' into Weblate.
2023-03-05 23:05:12 +00:00
renovate[bot]
383793640d
Update dependency @aws-sdk/client-s3 to v3.281.0 ( #550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-06 12:05:08 +13:00
Open Culture Foundation
fe74834456
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (45 of 45 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/zh_Hant/
2023-03-05 12:33:40 +00:00
Artem Polivanchuk
9570864dd3
Added translation using Weblate (Ukrainian)
2023-03-04 14:09:44 +00:00
Andy Balaam
633805dcc2
Merge pull request #560 from vector-im/andybalaam/fix-release-notes-1.11.24
...
Remove items incorrectly included in changelog for 1.11.24
2023-03-03 14:28:35 +00:00
Andy Balaam
e04e500fd5
Remove items incorrectly included in changlog for 1.11.24
2023-03-03 12:52:04 +00:00
Michael Telatynski
68d2e34841
Guard reprepro db via concurrency limits ( #555 )
2023-03-02 16:54:57 +00:00
Michael Telatynski
88ef8deb78
Fix macOS notarisation using keychain credentials ( #557 )
2023-03-01 10:49:41 +00:00
RiotRobot
144d04a5ae
Merge branch 'master' into develop
2023-02-28 11:24:52 +00:00
RiotRobot
75e3ea6818
v1.11.24
2023-02-28 11:24:38 +00:00
RiotRobot
248ec9cedd
Prepare changelog for v1.11.24
2023-02-28 11:24:37 +00:00
Michael Telatyński
65a7871d45
Let electron-builder correctly set StartupWMClass ( #526 )
2023-02-27 18:04:55 +00:00
Michael Telatynski
b858e45eee
Fix invalid JSON
2023-02-27 10:52:25 +00:00
Michael Telatynski
3656125552
Fix Windows deploy path
2023-02-27 10:47:40 +00:00
Michael Telatynski
20f8099253
Update base-url for macos staging builds
2023-02-27 10:17:14 +00:00
Michael Telatyński
fc961737f4
Fix build_and_deploy workflow ( #553 )
2023-02-27 09:52:47 +00:00
Michael Telatyński
f79713980a
Update build_macos.yaml
2023-02-27 09:45:54 +00:00
renovate[bot]
8497d743cd
Update dependency playwright to v1.31.1 ( #536 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 23:47:08 +00:00
renovate[bot]
58f7c2534c
Update dependency eslint-plugin-matrix-org to v1 ( #551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 14:27:25 +01:00
renovate[bot]
ed60ea1977
Update dependency @types/tar to v6.1.4 ( #549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 12:44:18 +00:00
renovate[bot]
12c6f2c268
Update all non-major dependencies ( #529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-24 11:11:19 +00:00
Andy Balaam
a528d8c7c5
Merge pull request #546 from vector-im/andybalaam/harmonise-eslintrc-tsconfig
...
Separate linting and compiling src+test, scripts and hak
2023-02-24 10:31:38 +00:00
Andy Balaam
3eeb8c14a9
Lint the test directory
2023-02-24 09:39:14 +00:00
Andy Balaam
51a8667b89
Share what we can with extends in eslintrc
2023-02-23 17:33:06 +00:00
Andy Balaam
f960700a2a
Exclude test from eslint checking since it always was excluded, and I can't get it to check
2023-02-23 17:10:06 +00:00
Michael Telatynski
a0a9ec830c
Build & EV Sign Windows builds ( #517
...
* Add way to provide apple ID and app password to notarise script
* Add utility to generate electron-builder.json for release & nightly builds
* Run Build & Test on staging too
* First attempt at build & deploy for macOS with signing and notarisation
* Fix quote mismatch
* use correct quotes
* add runs-on
* Fix inputs.mode usage
* remove quotes
* chmod +x
* Fix artifact paths
* Fix deploy condition
* Fix deploy condition
* Fix artifact path
* Iterate
* Fix workflow
* Fix env
* Iterate
* Fix missing env
* Fix version calculation
* Iterate
* Fix config not taking effect
* Update build_and_deploy.yaml
* Fix alignments
* delint
* Fix alignment
* Update build_macos.yaml
* Add ability to EV sign using eSigner CKA
* Initial work to build & sign Windows nightlies in CI
* Format
* Format
* Fix gha
* fix winSign
* Fix install command
* Add signtool to path
* Update build_and_deploy.yaml
* Fix quotes
* Test
* Fix comments
* Fix cmd
* Try again
* arg slashes
* Fix exe path
* Fix matrix strategy
* Use ampersand-call
* fwd slash ftw?
* ls *
* 🌲
* tree dist
* prepend path
* Specify /fd and /td to modern signtool
* /tr not /t for CKA
* Test signing
* missing comma
* 🤦♂️
* Fix wrong mv
* Lets sign
* Fix config gen
* Debug
* Fix typo
* Multiple drives why
* Try NVL sandbox creds
* Update
* Attempt to disable logger
* Try again
* Iterate
* Update build_macos.yaml
* Update build_and_deploy.yaml
* Update build_macos.yaml
* Update build_and_deploy.yaml
* Update build_and_deploy.yaml
* Try custom build of eSigner CKA
* Fix typos
* Update build_windows.yaml
* Update build_and_deploy.yaml
* Update build_windows.yaml
* Update build_and_deploy.yaml
* Fix symlinking
* Fix working-directory incantation
* exe
* remove debug
* Prettier
* Vendor check in SSL.com executable
* Download CKA from packages.element.io instead
* Use demo creds
* StrictMode
* Switch back to 0207 (unsigned)
* Fix call syntax
* Revert env inc
* Partial rollback
* Trace
* Trace less
* Fix CN being passed wrong
* DEBUG
* Debug 2
* Fix ConvertFrom-StringData
* 0214
* Test
* Test
* Untested
* Revert to 0207
* stash
* Try with 20230221
* Restore scripts/electron_winSign.js
* Prepare for merge
* Update build_windows.yaml
* Update build_and_deploy.yaml
* Restore .github/workflows/build_and_deploy.yaml
* Restore .github/workflows/build_and_deploy.yaml
* Fix bad restore
2023-02-22 13:51:19 +00:00
RiotRobot
c4b753c680
v1.11.24-rc.2
2023-02-22 11:48:00 +00:00
RiotRobot
3f999e2cd7
Prepare changelog for v1.11.24-rc.2
2023-02-22 11:48:00 +00:00
RiotRobot
c883e023eb
Merge branch 'develop' into staging
2023-02-22 10:59:21 +00:00
RiotRobot
710f86abcd
v1.11.24-rc.1
2023-02-21 13:23:56 +00:00
RiotRobot
90f5748ba7
Prepare changelog for v1.11.24-rc.1
2023-02-21 13:23:56 +00:00
Michael Telatynski
c9d7e37e09
Update pull_request.yaml
2023-02-21 12:24:58 +00:00
Andy Balaam
f53cb68cf8
Merge pull request #548 from RiotTranslateBot/weblate-element-desktop-element-desktop
...
Translations update from Weblate
2023-02-21 10:40:36 +00:00
Andy Balaam
26a308d8c6
Add typeRoots to try and appease CI
2023-02-20 16:25:17 +00:00
Andy Balaam
a0034c1ade
Add a rootDir to try and appease the CI
2023-02-20 16:08:11 +00:00
Weblate
00b40a3e73
Merge branch 'origin/develop' into Weblate.
2023-02-20 12:09:50 +00:00
Michael Telatynski
cdbb7763bf
Build & Package signed Linux builds ( #527 )
2023-02-20 12:09:45 +00:00
Andy Balaam
1271c22aee
Separate linting and compiling src+test, scripts and hak
...
Inspired by the failure of https://github.com/vector-im/element-desktop/pull/529
to lint our code with the @typescript-eslint/no-base-to-string rule
turned on, I found we needed to add a parserOptions.project to our
.eslintrc.js, pointing to the tsconfig.json.
This led to more fixes, because we have 3 tsconfig.json files for
src+test, scripts and hak and the single eslintrc was complaining that
it could see more files than the tsconfig file knew about.
So, I think the right split is to have one eslintrc file and one
tsconfig for each of the three projects.
2023-02-17 12:17:42 +00:00
Andy Balaam
bd8c69ec74
Include the test directory in tsconfig.
2023-02-17 12:14:53 +00:00
Weblate
b4f418e2ac
Merge branch 'origin/develop' into Weblate.
2023-02-17 10:44:55 +00:00
renovate[bot]
acaf040bfa
Update jest monorepo to v29.4.3 ( #537 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-17 10:44:50 +00:00
Weblate
2240302340
Merge branch 'origin/develop' into Weblate.
2023-02-16 19:43:34 +00:00
renovate[bot]
1462e87945
Update dependency electron to v23 ( #541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 19:43:29 +00:00