Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Tags: sourcegraph/browser-extensions

Tags

v2.0.0

Toggle v2.0.0's commit message
fix: upgrade @sourcegraph/extensions-client-common to fix CSS

Incorporates sourcegraph/extensions-client-common#67 to fix https://github.com/sourcegraph/sourcegraph/issues/629.

v1.19.0

Toggle v1.19.0's commit message
build: still generate xpi

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: access token logic (#267)

This commit fixes access token usage by:

- Not setting the `authorization` header when
requesting from the options page.
Chrome suddenly becan rejecting the request in
pre-flight checks from hte options page.
- _Only_ creating access tokens when the server connection is checked in the
options page.
- Save the access token ID so we can ensure it still exists on the
server.

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support running extensions on private code without a private So…

…urcegraph instance (#249)

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: more robust scraping to support org level repos (#219)

v1.16.1

Toggle v1.16.1's commit message
chore: run prettier

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New inject feature flag (#203)

v1.15.0

Toggle v1.15.0's commit message
build: debugging release build

v1.14.0

Toggle v1.14.0's commit message
feat: use new Sourcegraph extension API

Also:

- run extension host in web worker, also pass init data
- expose queryLSP (and queryGraphQL) to extensions

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump e-c-c (#158)