Signed-off-by: Seongmin Lee git@boltless.me
appview/db/pulls.go
appview/db/pulls.go
This file has not been changed.
appview/pages/pages.go
appview/pages/pages.go
This file has not been changed.
appview/pages/templates/repo/pulls/pulls.html
appview/pages/templates/repo/pulls/pulls.html
This file has not been changed.
+2
-2
appview/pulls/pulls.go
+2
-2
appview/pulls/pulls.go
···
583
583
l.Error("failed to search for pulls", "err", err)
584
584
return
585
585
}
586
-
l.Debug("searched pulls with indexer", "res.Hits", res.Hits)
587
586
ids = res.Hits
587
+
l.Debug("searched pulls with indexer", "count", len(ids))
588
588
} else {
589
589
ids, err = db.GetPullIDs(s.db, searchOpts)
590
590
if err != nil {
591
591
l.Error("failed to get all pull ids", "err", err)
592
592
return
593
593
}
594
-
l.Debug("indexed all pulls from the db", "ids", ids)
594
+
l.Debug("indexed all pulls from the db", "count", len(ids))
595
595
}
596
596
597
597
pulls, err := db.GetPulls(
appview/state/router.go
appview/state/router.go
This file has not been changed.
History
7 rounds
0 comments
boltless.me
submitted
#6
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
pull request successfully merged
boltless.me
submitted
#5
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#4
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#3
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#2
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#1
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
boltless.me
submitted
#0
1 commit
expand
collapse
appview/pulls: add search endpoint
Signed-off-by: Seongmin Lee <git@boltless.me>