Cory Rivera
1ff9a2ec4c
Clarify some error messages in deployment notebooks and python installation. ( #6658 )
2019-08-08 16:54:14 -07:00
Charles Gagnon
7adb8dd74b
Use VS Code iKey and modify event prefix ( #6656 )
...
* Use VS Code iKey and modify event prefix
* Move carbon edit lines to same line
2019-08-08 15:55:43 -07:00
Lucy Zhang
0362b5d058
Fix book unit tests ( #6633 )
...
* remove sync methods
* added assertion to log error
* create random folder
* change variable name to be more descriptive
* Update book.test.ts
* Update book.test.ts
2019-08-08 13:35:19 -07:00
Lucy Zhang
b6487e3d32
disable book tests ( #6634 )
2019-08-07 11:16:32 -07:00
Kim Santiago
fd73fba1a7
use previous file location if there was one ( #6625 )
2019-08-06 17:41:43 -07:00
Lucy Zhang
4fc062ffd7
fix booktreeview parameter ( #6621 )
2019-08-06 12:06:21 -07:00
Lucy Zhang
0509234362
Added unit test for books getChildren() method ( #6602 )
...
* started unit tests for books
* added first unit test for getchildren()
* fixed dependencies and use tmpdir
* latest from master
2019-08-06 10:39:01 -07:00
Lucy Zhang
a0163c8625
Find all books in workspace with multiple folders ( #6613 )
...
* find all books in workspace with multiple flolders
* fixed optional parameter
2019-08-06 10:20:57 -07:00
Karl Burtram
c3b7485e3f
Change 'Ok' to "OK" in schema compare UI ( #6610 )
2019-08-06 08:38:00 -07:00
Alan Ren
2bb8806da6
dialog assisted notebooks ( #6564 )
2019-08-05 16:01:34 -07:00
Kevin Cunnane
2431bb8e37
Fix #6576 Spark job submit fails from command palette ( #6580 )
...
- Fix spark job failing when 1 or more servers are connected
and listed in getActiveConnections
- If nothing is connected, prompts to choose a server
- Added option to dropdown when 1 or more server is connected
to support picking a different connection
Root bug was trying to access "host" not "server" in options bag, which no longer exists.
2019-08-05 15:48:14 -07:00
Charles Gagnon
65324f8bb3
Update SqlToolsService to latest version ( #6593 )
2019-08-05 11:20:02 -07:00
Aditya Bist
a5a37c97a9
possible fix for cms fail ( #6526 )
2019-08-05 09:23:51 -07:00
Chris LaFreniere
62d2fb534d
Merge from vscode 709a07d51919d3266ca71699c6ddfb2d3547c0e1 ( #6575 )
2019-08-02 21:06:44 -07:00
Kim Santiago
605409635d
remove duplicate server connections and sort with most recent connections at the top ( #6565 )
2019-08-02 11:13:41 -07:00
Charles Gagnon
2c79d49487
Add support for cancelling BDC Add Controller request ( #6546 )
...
* Add cancel support
* Add comment
2019-07-31 10:47:12 -07:00
Charles Gagnon
3f5bdb86cd
Move CMS saved servers to be stored in memento instead of config ( #6535 )
...
* Move CMS saved servers to be stored in memento instead of config
* Add in code to port old servers into memento
2019-07-30 16:47:11 -07:00
Kim Santiago
06e9a6e684
Fix Schema compare recompare after options reset not using correct options ( #6539 )
...
* Fix incorrect options being used after reset
* bump version
2019-07-30 15:38:10 -07:00
Charles Gagnon
2c12b95e17
Add config to enable/disable the BDC extension provided tree view ( #6528 )
...
* Add config to enable/disable the BDC extension provided tree view
* Update description text
2019-07-30 10:12:17 -07:00
Anthony Dresser
6db84eefa3
Merge from vscode 6268feb42ba4f2e2fa15484e88c9af60d254998c ( #6530 )
2019-07-29 21:03:02 -07:00
Anthony Dresser
1d56a17f32
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 ( #6516 )
...
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3
* fix tests
2019-07-28 15:15:24 -07:00
Cory Rivera
8e40aa3306
Widen some input fields in Manage Packages dialog. ( #6511 )
2019-07-26 15:11: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
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
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
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
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
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
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
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
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