Anthony Dresser
e0bdfc8b21
modify git edits to make webpack not be stupid ( #10442 )
2020-05-15 15:00:22 -07:00
Kim Santiago
b83279c24c
Add sql proj schema compare for dacpac ( #10388 )
...
* add support for schema compare to specify source dacpac
* add build and dacpac produced from build
* check if dacpac exists
* add tests
* move exists check code to utils
* fix test run failing
2020-05-15 13:03:08 -07:00
Charles Gagnon
ef4ab4a59f
remove config update ( #10440 )
2020-05-15 12:59:21 -07:00
Leila Lali
1bcda64a1b
Fixed ML urls in dashboard ( #10411 )
...
* Fixed ML urls in dashboard
2020-05-15 11:07:31 -07:00
Arvind Ranasaria
19fab3fc9c
fix azure account corenes case handling ( #10428 )
2020-05-15 08:47:09 -07:00
Kim Santiago
abdd9af931
update deploy dialog to not show dropdown when there aren't any data sources ( #10404 )
2020-05-14 14:31:47 -07:00
Alan Ren
f934dea6ea
use listdatabases for sqlondemand ( #10398 )
...
* use listdatabases for sqlondemand
* comments
* use enum
2020-05-14 14:25:29 -07:00
David Peter Hansen
8eb67d58b3
Update readme for ML extension in Azure Data Studio ( #10355 )
...
* Update readme for ML extension in Azure Data Studio
2020-05-14 13:54:05 -07:00
Leila Lali
0258b1727a
Machine Learning - Bug fixes ( #10377 )
...
* Fixing ML extension bugs
2020-05-14 12:46:47 -07:00
Cory Rivera
d3e1675fc5
Only check if python is running before trying to overwrite an existing installation. ( #10383 )
2020-05-14 11:37:06 -07:00
Udeesha Gautam
18128d700d
Updating the new Proj template such that it builds correctly in ADS and SSDT ( #10387 )
...
* Updating the new Proj template such that it works in ADS and SSDT
* Fixing test for baseline compare
* Space fix for xml
* Trying again to fix space
2020-05-13 20:47:08 -07:00
Alan Ren
0ad2a351f8
move icon to where it is being used ( #10375 )
2020-05-13 13:40:31 -07:00
Udeesha Gautam
ddb9a806cc
Feature/project build ( #10332 )
...
* initial build command execution
* adding tests
* Clean up test names
* update SqltoolsService release in ADS for Build
* Updating as per PR comments
* updating yarn lock
* Adding one more test for command run
* Test fixes
2020-05-12 20:17:37 -07:00
Cory Rivera
fc548be2c1
Uncheck unselected radio buttons in Configure Python wizard. ( #10344 )
2020-05-12 13:02:35 -07:00
Charles Gagnon
3fa0deed71
Add doAction API call for ModelView ( #10345 )
...
* Add doAction API call for ModelView
* cleanup
2020-05-12 10:47:20 -07:00
Anthony Dresser
ff848b5903
Remove request promise for request-light ( #10346 )
...
* remove request promise for request-light
* make sure data is a string not a json
* add configure call
* remove unused reference
* more fixes
* Move configure calls
* clean up
* fix name
* move test deps as dev
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2020-05-12 10:27:11 -07:00
Charles Gagnon
eda25f72c1
Improve logging for MSSQL errors to handle HTTP request errors ( #10348 )
...
* Improve logging for MSSQL errors to handle HTTP request errors
* stringify
2020-05-12 09:03:39 -07:00
Kim Santiago
f3d36c1b86
Initial project deploy dialog ( #10288 )
...
* connection picking dialog for deploy
* add data source option
* fix errors
* merge fix
* show connection name instead of connection string if there is one
* remove unnecessary async
* async (#10292 )
* Revert "async (#10292 )"
This reverts commit c94139aa45d8f1d868ebd251f3016315718b56ae.
* add a few tests
* addressing comments
* remove cancel click handler
* remove text box for generate script file path because it will just open up a new editor with the script
* fix test
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-05-11 18:12:29 -07:00
Leila Lali
301ce1cf87
ML- Added a radio button to enter new model table name ( #10343 )
2020-05-11 17:29:28 -07:00
Amir Omidi
923272f989
Let's log every potential failure ( #10342 )
...
* Let's log every potential failure
* Add more context to the error
2020-05-11 13:02:28 -07:00
Charles Gagnon
567c1be9fb
Refactor BDC dashboard to use ModelView Dashboard ( #10327 )
...
* WIP refactor
* More changes
* More changes
* Remove unused styles
* Uncomment code
2020-05-11 09:21:03 -07:00
Leila Lali
3d2d791f18
ML extension - Improving predict parameter mapping experience ( #10264 )
2020-05-10 18:10:17 -07:00
Maddy
f6e7b56946
opening as text document launches json ( #10323 )
2020-05-08 23:28:28 -07:00
Charles Gagnon
2893659983
Hyperlink Component improvements ( #10330 )
...
* Hyperlink Component improvements
* Remove hyperlink CSS styles
2020-05-08 16:49:07 -07:00
Cory Rivera
f94a9d0d58
Update Configure Python dialog to allow packages to be installed for specific kernels. ( #10286 )
2020-05-08 16:02:59 -07:00
Chris LaFreniere
0fbc3d1cb6
Get rid of red herrings ( #10309 )
2020-05-08 14:49:49 -07:00
Kim Santiago
ea84e60fa0
Add a few dacpac extension tests ( #10322 )
...
* add controller test
* Add a few wizard tests
* Addressing comment
* fix compile error
2020-05-08 14:04:11 -07:00
Kim Santiago
10ac5fdfab
Revert "Dacpac extension tests ( #10305 )" ( #10321 )
...
This reverts commit 1c621da4c7 .
2020-05-08 10:32:22 -07:00
Kim Santiago
1c621da4c7
Dacpac extension tests ( #10305 )
...
* add controller test
* Add a few wizard tests
* Addressing comment
2020-05-08 10:11:51 -07:00
Charles Gagnon
6e5fc9c495
Add ModelView method SetItemLayout ( #10306 )
...
* Add ModelView method SetItemLayout
* Remove extra line break
2020-05-08 08:38:36 -07:00
ADS Merger
fa62ec1f34
Merge from vscode 7653d836944892f83ce9e1f95c1204bafa1aec31
2020-05-08 03:58:34 +00:00
Amir Omidi
e6ca724571
Add new error message to console ( #10303 )
2020-05-07 13:28:45 -07:00
Vladimir Chernov
57d2ceec9d
mssql sqlAssessmentService ( #10299 )
...
mssql sqlAssessmentService
2020-05-07 21:35:44 +03:00
Jeff Trimmer
1656a9c285
upgrade the STS version ( #10289 )
2020-05-07 07:12:07 -07:00
Aasim Khan
89a845d994
-Changed from AutoFit to DataFit for better visibility of cell content ( #10278 )
2020-05-06 20:41:50 -07:00
Benjin Dubishar
80901c9a7b
Swapping vscode calls for ApiWrapper for testability ( #10267 )
...
* swapping vscode calls for apiwrapper for testability
* Adding mainController tests
* Adding unit tests for input validation
* Adding project controller tests, reorganizing error handling
* Removing commented-out code
2020-05-06 14:16:27 -07:00
Alan Ren
0ace033a6f
table based explorer widget ( #10279 )
...
* bump sts
* extend widget container
* remove title
* wip
* refactoring
* Revert "extend widget container"
* showTitle option
* fix properties widget error
* icon column
* icon and button columns
* use textwithicon column
* icon
* refactor and filter
* context menu
* refactor
* tests
* fix hygiene
* tests
* comments
2020-05-06 13:52:20 -07:00
Benjin Dubishar
9b296c9f42
Organizes context menus for database projects tree ( #10266 )
...
* reoranizing existing context menu commands
* adding build/deploy/import stubs
* Update error message
* adding for schemaCompare
2020-05-06 11:31:17 -07:00
Anthony Dresser
dbb40d820c
Merge branch 'ads-master-vscode-2020-05-06T02-35-47'
2020-05-05 23:21:01 -07:00
Aasim Khan
2ca6e7ae64
Removed PG connections and the refresh button from the import wizard. ( #10248 )
...
* - Removed PG connections in the new connection wizard
- If a PG database is active sending an error
- Removed refresh button #6611
* Added back the refresh
* -Using getConnection only once.
* -Fixed the error message
-Fixed the bugs mentioned in the PR
Co-authored-by: Aasim Khan <aaskhan@microsoft.com >
2020-05-05 20:13:16 -07:00
ADS Merger
8420d9f04e
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
2020-05-06 02:35:49 +00:00
Leila Lali
a7c4a259ad
Fixed an issue with setting the default location in package management ( #10263 )
2020-05-04 17:00:51 -07:00
Udeesha Gautam
e3873828e0
Feature/dotnet popup ( #10231 )
...
* Add a pop up for dotnet install if not present
* Second option of default location for mac/linux
* correcting the pop up message
* remove extra dependency
* updating as per PR comments
2020-05-02 16:29:36 -07:00
Aasim Khan
64c375a12d
Import Flat File Wizard - hangs at table schema ( #10216 )
...
* Using azure sql compatible query
* Included changes requested in PR for azure specific DBs and then fixed issue #9361 for contained databases.
* Made some changes mentioned in the PR
- Converted let to const
- Logging the error
2020-05-01 10:53:02 -07:00
Cory Rivera
d7a425239b
Only reveal items in the books viewlet if the viewlet is visible. ( #10234 )
2020-04-30 20:10:27 -07:00
Leila Lali
af36d79c53
MLS - Setting the right url to install sqlmlutils from for MAC and Linux ( #9962 )
...
* Setting the right url to install sqlmlutils from for MAC and Linux
2020-04-30 12:09:05 -07:00
Alan Ren
0999060827
bump sts ( #10225 )
2020-04-30 10:51:46 -07:00
ADS Merger
93f35ca321
Merge from vscode 27ada910e121e23a6d95ecca9cae595fb98ab568
2020-04-30 00:53:43 +00:00
Amir Omidi
87e5239713
Add a trailing slash ( #10218 )
...
* Add a trailing slash
* Do the same for US govt cloud
2020-04-29 14:16:27 -07:00
Arvind Ranasaria
353115668c
Features to resource deployment to add arc control create in ARC extension ( #10088 )
...
* save not yet tested work
* Merge from master.
* Screeens Shared for Feeedback
* Code complete
* remove unneeded changes
* remove unnecessary comma
* remov wss
* remove dead code
* PR feedback
* checkpoint fixes
* PR & minor fixes
* minor fix for feature of resourceType options being optional.
* reverting experimental change
* separating out changes for future featurework.
* revert unneeded change
* review feedback fixes
* review feedback
* rename InputFieldComponent to InputComponent
2020-04-29 12:11:48 -07:00