Commit Graph

1038 Commits

Author SHA1 Message Date
EstrellaXD
8663e524f5 docs: add quickstart.md 2023-07-05 13:12:42 +08:00
zthxxx
d221fa6782 Merge pull request #331 from 100gle/refactor/use-pathlib-to-replace-os-path
feat: use `pathlib` to replace `os.path` for handling file path
2023-07-04 13:02:18 +08:00
100gle
3d7c64829c feat: clean legacy os.path logic 2023-07-04 08:48:00 +08:00
100gle
fc70f7f1a1 chore: add TODO mark for legacy os.path and ntpath code 2023-07-03 21:48:38 +08:00
100gle
c29f89c968 bugfix: fix wrong usage for isinstance 2023-07-03 21:46:12 +08:00
100gle
fda4df67ee bugfix: add missing type 2023-07-03 21:44:48 +08:00
100gle
840ffd8a4a refactor: clean left os.path code 2023-07-03 21:41:58 +08:00
100gle
653119dbad chore: fix CRLF issue 2023-07-03 20:51:05 +08:00
100gle
a20de4f0ad refactor: shorten import content 2023-07-03 20:43:52 +08:00
100gle
7fdf813683 ci: add skip mark for test case 2023-07-03 20:38:19 +08:00
100gle
0faabb0389 bugfix: fix duplicated src prefix 2023-07-03 20:38:19 +08:00
100gle
c9e7088950 test: testing for get_path_basename function 2023-07-03 20:38:19 +08:00
100gle
ebb5e0995c feat: use pathlib to replace os.path for handling file path 2023-07-03 20:38:19 +08:00
zthxxx
6acf69af34 Merge pull request #353 from DDS-Derek/s6-config-v3
feat: upgrade docker S6 config to v3
2023-07-03 17:37:08 +08:00
zthxxx
403c426ae8 Merge pull request #370 from Rewrite0/vitepress
初始化文档站结构,Powered by VitePress
2023-07-03 17:36:14 +08:00
zthxxx
089b0103ed docs: remove useless docs-bak files 2023-06-30 23:30:00 +08:00
zthxxx
877f29f995 docs: 更新文档站结构,减少一层 src/ 目录嵌套 2023-06-30 23:12:00 +08:00
zthxxx
6ee81e3080 docs: 修复文档站编译链接缺失,增加 vercel 预览命令 2023-06-30 23:01:00 +08:00
Rewrite0
ce88d7d2cf feat: vitepress 基本框架 2023-07-02 21:30:45 +08:00
Rewrite0
ae3e5576f8 feat: backup docs 2023-07-02 00:13:50 +08:00
Estrella Pan
5948ebca06 Merge pull request #363 from zthxxx/main
docs: add contributing docs
(cherry picked from commit def02fb53e)
2023-06-29 20:57:26 +08:00
DDSRem
d7ecc82fd4 fix: bug 2023-06-21 22:13:45 +08:00
DDSRem
14fdce8035 feat: update s6-overlay config file to v3 2023-06-21 22:12:12 +08:00
EstrellaXD
643e5d17f8 fix: clean some code. add some config into gitignore. 2023-06-20 20:01:43 +08:00
Estrella Pan
1106378c72 Merge pull request #344 from DDS-Derek/3.1-dev
feat: optimize project file structure
2023-06-16 21:16:55 +08:00
Estrella Pan
7eb00bfb28 Merge pull request #342 from zthxxx/3.1-dev
feat: support parse config file with Variable Expansion for some secret keys
2023-06-16 21:12:35 +08:00
DDSRem
bc4b770f07 feat: ci add file view 2023-06-16 16:51:14 +08:00
DDSRem
7f1250c5e5 ci: test 2023-06-16 16:29:26 +08:00
DDSRem
aae8b9ec20 ci: test 2023-06-16 16:22:10 +08:00
DDSRem
81a71f6d6d ci: test 2023-06-16 16:17:39 +08:00
DDSRem
4fae11559f fix: ci 2023-06-16 15:42:00 +08:00
DDSRem
4eb11c0adf ci: test 2023-06-16 15:36:38 +08:00
DDSRem
130a5454b1 fix: unzip 2023-06-16 15:29:04 +08:00
DDSRem
328a45b13f fix: ci 2023-06-16 15:20:56 +08:00
DDSRem
f4a9202910 fix: ci 2023-06-16 15:14:17 +08:00
DDSRem
f0bfe844e5 feat: clear pip cache 2023-06-16 15:05:25 +08:00
DDSRem
7478b21b33 feat: optimize project file structure 2023-06-16 15:03:50 +08:00
Estrella Pan
84c79024de Merge pull request #338 from EstrellaXD/ci-expand
ci: add more ci test
2023-06-16 12:07:14 +08:00
EstrellaXD
b54e836c46 feat: add robots.txt route 2023-06-15 23:51:39 +08:00
EstrellaXD
365354f7f7 fix: FastAPI mount problem. 2023-06-15 22:12:46 +08:00
Rewrite0
0e378681ae Merge pull request #340 from EstrellaXD/revert-339-mount-dist
Revert "feat: mount static files for root router"
2023-06-15 21:50:08 +08:00
Rewrite0
6c9ae56453 Revert "feat: mount static files for root router" 2023-06-15 21:44:58 +08:00
Estrella Pan
17b31d6f4c Merge pull request #339 from 100gle/mount-dist
feat: mount static files for root router
2023-06-15 21:41:40 +08:00
100gle
6ed02f103d chore: remove unused command 2023-06-15 21:23:33 +08:00
100gle
79d30ab8bb chore: add comment 2023-06-15 21:13:09 +08:00
100gle
634fd155fb feat: mount static files for root router 2023-06-15 21:11:27 +08:00
EstrellaXD
6dd4100a8f feat: add tmdb ci test 2023-06-15 15:44:08 +08:00
EstrellaXD
a5611129d6 fix: fix database ci 2023-06-15 15:36:14 +08:00
EstrellaXD
e4d34f0e42 feat: add database test 2023-06-15 14:18:57 +08:00
Rewrite0
22b3d4caf7 Merge pull request #337 from Rewrite0/ci
feat: 使用pnpm缓存加速构建
2023-06-15 12:41:59 +08:00