Block or Report
Block or report tsenart
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
go-tsz Public
Forked from dgryski/go-tsz
Time series compression algorithm from Facebook's Gorilla paper
1,101 contributions in the last year
Less
More
Activity overview
Contributed to
sourcegraph/sourcegraph,
sourcegraph/zoekt,
sourcegraph/ghdump
and 5 other
repositories
Contribution activity
March 2022
Created 32 commits in 3 repositories
Created a pull request in sourcegraph/sourcegraph that received 6 comments
client: Add dependency search button to repo results
This is a tentative alternative to the dependencies button in the repo page in order to increase the discoverability of dependencies search. Not a …
+26
−0
•
6
comments
Opened 30 other pull requests in 2 repositories
sourcegraph/sourcegraph
26
merged
3
closed
- unpack: Reuse mode variable
- database: Restrict site-admin affiliated errors
- search: Show no resolved repos alert when there are no results across all jobs
-
doc: Add missing
andin dependencies search doc page - web: Remove dependencies button from repo page
- doc: dependencies search beta
- search: Only show no resolved repos alert when there are no results
- gitserver: Skip unpacking nested .git directories
- client/search-ui: Add search repo dependencies snippet
- search: Capture dependencies searches in pings
- unpack: Fallback to untar when tgz isn't compressed
- repos: Reduce CPU usage of Scheduler.PrioritiseUncloned
- search: Dependencies search alerts
- client/web: Remove beta label from Dependencies button
- client: Refine label of dependencies predicate
- npm: Ignore missing package versions
- gitserver: Extract all regular files from NPM packages
- Revert "search: Fix correct Zoekt branch (#32250)" DONTMERGE
- search: Find correct Zoekt branch
- codeintel/dependencies: Simplify lockfileDependencies
- web: Fix regex and rev from Dependencies button in repo page
- dev/gqltest: Add back repo:deps integration test
- dev/gqltest: Skip flaky repo:deps predicate test
- dev/gqltest: Fix flake in repo:deps test
- dev/gqltest: Test dependencies search
- Some pull requests not shown.
sourcegraph/zoekt
1
merged
Reviewed 53 pull requests in 3 repositories
sourcegraph/sourcegraph
48 pull requests
- gitserver: don't use geometric repacking
- ci: Serialize all fields for go-backcompat tests
- Unify git archive (pt 2)
-
lockfiles: add
go.sumparser - database: Restrict site-admin affiliated errors
- search: Show no resolved repos alert when there are no results across all jobs
- search: create and document git-stats script
- Search backend; fix sending partial matches in an errored OR job
- dev: remove unused repogen
- search: simplify result type computation control flow
- search: don't mutate job args when computing result types
- search: compute result types without mutating args
- search: separate Zoekt query construction functions
- Search: remove flaky test
- search: Capture dependencies searches in pings
- Add documentation for npm/JVM package repos
- client/search-ui: Add search repo dependencies snippet
- unpack: Fallback to untar when tgz isn't compressed
- Remove Phabricator extension for Gitolite
- search: Dependencies search alerts
- npm: Ignore missing package versions
- search: move zoekt global job to zoekt package
- search: delete text search job
- search: use repo pager job for text search jobs over repo sets
- extsvc: Commit generated test data
- Some pull request reviews not shown.
sourcegraph/zoekt
4 pull requests
sourcegraph/handbook
1 pull request
Created an issue in sourcegraph/sourcegraph that received 3 comments
search: Allow files matching a pattern to be skipped in Zoekt indexing
In package repos, but also elsewhere, it's common to have minified JS bundles which are not worth to index or search. We should provide a way to sk…
3
comments
Opened 20 other issues in 1 repository
sourcegraph/sourcegraph
11
open
9
closed
- Support r:deps(of:/repo-regex/) syntax
- Implement repo:dependents(...) to find all repos that depend on a specific package.
-
Add support for searching JVM dependencies with
gradle.lockfileandpom.xml -
Add support for searching Python dependencies and
poetry.lock -
Add support for searching Go dependencies with
go.sum - Support r:deps(of:sourcegraph scope:npm/dev)
- Support r:deps(of:sourcegraph file:client/web)
- search: Implement static and dynamic completions inside predicates
- Set defaults for npmPackages, jvmPackages and dependenciesSearch to enabled.
- Remove BETA label from Dependencies button in the repo page
- Add repo:deps predicate to search reference and search type in side bar
- Identify 3 customers that express explicit interest in dependencies search
- Release blog post mentions dependencies search
- Fix remaining errors in repo-updater / gitserver related to NPM packages
- Write dev/gqltest for dependencies search
- Polish missing repos search alert when used with dependencies search
- Track aggregate dependencies search usage in pings
- Document dependencies search BETA feature
- Add a Dependencies button / icon in type:repo search results
- Add a Dependencies button in the repository page