alpha
Login
or
Join now
evan.jarrett.net
/
core
Star
0
Fork
0
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 — https://tangled.org
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
appview
/
indexer
/
at
fix-spindle-abort
5 folders
2 files
Seongmin Lee
appview/indexer/repos: check `RepoStats` nullability
5mo ago
8445de22
base36
appview: add basic issue indexer - Heavily inspired by gitea - add `GetAllIssues` which only receives a paginator and gathers all issues ignoring `repoAt` field Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago
bleve
appview: add search filters for issues and pulls Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
issues
appview: add label-value search support to models and indexers Add LabelNameValues method to LabelState, returning composite "name:value" strings for all labels with non-empty values. Add LabelValues and NegatedLabelValues fields to IssueSearchOptions and PullSearchOptions. Change NegatedAuthorDid from a single string to NegatedAuthorDids []string to support excluding multiple authors. Update both issue and pull indexers: bump mapping version to 3, add label_values keyword field, populate it via LabelNameValues, and add search clauses for the new fields. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
5 months ago
pulls
appview: add label-value search support to models and indexers Add LabelNameValues method to LabelState, returning composite "name:value" strings for all labels with non-empty values. Add LabelValues and NegatedLabelValues fields to IssueSearchOptions and PullSearchOptions. Change NegatedAuthorDid from a single string to NegatedAuthorDids []string to support excluding multiple authors. Update both issue and pull indexers: bump mapping version to 3, add label_values keyword field, populate it via LabelNameValues, and add search clauses for the new fields. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
5 months ago
repos
appview/indexer/repos: check `RepoStats` nullability Fix appview segfault on new repo creation. `RepoStats` can be empty. It is recommended to check it before accessing. Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
indexer.go
appview/indexer: add indexer for repos Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
notifier.go
appview/indexer: add indexer for repos Signed-off-by: oppiliappan <me@oppi.li>
5 months ago