browser-extensions icon indicating copy to clipboard operation
browser-extensions copied to clipboard

build: fetch GQL schema from endpoint

Open felixfbecker opened this issue 7 years ago • 2 comments

This uses the same mechanism as in the webapp to fetch schema.

felixfbecker avatar Aug 17 '18 10:08 felixfbecker

So, there are now some compile errors - in theory they should go away if ecc gets updated to the latest schema.

felixfbecker avatar Aug 17 '18 22:08 felixfbecker

Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/browser-extensions

cd browser-extensions
git format-patch master --stdout > /tmp/patch

cd ../sourcegraph
cat /tmp/patch | git am -3 --directory=packages/browser-extensions/
# and fixup merge conflicts

chrismwendt avatar Nov 05 '18 03:11 chrismwendt