sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.27k forks source link

Storage for extensions #34357

Open ryankscott opened 2 years ago

ryankscott commented 2 years ago

Problem to solve

Our current Sourcegraph extensions can only request data on the client-side, in real-time when viewing a file or folder, and don't persist any data. This means they can end up being flaky (if the API is unavailable) and this information can be only used within the extension and no where else in our product.

By storing information from third parties we take a step towards being a code intelligence platform that ties together all of the tools developers use and enable our other products (e.g. Code Insights) to incorporate third party data. We also believe this is a good step towards making our extensions more reliable and improving the quality of our product (a Q2 focus)

Relevant feedback

Product Gaps

Productboard feedback

Analytics

Measure of success

Solution summary

Artifacts:

What specific customers are we iterating on the problem and solution with?

Impact on use cases

Delivery plan

sourcegraph-bot-2 commented 2 years ago

Heads up @muratsu @jjinnii @ryankscott - the "team/integrations" label was applied to this issue.