Commit Graph

84 Commits

Author SHA1 Message Date
bd_
b556715471 wip 2023-12-21 17:23:08 +09:00
bd_
ed32066dd7 wip 2023-12-21 17:17:03 +09:00
bd_
6df0cbdd8c wip 2023-12-21 17:13:01 +09:00
bd_
51b4a6d78e wip 2023-12-21 16:52:38 +09:00
bd_
0515dcafff wip 2023-12-21 16:48:41 +09:00
bd_
fd44d244ec chore(i18n): initial integration with NDMF localization system 2023-12-21 16:45:32 +09:00
bd_
b3d5102ae5 chore(ci): Add VPM manifest for 2022 VRCSDK 2023-12-20 00:07:25 +09:00
dependabot[bot]
b5a698c904
chore(deps): bump nathanvaughn/actions-cloudflare-purge (#544)
Bumps [nathanvaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge) from 3b31015a54307a38ea48904fb367eeb0a753a66f to 740447a7f5131ecc49a89a0f9382ea27b001196c.
- [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases)
- [Commits](3b31015a54...740447a7f5)

---
updated-dependencies:
- dependency-name: nathanvaughn/actions-cloudflare-purge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-17 14:51:34 +09:00
bd_
caf627926e ci: Enable 2022 tests 2023-12-17 14:42:08 +09:00
bd_
9964c024ec ci: rollback to GameCI v3
v4 seems to break the static license activation we're using currently.
The new activation system requires username/password, which is something
I'm not super happy with having available in pull request processing...
2023-12-17 14:28:47 +09:00
dependabot[bot]
95c95f0f90
chore(deps): bump actions/github-script in /.github/workflows (#536)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  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-11-26 20:16:25 +09:00
dependabot[bot]
5369f893ca
chore(deps): bump game-ci/unity-test-runner in /.github/workflows (#535)
Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 3 to 4.
- [Release notes](https://github.com/game-ci/unity-test-runner/releases)
- [Commits](https://github.com/game-ci/unity-test-runner/compare/v3...v4)

---
updated-dependencies:
- dependency-name: game-ci/unity-test-runner
  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-11-26 20:16:04 +09:00
bd_
929b92858c ci(docs): improve debugging on yarn check 2023-11-09 18:30:33 +09:00
bd_
bd31cc22f5 test PR 2023-11-09 18:14:18 +09:00
bd_
17ba11694c ci(docs): Show diff on yarn install --immutable failure 2023-11-09 18:14:08 +09:00
bd_
178d60a46d ci(docs): add CI workflow to test docs-site yarn install 2023-11-09 18:12:55 +09:00
bd_
344a03d8d6 chore: move schema files to project root 2023-11-01 19:10:53 +09:00
dependabot[bot]
fc352bed22
chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows (#511)
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-11-01 19:01:18 +09:00
bd_
751618684b docs: add cache-control headers 2023-10-11 20:08:24 +09:00
bd_
9d744710da
docs: add redirect logic for docs site (#495) 2023-10-11 20:03:26 +09:00
bd_
27bd3496f1
ci: fix package.json not being added to releases 2023-10-10 18:34:08 +09:00
dependabot[bot]
b8f786dc4b
chore(deps): bump actions/checkout from 2 to 4 in /.github/workflows (#487)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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-10-09 15:48:25 +09:00
bd_
ccf67ac3f1
ci: improve docs upload/download perf (#480) 2023-10-08 16:23:16 +09:00
bd_
65d5af509e
ci: cherry-pickable docs workflow (#479) 2023-10-08 16:10:27 +09:00
bd_
ddbc3b164b
chore: restructure repository to put package at top-level (#477)
* chore: rearrange package structure to have the package at the root

* ci: update CI workflows

* ci: fixing workflow bugs

* ci: recurse building .zip package

* ci: more fixes

* ci: add back in the nadena.dev VPM repo

* ci: fix tests
2023-10-08 15:39:57 +09:00
bd_
bc1939f8a2 ci: trigger docs release when releases are released 2023-10-07 21:26:11 +09:00
bd_
bf19bc1102
Update gameci.yml 2023-10-03 19:49:28 +09:00
bd_
56119c0779
Update gameci.yml 2023-10-03 19:26:11 +09:00
bd_
02ea485c08
Update gameci.yml - enable prettyprint of test results 2023-10-03 18:40:37 +09:00
bd_
823b1215e7 chore: disable unitypackage generation 2023-09-18 01:57:21 +09:00
bd_
b6094584f0 ci: fixed? 2023-09-17 22:33:26 +09:00
bd_
c868fe9900 Add VPM repo to gameci step 2023-09-17 22:23:54 +09:00
dependabot[bot]
9e7fd463d4
chore(deps): bump actions/checkout from 3 to 4 in /.github/workflows (#427)
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-13 23:47:46 +09:00
bd_
427038904f
Update export-gameci-license.yml 2023-09-10 20:58:49 +09:00
bd_
ed4d30abe4
Update export-gameci-license.yml 2023-09-10 20:58:14 +09:00
bd_
f169bbf87b
Create export-gameci-license.yml 2023-09-10 20:57:15 +09:00
dependabot[bot]
1c610c8f01
chore(deps): bump game-ci/unity-test-runner in /.github/workflows (#408)
Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 2 to 3.
- [Release notes](https://github.com/game-ci/unity-test-runner/releases)
- [Commits](https://github.com/game-ci/unity-test-runner/compare/v2...v3)

---
updated-dependencies:
- dependency-name: game-ci/unity-test-runner
  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-08-28 20:57:41 +09:00
bd_
c0c5848548 chore: avoid spoilers in main documentation pages 2023-07-30 12:50:23 +09:00
dependabot[bot]
78bda4ba59 chore(deps): bump actions/upload-pages-artifact in /.github/workflows
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-22 14:33:07 +09:00
bd_
76d97cd646 Lock to a specific commit for create-unitypackage 2023-06-26 00:07:54 +09:00
anatawa12
1850945d34 build: add upload-artifact to test created package 2023-06-26 00:07:54 +09:00
anatawa12
e6e808b2e8 build: use anatawa12's create-unitypackage instead of broken one 2023-06-26 00:07:54 +09:00
bd_
5a45c2b04f
chore: fix deploying dev docs to main path 2023-05-05 13:50:45 +09:00
bd_
1e4ed3155f chore: validate semver when building releases 2023-04-15 20:10:50 +09:00
dependabot[bot]
b6935673d5
chore(deps): bump actions/upload-artifact in /.github/workflows (#260)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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-04-03 20:30:50 +09:00
dependabot[bot]
0ea207f539
chore(deps): bump actions/configure-pages in /.github/workflows (#255) 2023-03-27 14:34:14 +00:00
dependabot[bot]
a0d34cb9b8
chore(deps): bump actions/upload-artifact in /.github/workflows (#256) 2023-03-27 14:34:06 +00:00
bd_
9ab530f8fb chore: add robots.txt 2023-03-25 15:21:00 +09:00
bd_
488be4417b chore: debugging dev-docs build 2023-03-25 15:06:38 +09:00
bd_
3e21bc6522 chore: debugging dev-docs build 2023-03-25 15:00:02 +09:00