Greg Johnston
ab1c4ca7a6
chore(ci): run all examples under stable and fix remaining linting issue ( #2503 )
2024-04-05 16:09:23 -04:00
Greg Johnston
43178b56dc
chore(ci): move example CI over to stable ( #2502 )
2024-04-05 14:55:31 -04:00
Lukas Potthast
119c9ea23f
feat: allow spreading of both attributes and event handlers ( #2432 )
2024-04-05 14:30:34 -04:00
Joseph Cruz
e5af1456a6
fix(ci): false leptos changes detected ( #2491 )
2024-04-04 20:06:09 -07:00
Joseph Cruz
cc1f6f0a94
chore(ci): run semver checks on push ( #2483 )
2024-04-01 20:38:28 -04:00
Greg Johnston
41f3c46830
chore: bump nightly version in examples ( #2479 )
2024-04-01 15:16:53 -04:00
Joseph Cruz
e926ff24a6
ci: disable semver checks ( #2471 )
2024-03-30 20:05:20 +00:00
Joseph Cruz
572ae5bbdf
test(ci): check semver ( #2450 )
...
* test(ci): check semver
* chore: simulate change
* fix(ci): add checkout
* fix(ci): version typo
* chore: remove simulated change
2024-03-22 15:51:13 -07:00
martin frances
5819014ccc
Chore(ci) bumping tj-actions/changed-files to version 43. ( #2454 )
2024-03-22 07:23:57 -04:00
Joseph Cruz
630fd4570d
fix(ci): trunk command not found ( #2453 )
...
* chore: simulate change
* chore: remove print trunk version
* Revert "chore: remove print trunk version"
This reverts commit c203a83b44
.
* chore(ci): use jetli/trunk-action
* chore: remove simulated change
2024-03-22 07:23:48 -04:00
Joseph Cruz
ac75999c9f
chore(ci): upgrade actions to node 20 ( #2444 )
...
* chore(ci): install jq with apt
* chore(ci): install trunk with cargo
* chore(ci): replace toolchain action
* chore(ci): upgrade pnpm cache action
* chore: simulate change
* fix(ci): pnpm cache action typo
* chore: remove simulated change
2024-03-19 09:36:30 -07:00
Joseph Cruz
97fd8ff6c4
fix(ci): leptos examples fail with bindgen schema error ( #2428 )
2024-03-13 22:33:54 -04:00
Joseph Cruz
2ca30a0b2d
ci(examples): build hackernews_js_fetch with deno ( #2344 )
...
* ci(examples): refactor process management
* ci(examples): build hackernews_js_fetch with deno
* ci(workflows): detect hackernews_js_fetch change
* chore(web-report): report deno usage
* chore(web-report): ignore gtk example
* ci(todo_app_sqlite): simulate change
* ci(workflows): install deno
* ci(todo_app_sqlite): remove simulated change
2024-02-23 13:40:44 -05:00
martin frances
98633c8700
chore(ci): update node version for GitHub Actions ( #2303 )
2024-02-15 20:17:12 -05:00
Joseph Cruz
cd70b2f52b
fix(ci): should exclude cargo-make
2024-02-11 20:40:20 -05:00
Joseph Cruz
4222c832b1
fix(ci): empty directory vector error ( #2288 )
...
* fix(ci): empty directory vector error
* chore(ci): simulate example change
* chore(ci): remove simulated example change
2024-02-10 10:02:21 -08:00
Joseph Cruz
65b7603192
fix(ci): address clippy issue ( #2278 )
...
* fix(ci): address clippy issue
* fix(ci): add missing nightly specifications
* fix(ci): set all nightly references
* chore(ci): do not lint example crates
2024-02-09 16:30:11 -05:00
Greg Johnston
a5cbfa0aad
remove viz integration (see #2177 )
2024-01-19 14:16:58 -05:00
Joseph Cruz
1d4772251a
fix: ci stopped detecting leptos or example changes ( #2194 )
2024-01-17 18:58:21 -05:00
dependabot[bot]
c7da3998ba
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #2180 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 39 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v41 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 16:04:21 -05:00
Joseph Cruz
a8e25af523
ci(leptos): run ci on change instead of check ( #2061 )
...
* ci: run ci examples on leptos change
* chore(ci): simulate leptos source change
* ci(todo_app_sqlite_csr): increase retries
* ci: delete check examples workflow
* ci: rename ci examples workflow
* ci: run ci examples with stable toolchain
* chore(ci): remove simulated change
* ci: delete check stable workflow
2023-11-24 14:59:13 -05:00
martin frances
e0cca3e7a3
workflows: bumped tj-actions/changed-files to @39. ( #1942 )
2023-10-27 13:47:56 -04:00
martin frances
0c8ab7c725
workflows: bump setup-node to version 4. ( #1944 )
2023-10-27 13:47:33 -04:00
martin frances
15f08aaa30
chore: removed warning in build artefacts. ( #1840 )
...
```
The following actions uses node12 which is deprecated and will be forced to run
on node16: actions-rs/toolchain@v1. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
In other places @3 was being used, so for consitency I have bumped everything up to @4
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
2023-10-05 21:15:01 -04:00
Sean Aye
50678dafe1
feat: add JS Fetch integration support ( #1554 )
2023-09-25 07:51:25 -04:00
Joseph Cruz
af215d6ce8
fix: exclude markdown files from examples lists ( #1716 )
...
* fix(examples/gen-members): exclude markdown files
* fix(ci): exclude markdown files from examples list
* test(ci): simulate leptos change
* chore(ci) :remove simulated change
2023-09-14 16:58:46 -04:00
Greg Johnston
e9fef73f53
docs: note about 0.5 in book
2023-09-14 15:53:27 -04:00
Joseph Cruz
e384d53996
doc(examples): reference run instructions ( #1705 )
2023-09-13 19:57:50 -04:00
martinfrances107
5c3ed3f018
Chore: Bump to actions/checkout@v4
2023-09-08 08:28:01 +01:00
Joseph Cruz
694ed61e4c
fix(ci): add new webkit dependency ( #1607 ) ( #1608 )
2023-08-28 11:08:47 -04:00
Joseph Cruz
cf14e857ca
refactor(check-stable): use matrix ( #1543 ) ( #1583 )
...
* refactor(check-stable): use matrix
* chore: simulate leptos change
* chore: remove simulated change
2023-08-25 10:30:00 -04:00
Joseph Cruz
00ac66e450
refactor(verify-changed-examples): improve readability and runtime ( #1556 )
...
* refactor(workflows): split setup
* test((verify-changed-examples): simulate change
* refactor(verify-changes-examples): inline os setup
* refactor(verify-changed-examples): skip w/o change
* chore(verify-changed-examples): remove simulated change
* refactor(verify-changed-examples): revert inline
* refactor(verify-changes-examples): extract example changed
* fix(verify-changed-examples): pull up example changed
* refactor(verify-change-examples): extract matrix
* refactor(verify-changed-examples): pass input
* refactor(verify-changed-examples): rename workflow
* ci(workflows): install chromedriver if needed
* fix(ci-changed-examples): pass input from json
* perf(run-cargo-make-task): maybe install chromedriver
* fix((run-cargo-make-task): maybe install chromedriver
* perf(run-cargo-make-task): maybe install playwrigh deps
* fix(run-cargo-make-task): maybe install playwrigh deps
* chore(suspsense_tests): retry e2e
* refactor(verify-changed-examples): rename calls
* refactor(run-cargo-make-test): remove playwright count
2023-08-22 21:22:13 -04:00
Joseph Cruz
351701036b
refactor(workflows): extract calls ( #1566 )
...
* refactor(workflows): extract leptos changed
* refactor(workflows): rename matrix job
* refactor(workflows): extract examples matrix
* chore(workflows): simulate leptos change
* chore(workflows): remove simulated leptos change
2023-08-22 21:19:58 -04:00
Greg Johnston
eb3d9b8714
build(docs): only publish on new version tags ( #1562 )
2023-08-20 09:38:35 -04:00
Joseph Cruz
5523fb86fb
perf(check-stable): only run on source change ( #1542 )
2023-08-15 06:20:01 -04:00
Joseph Cruz
69dd96f76f
test(todo_app_sqlite): add e2e tests ( #1448 ) ( #1467 )
2023-08-07 17:51:24 -04:00
Joseph Cruz
55613c9a31
ci(check-examples): only run on source change ( #1356 )
...
* ci(check-examples): only run on source change
* ci(check-examples): simulate source change
* ci(check-examples): fix expression
* ci(check-examples): simulate source change
* ci(check-examples): test change against files
* ci(check-examples): adjust expression
* ci(check-examples): remove quotes
* ci(check-examples): use from json
* ci(check-examples): set output value
* ci(check-examples): remove simulated change
2023-07-15 19:09:54 -04:00
Joseph Cruz
e6590c7d31
ci(ci): only run on source change ( #1357 )
...
* ci(ci): only run on source change
* ci(ci): simulate source change
* ci(ci): remove simulated source change
2023-07-15 19:09:33 -04:00
Joseph Cruz
7902e7edb7
ci: speed up verification ( #1347 )
...
* build: introduce ci task
* refactor(ci): rename cargo make task runner
* ci: add ci workflow
* ci: remove redundant workflows
2023-07-14 14:37:17 -04:00
Greg Johnston
ee7dbafc85
change: migrate to nightly
and csr
features rather than stable
and default-features = false
( #1227 )
2023-06-26 21:12:14 -04:00
Joseph Cruz
a9cbcce8b2
fix(examples/tailwind): host system is missing dependencies to run browsers ( #1216 )
2023-06-21 08:07:20 -04:00
Joseph Cruz
edddab1e51
ci(examples): automatically keep the list of example projects current ( #1198 )
2023-06-17 16:51:31 -04:00
Joseph Cruz
18bc03e660
ci(examples): split check example and improve workflows ( #1191 )
2023-06-15 21:44:37 -04:00
Joseph Cruz
d45d92433f
ci(examples): include all example projects ( #1188 )
2023-06-14 15:16:14 -04:00
Joseph Cruz
3a522aef5d
ci(examples): split jobs and verify changed examples ( #1155 )
2023-06-13 21:29:54 -04:00
Greg Johnston
3d75c71bfa
build: better GitHub Action names
2023-06-06 17:04:17 -04:00
agilarity
53e09279a2
ci(examples): verify examples ( #1125 )
2023-06-01 22:12:18 -04:00
Greg Johnston
f3e544b003
chore: add discussions links to issue templates
2023-05-31 11:03:21 -04:00
Greg Johnston
e9054b01e6
chore: add issue templates ( #1128 )
2023-05-31 10:58:55 -04:00
Greg Johnston
d0660cf6da
build: use cargo's sparse registry protocol ( #1127 )
2023-05-31 10:58:19 -04:00