Commit Graph

48 Commits

Author SHA1 Message Date
dependabot[bot]
006d2f7a24 Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.40.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.40.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 15:13:03 +00:00
xkm
4b1070dc0f Merge pull request #12 from dreamstarsky/dependabot/npm_and_yarn/web/rollup-4.59.0
Bump rollup from 4.40.0 to 4.59.0 in /web
2026-03-01 23:10:40 +08:00
dependabot[bot]
f767c2b9bf Bump rollup from 4.40.0 to 4.59.0 in /web
Bumps [rollup](https://github.com/rollup/rollup) from 4.40.0 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.40.0...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 15:04:03 +00:00
xkm
83d2d27f92 Merge pull request #11 from twolate0101/feat-editor-autoscroll
Feat: Auto-scroll editor on content changes
2025-12-10 21:20:19 +08:00
twolate0101
cdcaca645b Fix: Revert to 'nearest' scroll behavior to prevent unwanted jumping 2025-12-10 14:36:44 +08:00
twolate0101
f0f78d68da Fix: Revert to 'nearest' scroll behavior to prevent unwanted jumping 2025-12-10 14:08:15 +08:00
twolate0101
91c8519c72 Feat: Auto-scroll editor on content changes
新增了编辑器自动滚动跟随功能。
1. 修改了 CodePage.vue,移除了父容器的 overflow-auto 样式。
2. 配置了 CodeMirror 的 updateListener,监听文档变化。
3. 当光标位置变化时,使用 scrollIntoView 将视图滚动到底部,优化输入体验。
2025-12-10 11:20:36 +08:00
twolate0101
0b81d67882 Feat: Auto-scroll editor to cursor when content changes
新增功能:编辑器自动滚动跟随
1.修改了 CodePage.vue 文件,移除了父容器的 overflow-auto 样式
2.配置了 CodeMirror 的 updateListener, 监听文档变化
3.当光标位置变化时, 使用 scrollIntoView 将视图滚动到底部, 优化输入体验
2025-12-10 10:39:39 +08:00
xkm
164edb62b6 Merge pull request #10 from dreamstarsky/fix/issue-6
fix: #6
2025-12-09 15:03:08 +08:00
xkm
99c604a96c fix: #6
- change div to pre to allow '\n'
- change lsp css to allow '\n'
- delete web/dist
2025-12-09 14:52:08 +08:00
xkm
d5eecb4878 Merge pull request #8 from dreamstarsky/copilot/create-readme-file
Add comprehensive README documentation in Chinese and English
2025-11-13 20:50:40 +08:00
copilot-swe-agent[bot]
e56627860e Remove non-existent Docker deployment instructions for API and Worker
Co-authored-by: dreamstarsky <150928331+dreamstarsky@users.noreply.github.com>
2025-11-13 12:47:52 +00:00
copilot-swe-agent[bot]
02f48fb86b Fix API documentation to match actual implementation
Co-authored-by: dreamstarsky <150928331+dreamstarsky@users.noreply.github.com>
2025-11-13 12:42:30 +00:00
copilot-swe-agent[bot]
06c269e083 Add comprehensive README files in Chinese and English
Co-authored-by: dreamstarsky <150928331+dreamstarsky@users.noreply.github.com>
2025-11-13 12:33:24 +00:00
copilot-swe-agent[bot]
c2cb549a52 Initial plan 2025-11-13 12:29:22 +00:00
xkm
33cd0bc366 Update worker.yaml 2025-05-03 19:27:17 +08:00
xkm
098a7ba2fc Merge pull request #5 from dreamstarsky/dev
feat: output limit
2025-05-02 22:57:33 +08:00
dreamstarsky
49dd9c3e39 change default config 2025-05-02 22:49:51 +08:00
dreamstarsky
a040bc3bf6 add stdout/stderr/compilelog limit 2025-05-02 22:49:03 +08:00
xkm
6fe400babc remove debug log on RunCppTask.go 2025-04-28 22:20:57 +08:00
xkm
d81f669922 use /dev/shm as tmp dir 2025-04-28 17:33:28 +08:00
xkm
4bf9ff473b Merge branch 'dev' 2025-04-27 22:07:29 +08:00
xkm
7c02d88f3a fixd #2 2025-04-27 22:04:12 +08:00
lhx-666-cool
535841904a fixed some bugs (fixed #3, fixed #4) 2025-04-27 18:24:27 +08:00
lhx-666-cool
781ac3e52d fixed issue#3 & issue#4 2025-04-27 18:18:51 +08:00
lhx-666-cool
0ab7eb3399 change tab to four space 2025-04-26 10:59:23 +08:00
lhx-666-cool
8b5852f46b remove node_modules 2025-04-26 10:33:42 +08:00
xkm
da7a72e896 remove debug log on worker 2025-04-26 04:26:16 +08:00
dreamstarsky
402f7283fa change default gin mode to release 2025-04-26 03:20:02 +08:00
xkm
2dcb8a80a4 Create .gitignore 2025-04-26 02:46:04 +08:00
lhx-666-cool
92f3dbcb5a add debounce 2025-04-25 21:35:50 +08:00
lhx-666-cool
37320b982c add debounce 2025-04-25 21:35:35 +08:00
lhx-666-cool
c8ced21ae7 add rewrite 2025-04-25 21:19:42 +08:00
lhx-666-cool
ef7107bc8f 114514 2025-04-25 21:05:32 +08:00
lhx-666-cool
a92e796078 add env 2025-04-25 21:03:43 +08:00
lhx-666-cool
f6cb277519 add web 2025-04-25 17:03:25 +08:00
xkm
326a2a007c Add CORS middleware 2025-04-23 20:24:47 +08:00
xkm
a86de4493d Merge branch 'main' into dev
merge changes in main
2025-04-23 19:41:49 +08:00
xkm
981cd3f16a fix worker.yaml path 2025-04-23 19:23:33 +08:00
xkm
9245b2ec54 fix: "run" : false, 2025-04-17 20:10:12 +08:00
xkm
48f3f3b155 Merge remote-tracking branch 'runbin/main' into dev
merge LICENSE
2025-04-16 18:12:43 +08:00
xkm
1a3103f353 perf(worker): optimize task runner 2025-04-16 17:34:40 +08:00
xkm
8f98b021a9 refactor(postgres): Remove explicit transaction in GetTask 2025-04-15 20:41:08 +08:00
xkm
eaa955ccfe Create LICENSE 2025-04-15 01:25:18 +08:00
xkm
5a877488d0 Merge pull request #1 from dreamstarsky/demo
Demo
2025-04-14 23:31:51 +08:00
xkm
a960184433 first demo 2025-04-14 22:57:36 +08:00
dreamstarsky
0c76d2169a demo. 2025-04-14 10:33:35 +08:00
dreamstarsky
5f41f2a0d8 init. 2025-04-13 21:10:23 +08:00