Commit Graph

30 Commits

Author SHA1 Message Date
e2e4083321 switch from aiohttp to httpx 2024-10-24 23:18:23 +08:00
2ca7f8e908 updated README.md
All checks were successful
CI / Build Pip package (push) Successful in 19s
CI / Build Docker image (push) Successful in 3m44s
0.1.0
2024-10-23 21:09:11 +08:00
7d9cae76c1 added plantUML support
fixed bug with subscription being notified multiple times
2024-10-23 20:57:20 +08:00
a4b3d10c66 markdown rendering offloaded to the default threadpool
Some checks failed
CI / Build Pip package (push) Failing after 14s
CI / Build Docker image (push) Successful in 1m1s
2024-10-22 23:13:22 +08:00
011042bc15 fixed async file reads
All checks were successful
CI / Build Pip package (push) Successful in 15s
CI / Build Docker image (push) Successful in 3m27s
2024-10-21 19:45:41 +08:00
5229ed167b fixed Docker image build
Some checks failed
CI / Build Pip package (push) Failing after 15s
CI / Build Docker image (push) Failing after 51s
2024-10-21 14:13:29 +08:00
5fde70418b fixed version retrieval in Gitea pipeline
Some checks failed
CI / Build Pip package (push) Successful in 31s
CI / Build Docker image (push) Failing after 14s
2024-10-21 13:50:06 +08:00
ec45c719ee added 'aiofiles' to make file operation async
Some checks failed
CI / Build Pip package (push) Successful in 32s
CI / Build Docker image (push) Failing after 14s
2024-10-21 13:40:19 +08:00
94670e5aaf added dynamic version support and solved loop call issue
Some checks failed
CI / Build Pip package (push) Successful in 15s
CI / Build Docker image (push) Failing after 7s
2024-10-21 06:51:41 +08:00
707c74f042 renamed project to Bugis and switch from WSGI@uwsgi to ASGI@granian
Some checks failed
CI / Build pip package (push) Failing after 13s
CI / Build Docker image (push) Successful in 4m36s
2024-10-20 20:35:46 +08:00
49a9bad07f updated Docker build 2024-08-16 06:24:28 +08:00
ef8da4e6cc added prefix option 2023-10-20 15:35:09 +08:00
40bd2111bf support deployment in relative url 2023-10-20 08:19:15 +08:00
335c2ddd7f removed unused module 2023-10-19 22:05:38 +08:00
3626cd7980 added hot reload and Gevent to uwsgi server 2023-10-19 21:57:29 +08:00
67948f81c4 Added README.md 2023-05-22 17:21:15 +08:00
270767c3cd replaced inotify with watchdog 2021-11-09 09:25:39 +00:00
26f7909c33 usage socketserver for better compatibility with older Python versions 2020-03-15 15:19:12 +00:00
2b71048b65 improved Docker image build 2020-03-15 14:31:48 +00:00
5e9eaba794 added graphviz support 2020-03-13 20:48:26 +00:00
1e75eaf836 added handling of mutable static resources 2020-03-03 14:17:22 +00:00
f6bbb3aef9 added support for serving static files
added also text encoding to `Content-Type` header
2020-03-03 10:00:29 +00:00
4bbe3f2607 fixed bug with HTTP status code for Not Modified 2020-02-21 20:21:01 +00:00
c6d302ccf8 added weak etag support 2020-02-15 13:25:34 +00:00
79216a1ebd added uwsgi server 2020-02-14 01:29:00 +00:00
bbb004af64 fixed bug with static files position 2019-12-13 22:24:42 +00:00
207ca19bdb beutify 2018-09-19 21:14:37 +01:00
9ccd80c91f added static folder
switch to fancy css
2018-09-19 21:10:07 +01:00
482fdc3da9 moved from Flask to http.server to support multiple clients 2018-09-19 07:31:02 +01:00
Walter Oggioni
514b50ff88 initial commit 2018-09-13 08:59:22 +01:00