Lucid ramblings in time and space.
Block or Report
Block or report tsenart
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
-
-
go-tsz Public
Forked from dgryski/go-tsz
Time series compression algorithm from Facebook's Gorilla paper
967 contributions in the last year
Less
More
Activity overview
Contributed to
sourcegraph/sourcegraph,
sourcegraph/zoekt,
sourcegraph/about
and 5 other
repositories
Loading
Contribution activity
November 2021
Created 22 commits in 2 repositories
Created a pull request in sourcegraph/sourcegraph that received 41 comments
search: paginated repository resolution
This PR is the last of series to introduce paginated repo resolution in search.
We remove backend.ListSearchable and its use in repository resolut…
+551
−876
•
41
comments
Opened 19 other pull requests in 1 repository
sourcegraph/sourcegraph
17
merged
2
closed
- repos: fix PagureSource pagination
- database: handle NULL repo.updated_at in MinLastChanged
- types: optional field redaction support
- all: set User-Agent in external HTTP requests (take 2)
- database: include src.fedoraproject.org repos in ListIndexable
- all: set User-Agent in external HTTP requests
- repos: add Pagure code host support
- search: remove spurious log
- search: hide repo count stats behind hover tooltip
- search: paginated repository resolution (take 2)
- search: fix race condition in doResults
- search: remove backend.ListSearchable
- search: deprecate GraphQL suggestions
- all: rename types.RepoName to types.MinimalRepo
- search: extract excluded repos counting from repo resolution
- database: add Stars field to RepoName
- database: introduce Cursors
- search: paginated repo resolution
- gitserver: kill the zombies of CommitSearcher
Reviewed 67 pull requests in 2 repositories
sourcegraph/sourcegraph
60 pull requests
- Add regression test for field deletion.
- types: optional field redaction support
- all: set User-Agent in external HTTP requests (take 2)
- repos: add Pagure code host support
- golang-migrate: Reduce use of api outside of dbconn
-
honeycomb: incorporate into observation package and improve
internal/honeyAPI -
Remove more
dbconn.Global - Backport notification fix to version 3.33
- chore: Refactor internal/database/dbconn
- ssbc: User impersonation when calling streaming search
- Internal user authz
- remove the constraint disabling code monitors if it exists
- Partially revert "Internal user authz (#27747)"
- disable saved search notifications
- search: GraphQL repositories field is based on matches
- search: populate Stats.Repos before applying display limit
- search: do not store repo name in progress.Stats.Repos
- search: query DB for repo name in repository resolvers
- search: use StatusMap to calculate timedout/cloning in Stats
- search: do not rely on Stats.Repos for names in streaming
- unpaginate repos list for commit/diff search
- gqlbackend: remove sub-repo perms filtering in graphql layer
- search: relax pattern interpretation of @ in repo searches
- search: remove names from index list endpoint
- make code monitor URL query identifiable
- Some pull request reviews not shown.
sourcegraph/zoekt
7 pull requests
Created an issue in sourcegraph/sourcegraph that received 7 comments
search: fix repository stats for GraphQL search
With the introduction of repo pagination, repository counts changed meaning from the universe of repos to the repositories with matches. While stre…
7
comments
Opened 6 other issues in 1 repository
sourcegraph/sourcegraph
4
open
2
closed
- Make src.fedoraproject.org repos searchable on sourcegraph.com
- Expanding search blitz and/or other graphs to cover important monorepo latency monitoring
- Create synthetic monorepo that keeps up-to-date with its constituent parts (busy repos)
- search: hide repositories count behind hover tooltip
- search: re-introduce "searchable" repositories counts and GraphQL fields
- search: paginated repository resolution