liuzx
698686e3ae
解决冲突
3 years ago
ychao_1983
a477098efa
项目看板对'所有'的情况处理逻辑修改
3 years ago
liuzx
57b1a05ab5
刷新训练版本的状态和时长
3 years ago
ychao_1983
9fcf389165
获取统计开始时间和结束时间代码bug处理
3 years ago
ychao_1983
a34f532107
项目看板所有周期数据导出随着网站发展记录数可能很大,改为后端支持导出
3 years ago
ychao_1983
bf6f007578
给前端返回总记录数
3 years ago
ychao_1983
43200e0e67
提供接口,升级后恢复fork指标
3 years ago
ychao_1983
91145c8e04
解决非协作者的贡献者权限获取不对问题
3 years ago
ychao_1983
a18d886b9a
项目看板后端接口
3 years ago
zhoupzh
204d8ffe30
update
3 years ago
lewis
236e43983f
opt
3 years ago
zhoupzh
d3830542d0
merge V20211101
3 years ago
lewis
c42c15ac9e
sync failed status
3 years ago
Gitea
27013ea97a
Merge branch 'develop' into train-job
3 years ago
lewis
3e223566a1
revert dashboard
4 years ago
avadesian
2046d491a7
reformat import
4 years ago
avadesian
0d1415c924
update repo list page within user profile
4 years ago
lewis
0195ad1b26
merge develop
4 years ago
rogerluo410
9788cc8101
Fix fmt
4 years ago
lewis
e2e2acc400
add control
4 years ago
lewis
4597e3c34e
add lines
4 years ago
lewis
b10833c39a
add get-log api
4 years ago
lewis
aea949a5df
add get-log api
4 years ago
lewis
ea9a4befd5
update status
4 years ago
yuyuanshifu
4f0643b93c
get job status
4 years ago
yuyuanshifu
cf3ef93e52
debug
4 years ago
yuyuanshifu
b8bceaba4d
modelarts get token
4 years ago
yuyuanshifu
6549bb8ba5
time
4 years ago
yuyuanshifu
effbed1142
commit image
4 years ago
palytoxin
851444ea30
update job status when fetch job info
4 years ago
palytoxin
2e729899ec
js fetch index job status
4 years ago
Lunny Xiao
dfba56245b
Add setting for minio and flags for migrate-storage
5 years ago
zeripath
414c9ee76a
Make API EditIssue and EditPullRequest issue notifications ( #11123 )
* Make API EditIssue and EditPullRequest issue notifications
Restructure models.UpdateIssueByAPI and EditIssue/EditPullRequest
to issue notifications
Fix #10014
Signed-off-by: Andrew Thornton <art27@cantab.net>
* As per @6543
Signed-off-by: Andrew Thornton <art27@cantab.net>
* update status!
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
zeripath
c86bc8e061
Add paging and archive/private repository filtering to dashboard list ( #11321 )
* Add archived options to SearchRepository
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add only-private search
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add filter options and paging to dashboard repository page
Signed-off-by: Andrew Thornton <art27@cantab.net>
* swagger generate
Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix-swagger-again
Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @mrsdizzie also remember state
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
6543
7257c39ddf
Refactor Milestone related ( #11225 )
5 years ago
Cirno the Strongest
32b8172e56
Consolidate API for getting single commit ( #11368 )
* Allow Git ref for /repos/{owner}/{repo}/git/commits/{sha}
* Consolidate API for getting single commit
* Fix tests and do it differently
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
6543
cd4f7ba5bf
Fix tracked time issues ( #11349 )
* Fix nil exeption: #11313
* fix 500
* activate test 😆
* move logic
5 years ago
赵智超
119173130a
Add default CommitID for create pull review api ( #11334 )
If user create pull review through api but not set CommitID,
I think it's necessary to use last headCommitID as default seting,
or this review will be considered as stale review which is wrong
Signed-off-by: a1012112796 <1012112796@qq.com>
5 years ago
6543
486e4c8087
When deleting a tracked time through the API return 404 not 500 ( #11319 )
5 years ago
6543
c97494a4f4
API: Add pull review endpoints ( #11224 )
* API: Added pull review read only endpoints
* Update Structs, move Conversion, Refactor
* refactor
* lint & co
* fix lint + refactor
* add new Review state, rm unessesary, refacotr loadAttributes, convert patch to diff
* add DeletePullReview
* add paggination
* draft1: Create & submit review
* fix lint
* fix lint
* impruve test
* DONT use GhostUser for loadReviewer
* expose comments_count of a PullReview
* infent GetCodeCommentsCount()
* fixes
* fix+impruve
* some nits
* Handle Ghosts 👻
* add TEST for GET apis
* complete TESTS
* add HTMLURL to PullReview responce
* code format as per @lafriks
* update swagger definition
* Update routers/api/v1/repo/pull_review.go
Co-authored-by: David Svantesson <davidsvantesson@gmail.com>
* add comments
Co-authored-by: Thomas Berger <loki@lokis-chaos.de>
Co-authored-by: David Svantesson <davidsvantesson@gmail.com>
5 years ago
6543
e9e8638f18
Return issue subscription status from API subscribe ( #10966 )
* [API] issue subscription indicate by http status
* CI.restart()
5 years ago
6543
bfda0f3864
[API] ListIssues add filter for milestones ( #10148 )
* Refactor Issue Filter Func
* ListIssues add filter for milestones
* as per @lafriks
* documentation ...
5 years ago
6543
4ddfe0d07a
Fix GetContents(): Dont't ignore Executables ( #11192 )
* Refactor: dont expose help functions
* repofiles GetContents: dont ignore executables
* CI.restart()
5 years ago
6543
bb4261a5ed
Add issue subscription check to API ( #10967 )
close #10962
Adds `GET /api/v1/repos/{owner}/{repo}/issues/{index}/subscriptions/check`
-> return a `WachInfo`
5 years ago
6543
b9ed8d8497
make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{filepath} ( #11067 )
5 years ago
CirnoT
d2693f18de
Support organization labels for PRs in API ( #11135 )
Fix `/repos/{owner}/{repo}/pulls` and `/repos/{owner}/{repo}/pulls/{index}` to accept organization labels during PR creation and edition.
5 years ago
6543
3c5a4d094a
[API] Add branch delete ( #11112 )
* use same process as in routers/repo/branch.go/deleteBranch
* make sure default branch can not be deleted
* remove IsDefaultBranch from UI process - it is worth its own pull
* permissions
5 years ago
CirnoT
38d5f88a81
Add X-Total-Count on /repos/{owner]/{repo}/pulls API ( #11113 )
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
6543
c52d48aae4
Prevent merge of outdated PRs on protected branches ( #11012 )
* Block PR on Outdated Branch
* finalize
* cleanup
* fix typo and sentences
thanks @guillep2k
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
zeripath
2e85ad665a
Contents API should return 404 on not exist ( #10323 )
* Return 404 on not exist
* swagger update and use git.IsErrNotExist
* Handle delete too
* Handle delete too x2
* Fix pr 10323 (#3 )
* fix TESTS
* leafe a note for fututre
* placate golangci-lint
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update integrations/api_repo_file_delete_test.go
Co-Authored-By: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago