Charles Gagnon
79e2c56ec8
.Add types for ModelView CSS properties ( #7465 )
2019-10-02 11:21:18 -07:00
Charles Gagnon
1ea09c7add
Update SqlToolsService for rows affected fix ( #7469 )
2019-10-02 11:20:40 -07:00
Alan Ren
57c5d98bdc
make it easy to indicate all platforms ( #7467 )
2019-10-02 09:33:27 -07:00
Charles Gagnon
b5c249c25d
Update settings/descriptions to use ADS product name ( #7425 )
...
* Update settings to use ADS product name
* Fix JSON comment break
2019-10-02 09:04:09 -07:00
Alan Yu
60a244888d
Update README.md ( #7463 )
...
* Update README.md
* Fix number and links
2019-10-02 08:24:58 -07:00
Chris LaFreniere
4c2ffdfc68
Add powershell kernel.json ( #7456 )
2019-10-01 16:30:09 -07:00
Amir Omidi
b708b4a42b
Add dependencies required for tests ( #7450 )
...
* Add the dependencies
* options -> testOptions
* tabs vs spaces
* dacpac
2019-10-01 15:48:36 -07:00
Kevin Cunnane
ee98ce5c18
Fix/controller ad ( #7445 )
...
Reapply my previous commit
add kerberos to excludes in the webpack for the extension
Fixes #7443
Verified on Windows and MacOS
2019-10-01 14:52:09 -07:00
Karl Burtram
19be0d0ff3
Revert "Support AD in cluster connection dialog ( #7367 )" ( #7444 )
...
This reverts commit 9f065b2b5a .
2019-10-01 10:30:38 -07:00
Charles Gagnon
3202e46930
Fix typo in snippet ( #7441 )
2019-10-01 09:56:27 -07:00
Alan Ren
5b95d6777f
new icons ( #7433 )
2019-10-01 09:50:37 -07:00
Anthony Dresser
084524cd2d
Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a ( #7436 )
...
* Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a
* fix strict null checks
2019-09-30 23:35:45 -07:00
Charles Gagnon
6ab03053a0
Switch HDFS node to use normal Folder icon ( #7430 )
2019-09-30 16:00:08 -07:00
Kevin Cunnane
9f065b2b5a
Support AD in cluster connection dialog ( #7367 )
...
- Use token API to get auth token before using other endpoints. Note this needs server updates before it'll work as expected (will only checkin after verifying this)
- Add auth option in controller UI and plumb through connection save, load, and uses of the controller API
Because the swagger spec is split in 2 created new file for the 2nd swagger spec including token auth endpoints. These come from a running cluster and instructions were updated to reflect this.
New UI Changes:
- Added authentication type field with "Basic" and "Windows Authentication" as the options
- Moved error notifications to the dialog instead of separate notification window. That's the recommended pattern
- Username / password aren't required for Windows Authentication. I couldn't find a way to change required status in form container on switching from Windows => Basic Auth so have error show on clicking OK.
- Controller URL should use ":" not "," for IP:Port
2019-09-30 15:59:04 -07:00
Chris LaFreniere
5327ed84c1
Add ps to standard kernels in package.json ( #7428 )
2019-09-30 14:04:25 -07:00
Charles Gagnon
4018a29a16
Add toggle query history capture command/action ( #7427 )
...
* Add toggle query history capture command/action
* Add extension updates
2019-09-30 11:59:49 -07:00
Charles Gagnon
7cbc268c52
Add Clear All Query History command/action ( #7408 )
...
* Add clear all query history action/command
* Fix display issue when clearing
* Change localize ID and fix registration
2019-09-30 08:20:27 -07:00
Anthony Dresser
bca7c8e6bd
Merge from vscode f2d41726ba5a0e8abfe61b2c743022b1b6372010 ( #7415 )
...
* Merge from vscode f2d41726ba5a0e8abfe61b2c743022b1b6372010
* add missing files
2019-09-27 23:30:36 -07:00
Charles Gagnon
63f3d9862f
Add getaclstatus/setacl calls to WebHDFS API ( #7378 )
...
* Add getaclstatus/setacl calls to WebHDFS API
* Fix hygiene check
2019-09-27 13:45:45 -07:00
Anthony Dresser
07109617b5
Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421 ( #7404 )
...
* Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421
* readd svgs
2019-09-27 11:13:19 -07:00
Alan Ren
6385443a4c
deployment extensibility ( #7394 )
...
* rename button and update dialog button width
* make deployment resource type contributable
* conflicts
* fix card width hight issue
* comments
2019-09-27 10:13:38 -07:00
Chris LaFreniere
6ef415d0e6
Notebook Tokenization Fixes ( #7375 )
...
* Fix don't like; unclear if grammar necessssary too
* Cleanup and sanity check
* Cleanup and sanity check
* Add test
* Call onBeforeAttached for 3 types of editor models
2019-09-27 10:04:29 -07:00
Charles Gagnon
b30252021b
Sort endpoints ( #7402 )
2019-09-27 07:45:37 -07:00
Alan Ren
3688e9981d
fixes #7383 and #7380 ( #7384 )
2019-09-26 12:35:44 -07:00
Charles Gagnon
33854d42e4
Fix endpoint links to not overflow text ( #7312 )
...
* Fix endpoint links to not overflow
* Add titles to links
* Re-add title to Text and fix errors
2019-09-26 11:47:22 -07:00
Alan Ren
2d9f6dcd86
rename button and update dialog button width ( #7369 )
...
* rename button and update dialog button width
* update padding to match portal
2019-09-25 20:21:41 -07:00
Kim Santiago
e3c347e148
Fixing folder path in dacpac and schema compare extensions ( #7352 )
...
* fixing folder path in dacpac and schema compare extensions
* created method
* import os
2019-09-25 15:00:56 -07:00
Kim Santiago
e6cac8cc14
Fix missing schema compare icons ( #7355 )
...
* move schema compare icons
* use extensionContext.extensionPath
2019-09-25 12:59:18 -07:00
Cory Rivera
79d0239362
Use python3 as the default python version in Spark sessions. ( #7353 )
2019-09-25 11:23:39 -07:00
Alan Ren
a0e31fc723
wizard for deploying bdc ( #7183 )
...
* wip
* wip2
* wip eod 820
* wip 822
* text component improvements and misc changes
* aria-label
* targetClusterPage wip
* target cluster page
* target cluster page
* wip 827
* wip deployment profile page
* profile page
* service settings page
* wip 0903
* 0909 wip
* 0910
* 0911
* sql instance and working directory
* notebooks
* docker version on windows
* EULA env var
* 917 updates
* address comments
* use async file access
* fix the summary page display issue for ad auth
* add save json file buttons
* use promise for private methds
* review feedbacks
* refactor
* pass json to notebooks
* fix no tool scenario
* bypass tool check if installed
* update hint text
* update notebooks
* workaround azdata first time use
* comments
* accept eula and some text update
* fix the error in package.json
* promise instead of thenable
* comments
* fix typo
2019-09-25 10:04:13 -07:00
Anthony Dresser
6a6048d40f
Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 ( #7356 )
2019-09-24 21:36:17 -07:00
Charles Gagnon
a29ae4d3b9
Add enable logs setting for Flat File Import ( #7342 )
...
* Add config for enabling Flat File Import logging
* Move logs to default log location for extensions
* Add localized strings
2019-09-24 18:07:46 -07:00
Amir Omidi
49851daf0d
Don't check if directory exists ( #7349 )
2019-09-24 15:45:48 -07:00
Chris LaFreniere
d815ae0e83
Skip failing tests due to sqlclient issues ( #7346 )
2019-09-24 15:04:35 -07:00
Charles Gagnon
26072af82f
Use test.skip instead of commenting out disabled test ( #7338 )
...
* Use test.skip instead of commenting out disabled test
* Also disable OE test
2019-09-24 11:13:25 -07:00
Udeesha Gautam
5e5563f974
Disabling test for insiders build to pass ( #7336 )
...
Disabling dacpac import test for insiders build to pass
2019-09-23 23:29:09 -07:00
Udeesha Gautam
d895de0bc1
Trying to remove intermittent ext test failure ( #7330 )
...
* Trying to remove intermittent ext test failure
* taking PR comments
2019-09-23 19:52:05 -07:00
Charles Gagnon
cb2cea4ebd
Remove Data Services folder ( #7147 )
...
* Remove Data Services folder
* Remove copy path from HDFS node
* Add comment
2019-09-20 13:57:28 -07:00
Arvind Ranasaria
71b80e0817
Set Mocha options based on environment settings ( #7229 )
...
* Set Mocha options based on environment settings
* fixing copy paste bugs in console logs
* incorporating review feedback
2019-09-20 12:04:22 -07:00
Maddy
ac6a4e590d
Books/viewlet refactor ( #7208 )
...
* add saved/untitled views to the books viewlet and provide save option to untitled
* addressed comments
* fixes after merge
* await on async methods
* reverted back
* await on promise
* added localize for books view names
* initial commit
* missed a file change
* changes to make the merges work part1
* fixes after merges 2
* getChildren to get all books
* chnages to address comments
* fsPromises instead of fs.readSync
* merged master
* replaced deprecated fs.exists async call with pathExists
* renamed method
2019-09-20 10:47:33 -07:00
Karl Burtram
1f61a2581c
Pickup latest SQL Tools for SMO\Driver bump ( #7301 )
...
* Pickup latest SQL Tools for SMO\Driver bump
* Bump to 2.0.0.15 for intellisense fix
2019-09-20 09:52:44 -07:00
Anthony Dresser
db498db0a8
Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f ( #7282 )
...
* Merge from vscode 1eb87b0e9ce9886afeaecec22b31abd0d9b7939f
* fix various icon issues
* fix preview features
2019-09-19 21:50:52 -07:00
Charles Gagnon
9d3d64eef3
BDC dashboard 💄 ( #7292 )
...
* cleanup
* Undo bad merge
* extra undefined check
2019-09-19 15:06:44 -07:00
Charles Gagnon
ced882a2e5
Update iKey for extensions ( #7278 )
2019-09-19 13:46:01 -07:00
Charles Gagnon
754c643b1b
Don't show links for BDC logs if none available ( #7286 )
...
* Don't show links for BDC logs if none available
* Remove extra space
* Add comment
* Consolidate localize calls
2019-09-19 13:43:21 -07:00
Anthony Dresser
b3fbb29bf2
add sql folding ( #7270 )
2019-09-18 15:02:22 -07:00
Charles Gagnon
373828d76f
Have MSSQL extension wait for SqlToolsService ready before finishing activation ( #7087 )
...
* Have mssql activate wait for service to be ready before returning
* Change to using deferred promise
* Await on server ready
* Finish removing old code
* More cleanup
* Go back to exposed promise API
* Make property readonly
* Add missing file
* Add back in deleted stuff
* Go back to awaiting
2019-09-18 11:41:37 -07:00
Karl Burtram
6e7e6ee434
Use the default connect timeout in OE tests ( #7249 )
2019-09-18 08:57:14 -07:00
Cory Rivera
094d6f2339
Update python packages to use sparkmagic 0.12.9 ( #7240 )
2019-09-17 15:05:59 -07:00
Udeesha Gautam
7e0a5205b2
Fix Failng dacpac and SC integration tests ( #7245 )
2019-09-17 14:11:23 -07:00