Commit graph

213 commits

Author SHA1 Message Date
Jonathan Kelley
d081374b95
attempt to speed up CI 2024-01-08 16:14:06 -08:00
Jonathan Kelley
f4d9596a06
Move around checkout action 2024-01-08 15:57:26 -08:00
Jonathan Kelley
8bb9bccca5
set working dir for playwright 2024-01-08 15:51:26 -08:00
Jonathan Kelley
80f376a2e5
dont use working directory (busts cache, probably) 2024-01-08 15:35:16 -08:00
Jonathan Kelley
e5341bd330
Dont run matrix on draft 2024-01-08 15:29:20 -08:00
Jonathan Kelley
0c684261c9
Tweak CI with new caching 2024-01-08 15:19:21 -08:00
Jonathan Kelley
ce75a13d26
apply sccache for all jobs in main workflow 2024-01-08 15:00:05 -08:00
Jonathan Kelley
6f15e0e924
Fix ci failure on unused cfg deps 2024-01-08 14:37:05 -08:00
Jonathan Kelley
bc96a3e4fb
Fix working directory 2024-01-08 14:29:43 -08:00
Jonathan Kelley
998535b8df
Fix main.yml CI 2024-01-08 14:27:03 -08:00
Jonathan Kelley
75a4535854
Use mozilla cache for playwright 2024-01-08 14:21:53 -08:00
Jonathan Kelley
d84e518ab2
Move playwright too 2024-01-08 14:21:09 -08:00
Jonathan Kelley
c02e32c95c
Use sccache for miri 2024-01-08 14:16:11 -08:00
Jonathan Kelley
016b475c32
Fix: move miri to the main CI so it gets run less 2024-01-08 14:14:41 -08:00
Jonathan Kelley
5a3d4f9bff
Merge branch 'master' into jk/faster-cache-ci 2024-01-08 11:22:42 -08:00
Jonathan Kelley
4d8592efda
add xdo to dev 2024-01-06 02:01:08 -08:00
ealmloff
2853b16cd6
Merge branch 'DioxusLabs:master' into intigrate-collect-assets 2023-12-21 14:00:35 -06:00
dependabot[bot]
cd019db9ef
Bump actions/upload-artifact from 3 to 4 (#1726)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 08:04:53 -06:00
Evan Almloff
b0586843b2 bump miri CI version 2023-12-17 11:50:57 -06:00
Evan Almloff
66e2c02bf7 Merge branch 'master' into intigrate-collect-assets 2023-12-08 08:49:17 -06:00
Evan Almloff
73bd30cea4 add nasm setup to CI 2023-12-08 08:47:47 -06:00
Jonathan Kelley
8f1791c039
Merge pull request #1597 from ColonelThirtyTwo/fmt-indent
Use indentation settings in dx fmt and vscode extension
2023-12-06 22:06:16 -08:00
Jonathan Kelley
07d84fedb7
Merge pull request #1580 from ealmloff/miri-leak
Remove the ignore leaks in flag MIRI
2023-12-06 21:29:32 -08:00
Jonathan Kelley
69bf6b9dd7
CI: adjust matrix test to install rustfmt during autofmt tests 2023-12-06 21:27:26 -08:00
dependabot[bot]
e69a4a7cd8
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#1685)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 07:07:35 -06:00
dependabot[bot]
78120ca0e2
Bump actions/setup-node from 3 to 4 (#1592)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 08:44:28 -05:00
Evan Almloff
b9dae3e1e0 don't ignore leaks in miri 2023-10-25 15:06:08 -05:00
Jonathan Kelley
9b7b2e7877
Try making the cache faster using mozilla's cache 2023-10-17 17:51:44 -07:00
Evan Almloff
f976e08f71 Merge branch 'master' into intigrate-collect-assets 2023-09-17 19:40:14 -05:00
Evan Almloff
a8dfe1a0b3 disable docs CI 2023-09-15 11:47:37 -05:00
dependabot[bot]
b7638f31a6
Bump actions/checkout from 3 to 4 (#1452)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:32:40 -05:00
Evan Simkowitz
de87ba6548
Update all uncommented commands to remove actions-rs (#1366)
* Update all uncommented commands to remove actions-rs (#1)

* install target in toolchain action

* add linux target explicitly

* try latest

* fix install
2023-08-22 19:48:03 -05:00
Evan Simkowitz
3e24b3d34a
Publish CLI binaries for cargo-binstall (#1358)
* add test release pipeline

* fix

* debug

* oops forgot checkout

* debug

* fix if

* blah

* fix working dir

* fix cargo build path

* add publish step

* add cache

* fix path

* use package instead of working dir

* fix cache path

* fix typo in checksum

* fix upload artifact loop

* add more comments

* add binstall metadata

* test simplified action

* fix target

* remove dispatch

* fix permissions

* remove mac arm config

* update comments

* update comment

* replace unmaintained actions-rs
2023-08-15 13:41:32 -05:00
dependabot[bot]
2d719a9da9
Bump actions/checkout from 2 to 3 (#1242)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 13:04:38 -05:00
Jonathan Kelley
b028ca87ec
Merge pull request #1222 from DioxusLabs/jk/add-caching-to-ios
Add caching to windows CI, and build for Android + iOS
2023-07-19 20:00:48 -07:00
Jonathan Kelley
223d588c85
Bump msrv to support simple logger 2023-07-19 19:33:39 -07:00
Jonathan Kelley
462338e49f
Remove linux from matrix since we already test it with the wasmpack test 2023-07-19 18:48:17 -07:00
Jonathan Kelley
af363b6bb5
Unleash all core tests with miri 2023-07-19 18:42:03 -07:00
Jonathan Kelley
afa8687735
Bump rust version to 1.69 2023-07-19 16:22:19 -07:00
Jonathan Kelley
27a6babbd7
Fix syntax error in yml 2023-07-19 13:26:34 -07:00
Jonathan Kelley
d9f0b14968
Rename CI field to enable wasm + linux 2023-07-19 13:22:33 -07:00
Jonathan Kelley
31cde43d6d
Add caching to windows CI and test iOS and android 2023-07-19 13:18:45 -07:00
Jonathan Kelley
d82b2f226f
Kill previous CI jobs when new pushed 2023-07-19 12:50:28 -07:00
Jonathan Kelley
0ceaaa6c96
Don't install the CLI 2023-07-19 10:11:11 -07:00
Jonathan Kelley
22ea04e45d
Use different path for cli 2023-07-19 10:08:50 -07:00
Jonathan Kelley
da21e5f4c1
Move order around, set default working directory 2023-07-19 10:03:28 -07:00
Jonathan Kelley
f51b0099dd
CD as a step 2023-07-19 09:59:05 -07:00
Jonathan Kelley
5eac6cd1c5
Add working dir 2023-07-19 09:57:00 -07:00
Jonathan Kelley
b9794aaad4
Only run miri for changed files 2023-07-19 09:54:54 -07:00
dependabot[bot]
235406b59d
Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#1205)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 11:01:13 -05:00
Brian Donovan
947b7b650e
chore: rename playwrite to playwright (#1203)
I assume this was a mistake and not intentional.
2023-07-17 11:00:59 -05:00
Jonathan Kelley
af49cb4ec6
Merge branch 'master' into master 2023-07-14 15:36:28 -07:00
Jonathan Kelley
17ae835f9e
Try pinning ubuntu version to fix CI 2023-07-14 14:14:51 -07:00
Jonathan Kelley
8a9bf294b4
Use local CLI for playright 2023-07-14 13:24:28 -07:00
Jonathan Kelley
44c0eb66c5
Update dependabot.yml 2023-07-10 10:26:21 -07:00
Miles Murgaw
df41c81d14 fix: add playwright tests to CI workflow 2023-07-05 12:55:18 -04:00
Jon Kelley
86402d3e23
Merge pull request #1077 from Demonthos/end-to-end-testing
create end to end tests using playwright
2023-06-30 12:23:31 -07:00
DianQK
535435a4cf
Fix the issue of duplicate unique ID for atoms using newtype.
The MergeFunctionsPass in LLVM merges identical functions (https://rust.godbolt.org/z/3nnr9nMne), resulting in the same function addresses.
2023-06-21 21:50:10 +08:00
Dirk Stolle
8a16eb4cb3
replace unmaintained actions-rs/* actions in CI workflows (#1099)
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216> for more
information. Due to their age they generate several warnings in
CI runs.

To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-19 12:43:33 -05:00
Evan Almloff
4a842e796f install playwrite test in CI 2023-06-05 14:08:16 -05:00
Evan Almloff
741ff97882 create end to end tests using playwright 2023-06-05 13:48:58 -05:00
dependabot[bot]
f0f1dc414c
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#1052)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 13:17:12 -05:00
Evan Almloff
4a9ebe78d7 fix Linux CI dependancies 2023-04-11 11:22:36 -05:00
Jonathan Kelley
084aff8f31 dont build reference 2023-02-16 15:20:18 -08:00
Jonathan Kelley
6090dc063a fix path 2023-02-16 15:03:52 -08:00
Jonathan Kelley
2075ff3039 add more builds to docs 2023-02-16 14:57:32 -08:00
Evan Almloff
78f45b1518 don't run miri workflow on draft PRs 2023-02-07 21:12:34 -06:00
Evan Almloff
8e3f2bcbe5 create stable docs workflow 2023-01-20 07:46:29 -06:00
Jonathan Kelley
c4a18bc24d chore: clean up some clippy warnings and add clippy lints to CI 2023-01-11 16:13:41 -08:00
Jonathan Kelley
6d24fc3a6f ci: make CI pass for miri 2023-01-10 18:08:41 -08:00
Jonathan Kelley
8df6be9508 wip: add more flags to env for CI 2023-01-10 18:01:52 -08:00
Jonathan Kelley
6cc4dac3a3 wip: use tokios runtime 2023-01-10 17:57:38 -08:00
Jonathan Kelley
13e58daa20 Merge branch 'master' into jk/add-miri-to-ci 2023-01-10 17:53:25 -08:00
ealmloff
cd4474cc4f
Update docs to reflect changes in master (#670)
* work on updating docs to master version

* more updates

* more polishing

* finish interactivity chapter

* finish updating core guide

* fix grammer mistakes and typos

* more grammer fixes

* add liveview guide

* remove doc build

* WIP custom renderer docs

* add axum as dev-dependancy to guide

* fix examples

* fix overview example

* use md book fork to fix compilation
2023-01-06 15:00:12 -08:00
Jonathan Kelley
3c8c6883f7 fix: use manual checkout 2023-01-03 00:45:17 -05:00
Jonathan Kelley
e99b2feb24 fix: yml 2023-01-03 00:42:54 -05:00
Jonathan Kelley
e4b5983d8c fix: use working directory 2023-01-03 00:41:39 -05:00
Jonathan Kelley
3b86650b35 fix: use C drive on windows 2023-01-03 00:40:15 -05:00
Jonathan Kelley
7a0c00ab6f fix: dont install master miri 2022-12-30 14:47:06 -05:00
Jonathan Kelley
b351345db9 chore: use miri on native-core too 2022-12-30 14:45:45 -05:00
Jonathan Kelley
0d95568972 chore: add miri and windows test 2022-12-30 14:34:44 -05:00
Jonathan Kelley
22f58ef1d8 ci: add clippy workspace flag to check all crates 2022-12-19 11:38:13 -08:00
Jonathan Kelley
7b10d2f6af ci: use ordering to better cache 2022-12-13 15:34:35 -08:00
Jon Kelley
937eb1f0f0
Merge pull request #641 from DioxusLabs/dependabot/github_actions/Swatinem/rust-cache-2
build(deps): bump Swatinem/rust-cache from 1 to 2
2022-12-07 16:28:10 -08:00
Jon Kelley
bb084ad7be
Merge pull request #642 from DioxusLabs/dependabot/github_actions/jetli/wasm-pack-action-0.4.0
build(deps): bump jetli/wasm-pack-action from 0.3.0 to 0.4.0
2022-12-07 16:27:59 -08:00
Jon Kelley
cdb1e76f6f
Merge pull request #643 from DioxusLabs/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.4.1
build(deps): bump JamesIves/github-pages-deploy-action from 4.2.3 to 4.4.1
2022-12-07 16:27:49 -08:00
dependabot[bot]
dbffe1ad24
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:10 +00:00
dependabot[bot]
c53f67230b
build(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.3 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.3...v4.4.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:07 +00:00
dependabot[bot]
0445302548
build(deps): bump jetli/wasm-pack-action from 0.3.0 to 0.4.0
Bumps [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/jetli/wasm-pack-action/releases)
- [Commits](https://github.com/jetli/wasm-pack-action/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: jetli/wasm-pack-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:04 +00:00
dependabot[bot]
b3b1415b69
build(deps): bump Swatinem/rust-cache from 1 to 2
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2.
- [Release notes](https://github.com/Swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rust-cache/compare/v1...v2)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:01 +00:00
Ewout ter Hoeven
bf62578fec
Add Dependabot configuration for GitHub Actions updates
Add a Dependabot configuration that checks once a week if the GitHub Actions are still using the latest version. If not, it opens a PR to update them.

It will actually open few PRs, since only major versions are specified (like v3), so only on a major release (like v4) it will update and open a PR. But it helps actively keep GitHub Actions workflows up to date and secure.

See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
2022-12-06 16:00:56 +01:00
Reinis Mazeiks
c801d4402e
Fix propagation docs (#526)
* Fix typo - wrong example for "stopping propagation" section

* Move `lib.rs` in guide back to `src`

* Make sure tests get run when guide is updated (there's examples in the guide to check for compilation errors)
2022-08-10 07:23:27 -05:00
Marco Godoy
9538cfe733
Update Docs CI with mdbook translation support (#516)
* Update Docs CI with mdbook translation support #514

* install mdbook with --rev
2022-08-04 10:26:04 -05:00
Jon Kelley
d9546d9504
Renderers are now packages, not features. (#387)
* feat: use synchronous router design

* feat: function to get router out of dom

* chore: restructure workspace to use renderers as packages, not features
2022-07-09 15:15:20 -04:00
Reinis Mazeiks
7fdc72726d
Exclude benchmarks from testing (#492)
* Exclude benchmarks from testing
2022-07-07 09:59:00 -04:00
Reinis Mazeiks
726e1d50bd
Remove reference from docs CI (#491) 2022-07-07 06:29:40 -05:00
Reinis Mazeiks
f48baae0b0 CI: Update gh jobs to install libayatana 2022-05-07 13:54:59 +03:00
Maccesch
c72cc9ae41 fixed FUNDING.yml 2022-05-06 23:36:16 +01:00
YuKun Liu
1594ac386c
Update docs.yml 2022-04-27 07:37:34 +08:00
YuKun Liu
caa61f8ca8
Update docs.yml 2022-02-27 17:06:58 +08:00