joint-online-judge / horse

The new generation of JOJ Backend.
https://joint-online-judge.github.io/horse/
MIT License
5 stars 3 forks source link

Update Problem Config By Archive #76

Closed nichujie closed 2 years ago

nichujie commented 2 years ago

image

上传成功后显示ProblemConfigNotFound,数据库无数据。


P.S. 需要一个接口知道problem是否已经有了config,类似效果: image

tc-imba commented 2 years ago

这个是因为没有调用 /config/commit 进行commit 这玩意设计是在commit前可以随便修改的

是否要加一个auto_commit: bool

nichujie commented 2 years ago

image

image

有些许奇怪,是不是什么代码忘删了?

顺便Problem是不是应该有个languages字段

nichujie commented 2 years ago

这个是因为没有调用 /config/commit 进行commit 这玩意设计是在commit前可以随便修改的

是否要加一个auto_commit: bool

不用加,把commit修好就行,保持统一

tc-imba commented 2 years ago

应该是可以传一个commit message的吧?

我修一下,languages是config parse出来的