|
60bb878d5e
|
Merge commit '7fa9253abc1e4056d425847e2eaa5a8e107fc297' into v4
|
2025-08-20 17:40:13 +09:00 |
|
Emile Bangma
|
7fa9253abc
|
Node 22 (#1997)
|
2025-05-28 16:20:59 -07:00 |
|
dependabot[bot]
|
c33f96e572
|
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1953)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).
Updates `sigstore/cosign-installer` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.1...v3.8.2)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 3.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-07 12:46:39 -07:00 |
|
Jacky Zhao
|
32d3fc0ce8
|
chore(ci): fix proj name
|
2025-04-28 14:35:51 -07:00 |
|
Jacky Zhao
|
00e860d8e6
|
ci: fix fork preview
|
2025-04-28 13:19:29 -07:00 |
|
Jacky Zhao
|
78e13bcb40
|
chore: add ci to preview all prs (#1947)
* add ci to preview all prs
* only on this repo
* fmt
|
2025-04-26 11:04:23 -07:00 |
|
dependabot[bot]
|
dc6a9f3b12
|
chore(deps): bump rlespinasse/github-slug-action (#1851)
Bumps the ci-dependencies group with 1 update: [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action).
Updates `rlespinasse/github-slug-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/rlespinasse/github-slug-action/releases)
- [Commits](https://github.com/rlespinasse/github-slug-action/compare/v5.0.0...v5.1.0)
---
updated-dependencies:
- dependency-name: rlespinasse/github-slug-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-17 14:49:27 -07:00 |
|
Jacky Zhao
|
a201105442
|
fix(docker): instructions + bump deps + bind mount (#1809)
* fix docker
* test with docs folder
|
2025-03-06 10:01:25 -08:00 |
|
dependabot[bot]
|
28fe9b2095
|
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1789)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).
Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.0...v3.8.1)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-25 16:35:10 -05:00 |
|
dependabot[bot]
|
be846e6a5f
|
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#1762)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).
Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.7.0...v3.8.0)
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-11 01:27:43 -05:00 |
|
dependabot[bot]
|
0ad9111388
|
chore(deps): bump rlespinasse/github-slug-action from 4.4.1 to 5.0.0 in the ci-dependencies group (#1578)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-10 04:46:14 -05:00 |
|
Aaron Pham
|
497d51973a
|
chore(ci): remove signing and vuln (#1484)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-10-07 02:52:14 -04:00 |
|
Aaron Pham
|
66d7dd8677
|
fix(ci): run build on tags (#1483)
* fix(ci): run build on tags
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore: update docker warning and not push on PR
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-10-06 22:34:31 -04:00 |
|
Julia van der Kris
|
313cef60ee
|
infra: build quartz docker image to GHCR (#1192)
* Add GitHub action to build & push Docker image to GHCR
* Use double quotes to keep `prettier` happy :)
* Don't run Docker build & push on forks
* -1 char commit lmao
* Add git metadata to Docker image
* Apply Aaron's patch
* chore: run prettier
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
|
2024-10-06 22:15:19 -04:00 |
|
|
d4fcf7e248
|
Merge commit '4bbcc0c50aca68d470542c1af8fd5f8060d97ab8' into HEAD
Build / build (push) Successful in 2m48s
|
2024-08-21 17:07:03 +09:00 |
|
Jacky Zhao
|
3d156b8497
|
deps(dev): bump nodejs in ci
|
2024-08-05 18:43:05 -07:00 |
|
Christopher Tee
|
b053d354b6
|
deps: Bump Github Action versions (#1247)
|
2024-06-30 21:05:42 -07:00 |
|
Sean Missingham
|
f7bd2137ec
|
Permit Manual (and Scripted) Trigger of CI Job (#1251)
|
2024-06-30 20:58:34 -07:00 |
|
Jacky Zhao
|
cc5913b75c
|
fix(ci): only publish tag on v4 origin
|
2024-06-17 21:45:58 -07:00 |
|
Jacky Zhao
|
67647d9167
|
ci: also checkout and install node before tagging
|
2024-02-23 19:08:39 -08:00 |
|
Jacky Zhao
|
b88d3d292b
|
ci: fix typo in runs-on
|
2024-02-23 19:05:26 -08:00 |
|
Jacky Zhao
|
c53fd5b56f
|
ci: tag as a separate step
|
2024-02-23 19:04:38 -08:00 |
|
Jacky Zhao
|
d0c0daa4aa
|
ci: fix autotag
|
2024-02-23 19:00:47 -08:00 |
|
Jacky Zhao
|
2c74b05d1b
|
fix(ci): autotag
|
2024-02-23 18:48:25 -08:00 |
|
Jacky Zhao
|
923b72fb67
|
feat: auto-tag releases (closes #560)
|
2023-11-01 10:04:41 -07:00 |
|
Jacky Zhao
|
a66c239797
|
ci: print bundleInfo
|
2023-09-10 23:07:17 -07:00 |
|
|
3ccf081a45
|
Merge remote-tracking branch 'upstream/v4' into v4
|
2023-08-25 09:07:19 +09:00 |
|
Jacky Zhao
|
953ef29f4e
|
format, ensure ci runs on prs
|
2023-08-24 12:31:15 -07:00 |
|
Jacky Zhao
|
e4e048bbe6
|
format, ensure ci runs on prs
|
2023-08-24 12:31:15 -07:00 |
|
|
6b35aa6f33
|
added ci setting
|
2023-08-21 20:24:08 +09:00 |
|
Jacky Zhao
|
71471117c5
|
fix: ci runs on v4
|
2023-08-20 14:34:00 -07:00 |
|
Jacky Zhao
|
1f717f2167
|
fix: ci runs on v4
|
2023-08-20 14:34:00 -07:00 |
|
Jacky Zhao
|
3adc73a703
|
docs upgrade, ci changes
|
2023-08-06 19:52:30 -07:00 |
|
Jacky Zhao
|
be285b399c
|
docs upgrade, ci changes
|
2023-08-06 19:52:30 -07:00 |
|
Jacky Zhao
|
0a33ff7a82
|
fix test matrix for ci
|
2023-08-02 20:56:31 -07:00 |
|
Jacky Zhao
|
cb4ad5ea02
|
fix test matrix for ci
|
2023-08-02 20:56:31 -07:00 |
|
Jacky Zhao
|
429f331c21
|
make ci also run on windows, re-add css minification
|
2023-08-02 20:53:13 -07:00 |
|
Jacky Zhao
|
ed1663465d
|
make ci also run on windows, re-add css minification
|
2023-08-02 20:53:13 -07:00 |
|
Jacky Zhao
|
ab228748ab
|
oops actually use npm run check
|
2023-07-22 17:42:13 -07:00 |
|
Jacky Zhao
|
27d6821a23
|
oops actually use npm run check
|
2023-07-22 17:42:13 -07:00 |
|
Jacky Zhao
|
76fa9bbe00
|
run prettier on ci
|
2023-07-22 17:39:10 -07:00 |
|
Jacky Zhao
|
46369109ad
|
run prettier on ci
|
2023-07-22 17:39:10 -07:00 |
|
Jacky Zhao
|
7db2eda76c
|
run prettier
|
2023-07-22 17:27:41 -07:00 |
|
Jacky Zhao
|
adec32227f
|
run prettier
|
2023-07-22 17:27:41 -07:00 |
|
Jacky Zhao
|
83d47f7aaa
|
rename github action
|
2023-07-19 22:00:44 -07:00 |
|
Jacky Zhao
|
c01e0ec55c
|
rename github action
|
2023-07-19 22:00:44 -07:00 |
|
Jacky Zhao
|
a3e4c86a4c
|
fix ci, disable strict path type checks by default
|
2023-07-15 23:05:17 -07:00 |
|
Jacky Zhao
|
c37579e4c5
|
fix ci, disable strict path type checks by default
|
2023-07-15 23:05:17 -07:00 |
|
Jacky Zhao
|
906f91f8ee
|
base path refactor, more docs
|
2023-07-13 00:19:35 -07:00 |
|
Jacky Zhao
|
a14136ea28
|
base path refactor, more docs
|
2023-07-13 00:19:35 -07:00 |
|