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 |
|
Mark Catley
|
2170be8e01
|
chore: deny warnings on github actions (#814)
Enabling on all except for checking examples to start. I'll fix those
and add it as a follow up.
Closes #795
|
2023-04-07 09:28:48 -04:00 |
|
Bram
|
4c1c12734a
|
docs: publish book during CI (#817)
|
2023-04-06 14:09:54 -04:00 |
|
Greg Johnston
|
b55e9a9e64
|
v0.2.3 : fix broken stable support (#670)
|
2023-03-13 07:25:08 -04:00 |
|
Greg Johnston
|
9cc28943aa
|
CI: split into three actions (#636)
|
2023-03-06 21:00:56 -05:00 |
|
Greg Johnston
|
989b5b93c3
|
CI: fix Wasm testing (#511)
|
2023-02-12 19:39:32 -05:00 |
|
Takayuki Maeda
|
4aae8a5088
|
use rust cache
|
2023-01-14 20:07:09 +09:00 |
|
Greg Johnston
|
ecc24fa65d
|
Create FUNDING.yml
Add GitHub sponsor info
|
2023-01-10 12:52:39 -05:00 |
|
Martin
|
190cb162ad
|
Added rustfmt to setup for actions-rs/toolchain.
|
2023-01-10 08:52:55 +00:00 |
|
Martin
|
23bbd90c81
|
Policy change ( part 2 ) added rule of enforcing cargo fmt.
|
2023-01-10 08:20:02 +00:00 |
|
Martin
|
f5c4c9448c
|
Bump actions/checkout to version@3
|
2023-01-06 22:31:13 +00:00 |
|
Tomas Sedlak
|
5cfd44474d
|
Add test action configuration
|
2022-11-05 00:14:30 +01:00 |
|