Charles Gagnon
fa664bc92f
Show message when external endpoint isn't configured ( #11962 )
2020-08-27 07:35:44 -07:00
Amir Omidi
c4e06f4db3
Fix test failure ( #11973 )
...
* Fix test failure
* Fix the right thing
* move them around
2020-08-26 15:49:52 -07:00
Amir Omidi
5a301f9073
Potentially fixes the test percentage ( #11974 )
...
* Potentially fixes the test percentage
* PR feedback
2020-08-26 14:44:32 -07:00
Shafiq Ur Rahman
2f94307635
Kusto extension for ADS ( #11752 )
...
* Kusto extension
* Add kusto to extensions.ts
* Remove objectExplorerNodeProvider
* Removed some BDC items + CR cleanup
* Cleanup unused strings in package.nls.json
* Remove unused svgs, and some cleanup
* Bringing objectExplorerNode back and hygiene changes
* rename to KustoObjectExplorerNodeProvider
* rename to KustoIconProvider
* Cleanup SQL code
* Fix compilation error
* Clean up in objectExplorerNodeProvider folder
* Some more clean up based on comments
* apiWrapper add
* changed to camelCase
* Remove unused functions/files
* Removed AgentServicesFeature
* dacfx, cms, schemacompare clean up
* Clean up and addressed few comments
* Remove apWrapper from kusto extension
* Addressed few comments
* credentialstore and escapeexception changes
* Added strict check for Kusto extension
* Fix error and addressed comment
* Saving Kusto files shoulf default to .kql
* package.json changes
* Fix objectExplorerNodeProvider
* Amir/kusto fix (#11972 )
* Add the compiled extensions.js
* Fix strict compile rules
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-08-26 14:13:31 -07:00
anjalia
f7279cb1f5
Auto increment new db project name ( #11882 )
...
* auto increment db proj name
* auto increment on import project from db
* adding separate message if workspace setting is invalid
* updating based on feedback
* adding do not ask again functionality
* moving constants
* making newprojecttool only top level functions
* adding tests
* updating to address merge conflicts
* fixing tests
* fixing tests
2020-08-26 12:14:51 -07:00
Lucy Zhang
a3121c0b2d
Add tests for Jupyter Session ( #11961 )
...
* add tests for config kernel and connection
* move sinon.restore and fix config filepath
2020-08-25 18:59:53 -07:00
Amir Omidi
15017917b3
don't pass in an object ( #11957 )
2020-08-25 18:14:05 -07:00
Charles Gagnon
8b52e7200c
Add arc controllerModel tests ( #11947 )
...
* Add arc controllerModel tests
* Fix compile
2020-08-25 13:18:35 -07:00
Kim Santiago
b95e20b6ee
Change name from import new database project ( #11946 )
...
* change name from import new database project
* update command name to 'Create Project From Database'
2020-08-25 12:00:04 -07:00
Chris LaFreniere
82132583af
Re-enable previously commented out configure python wizard tests ( #11945 )
...
* Re-enable configure python wizard tests
* Remove extra comment
2020-08-25 11:26:37 -07:00
Charles Gagnon
969932743a
Add external miaa endpoint property ( #11940 )
2020-08-24 18:07:25 -07:00
Charles Gagnon
bd2ab6071d
Disable Arc PG Manage action and clean up commands ( #11942 )
2020-08-24 18:05:15 -07:00
Maddy
384553c231
bookTreeView tests ( #11746 )
...
* bookTreeView tests
* add types
* CI failure change test
* test mix up corrected
* check notebook path exists
* missing file error fix
* error msg update
* openNotebook test error alternative fix
* move openNotebook test to unstable
* skip instead of marking unstable
2020-08-24 14:41:12 -07:00
Charles Gagnon
0e4e8c304c
Add static logger class for azdata extension ( #11939 )
...
* Add static logger class for arc extension
* Fix compile errors
* Fix test
2020-08-24 12:32:45 -07:00
Charles Gagnon
d96e83c3f0
Update arc api ( #11932 )
2020-08-23 07:23:14 -07:00
Kim Santiago
9133bef329
Update publish project dialog to look closer to the mockups ( #11875 )
...
* initial changes
* got everything lined up
* get rid of bottom scrollbar
* change database textbox to dropdown and cleanup
* more cleanup and fix profile text box
* fix label
* add fireOnTextChange to editable dropdown
* change edit icon and enable input boxes
2020-08-21 18:17:42 -07:00
Amir Omidi
9a472cf8ec
Expose the graph API ( #11919 )
...
* Exposing the graph API
* Azure managed instance retrival
* Fix compile error
2020-08-21 17:19:00 -07:00
Charles Gagnon
061052e4f3
Update arc deployment wizards ( #11907 )
2020-08-21 14:45:00 -07:00
Charles Gagnon
a6efd56844
Add Arc MIAA delete action back ( #11901 )
...
* Add Arc MIAA delete action back
* fix
2020-08-21 14:10:29 -07:00
Charles Gagnon
b4d61a067e
Bump Arc extension version ( #11914 )
2020-08-21 13:14:08 -07:00
Charles Gagnon
d073cd595b
Disable connectivity mode selection ( #11911 )
...
* Disable connectivity mode selection until Direct mode is fully completed
* add azdata change
2020-08-21 13:08:49 -07:00
Charles Gagnon
b2a1738836
Remove REST API from Arc extension ( #11888 )
...
* wip
* Remove old API
* Fix tests
2020-08-20 15:56:46 -07:00
Amir Omidi
18dc7e75ff
use azurecore and azureresource as typings ( #11892 )
...
* use azurecore and azureresource as typings
* Remove unrelated file
2020-08-20 14:45:22 -07:00
Amir Omidi
ca2b893c2c
Update test cover dependency ( #11889 )
2020-08-20 12:25:12 -07:00
Kim Santiago
7029276f16
Update import project toolbar icon to be blue ( #11878 )
...
* update import project toolbar icon to be blue
* get rid of dark and light
2020-08-20 10:43:28 -07:00
Amir Omidi
bcce80094d
Azure Subscription Page and another azdata change ( #11877 )
...
* Azure subscription page
* .
2020-08-20 10:23:48 -07:00
Sakshi Sharma
9861ca77e0
Add Import Database at server level ( #11821 )
...
* Add Import Database at server levelin dataExplorer
* Add Import database at server level in objectExplorer
2020-08-20 00:26:48 -07:00
Vasu Bhog
29fbc7d952
Refactored Server Instance Tests ( #11868 )
...
* Refactored and improved testing through sinon
* Addressed changes - helper function and direct call to function refactor
2020-08-19 17:28:15 -05:00
Amir Omidi
d2e4eeac88
skuRecommendationPage & azdata change ( #11863 )
...
* skuRecommendationPage
* fix
2020-08-19 13:04:08 -07:00
Sakshi Sharma
e90341b3d2
Initial Pre-post deployment changes ( #11703 )
...
* Update Open Project to display pre-post deployment scripts in the project tree
* Address comments
* Fixed tests
* Update nonDeployScripts to noneDeployScripts and throw a warning message instead of informational message for prePostDeployCount
2020-08-19 01:06:29 -07:00
Cory Rivera
0f063d3a2e
Skip adding python user package directory to PATH on SAW devices. ( #11849 )
2020-08-18 17:14:19 -07:00
Shafiq Ur Rahman
62d60f62f3
Kusto - AzureCore changes ( #11751 )
...
* AzureCore changes
* Removed connectazuredataexplorer command from command.ts, package.json, and package.nls.json (#11844 )
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
Co-authored-by: Justin M <63619224+JustinMDotNet@users.noreply.github.com >
2020-08-18 16:56:17 -07:00
Amir Omidi
6153b7ad06
Start with the SKU recommendation screen ( #11786 )
2020-08-18 12:44:58 -07:00
Kim Santiago
17856855f6
Make sql project publish SQLCMD table editable ( #11812 )
...
* make table editable
* add button to load values from sqlproj
* use form component group
* match mockups
* move UI constants to a separate file
* fix error
2020-08-18 12:04:12 -07:00
Lucy Zhang
b16c6f3faa
update sqltoolsservice version ( #11843 )
2020-08-18 09:41:07 -07:00
Cory Rivera
92db8df000
Simplify python reinstallation by only installing jupyter. ( #11820 )
2020-08-17 11:02:18 -07:00
Charles Gagnon
3192d056f2
Update notebook convert action when clause for notebook editor ( #11826 )
2020-08-15 17:27:43 -07:00
Kim Santiago
3b2e53d270
Add support for AAD interactive connection strings for project data sources ( #11761 )
...
* add support for AAD interactive for project data sources
* fix whitespace
* remove warning message
* choose azureMFA if a connection string has both integrated security=true and authentication=active directory interactive
2020-08-14 16:13:22 -07:00
Chris LaFreniere
a34a72795b
Notebook Code Cleanup + Utils Test ( #11754 )
...
* Cleanup + Utils Test
* Removing unnecessary util method
2020-08-14 14:08:56 -07:00
Cory Rivera
ff2d2d0339
Remove preview flag for Configure Python wizard. ( #11813 )
2020-08-14 12:36:40 -07:00
anjalia
1ee4af52b4
Expand/collapse all node options ( #11728 )
...
* Implementing expand and collapse nodes
* adding constants for error messages
* Removing expand all database projects functionality
* Reformatting imports
2020-08-13 18:31:03 -07:00
Anthony Dresser
8cf82c1f8b
Azure pane in connection dialog ( #11736 )
...
* azure pane in connection dialog
* fix layering
* fix issues
* fix test
* more test fixes
* add back double click to connect for non-contributed views
2020-08-13 17:02:42 -07:00
Kim Santiago
f3a48da3fa
Initial project references changes ( #11648 )
...
* first changes for showing project references
* add tests
* fix interface and formatting
* add try so that project still gets loaded even if dependency project loading fails
* use instanceof
* add circular reference error
2020-08-13 16:08:32 -07:00
Cory Rivera
d68433ec22
Add some package management unit tests for JupyterServerInstallation ( #11777 )
2020-08-13 13:12:28 -07:00
Charles Gagnon
d547dd8ba3
Post release vBump ( #11774 )
2020-08-13 10:37:44 -07:00
Leila Lali
cc8989c2a5
ML - Verifying ODBC Driver ( #11587 )
...
* Verifying ODBC is installed before opening package manager dialog
2020-08-13 08:52:10 -07:00
Leila Lali
053a2c7446
ML - Updating sqlmlutil to fix R package management ( #11432 )
...
Updating sqlmlutil to fix R package management
2020-08-12 14:29:07 -07:00
Amir Omidi
6e306461d7
Introduces event queue processor to create a consistent UI ( #11780 )
2020-08-12 14:06:49 -07:00
Leila Lali
e40a81e8e1
ML - Fixed script formatting for prediction ( #11767 )
...
* Fixed script formatting for prediction
2020-08-12 13:36:39 -07:00
Charles Gagnon
094ee7c50c
Add extension api for calling azdata commands ( #11763 )
...
* Add extension api for calling azdata commands
* Update typings file name
2020-08-12 12:57:59 -07:00