wangjr
2f13af8785
Merge branch 'V20220415' into fix-1653
3 years ago
zouap
b6d00adc60
Merge remote-tracking branch 'origin/V20220415' into zouap_static
3 years ago
ychao_1983
8d41dd6167
merge
3 years ago
zouap
aa753e1729
Merge remote-tracking branch 'origin/V20220328' into zouap_static
3 years ago
zouap
c62131ec78
Merge remote-tracking branch 'origin/V20220328' into zouap
3 years ago
zouap
26d1df4a0d
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
yanchao
491de2004c
组织广场页面优化
3 years ago
ychao_1983
581138f3f1
提交代码
3 years ago
zouap
ef96edc7af
增加搜索记录表
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
Gitea
851d4be30a
#1494
add wechat event handler
3 years ago
zouap
747d4ce630
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
e78d12b3a9
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
chenyifan01
e1a4833ba1
#981
1. submit tag
2. query tag repo list
3 years ago
zouap
26dcb2a1f2
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
e28a1f3d58
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
998e48d75e
提交用户运营统计相关代码Bug
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
2531431009
提交代码,修改用户运营统计相关Bug
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
fe622b26e3
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
629fd5ac95
Merge remote-tracking branch 'origin/V20211115' into zouap
3 years ago
ychao_1983
ba036592e8
修改bug
3 years ago
zouap
236a027869
Merge remote-tracking branch 'origin/V20211115' into zouap
3 years ago
ychao_1983
170c3be87d
自定义脚本升级区分数据库
3 years ago
zouap
44ea702590
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
liuzx
4e2ec3ebd9
训练多版本修改返回的训练列表
3 years ago
zouap
69858de7d0
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
zouap
e52e09cfd5
增加用户登录日志信息
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
ychao_1983
42bad058a2
fix-359 平台总体指标数据入库
3 years ago
lewis
9f80819e32
add repo statistic
3 years ago
zouap
978ebfe9b0
增加用户的每天运营统计数据
Signed-off-by: zouap <zouap@pcl.ac.cn>
3 years ago
lewis
5b4cf9641c
add statistic engine
3 years ago
lewis
f6a0af2044
config recommend orgs
3 years ago
ychao_1983
c64d911bd3
#244#310主题支持中文
3 years ago
rogerluo410
d7490b4955
Fix db null exception while start cron job
4 years ago
yuyuanshifu
cf5a662289
CreateBlockchainAccount&NewRepo
4 years ago
palytoxin
4dabc04128
Merge branch 'develop' into dev-cloudmain
4 years ago
palytoxin
fd8f425548
add cloudbrain api support
4 years ago
yuyuanshifu
076af2ff71
add some interface
5 years ago
yan
c734eacb97
add dataset migration
5 years ago
Success Go
8cffae65a6
Fix typo of MSSQL ( #10850 )
5 years ago
zeripath
e6baa656f7
make avatar lookup occur at image request ( #10540 )
speed up page generation by making avatar lookup occur at the browser
not at page generation
* Protect against evil email address ".."
* hash the complete email address
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-Authored-By: Lauris BH <lauris@nix.lv>
5 years ago
Lauris BH
a3f90948d8
Set MySQL rowtype to dynamic for new tables ( #10833 )
* Set mysql rowtype to dynamic for new tables
* Update models.go
5 years ago
Lunny Xiao
c61b902538
Upgrade xorm to v1.0.0 ( #10646 )
* Upgrade xorm to v1.0.0
* small nit
* Fix tests
* Update xorm
* Update xorm
* fix go.sum
* fix test
* Fix bug when dump
* Fix bug
* update xorm to latest
* Fix migration test
* update xorm to latest
* Fix import order
* Use xorm tag
5 years ago
guillep2k
15614a8368
Divide GetIssueStats query in smaller chunks ( #10176 )
* Divide GetIssueStats query in smaller chunks
* Skip chunking if count is low enough
* Fix lint
* Define maxQueryParameters
* Remove absMaxQueryParameters because of lint
* Restart CI
* Restart CI
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
Lauris BH
ad2642a8aa
Language statistics bar for repositories ( #8037 )
* Implementation for calculating language statistics
Impement saving code language statistics to database
Implement rendering langauge stats
Add primary laguage to show in repository list
Implement repository stats indexer queue
Add indexer test
Refactor to use queue module
* Do not timeout for queues
5 years ago
SpaWn2KiLl
1f01f53c53
API add/generalize pagination ( #9452 )
* paginate results
* fixed deadlock
* prevented breaking change
* updated swagger
* go fmt
* fixed find topic
* go mod tidy
* go mod vendor with go1.13.5
* fixed repo find topics
* fixed unit test
* added Limit method to Engine struct; use engine variable when provided; fixed gitignore
* use ItemsPerPage for default pagesize; fix GetWatchers, getOrgUsersByOrgID and GetStargazers; fix GetAllCommits headers; reverted some changed behaviors
* set Page value on Home route
* improved memory allocations
* fixed response headers
* removed logfiles
* fixed import order
* import order
* improved swagger
* added function to get models.ListOptions from context
* removed pagesize diff on unit test
* fixed imports
* removed unnecessary struct field
* fixed go fmt
* scoped PR
* code improvements
* code improvements
* go mod tidy
* fixed import order
* fixed commit statuses session
* fixed files headers
* fixed headers; added pagination for notifications
* go mod tidy
* go fmt
* removed Private from user search options; added setting.UI.IssuePagingNum as default valeu on repo's issues list
* Apply suggestions from code review
Co-Authored-By: 6543 <6543@obermui.de>
Co-Authored-By: zeripath <art27@cantab.net>
* fixed build error
* CI.restart()
* fixed merge conflicts resolve
* fixed conflicts resolve
* improved FindTrackedTimesOptions.ToOptions() method
* added backwards compatibility on ListReleases request; fixed issue tracked time ToSession
* fixed build error; fixed swagger template
* fixed swagger template
* fixed ListReleases backwards compatibility
* added page to user search route
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
guillep2k
ad1b6d439f
Add support for database schema in PostgreSQL ( #8819 )
* Add support for database schema
* Require setting search_path for the db user
* Add schema setting to admin/config.tmpl
* Use a schema different from default for psql tests
* Update postgres scripts to use custom schema
* Update to xorm/core 0.7.3 and xorm/xorm c37aff9b3a
* Fix migration test
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
zeripath
e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others ( #9282 )
* Change graceful to use a singleton obtained through GetManager instead of a global.
* Graceful: Make TestPullRequests shutdownable
* Graceful: Make the cron tasks graceful
* Graceful: AddTestPullRequest run in graceful ctx
* Graceful: SyncMirrors shutdown
* Graceful: SetDefaultContext for Xorm to be HammerContext
* Avoid starting graceful for migrate commands and checkout
* Graceful: DeliverHooks now can be shutdown
* Fix multiple syncing errors in modules/sync/UniqueQueue & Make UniqueQueue closable
* Begin the process of making the repo indexer shutdown gracefully
5 years ago
Lunny Xiao
be06dee04c
Move code indexer related code to a new package ( #9191 )
* move code indexer related code to a new package
* fix lint
* fix tests
* fix fmt
* GetMaxID support interface parameter
5 years ago
zeripath
d8161ee3fd
Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params ( #8528 )
* Expose db.SetMaxOpenConns and allow other dbs to set their connection params
* Add note about port exhaustion
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
Lunny Xiao
d151503d34
Upgrade xorm to v0.8.0 ( #8536 )
5 years ago