Commit graph

5009 commits

Author SHA1 Message Date
Jonathan Kelley
ba8984761e
cache if master 2024-01-08 16:53:37 -08:00
Jonathan Kelley
6b2c349626
use proper cache 2024-01-08 16:32:49 -08:00
Jonathan Kelley
3cb3113a8b
try normal swatinem cache 2024-01-08 16:26:12 -08:00
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
03da6ac49b
Merge pull request #1799 from DioxusLabs/dependabot/npm_and_yarn/packages/extension/follow-redirects-1.15.4
Bump follow-redirects from 1.15.1 to 1.15.4 in /packages/extension
2024-01-08 15:51:45 -08:00
Jonathan Kelley
8bb9bccca5
set working dir for playwright 2024-01-08 15:51:26 -08:00
Jonathan Kelley
9443826229
dont include mobile demo 2024-01-08 15:45:03 -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
3aabaa8c8f
Commit cargo.lock and allow mobile example to be part of workspace 2024-01-08 15:27:59 -08:00
dependabot[bot]
485bb6585e
Bump follow-redirects from 1.15.1 to 1.15.4 in /packages/extension
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:20:22 +00:00
Jonathan Kelley
0c684261c9
Tweak CI with new caching 2024-01-08 15:19:21 -08:00
Jonathan Kelley
546868551a
Merge pull request #1798 from DioxusLabs/jk/fix-miri-test-setup
Fix: move miri and playwright to the main CI so it gets run less
2024-01-08 15:19:10 -08:00
Jonathan Kelley
ce75a13d26
apply sccache for all jobs in main workflow 2024-01-08 15:00:05 -08:00
Jonathan Kelley
28a9dc6805
Pin assets sha to keep CI in check 2024-01-08 14:54:02 -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
9c4d90350f
fix merge conflicts for files 2024-01-08 14:08:21 -08:00
Jonathan Kelley
8ef7503a90
fix playwright tests by fixing inlinejs 2024-01-08 13:58:47 -08:00
Jonathan Kelley
6b240e1169
remove unused deps 2024-01-08 13:39:03 -08:00
Jonathan Kelley
9340558adc
Merge pull request #992 from ealmloff/add-file-data-drag-event
Add file property to drag data
2024-01-08 13:34:32 -08:00
Jonathan Kelley
5ccbeeab46
Merge branch 'master' into add-file-data-drag-event 2024-01-08 13:34:24 -08:00
Jonathan Kelley
399e20fd47
Merge pull request #1622 from ealmloff/cli-config-library
Pull out CLI configs into a separate library
2024-01-08 13:33:16 -08:00
Jonathan Kelley
6749fd9fe3
Merge pull request #1655 from ealmloff/fullstack-binary-size-compile-times
Optimize fullstack compile times
2024-01-08 13:33:03 -08:00
Jonathan Kelley
8022fa00d8
Merge pull request #1736 from ealmloff/liveview-history-default
Enable the liveview router history by default if the feature is enabled
2024-01-08 13:32:39 -08:00
Jonathan Kelley
c90f31a4f6
Fix moutned data on desktop 2024-01-08 13:03:47 -08:00
Evan Almloff
194c9d43e3 fix merge 2024-01-08 14:51:35 -06:00
Jonathan Kelley
1b883b2858
Use the correct serialized event converter 2024-01-08 12:19:43 -08:00
Evan Almloff
56798b3d1c Merge branch 'master' into add-file-data-drag-event 2024-01-08 14:16:09 -06:00
Evan Almloff
cfbec8240e make the web history a higher priority than the liveview history when compiling to wasm 2024-01-08 13:50:01 -06:00
Evan Almloff
2cc6f2f51f fix merge and reorganize the CLI a bit 2024-01-08 13:39:12 -06:00
ealmloff
01c2691953
fix duplicate serde dependancy 2024-01-08 13:30:08 -06:00
Jonathan Kelley
6ed038e9e5
Add example of working with streams 2024-01-08 11:25:20 -08:00
Evan Almloff
0269a59c95 add fullstack platform 2024-01-08 13:24:23 -06:00
Evan Almloff
23509ada9f Merge branch 'master' into cli-config-library 2024-01-08 13:24:16 -06:00
Jonathan Kelley
3eb24f67fe
Merge pull request #1552 from DioxusLabs/jk/faster-cache-ci
Try making the cache faster using mozilla's cache
2024-01-08 11:22:48 -08:00
Jonathan Kelley
5a3d4f9bff
Merge branch 'master' into jk/faster-cache-ci 2024-01-08 11:22:42 -08:00
Evan Almloff
b180b501f7 Merge branch 'master' into fullstack-binary-size-compile-times 2024-01-08 13:18:05 -06:00
ealmloff
08a679147f
Merge branch 'master' into liveview-history-default 2024-01-08 13:11:55 -06:00
Evan Almloff
438c03ad68 fix the double click event 2024-01-08 13:10:09 -06:00
Jonathan Kelley
fb40e72520
Merge pull request #1603 from divinerapier/master
Bump tauri bundler for using proxy to fetch resources
2024-01-08 10:38:05 -08:00
Jonathan Kelley
16bb078e99
Merge pull request #1542 from juspay/nix
Add a simple nix dev shell
2024-01-08 10:36:00 -08:00
Jonathan Kelley
298f5c7b93
Merge pull request #1610 from bunnyBites/get-parsed-values-for-form-values
Serializing FormData while form 'onsubmit'.
2024-01-08 10:35:26 -08:00
Jonathan Kelley
ac326e4dfd
Fix clippy with features 2024-01-08 10:35:10 -08:00