-
Notifications
You must be signed in to change notification settings - Fork 913
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
Add datavirtualization extension #21594
Conversation
Pull Request Test Coverage Report for Build 3924469877
💛 - Coveralls |
"CentOS_7": "linux-x64.tar.gz", | ||
"Debian_8": "linux-x64.tar.gz", | ||
"Fedora_23": "linux-x64.tar.gz", | ||
"OpenSUSE_13_2": "linux-x64.tar.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't know that these platforms were supported.I should add this to import extension as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to - the linux config in the import extension will cover all the various Linux distros. I plan on changing this to something similar as one of my follow up tasks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aasimkhan30 remember that I've explained to you about this? you only need to specify a specific configuration it needs to use a different build. :)
Follow up tasks : #21603 |
Moving from other repo to make this easier to maintain. This was originally started by an issue updating to the new telemetry package which required the extension to be webpacked - and in doing that I decided just to do the work and move it here since it's always been annoying to deal with it being in the other repo and there's no reason to not have it public now.
The backing service will stay in the other repo for now, although at some point I'd like to move that into the STS repo or somewhere similar too.
Mostly a direct copy/paste, but there's a lot of cleanup I did (such as removing most of the package dependencies since they weren't actually being used anymore).
Tests currently aren't running, and there's likely runtime issues but I'm getting this first PR in so that follow up PRs to fix the other things can be more targeted and easily reviewed.