Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
907 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 16 commits in 2 repositories
Created a pull request in sourcegraph/sourcegraph that received 5 comments
monitoring: Allow arbitrary number of alerts per Observable
This commit is the first in a series of changes that address recent pains with our monitoring generator. It refactors Observable to have a slice of…
Opened 18 other pull requests in 3 repositories
sourcegraph/sourcegraph
12
merged
3
closed
1
open
- monitoring: Change syntect_server owner to Cloud team
- gitserver: Avoid double HTTP response header writing
- graphqlbackend: More lazy loading of git commits
- graphqlbackend: Proper lazy loading in GitCommitResolver
- graphqlbackend: Proper lazy loading in commitResolver
- graphqlbackend: Lazy load git commit for each hunk
- monitoring: Allow Observables without alerts
- WIP
- git: Send IP addr and user agent to Honeycomb for debugging
- git: Send actual repo.Name to Honeycomb
- grafana: Add gitserver commands panel
- graphql: Record queries that trigger getCommit calls
- grafana: Add Gitserver Cloud internal dashboard
- license_expiration: Check all subscriptions
- Gitserver store
- repo-updater: Faster counting of user added repos
sourcegraph/about
1
open
sourcegraph/sourcegraph-git-extras
1
closed
Reviewed 48 pull requests in 2 repositories
sourcegraph/sourcegraph 40 pull requests
- Merge repo types
- monitoring: generator docs, move definitions to subpackage
- site-admin: display repository stats in overview
- db: Switch to statement rather than row trigger
- gitserver: get remote URL from database
- repo-updater: Fix syncRepo logic
- Move tag checking logic to User store
- authz: utilize expired_at and last_valid_at columns of user_external_accounts
- repo-updater: Enforce unique constraint on external_service_repos
- monitoring: refactor generator to separate package
- authz: simplify PermsStore with intarray
- db: remove authzFilter and its derivatives
- Remove auth tests from QA/Regression
- ci: move storybooks to async pipeline
- Fix typo in dev script
- monitoring: Explicity set metrics with no alerts
- frontend: Reduce number of external services queried
- repo-updater: Choose global external service using GloudGlobal flag
- Add GitHub webhook handlers to trigger permissions syncs for users and repos
- Weekly retention pings
- Deprecate DisableTLS field, add noVerifyTLS in email.smtp config
- Explicitly set primary email address
- event_logs: Reduce query expression duplication
- Add general purpose webhook handler and event routing for github webhooks
- debugserver: handle wildcard pprof requests
- Some pull request reviews not shown.
sourcegraph/about 8 pull requests
Created an issue in sourcegraph/sourcegraph that received 10 comments
Proposal: Sunset repo-updater
Proposal Today, repo-updater is serving too many concerns, while being a singleton instance, without failure and resource isolation between those d…