24 Commits

Author SHA1 Message Date
9d3c65a056 fix: apply monkey-patches at module level before any imports 2026-08-11 16:57:13 +08:00
dd028e2203 fix: monkey-patch get_sor_context to reuse global DBPools 2026-08-11 16:56:21 +08:00
b51eb9f626 debug: verify monkey-patch in init 2026-08-11 16:32:59 +08:00
ac330eb097 fix: initialize DBPools with databases in init() for get_sor_context 2026-08-11 16:32:16 +08:00
8f6027905f fix: remove session config (causes aiohttp_session error) 2026-08-11 16:31:12 +08:00
358fca700c fix: monkey-patch DictObject.__getattr__ for get_module_dbname on all instances 2026-08-11 16:30:09 +08:00
9a0fe11ed2 fix: monkey-patch ServerEnv class so get_module_dbname works for all instances 2026-08-11 16:28:40 +08:00
dd11ce3a30 pccs deployed on pccs.opencomputing.cn:9180 — config.json with resolved paths 2026-08-11 15:22:39 +08:00
531da1a4da fix: add website.paths to config.json 2026-08-11 15:21:53 +08:00
2c265d0f3e fix: webapp() takes no workdir kwarg 2026-08-11 15:20:49 +08:00
bfe8397fe0 fix: remove bricks_for_python (repo 404), simplify pccs.py 2026-08-11 15:20:11 +08:00
b06ea9d8df fix: move minsize/maxsize out of kwargs to dbconfig level 2026-08-11 15:18:47 +08:00
2d8b98bcda fix: encrypt db password in config.json 2026-08-11 15:17:50 +08:00
6bca07f4a6 refactor: build.sh matches deployment spec (pkgs/py3, WORKDIR fix) 2026-08-11 15:16:42 +08:00
23e11cdadb fix: use Aliyun pip mirror, add timeout for xls2ddl install 2026-08-11 15:14:05 +08:00
b7036f4c36 fix: remove mysql-client from apt deps (conflicts with MariaDB) 2026-08-11 14:53:36 +08:00
abf66e3435 feat: add header bar with user/lang/theme controls + sidebar menu endpoint 2026-08-11 14:53:04 +08:00
b600f42bc7 feat: add dashboard index.ui with sidebar layout + design tokens 2026-08-11 14:48:02 +08:00
43695b238d feat: complete pccs application scaffold per web-application-spec
- add app/pccs.py (webapp entry with ServerEnv/load_rbac/load_pybricks)
- add conf/config.json (password_key, logger, databases, website processors)
- add .env (environment variables for deployment)
- add .gitignore
- rewrite build.sh per spec (xls2ddl, json2ddl, xls2ui, symlinks, systemd)
2026-08-11 14:41:55 +08:00
b5b5784df5 feat: add build.sh for one-click deployment on pccs.opencomputing.cn 2026-08-11 14:40:31 +08:00
63ff2959e7 pccs v0.2: add storage_mgr + image_mgr to deps, update menu 2026-08-11 14:37:30 +08:00
451920d17f merge remote 2026-08-07 11:25:10 +08:00
a86dab8c58 init: pccs module skeleton — models, CRUD, API, load_path 2026-08-07 11:23:20 +08:00
0eba1f130a Initial commit 2026-08-07 11:10:22 +08:00