This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge remote-tracking branch 'origin/V20220125' into inference-job
pull/1406/head
liuzx
4 years ago
parent
5145766631
8affe2633f
commit
187b19ff40
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
models/repo_watch.go
+1
-0
services/socketwrap/clientManager.go
+ 4
- 1
models/repo_watch.go
View File
@@ -305,7 +305,10 @@ func NotifyWatchersActions(acts []*Action) error {
return err
}
}
return sess.Commit()
err := sess.Commit()
producer(acts...)
return err
}
func watchIfAuto(e Engine, userID, repoID int64, isWrite bool) error {
+ 1
- 0
services/socketwrap/clientManager.go
View File
@@ -50,6 +50,7 @@ func (h *ClientsManager) Run() {
}
case message := <-models.ActionChan:
if isInOpTypes(opTypes, message.OpType) {
message.Comment = nil
LastActionsQueue.Push(message)
for _, client := range h.Clients.Keys() {
select {
Write
Preview
Loading…
Cancel
Save