Charles Gagnon
ca4ab55380
Add more arc tests ( #11051 )
...
* Add more arc tests
* fix errors
2020-06-24 08:33:16 -07:00
Chris LaFreniere
7080e3ec4e
Notebooks: Add Some Jupyter Controller Tests ( #11053 )
...
* First jupyter controller tests
* PR comments
* remove unnecessary checks for throw
* fix comment typo
2020-06-23 23:08:25 -07:00
Benjin Dubishar
cf73cf5003
Focus projects view when New Project is created ( #11048 )
...
* Focusing for new project
* Consolidated focus() logic
2020-06-23 21:08:40 -07:00
Brian Bergeron
c4a85bbd78
Arc Postgres resource health page ( #11065 )
2020-06-23 17:31:16 -07:00
Charles Gagnon
64dc9b365f
Add connection profile persistence to MIAA dashboard ( #11061 )
...
* wip
* fixes
* fix pg model
* more updates
* Add resourceType check
2020-06-23 16:36:09 -07:00
Udeesha Gautam
9131653d71
update sql tools service ( #11063 )
...
* enable some more tests in canary
* update to latest SqlToolsServiceVersion
* correcting the .NET install message a bit
2020-06-23 15:22:22 -07:00
Kim Santiago
74798f7cda
Don't allow adding duplicate database references to sql project ( #11010 )
...
* don't allow adding duplicate database references
* add test
* addressing comments
* remove XML checking from databaseReferenceExists()
* change to get
2020-06-23 12:24:49 -07:00
Kim Santiago
29bf016fb8
don't show error message if cancelling out of import project connection picker ( #11050 )
2020-06-23 10:29:55 -07:00
Charles Gagnon
0a61898303
Update button name in deployment notebooks ( #11058 )
2020-06-23 07:19:26 -07:00
Benjin Dubishar
a4a8beb6b4
copying dacpac to temp folder before deploying ( #11036 )
2020-06-23 02:18:04 -07:00
Udeesha Gautam
cfbce96fe2
fix for windows path to show in project tree across platforms correctly ( #11027 )
...
* fix for windows path to show in project tree across platforms correctly
* allow retrying on project that failed to load
* test for project failed to load case
* Adding platform safe uri for database ref in tree
2020-06-22 22:37:24 -07:00
Benjin Dubishar
d0b71e116b
Create project within folder ( #11037 )
2020-06-22 21:27:16 -07:00
Alan Ren
c9c4ec2035
Feature/cu5 features ( #11046 )
...
* openshift bdc target (#10358 )
* openshift bdc target
* openshift bdc target
* comments
* new ad settings (#10390 )
* ad settings
* comments
* bump version requirement (#10587 )
* fix error
* update the notebook description (#10888 )
* update notebooks
2020-06-22 19:04:51 -07:00
Charles Gagnon
681e5f5077
Add arc deployment contributions to arc extension ( #11032 )
...
* Add arc deployment contributions to arc extension
* Add logo image
* update images
* Update strings
2020-06-22 12:54:56 -07:00
Udeesha Gautam
637bc8d5ba
removing datasource from publish dialog for insiders ( #11009 )
2020-06-21 21:32:39 -07:00
Brian Bergeron
06058d8925
Fixes for Arc Postgres ( #11012 )
2020-06-21 16:02:55 -07:00
Charles Gagnon
87a7c659f2
Add BDC/Arc welcome views ( #11020 )
...
* add BDC/Arc welcome views
* remove en-us
2020-06-20 17:18:25 -07:00
Charles Gagnon
99d26fb769
Add BDC create controller action ( #11019 )
2020-06-19 16:11:54 -07:00
Kim Santiago
74c2853f14
disable target connection input box in publish dialog ( #11013 )
2020-06-19 15:27:46 -07:00
Charles Gagnon
f278e2a7a2
Add persistence and connect dialog to Arc view ( #11014 )
...
* Add controller persistence and info prompting
* more stuff
* clean up
* Add arc tests to scripts
2020-06-19 14:35:11 -07:00
Amir Omidi
c879d77b62
Add USNat cloud settings ( #11015 )
...
authored-by: chgagnon <chgagnon@microsoft.com >
2020-06-19 13:40:27 -07:00
ADS Merger
5e7071e466
Merge from vscode 4d91d96e5e121b38d33508cdef17868bab255eae
2020-06-19 10:59:23 -07:00
Sakshi Sharma
340d8d37c9
Add missing await ( #10952 )
2020-06-18 19:16:02 -07:00
Kim Santiago
6ad33aa879
Load profile support for sql project deploy ( #10948 )
...
* load database name from profile.xml
* load sqlcmd variables from profile
* Add warning text
* add tests
* fix file filter for windows
* add comments
* show SQLCMD variables in a table
* reset dialog before testing readPublishProfile callback
2020-06-18 17:44:28 -07:00
Chris LaFreniere
eaf753f79e
Remove unused prompt code ( #10996 )
2020-06-18 17:23:32 -07:00
Charles Gagnon
88fce764d3
Initial work on Arc tree view ( #11008 )
...
* Initial work on Arc tree view
* finish my thoughts
2020-06-18 16:50:31 -07:00
Kim Santiago
935733d23c
remove add database reference from command palette ( #11003 )
2020-06-18 14:09:13 -07:00
Charles Gagnon
dc751dbde6
Hook up deletion for MIAA ( #10991 )
...
* Hook up deletion for MIAA
* fix button disabling
* cannot
2020-06-18 07:12:32 -07:00
Chris LaFreniere
77ba5a36aa
Add Jupyter Notebook Manager Tests ( #10955 )
...
* jupyter notebook manager tests
* cover config duplicate integrationTest
2020-06-17 14:42:35 -07:00
Amir Omidi
8b68d524ee
Account value was never set in the this context ( #10965 )
2020-06-17 13:59:48 -07:00
Charles Gagnon
487bd2693e
MIAA Dashboard Updates ( #10960 )
...
* Add database info to MIAA dashboard
* hook up open in azure button
* Only use plural text
2020-06-17 12:35:14 -07:00
Charles Gagnon
4296a05d4f
update branch references ( #10964 )
2020-06-17 12:34:38 -07:00
Charles Gagnon
c86f301e0e
More arc controller dashboard updates ( #10949 )
2020-06-17 07:50:10 -07:00
Benjin Dubishar
691985af2d
Revert SqlToolsService version until DacFx can also be brought up to MDS 2.0-final ( #10950 )
2020-06-16 21:34:56 -07:00
Alan Ren
c390d62675
enable Azure SQL DB Edge deployment in ADS ( #10927 )
...
* local deployment
* eula update
* remote deployment
* fix wording
* new extension
* script
* spacing
* fix test
* loc strings
2020-06-16 20:00:46 -07:00
Aasim Khan
f725ee96b9
Code refactoring for extension testing ( #10529 )
...
* Setting up tests on import extension
* -Added API wrappers for all the azdata and vscode APIs to make them easily mockable
-Added some unit tests for the import extension
-Some code logic separations
* -added code report for the import extension in ci
* Did some more code refractoring
* -Added json report generation
* updated vscodetestcoverage to latest version in import extension.
* -remove duplicate codecoverageConfig.json
2020-06-16 13:24:48 -07:00
Charles Gagnon
94bc0d9559
Fix open notebook bug ( #10930 )
...
* Fix open notebook bug
* cleanup
* clean up spaces
2020-06-16 13:06:44 -07:00
Karl Burtram
df1efc9e02
Bump Azure Data Studio version ( #10941 )
2020-06-16 11:20:30 -07:00
Karl Burtram
b922fc7d7a
Update SQL Tools to v3.0.0-release.1 ( #10935 )
2020-06-15 21:14:35 -07:00
Benjin Dubishar
0f9f9c851e
Fixes issue where wrong property was checked for deployment type ( #10933 )
...
* Fixes issue where wrong property was checked for deployment type
* improve error message
2020-06-15 19:19:02 -07:00
Kim Santiago
4c82cf0ebb
Make database references also work in SSDT ( #10864 )
...
* add system database reference for VS
* a few fixes
* update tests
* update tests
* fix tests after merge
* addressing comment to make logic a little more clear
* fix replacing SSDT reference name in tree
2020-06-15 14:58:59 -07:00
Amir Omidi
127617402f
Enables a disabled test ( #10900 )
...
* Enables a disabled test
* Test is irrelevant
* Remove unused import
2020-06-15 13:22:21 -07:00
Amir Omidi
0283d4d5ed
Amir/onboarding change ( #10908 )
...
* onboarding
* Revert "onboarding"
This reverts commit 0f00737a8782a3cdee367839b944b02b4d87b6ab.
* Onboarding in integration-tests
2020-06-15 13:22:02 -07:00
Charles Gagnon
d9e70731f4
Hook up MIAA dashboard overview ( #10890 )
...
* Hook up MIAA dashboard overview
* Fix merge conflicts
* Fix links
* Remove extra &
2020-06-15 11:25:31 -07:00
Sakshi Sharma
25c6bc9591
Disable half of the tests for sql database projects ( #10903 )
...
* Added some logging and disabled half of the tests for sql database projects
* Comment out data souces tests, a probable test failure
* Used skip instead of actual commenting out of code
2020-06-15 10:58:33 -07:00
Kim Santiago
514b7f7743
Add missing await ( #10919 )
2020-06-15 10:26:28 -07:00
Karl Burtram
434d017a6b
Update various branch references to main branch ( #10913 )
2020-06-13 14:26:18 -07:00
Benjin Dubishar
ddb210e971
Final ADS-side hookup for sqlcmd vars ( #10815 )
...
* Adding reading SqlCmdVars from project file
* organized apiWrapper, added calls
* Adding test to confirm deployment/script gen profiles with sqlcmd vars
2020-06-12 19:49:28 -07:00
Maddy
26a00696d4
Fix/prev next links issue ( #10523 )
...
* intital test code
* added tests
* remove commented code
* fix for failing tests
* reuse exported enum
* changes to address comments
* add back onVisibility highlight
* port highlight fix from Chris
* fix tests
2020-06-12 18:42:17 -07:00
Kim Santiago
c9569d8573
Update system database references from SSDT ( #10891 )
...
* convert system database references from SSDT
* remove empty ItemGroup if no other database references
* fix baseline files
* also update sqlproj if system database references were added in SSDT since the sqlproj got updated with ADS imports
* undo change
* move updating system db references out of updateProjectForRoundTrip()
* update test to have an already updated system db ref
* add clean target after merge from master
* add await
* addressing comments
2020-06-12 17:57:11 -07:00