Anderas
d4e7076e1d
Compile Crypto FFI for MacOS
2022-10-10 18:59:25 +02:00
Jonas Platte
8b728d4ada
ci: Pin typos version
...
Currently, master is broken: https://github.com/crate-ci/typos/issues/590
2022-10-06 17:27:55 +02:00
Jonas Platte
e05de8d4ce
chore: Upgrade UniFFI
2022-10-05 12:21:44 +02:00
Ivan Enderlin
b1493c5217
fix(crypto-nodejs): Hopefully it will make NPM_TOKEN available in the script.
...
We hope that adding this to the workflow will make `NPM_TOKEN`
available from within the script.
2022-09-29 11:36:29 +02:00
Ivan Enderlin
180796c747
fix(crypto-nodejs): Fix the prep release script.
2022-09-28 17:46:56 +02:00
Benjamin Kampmann
b5bd6dfee9
fix: Apply redactions to room state events in database, too ( #917 )
...
fixes #890
2022-09-27 09:24:53 +02:00
Jonas Platte
ab0c144f51
chore: Upgrade UniFFI
2022-09-09 14:30:23 +02:00
Jonas Platte
5f6775f47c
ci: Only cancel running CI for previous commits on PRs
2022-09-05 15:01:38 +02:00
Jonas Platte
c2a222278d
ci: Consistently indent job steps
2022-09-05 15:01:38 +02:00
Jonas Platte
567b230cb7
ci: Cache xtask binary
2022-09-05 15:01:38 +02:00
Jonas Platte
8535c16bc8
ci: Don't require fmt to run before typo check and clippy
2022-09-05 15:01:38 +02:00
Jonas Platte
d009d0475e
ci: Move appservice and style back into ci workflow
...
Required for job dependencies.
2022-09-05 15:01:38 +02:00
Jonas Platte
6b8cf3c02a
chore: Remove pre-commit configuration and CI job
...
It was not really being used.
2022-09-05 15:01:38 +02:00
Doug
8a8cc5f230
chore(bindings): Use Swift package for tests.
2022-08-31 16:22:59 +02:00
Jonas Platte
5faed2e635
Upgrade UniFFI
2022-08-23 16:47:08 +02:00
Ivan Enderlin
331f8b381f
doc(crypto-js): Update documentation for the release workflow.
2022-08-22 15:10:01 +02:00
Ivan Enderlin
2481618608
chore(crypto-js): Create the Github release with the NPM package attached.
...
This patch updates the `publish` NPM script to explicitly run
`wasm-pack pack` to create the NPM package in the `pkg/`
directory. This patch also updates the Github Action workflow for the
`matrix-sdk-crypto-js` release, to create a new Github Release, with
the NPM package attached as an asset file.
2022-08-22 14:37:09 +02:00
Ivan Enderlin
39077b185b
chore(crypto-js): Add a release workflow for crypto-js.
...
This patch adds a new `npm run publish` script that:
1. Run `npm run prepublish` (which runs the `build` and `test` scripts),
2. Run `wasm-pack publish`.
Note 1: The `prepublish` script is using the `$npm_execpath`
environment variable instead of just “`npm`”, so that if someone is
using `yarn` or another JavaScript package manager, it _should_ work
(not tested yet).
Note 2: `wasm-pack publish` is run without running `wasm-pack login`
before that. _But_ we are updating the registry URL in the NPM
configuration file in the Github Action workflow, see below.
This patch then creates a new Github Action workflow that is triggered
when a new tag of the form `matrix-sdk-crypto-js-v[0_9]+.*` is
pushed. This workflow runs `npm run publish` basically, but before
that, it updates the NPM configuration file by setting a value for
`//registry.npmjs.org/:_authToken`. Thus, running `wasm-pack login` is
not necessary.
2022-08-22 12:14:44 +02:00
Jonas Platte
8e368d86b7
chore: Use the latest git version of UniFFI
2022-08-11 12:56:17 +02:00
Jonas Platte
e788ec6b07
ci: Only test one node.js version on macOS
2022-08-08 18:06:54 +02:00
Jonas Platte
1fea48359d
ci: Checkout head ref instead of merge commit for coverage
...
… this *should* fix bogus coverage change reporting.
2022-08-04 23:43:49 +02:00
Jonas Platte
054dfa98a0
ci: Upgrade checkout action
2022-08-04 23:43:49 +02:00
Benjamin Kampmann
a1bf53a331
Merge remote-tracking branch 'origin/main' into ben-getting-started-example
2022-08-03 11:39:50 +02:00
Benjamin Kampmann
38a71972e5
ci: add backend server for integration test with tarpaulin
2022-08-02 15:42:45 +02:00
Benjamin Kampmann
d8caaed1ce
docs: only document default workspace members, not all
2022-08-02 15:24:48 +02:00
Benjamin Kampmann
67e63c0d35
ci: update xtask, add ci to build examples
2022-08-02 15:13:27 +02:00
Benjamin Kampmann
65be06ebad
Merge remote-tracking branch 'origin/main' into gnunicorn/issue833
2022-08-02 10:32:09 +02:00
Benjamin Kampmann
14429af511
Update .github/workflows/documentation.yml
...
Co-authored-by: Jonas Platte <jplatte+git@posteo.de >
2022-08-01 22:19:46 +02:00
Benjamin Kampmann
1e6e00b0c0
ci(integration-testing): split integration test off from regular tests
2022-08-01 18:54:33 +02:00
Benjamin Kampmann
7dfadd1848
ci(integration-testing): split integration test off from regular tests
2022-08-01 15:20:13 +02:00
Benjamin Kampmann
5089c1a7e9
ci(docs): force npm generated bindings if existing
2022-08-01 14:56:26 +02:00
Benjamin Kampmann
2d21c30639
Merge remote-tracking branch 'origin/main' into gnunicorn/issue833
2022-08-01 13:28:28 +02:00
Benjamin Kampmann
3842426788
ci: Remove unneeded github action params
2022-08-01 13:27:00 +02:00
Benjamin Kampmann
c27016b2e7
testing: fix review grumbles
2022-08-01 13:01:50 +02:00
Benjamin Kampmann
d0f58d0879
ci(js) add npm docs of bindings to pages
2022-08-01 12:17:36 +02:00
Benjamin Kampmann
5806b3fbe9
ci(crypto-js): use a specific node version to run tests
2022-07-27 13:23:44 +02:00
Benjamin Kampmann
c070b96a68
Merge remote-tracking branch 'origin/main' into gnunicorn/issue833
2022-07-21 17:37:49 +02:00
Benjamin Kampmann
d68d6ead69
chore: let's check the logs
2022-07-21 17:31:58 +02:00
Benjamin Kampmann
6f18e35b72
Merge remote-tracking branch 'origin/main' into ben-release-crypto-nodes-beta0
2022-07-21 10:25:26 +02:00
Ivan Enderlin
0360b13cdb
fix(bindings/crypto-nodejs): Rrrrr
2022-07-19 16:12:43 +02:00
Benjamin Kampmann
b24f7b7ad7
ci(integration-tests): switch to non-docker github action
2022-07-19 12:05:49 +02:00
Benjamin Kampmann
9318c2f1e8
ci(crypto-nodejs): switch to main branch
2022-07-19 11:36:30 +02:00
Benjamin Kampmann
3f71818704
ci(test): switch from docker to compose
2022-07-18 18:10:41 +02:00
Benjamin Kampmann
025db83af3
ci(test): cancel previous calls and fix the docker logs cmd
2022-07-18 18:06:54 +02:00
Benjamin Kampmann
06cab75df3
ci(sdk): Add integration tests to CI
2022-07-18 17:39:51 +02:00
Stefan Ceriu
d571ca718d
fix(bindings/apple): Allow any platform OS simulator to run the Apple specific unit tests.
2022-07-18 13:09:39 +02:00
Benjamin Kampmann
0112396c99
ci(crypto-nodejs): trigger build for new tag
2022-07-14 12:31:04 +02:00
Benjamin Kampmann
8170d2c996
Merge remote-tracking branch 'origin/main' into ben-release-crypto-nodes-beta-1
2022-07-14 11:40:45 +02:00
Stefan Ceriu
65654de7eb
chore: sdk-ffi apple - try building the framework on x86_64 outside of Xcode
2022-07-13 11:19:07 +02:00
Stefan Ceriu
399bbc25e9
chore: sdk-ffi apple - run the CI build script from the Xcode project and only for the active architecture
2022-07-13 11:19:06 +02:00