ychao_1983
b713e17b0a
Merge pull request '合并“项目名称支持中文”特性分支代码到里程碑分支' ( #1421 ) from V20220110.patch into V20220125
Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1421
Reviewed-by: ychao_1983 <ychao_1983@sina.com>
3 years ago
OpenIhu
dd9f3c402f
项目代码页菜单取消移动端竖排
3 years ago
zhoupzh
0f2db05e5c
fix issue
3 years ago
chenyifan01
5a259de510
Merge remote-tracking branch 'origin/develop' into V20220110.patch
# Conflicts:
# models/repo.go
3 years ago
chenyifan01
719429f32e
add repository alias
3 years ago
zhoupzh
3d1854cf4a
fix issue
3 years ago
zhoupzh
7ed336271e
fix issue
3 years ago
zhoupzh
2e5bd32ba0
fix issue
3 years ago
zhoupzh
6333e3a4e1
fix issue
3 years ago
zhoupzh
4e7b2dd50b
fix issue
3 years ago
zhoupzh
7c1a008b59
fix issue
3 years ago
zhoupzh
8360a7f4cc
fix issue
3 years ago
zhoupzh
5e673deb4c
update
3 years ago
zhoupzh
44fcae12c1
fix issue
3 years ago
zhoupzh
3d54b6d4a3
fix issue
3 years ago
zhoupzh
d85498be5e
solve conflict
3 years ago
zhoupzh
0c6a091c77
fix issue
3 years ago
zhoupzh
0225e11724
fix issue
3 years ago
zhoupzh
0137f56d99
fix issue #596
3 years ago
Gitea
1530a5d1a8
Merge branch 'train-job' into liuzx_trainjob
3 years ago
Gitea
7959796170
Merge remote-tracking branch 'origin/develop' into train-job
3 years ago
ychao_1983
b74cc2c991
fix-358 fix-287 fix-318
3 years ago
OpenIhu
87ed4cbfb1
优化数据集及云脑选择样式,去掉弹窗选择
3 years ago
lewis
cc5b59b473
修复新建训练作业无法跳转到云脑首页的bug
4 years ago
lewis
6728e51cae
add notebook route
4 years ago
colorfulberry
471832f98a
feat: chagne the css
4 years ago
Gitea
483d1034ac
debug blockchain
4 years ago
Gitea
b355f51354
add obs uploader.
4 years ago
yuyuanshifu
12a461072b
modelarts notebook
4 years ago
Gitea
4c2b9a40b3
test
4 years ago
Gitea
7cc315fd95
add balance.
4 years ago
Gitea
43e0d8f2fc
debug
4 years ago
Gitea
c856f447ed
add balance page.
4 years ago
Gitea
e453ffe714
add balance
4 years ago
Gitea
d49fe55289
add balance link
4 years ago
yuyuanshifu
c4bd1818b3
fix
4 years ago
Gitea
12e4c0d810
add balance
4 years ago
colorfulberry
26ea7165e0
feat: replace the icons
4 years ago
palytoxin
9bb45092f3
improved ui
4 years ago
yuyuanshifu
f8278dbbe1
add tmpl
4 years ago
palytoxin
ce499a28e3
add repo unit type for cloud brain
5 years ago
colorfulberry
daf35e238f
feat: improve the pages
5 years ago
colorfulberry
924e1d0577
featL move custom user
5 years ago
yan
82fea3729a
add unit type to repo with dataset
5 years ago
colorfulberry
40d0274bc7
feat: update the datasets new
5 years ago
colorfulberry
0dd4c678b6
feat: add header with datasets
5 years ago
L0veSunshine
08208cdfb8
Fix forked repo has no icon and language stat. ( #10791 )
* Update header.tmpl
* Update _repository.less
* Update pull.go
* Update indexer.go
* Update pull.go
* Update pull.go
* Update indexer.go
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
* fix forked repo doesn't have language stat
Thanks the advice from lunny and 6543.
* fix forked repo doesn't have language stat
Modified as suggested by 6543.
* fix forked repo doesn't have language stat
simplify the function.
* fix forked repo doesn't have language stat
update the indexer after the loop
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
6543
ad31d6b5e8
Fix release counter on API repository info ( #10968 )
Use the same mechanism as the webpage for calculating the release count
Fix #10946
5 years ago
John Olheiser
c161bb013e
Change action GETs to POST ( #10462 )
* Change action GETs to POST
* submite = submit + smite
* No more # href
* Fix test
* Match other tests
* Explicit csrf
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
John Olheiser
86fdba177a
Add Octicon SVG spritemap ( #10107 )
* Add octicon SVG sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Static prefix
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* SVG for all repo icons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make vendor
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap out octicons
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move octicons to top of less imports
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix JS
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Definitely not a search/replace
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed regex
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move to more generic calls and webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* make svg -> make webpack
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg-sprite
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Missed a test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove svg from makefile
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Suggestions
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Attempt to fix test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert timetracking test
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Swap .octicon for .svg in less
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add aria-hidden
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Replace mega-octicon
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix webpack globbing on Windows
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert
Co-Authored-By: silverwind <me@silverwind.io>
* Fix octions from upstream
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix Vue and missed JS function
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add JS helper and PWA
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Preload SVG
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: techknowlogick <matti@mdranta.net>
5 years ago