Chris LaFreniere
720a7fbfa2
Multiline cell execution fix ( #6522 )
2019-07-29 11:19:57 -07:00
Charles Gagnon
86cde4c511
Fix some connection listener leaks ( #6357 )
...
* Fix some connection listener leaks
* More descriptive name and update summary
* Dispose some more connections and fix a few spelling errors
2019-07-29 11:00:11 -07:00
Anthony Dresser
1d56a17f32
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 ( #6516 )
...
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3
* fix tests
2019-07-28 15:15:24 -07:00
Anthony Dresser
aacf1e7f1c
Use webview service for creating webviews ( #6470 )
...
* modify to use webview service
* fix wrong inject
2019-07-26 22:40:35 -07:00
Anthony Dresser
371504358d
refactor notebook to be fileservice based ( #6459 )
2019-07-26 22:19:13 -07:00
Cory Rivera
8e40aa3306
Widen some input fields in Manage Packages dialog. ( #6511 )
2019-07-26 15:11:52 -07:00
Chris LaFreniere
d51bdbd094
Save multiline source in notebooks ( #6445 )
...
* Save multiline source in notebooks
* Stop demultiline localContentManager unnecessarily
2019-07-26 10:30:52 -07:00
kenvanhyning
5cffa7fe52
Feat/importpreview2 ( #6506 )
...
* Allow column resizing in preview table
* added property to TableComponentProperties
* hooked up new prop into model view
* new setOptions
* adding enum to azdata interface
* bring in slickgrid 2.3.30
* PR feedback
2019-07-26 08:31:47 -07:00
Maddy
9f342ec9d5
folderUrl pointing to the contribution file that's created inside the picked folder ( #6495 )
2019-07-25 11:50:55 -07:00
Charles Gagnon
aae1947b3f
Add server-level actions to master SQL node in BDC view ( #6504 )
2019-07-25 11:45:41 -07:00
Kim Santiago
d9312d3e2b
bump sqltoolsservice to 1.5.0-alpha.108 to get DacFx AAD fix ( #6503 )
2019-07-25 11:10:12 -07:00
Cory Rivera
08b678b522
Reinstall pip during python install on Windows to update shebangs in exe files. ( #6494 )
2019-07-25 11:07:22 -07:00
Charles Gagnon
b2b2840990
Add double quotes for localize hygiene check ( #6492 )
...
* Add localize single quote hygiene task
* Update localize calls
* Update comment
* Fix build failures and remove test code
2019-07-25 10:35:14 -07:00
Charles Gagnon
69845b29ef
Remove hyperlinks from non-management BDC endpoints ( #6501 )
2019-07-25 10:21:28 -07:00
Kevin Cunnane
6064904151
Fix #6485 big-data-cluster extension fails to load
...
- Entry point is `extension` not `main`
2019-07-24 10:02:15 -07:00
Alan Ren
059e80003d
use absolute path ( #6483 )
2019-07-23 21:26:01 -07:00
Kevin Cunnane
a1a67b1a86
Fix #6477 controller login + fix dashboard layout ( #6478 )
...
* Fix #6477 controller login + fix dashboard layout
- Service endpoints shoudl be on own column, cut off smaller screen
- Controller login not working due to 404 error
This is due to a breaking API change
We have requested fixes to help mitigate need for cluster name,
but for now have a default value for this
Finally, modified code so it's easier to update swagger API
and also added instructions on how to update in future
2019-07-23 19:14:18 -07:00
Alan Ren
a92b2e0691
deployment extension not working on Linux ( #6476 )
...
* add webpack for built in extensions
* fix the casing issue
* Rename azCLITool.ts to azCliTool.ts
* Rename kubectlTool.ts to kubeCtlTool.ts
* fix the error
* fix the packaging issue
2019-07-23 18:34:17 -07:00
Maddy
53ab31766c
fixed the windows save issue and updated the cluster status notebook with Vicky's updates ( #6475 )
2019-07-23 16:43:37 -07:00
Kevin Cunnane
70e8c7f4c8
Update the SQL Server Notebook content to 0.1.2 ( #6474 )
2019-07-23 16:38:04 -07:00
Kevin Cunnane
b3e8f466ec
Replace Big Data Cluster with big data cluster ( #6467 )
...
* Replace Big Data Cluster with big data cluster
Official docs guidance is to use "big data cluster" instead of "Big Data Cluster"
* Use doublequotes and full product name
2019-07-23 11:54:33 -07:00
Kevin Cunnane
546f57b473
Fix #6466 big data clusters section not appearing ( #6468 )
...
* Fix #6466 big data clusters section not appearing
This was treated as a marketplace install.
Should be built-in but only available in Insiders
2019-07-23 11:46:32 -07:00
Alan Ren
b23dc315d6
set the auto release for insider build ( #6469 )
2019-07-23 11:41:19 -07:00
Alan Ren
0c12afac74
add the extension policy configuration back ( #6465 )
2019-07-22 23:43:34 -07:00
Maddy
a09bd7b7ab
Nb/cluster status update ( #6461 )
...
* intitial commit
* removed mssqlctl install and added prereqs in the first cell
* removed html tables and added markdown
2019-07-22 22:31:03 -07:00
Gene Lee
b350e43f3d
Fixed issue on rendering checkbox status of tree node ( #6463 )
2019-07-22 22:26:46 -07:00
Anthony Dresser
15fc7a077a
Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385 ( #6460 )
...
* Merge from vscode e1d3dd53d17fb1529a002e4d6fb066db0a0bd385
* fix servers icon
* fix tests
2019-07-22 18:28:21 -07:00
Kevin Cunnane
f2afacd8b2
Update sql server notebook extension to 0.1.1 ( #6458 )
2019-07-22 17:22:53 -07:00
Maddy
7e98727d4c
Dashboard/book widget ( #6447 )
...
* initial commit: new modelview widget that shows books
* moved the new command action to notebook contribution and addressed the comments
* localize changes
* removed changes from src/vs file and string changes
* make directory for each contribution
* typo fix
2019-07-22 17:00:02 -07:00
Alan Ren
d976dad139
update the notebooks for the new release ( #6451 )
...
* get ready for new release
* azdata
* header update
* comments
* update text
* remove kubernetes version option
2019-07-22 14:46:18 -07:00
Anthony Dresser
ab4b19f7c3
update data explorer with vscode's ( #6442 )
2019-07-22 14:43:45 -07:00
Kim Santiago
0246eec4ed
Fix #4461 Dacpac: Extract lets me save to invalid file path like 'sd' and never adds .dacpac / .bacpac ( #6424 )
...
* check for valid path
* add unit tests
* bump package version
* addressing comments
2019-07-22 12:36:46 -07:00
Kim Santiago
638456e5b0
add scmp to schema compare integration tests ( #6444 )
2019-07-22 12:28:09 -07:00
Karl Burtram
c86c6dbad8
Bump to latest SQL Tools Service ( #6453 )
2019-07-22 12:20:35 -07:00
Aaron Nelson
521fc62708
Updating Logo Source Path ( #6436 )
...
The logo file doesn't show inside my notebook unless I add `blob/master/` within the path.
The path which works on my machine is: `https://github.com/Microsoft/azuredatastudio/blob/master/samples/notebookSamples/Graphics/AzureDataStudioLogo.png?raw=true `
2019-07-22 11:35:07 -07:00
Anthony Dresser
b21435743d
Merge from vscode c873727e8bac95e7cbf5b154a9e6ae0986f2ce18 ( #6446 )
2019-07-19 19:21:54 -07:00
Kevin Cunnane
5c63f7bdb5
Support installing SQL Server Notebook extension ( #6432 )
...
This adds SQL Server Notebook as a built-in extension
by pulling it from blob storage.
It also adds support in mssql extension for reading the contribution points from other extensions.
This will contribute troubleshooting and other books as widgets.
In this commit:
- Bundle the extension in the build
- Bundle in sql.sh / sql.bat so it appears in local testing
- Avoid installing in Stable. Should only appear in Dev/Insiders builds
- Extensions with `notebook.books` contribution point will be discovered & their books available in MSSQL
Coming later:
- Integrate this with Maddy's work to show a Notebooks widget in the SQL Server big data cluster UI
- When clause isn't supported yet for filtering. Will be done as we refactor towards more books for different server types
2019-07-19 16:11:57 -07:00
Lucy Zhang
0606772514
Show external link url when hovering over book tree item ( #6441 )
...
* show url when hovering over tree item
* show only for external links
* show url for external links only
2019-07-19 14:39:58 -07:00
Cory Rivera
b313cb58db
Check if python is running using powershell commands before doing install on Windows. ( #6405 )
2019-07-19 14:28:34 -07:00
Anthony Dresser
62c40e4de5
fix build by moving icons ( #6440 )
2019-07-19 13:37:25 -07:00
mottykohn
5212d868d6
In Message panel onclick scroll to line ( #6417 ) ( #6435 )
2019-07-19 12:28:57 -07:00
Anthony Dresser
ee3663c1cd
Merge from vscode aba87f135229c17c4624341b7a2499dcedafcb87 ( #6430 )
...
* Merge from vscode aba87f135229c17c4624341b7a2499dcedafcb87
* fix compile errors
2019-07-18 18:32:57 -07:00
Anthony Dresser
bf4815d364
Remove some differences from us and vscode ( #6421 )
...
* remove some differences from us and vscode
* readd temp-write tpyings
2019-07-18 17:57:00 -07:00
Anthony Dresser
c23738f935
Inital platform relayering ( #6385 )
...
* moving test files and inital refactoring
* relayer extension host code
* fix imports
* make insights work
* relayer dashboard
* relayer notebooks
* moveing more code around
* formatting
* accept angular as browser
* fix serializer
* add missing files
* remove declarations from extensions
* fix build errors
* more relayering
* change urls to relative to help code relayering
* remove layering to prep for merge
* fix hygiene errors
* fix hygiene errors
* fix tests
2019-07-18 17:29:17 -07:00
Lucy Zhang
45c13116de
Move books to insiders ( #6428 )
...
* move books to insiders
* move to insiders
* changed context key for nav buttons
* fixed nav buttons
* check product.quality
2019-07-18 16:35:28 -07:00
Charles Gagnon
fab3c3a7c3
Switch to aes-256-cbc cipher for Azure account storage ( #6412 )
...
* Switch to aes-256-cbc cipher for Azure account storage
* Add unit test
* Add unit test
* Remove unnecessary code
2019-07-18 16:13:52 -07:00
Anthony Dresser
1fc3e6edbf
update entry commands for azure ( #6423 )
2019-07-18 15:16:55 -07:00
Kevin Cunnane
d63b741666
Fix markdown in Jupyter books not working ( #6420 )
...
Issue here is that for some reason click in tree causes 2 events:
- Selection Changed
- Resource Opened
Due to this, we get the markdown event 2 times and this misbehaves.
I am not confident in changing markdown so implemented similar pattern:
- Throttle requests if they're for the same resource inside 300ms
- This means 2nd event is ignored
Testing:
- Manual, clicked a bunch of markdowns
- It "just works" for me now
2019-07-18 14:02:55 -07:00
Alan Ren
0c5d5f1dd5
pass environment variables to Notebooks from ADS ( #6389 )
...
* get the new environment variables for notebook
* comments
* Update serverInstance.ts
address comments
* be more specific when taking env variables
2019-07-18 10:40:07 -07:00
Lucy Zhang
d74c2d6c8d
Added icons in book tree view ( #6404 )
...
* add icons
* added icon files
* fixed icon paths
* moved icons into object initializer
2019-07-17 16:47:54 -07:00