chenyifan01
25f083c84e
#1398
fix bug
3 years ago
chenyifan01
d3684ae38e
#1398
fix bug
3 years ago
chenyifan01
3fb2ed884b
add alias to api struct
3 years ago
chenyifan01
b466a3654d
convert alias to lowercase when check
3 years ago
chenyifan01
177533c1eb
add alias uniqueness check on repository check
3 years ago
chenyifan01
5a259de510
Merge remote-tracking branch 'origin/develop' into V20220110.patch
# Conflicts:
# models/repo.go
3 years ago
chenyifan01
80f949c14d
update
3 years ago
chenyifan01
01ed84bbb9
check alias
3 years ago
chenyifan01
6050394af7
add check_name
3 years ago
chenyifan01
719429f32e
add repository alias
3 years ago
chenyifan01
557a2b919c
#719
add local cache
3 years ago
chenyifan01
714945ca55
#719
add notice
3 years ago
ychao_1983
4c60434dd7
优化代码
3 years ago
ychao_1983
23cae4c63e
fix-1052 区块链更新不修改项目更新时间
3 years ago
chenyifan01
da0fe6690b
#1117
fix bug
3 years ago
chenyifan01
b6cdf39e50
#882
add owner to reviewer list
3 years ago
chenyifan01
7028a604e8
#917
delete dataset attachment record and remove related files when delete repository
3 years ago
zouap
ea47c6a18c
提交界面Tab页面控制的代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
chenyifan01
baef4e81cc
fix
3 years ago
chenyifan01
13974937af
#882
remove watcher from reviewers
3 years ago
zouap
56780e5d91
增加用户看板界面查询接口及git clone下载次数纠正功能。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zhoupzh
d3830542d0
merge V20211101
3 years ago
ychao_1983
42bad058a2
fix-359 平台总体指标数据入库
3 years ago
Gitea
1530a5d1a8
Merge branch 'train-job' into liuzx_trainjob
3 years ago
Gitea
d982b29bf3
fix conflict
3 years ago
ychao_1983
a612e06c70
项目统计commit,commit行数,新贡献者后端接口
3 years ago
lewis
8c4b79bdd4
add hot,active
3 years ago
lewis
2d736557a2
search
3 years ago
lewis
b1347c2594
cmd: update repo commit_cnt
3 years ago
lewis
884a2663f4
add commit_cnt into repo
3 years ago
lewis
a471474c15
limit req count
3 years ago
lewis
adb5b94415
fix-updatetime
4 years ago
rogerluo410
9788cc8101
Fix fmt
4 years ago
yuyuanshifu
8b9577457e
fix bug: transfer of repo_id
4 years ago
yuyuanshifu
c4bd1818b3
fix
4 years ago
yuyuanshifu
4c202fee0a
fix merge conflict
4 years ago
yuyuanshifu
b61fc9ca10
add pull_request amount
4 years ago
palytoxin
23e05b4b05
auto increase cnt via git-upload-pack hook
4 years ago
palytoxin
9f70963263
format code via make fmt
4 years ago
yuyuanshifu
9097863153
cron check blockchain
4 years ago
yuyuanshifu
53279473d7
add notify interface
4 years ago
yuyuanshifu
cf5a662289
CreateBlockchainAccount&NewRepo
4 years ago
yuyuanshifu
aee620539f
mod repo description
4 years ago
palytoxin
ce499a28e3
add repo unit type for cloud brain
4 years ago
yan
06b3c1d727
create or find dataset when create/update repo
5 years ago
yan
e17cbf25e0
improve repo/datasets
5 years ago
Lunny Xiao
1cb5d5db30
Fix some bug
5 years ago
Lunny Xiao
3508716367
Add a storage layer for attachments
5 years ago
zeripath
9a2e47b23a
Refactor Cron and merge dashboard tasks ( #10745 )
* Refactor Cron and merge dashboard tasks
* Merge Cron and Dashboard tasks
* Make every cron task report a system notice on completion
* Refactor the creation of these tasks
* Ensure that execution counts of tasks is correct
* Allow cron tasks to be started from the cron page
* golangci-lint fixes
* Enforce that only one task with the same name can be registered
Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix name check
Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @guillep2k
* as per @lafriks
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add git.CommandContext variants
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
guillep2k
c3d9a5f846
Use session for retrieving org teams ( #11438 )
Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>
5 years ago