Erik Seliger

Results 46 issues of Erik Seliger

Now that we untangled what this method really does in a previous PR, it became clearer that this is really just a git log. So this PR replaces the gitserver...

cla-signed
team/source
team/product-platform

This PR consolidates the client methods CommitGraph and Commits into one, to reduce the surface of APIs we have to migrate to gRPC and then maintain. To my best understanding,...

cla-signed
team/source
team/product-platform

This is needed to build a better diff view where all files changed are shown in a sidebar. `git diff-tree --no-prefix --format=format: --root -r --name-status 65564433042849da9e25d592f7b42e5d51d61996` seems to be rather...

team/source

Over two different projects in https://github.com/sourcegraph/sourcegraph `etc/deprecation` took by far the most of the time, it feels likely there might be potential for a speed-up. ``` cd ./shared && yarn...

enhancement

There is potentially a lot of FDs in a repo, so we return an iterator instead to encourage callers to consume it one by one and not load all of...

cla-signed
team/source
team/product-platform

This PR moves the Commits API to the server side and is the last gRPC API to migrate. Test plan: Existing tests are still passing, moved the ~extensive unit test...

cla-signed
team/source
team/product-platform

We always ended the observation when the iterator is created before, this will make sure to track the time until the call to Close(). Test plan: Code review, existing CI.

cla-signed
team/source
team/product-platform

Camden and I noticed while hacking together today that we import the searcher protocol across cmd/ boundaries, so this PR moves it to internal, which is in line with what...

cla-signed
team/source
team/product-platform