Larch-C
|
9f32c9280f
|
chore: update and rename PLUGIN_PUBLISH.md to PLUGIN_PUBLISH.yml (#2289)
|
2025-08-02 14:16:19 +08:00 |
|
Christian Clauss
|
d2f7e55bf5
|
Run the tests on pull requests
|
2025-07-05 13:57:58 +02:00 |
|
Christian Clauss
|
9f31df7f3a
|
pytest recommendation: pip install --editable .
https://docs.pytest.org/en/stable/how-to/existingtestsuite.html
This makes setting `PYTHONPATH` unnecessary and will pull requirements from `pyproject.toml` instead of `requirements.txt`, so it is similar to end-user installations.
`makedir -p data/plugins` will do both `mkdir data` and `mkdir data/plugins`.
The `$CI` environment variable might be better to use than `$TESTING` because it is preset to `true` in GitHub Actions.
* https://docs.github.com/en/actions/reference/variables-reference#default-environment-variables
* https://docs.pytest.org/en/stable/explanation/ci.html
|
2025-07-05 13:52:28 +02:00 |
|
dependabot[bot]
|
2495837791
|
chore(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/stale](https://github.com/actions/stale).
Updates `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)
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)
Updates `actions/stale` from 5 to 9
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v9)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-07-05 11:20:25 +00:00 |
|
Soulter
|
b6562e3c47
|
Merge pull request #2005 from cclauss/patch-1
Keep GitHub Actions up to date with GitHub's Dependabot
|
2025-07-05 19:19:18 +08:00 |
|
鸦羽
|
3f5210c587
|
chore: update plugin publish template
|
2025-07-04 22:28:00 +08:00 |
|
Christian Clauss
|
1a8a171f8b
|
Keep GitHub Actions up to date with GitHub's Dependabot
* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
|
2025-07-03 08:46:42 +02:00 |
|
Soulter
|
81cc8831f9
|
docs: update plugin issue template
docs: issue template
docs: update issue template
docs: update plugin issue template
fix: issue plugin template
docs: update plugin issue template
|
2025-06-26 08:28:28 +08:00 |
|
Soulter
|
af2687771b
|
ci: update dashboard ci to support pull request
|
2025-06-22 10:38:09 +08:00 |
|
Soulter
|
ea64cebe2a
|
ci: fix cloudflare r2 ci
|
2025-06-09 13:12:31 +08:00 |
|
Soulter
|
ec32825309
|
ci: fix cloudflare r2 upload
|
2025-06-09 12:41:20 +08:00 |
|
Soulter
|
fd0c182087
|
ci: fix ghcr token
|
2025-06-09 12:32:38 +08:00 |
|
Soulter
|
a03af55edd
|
ci
|
2025-06-05 13:38:20 +08:00 |
|
Soulter
|
86e2fd9aee
|
ci: publish to ghcr.io
|
2025-06-05 13:35:14 +08:00 |
|
Soulter
|
ceaba21986
|
ci: publish to ghcr.io
|
2025-06-05 11:19:16 +08:00 |
|
Soulter
|
172a77d942
|
ci: publish to ghcr.io
|
2025-06-05 11:16:57 +08:00 |
|
Soulter
|
4f9d2d2a7d
|
ci: publish to ghcr.io
|
2025-06-05 11:12:56 +08:00 |
|
Soulter
|
42c4394484
|
ci: upload dashboard artifact to Cloudflare R2 when auto release
|
2025-05-31 13:50:40 +08:00 |
|
Soulter
|
221221a3c1
|
ci: upload dashboard artifact to Cloudflare R2 when auto release
|
2025-05-31 13:47:59 +08:00 |
|
Soulter
|
bf3fbe3e96
|
fix: workflow job dependency
|
2025-05-04 19:52:27 +08:00 |
|
Soulter
|
20dabc0615
|
Merge pull request #1333 from LIghtJUNction/master
Feature: 新增CLI命令行程序
|
2025-05-01 20:53:58 +08:00 |
|
Soulter
|
356dd9bc2b
|
✨ cd: upload to pypi
|
2025-05-01 20:48:11 +08:00 |
|
Soulter
|
be7c3fd00e
|
docs: update PR template
|
2025-04-23 16:31:59 +08:00 |
|
Soulter
|
ea64afbaa7
|
docs: Update FUNDING.yml
|
2025-04-22 19:12:40 +08:00 |
|
Soulter
|
45da9837ec
|
docs: Create FUNDING.yml
|
2025-04-22 19:12:03 +08:00 |
|
Soulter
|
b843f1fa03
|
Update PULL_REQUEST_TEMPLATE.md
|
2025-04-09 15:28:18 +08:00 |
|
Soulter
|
c29f22c39e
|
Update PLUGIN_PUBLISH.yml
|
2025-03-22 15:51:35 +08:00 |
|
Soulter
|
875c8ab424
|
ci: upate astrbot webui build cis
|
2025-03-09 11:31:10 +08:00 |
|
Soulter
|
c9bfc810ce
|
ci: upload astrbot webui build ci
|
2025-03-09 11:26:10 +08:00 |
|
Soulter
|
7c5a88a6a6
|
Update PLUGIN_PUBLISH.yml
|
2025-03-04 11:07:46 +08:00 |
|
Soulter
|
be9abfef58
|
Update PLUGIN_PUBLISH.yml
|
2025-03-04 10:57:53 +08:00 |
|
Soulter
|
b549c9377e
|
Create PLUGIN_PUBLISH.yml
|
2025-03-04 10:56:11 +08:00 |
|
Soulter
|
5637a71486
|
Update bug-report.yml
|
2025-03-01 10:11:36 +08:00 |
|
Soulter
|
6b078a5731
|
cd: build dashboard files automatically
|
2025-01-09 00:57:48 +08:00 |
|
Soulter
|
5031c307d1
|
update: readme
|
2024-12-26 23:39:29 +08:00 |
|
Soulter
|
aa49539e3e
|
chore: fix test
|
2024-12-26 23:33:40 +08:00 |
|
Soulter
|
d1cc9ba4ce
|
chore: update test workflow
|
2024-12-26 23:09:11 +08:00 |
|
Soulter
|
e0e92139d7
|
fix: test workflow
|
2024-12-26 23:07:50 +08:00 |
|
Soulter
|
62039392bb
|
chore: fix test workflow
|
2024-12-26 23:06:30 +08:00 |
|
Soulter
|
e6205e9aad
|
ci: update workflow
|
2024-12-25 17:18:29 +08:00 |
|
Soulter
|
b8a6fb1720
|
chore: update tests
|
2024-12-25 12:50:29 +08:00 |
|
Soulter
|
08212588a0
|
chore: update docker ci/cd workflow
|
2024-12-16 21:12:02 +08:00 |
|
Soulter
|
c8518ce827
|
feat: auto release
|
2024-12-16 21:00:38 +08:00 |
|
Soulter
|
78060c9985
|
refactor: moveplugins and temp folder to data/
|
2024-09-20 04:41:44 -04:00 |
|
Soulter
|
292a3a43ba
|
perf: 完善覆盖率测试
|
2024-09-10 03:56:44 -04:00 |
|
Soulter
|
743046d48f
|
chore: Create necessary directories for data and temp in coverage test workflow
|
2024-08-17 05:29:52 -04:00 |
|
Soulter
|
d3a5205bde
|
refactor: Update coverage test workflow to properly create command configuration file
|
2024-08-17 05:27:33 -04:00 |
|
Soulter
|
ae6dd8929a
|
refactor: Update coverage test workflow to create command configuration file properly
|
2024-08-17 05:25:45 -04:00 |
|
Soulter
|
dcf96896ef
|
chore: Update coverage test workflow to install dependencies from requirements.txt
|
2024-08-17 05:10:05 -04:00 |
|
Soulter
|
67792100bb
|
refactor: Fix command configuration file creation in coverage test workflow
|
2024-08-17 05:08:08 -04:00 |
|