Something went wrong on our end. Please try again.
Created by: vovakulikov
This is follow up for the refactoring insights TS models https://github.com/sourcegraph/sourcegraph/pull/32775
Prior to this PR, we had a few places in our code-base that were related primarily to the old way of fetching data with the usage of the setting-based backend API. Because of this, we had non-optimal interfaces and API methods. Since the setting-based backend was deprecated we can finally remove those interfaces and setting cascade-based peculiarities.
BuiltIn
dashboard (that doesn't exist anymore in the GQL API)owner
field has been removed and now we have owners field since in the GQL API we can share the dashboard across many "owners" (UI still does not allow sharing dashboard with many subjects but we will get there later)