alpha
Login
or
Join now
tangled.org
/
core
Star
10
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
10
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
16
Pulls
27
Pipelines
core
/
appview
/
indexer
/
at
8a1b1410bb0bb92ba6194d4980ae2bf3a428975d
5 folders
2 files
Matías Insaurralde
appview/indexer: propagate SearchInContext error instead of nil, nil
2mo ago
362c2b25
base36
appview/indexer: propagate SearchInContext error instead of nil, nil Search was returning nil,nil on error, silently bypassing every caller's error guard and causing a nil pointer dereference on the result. Return nil,err instead. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months ago
bleve
appview/indexer/repos: boost popular repos in search repos with more stars go higher up in the search results. the final result order is a bit magic right now, generally speaking: forks go lower, more stars go higher, for now. some more areas of improvement: - boosting for prefix matches - boosting for exact matches - boosting for matches in repo name over repo desc/topic/website etc. Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
issues
appview/indexer: propagate SearchInContext error instead of nil, nil Search was returning nil,nil on error, silently bypassing every caller's error guard and causing a nil pointer dereference on the result. Return nil,err instead. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months ago
pulls
appview/indexer: propagate SearchInContext error instead of nil, nil Search was returning nil,nil on error, silently bypassing every caller's error guard and causing a nil pointer dereference on the result. Return nil,err instead. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months ago
repos
appview/indexer: propagate SearchInContext error instead of nil, nil Search was returning nil,nil on error, silently bypassing every caller's error guard and causing a nil pointer dereference on the result. Return nil,err instead. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months ago
indexer.go
appview/indexer: reindex repo upon stat change when the count of issues/pulls/stars changes, we reindex repo because it is dependent on these fields. Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
notifier.go
appvie/notify: add DeleteRepo event to unindex repos when deleted. this changeset also includes a tweak to the NewRepo event, to fix a bug with the document IDs of new repos (it was always zero). Signed-off-by: oppiliappan <me@oppi.li>
2 months ago