-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gsc charts migration #274
Gsc charts migration #274
Conversation
I assumed this PR was about mostly changing queries, but it seems it's much more than that because reviewing the diff of 915bfa0, I saw there were many other changes and no clear mapping between old and new query. |
@dpordomingo, unfortunately, diffing import/export is a mess 😞. What I did in this PR was these:
|
Given that https://github.com/src-d/gitbase-spark-connector-enterprise/issues/124 has been closed already, I'm gonna include the fix to the missing chart in this PR. |
I'll wait for a new release of |
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
7ddfa69
to
4483cb0
Compare
I updated this after the UI changes that have been included in The missing chart will be fixed once this is released and we update the It would be great if you could give it a try locally. Here's the
This image
IMHO using |
I run it locally on a very small org |
See here. |
This closes #235.
The first commit is simply a re-export of overview dashboard. The second commit does the actual job.
One chart is not working, and it's blocked by: https://github.com/src-d/gitbase-spark-connector-enterprise/issues/124