48 Commits

Author SHA1 Message Date
Azide
f35c6c2fd3
♻️ 迁移到 uv 并重写 Dockerfile (#667)
Co-authored-by: BalconyJH <balconyjh@gmail.com>
Co-authored-by: suyiiyii <suyiiyii@gmail.com>
2025-01-03 17:55:06 +08:00
renovate[bot]
630845fe0d
⬆️ Update codecov/codecov-action action to v5 (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 11:38:47 +08:00
renovate[bot]
9efe9976bf
⬆️ Update docker/build-push-action action to v6 (#599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-04 19:02:23 +08:00
felinae98
a6a2cc1be7
👷 use codecov_token 2024-03-18 18:32:09 +08:00
AzideCupric
1cbf53363b 🔧 构建测试镜像 (#475)
* 🔧 添加theme相关配置

* 👷 取消对docker.env.prod的忽略
2024-02-16 09:46:13 +08:00
AzideCupric
1a96d31dbf
🔧 调整 Dockerfile 以及 Bison 的运行方式 (#447)
* 🔧 调整 Dockerfile 以及 Bison的运行方式

*  不再为环境变量配置里的空值使用默认值

* 🔧 为 docker.env.prod 内的配置填写默认值
2024-02-11 21:48:51 +08:00
dependabot[bot]
a4470a6e7e
⬆️ Bump the actions-update group with 3 updates (#463)
Bumps the actions-update group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `codecov/codecov-action` from 3 to 4
- [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/v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 14:04:54 +08:00
AzideCupric
7a7585734d
:up_arrow: add python 3.12 into ci (#395)
*  add python 3.12 into ci

* ⬆️ update uvloop

* ⬆️ update poetry.lock

* 📝 声明3.12支持
2023-10-26 19:21:17 +08:00
dependabot[bot]
125861f132 ⬆️ Bump the actions-update group with 5 updates
Bumps the actions-update group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `2` | `3` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `2` | `3` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `4` | `5` |
| [docker/login-action](https://github.com/docker/login-action) | `2` | `3` |


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 `docker/setup-qemu-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

Updates `docker/setup-buildx-action` from 2 to 3
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

Updates `docker/build-push-action` from 4 to 5
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

Updates `docker/login-action` from 2 to 3
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 14:21:16 +08:00
dependabot[bot]
c135604b7f ⬆️ Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 16:26:15 +08:00
dependabot[bot]
bd8cc48c56 ⬆️ Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 15:15:02 +08:00
dependabot[bot]
54730e7906 ⬆️ Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-08 15:14:42 +08:00
PangBoy
c6ddbfb3b1
⬆️ update dependencies (#276)
* update dependencies

Fix: Warning: The save-state command is deprecated and will be disabled soon.

P.S. This could potentially fix the  "Package 'python-dev' has no installation candidate" issue too.

https://github.com/docker/build-push-action/issues/779

* try to fix docker main not pass issue

*  revert dockerfile change

---------

Co-authored-by: felinae98 <731499577@qq.com>
2023-07-18 15:10:49 +08:00
felinae98
acd7fb1485
👷 disable image test 2023-04-04 01:25:10 +08:00
felinae98
a57f2aa21e 🚀 add docker test 2023-04-04 00:54:30 +08:00
felinae98
569fcf84a5
👷 fix all-test 2023-03-20 00:11:58 +08:00
felinae98
e43edaa717
🚚 fix source code path 2023-03-12 20:04:19 +08:00
felinae98
1cac3bae5a
👷 fix ci trigger config 2023-03-12 17:47:28 +08:00
felinae98
9b91efa341
👷 fix ci trigger 2023-03-09 20:29:09 +08:00
felinae98
c3a764581e
👷 use pytest-xdist to accelerate test (#186)
* 👷 use pytest-xdist to accelerate test

*  mark flaky

* test(mcbbsnews): 删除重复测试,为测试添加flaky

---------

Co-authored-by: hemengyang <hmy0119@gmail.com>
Co-authored-by: AzideCupric <rukuy@qq.com>
2023-03-03 17:16:15 +08:00
AzideCupric
2ac6f00e1b
👷 添加打上test-render的标签后进行带render标记测试的功能 (#176)
* feat(workflow pytest): 添加打上test-render的标签后进行带render标记测试的功能

fix(workflow pytest): 将env变量变成直接的表达式

fix(test): 删除重复的测试,补充assert

👷 change poetry install action

* ci(workflow): 将触发 all-test 测试的标签更名从 test-render 更名为 all-test
ci(codecov): 为 smoke-test 和 all-test 设置不同的 codecov target
2023-02-02 20:54:22 +08:00
felinae98
312847fb6a 👷 change poetry install action 2023-01-08 19:27:32 +08:00
felinae98
49271398ad 👷 lock setup-python commit hash 2022-12-03 18:19:46 +08:00
felinae98
4dfc6cdf17 👷 use new setup-python 2022-11-28 21:02:22 +08:00
felinae98
2811874818 add python3.11 in gh-ci 2022-11-28 21:02:22 +08:00
felinae98
2730bd0e62 add pic merge test back 2022-11-22 22:30:40 +08:00
felinae98
43e368a734
chore: skip pic merge test (#141) 2022-11-14 17:15:17 +08:00
felinae98
e2e90b7bbe
update workflow 2022-10-16 17:41:55 +08:00
felinae98
c944218e7b
update codecov config 2022-10-09 19:32:06 +08:00
felinae98
3ca356e364
fix ci 2022-06-07 01:52:06 +08:00
felinae98
1bf8bc6da6
fix ci 2022-06-07 01:36:31 +08:00
felinae98
8c3ec58d24
Revert "still support py39"
This reverts commit 1570f677446276024fe7eb44993e02424f14e70f.
2022-06-07 00:55:55 +08:00
felinae98
1570f67744
still support py39 2022-06-07 00:52:16 +08:00
felinae98
3aed382d2c
fix ci 2022-06-07 00:46:58 +08:00
felinae98
d00e4cf695
build next 2022-06-06 00:29:25 +08:00
felinae98
1f074b1045
Merge branch 'main' into next 2022-06-05 16:48:40 +08:00
felinae98
ef67ee1b84
update workflow 2022-05-29 00:55:44 +08:00
felinae98
3ffc3f81b5
update ci 2022-05-29 00:22:57 +08:00
felinae98
98b8c7d87f
update readme 2022-05-23 12:15:15 +08:00
felinae98
d107aa1cac
update ci 2022-05-23 12:08:32 +08:00
felinae98
f9067454b8
Revert "update workflow"
This reverts commit a32f75688ae1505f514116a0651edd8b430e2825.
2022-05-23 11:56:16 +08:00
felinae98
a32f75688a
update workflow 2022-05-23 00:16:32 +08:00
felinae98
93697f2569
update to python3.10 2022-05-23 00:00:31 +08:00
hemengyang
8ea7841e49 ci: 尝试使用 matrix 简化 2022-05-20 04:04:21 +00:00
hemengyang
52ba6eae4c ci: 调整 main 的并发设置 2022-05-19 13:07:16 +00:00
hemengyang
024fcda219 ci: 添加发布至 PyPI 2022-05-18 14:34:03 +00:00
felinae98
3383f1b93a
Revert "create action"
This reverts commit 1e6a1a9a8bf4a442e406c78f83f88a335819846d.
2021-02-09 10:18:48 +08:00
felinae98
1e6a1a9a8b
create action 2021-02-08 22:41:39 +08:00