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
Udeesha Gautam
70f65f45b5
Scoping of project context menu items based on node type ( #10902 )
...
* Remove context menu items from files
* More changes for context menu and adding test
* change to initiate build
2020-06-12 17:00:51 -07:00
Chris LaFreniere
960aa14027
stop running magics that dont exist ( #10894 )
2020-06-12 14:25:01 -07:00
Udeesha Gautam
60c0ac6bd7
Fix for #10779 to clean build to work in SSDT post ADS build ( #10882 )
...
* Add clean target
* include in test baselines
* adding one more test
2020-06-12 12:11:18 -07:00
Benjin Dubishar
a7110d8916
Benjin/line endings ( #10874 )
...
* dud space
* removal of dud space
* using OS line separator
Co-authored-by: Benjin Dubishar <Benjin@Benjins-MBP.T-mobile.com>
2020-06-11 17:54:30 -07:00
Charles Gagnon
8db272cea4
Fix deployment warnings to only show if no resources found ( #10878 )
2020-06-11 17:07:19 -07:00
Kim Santiago
7b00e219ef
Show database references in project tree ( #10837 )
...
* add database references to same itemgroup
* show database references in tree
* update tests
* refresh project tree after a reference is added
* addressing comments
* add validation
* Add test
* sort imports
2020-06-11 15:32:57 -07:00
Brian Bergeron
a099b9e72a
Arc Postgres: Fixes for May release ( #10877 )
2020-06-11 14:55:33 -07:00
Sakshi Sharma
f862d77f34
Tests for Schema Compare utils file ( #10822 )
...
* Introduced ApiWrapper for testability
* Added tests for coverage of utils.ts
* Addressed comments
2020-06-11 10:16:22 -07:00
Charles Gagnon
17164bdd26
Filter out unneeded files from integration test coverage ( #10852 )
2020-06-10 22:54:26 -07:00
Chris LaFreniere
168ef80d8f
Fix Notebook Viewlet Highlighting ( #10868 )
...
* Stop double tree data provider registrations
* revert book finding logic, leverage currentBook
2020-06-10 22:27:16 -07:00
Benjin Dubishar
5ab6d3d07e
Format sqlproj file XML on serialization ( #10818 )
...
* Format XML on serialization
* Updating licences
* Adding missing line in package.json
* tabs to spaces
* Updating yarn.lock file
2020-06-10 19:57:59 -07:00
Kim Santiago
2ea85d12bb
fix failing tests ( #10861 )
2020-06-10 16:45:45 -07:00
Charles Gagnon
6f52977788
Update ext telemetry package to npm version ( #10859 )
2020-06-10 15:50:12 -07:00
Charles Gagnon
fe5b8157e1
Add real MIAA connection string values ( #10838 )
...
* Add real MIAA connection string values
* Add MiaaModel and fix some strings
* Remove unused var
* Test to print env vars
* Add tests
* fixes
2020-06-10 15:39:21 -07:00
Charles Gagnon
dff43687e2
Clean up coverage and fix issue with notebook names ( #10826 )
...
* Clean up coverage and fix issue with notebook names
* update name
2020-06-10 13:44:38 -07:00
Karl Burtram
187667f4f1
Update SQL Tools Service to include "use master" revert ( #10834 )
2020-06-09 15:52:52 -07:00
Charles Gagnon
6365bf515d
Update readme for code coverage for integration tests ( #10832 )
2020-06-09 15:40:33 -07:00
Benjin Dubishar
24e6ed5075
Adds welcome message for database projects ( #10820 )
...
* Removing duplicate Import command piping
* Adding welcome message + buttons
* Adding welcome button to Import
* Correcting typos
2020-06-09 15:29:01 -07:00
Charles Gagnon
6536896c7d
Initial work on Arc controller + MIAA dashboards ( #10781 )
...
* initial
* postgres overview dashboard
* fewer dependencies
* stricter compile options
* make vsce package work
* Add localizedConstants
* Add localizedConstants
(cherry picked from commit 3ceed3e82b918ac829a7eac01487844e7d2ec02d)
* common WIP
* Initial dashboard work
* separate ui and models
* extend DashboardPage
* remove error handling
* wip
* Add more localized constants
* More updates
* Use api to populate instances
* merge master, strict mode, error handling, propertiesContainer, openInAzure
* use more localizedConstants
* localization
* connection strings and properties pages
* don't include arc extension by default
* don't include arc extension by default
* Address PR feedback
* undo changes to modelview components
* localize copied to clipboard
* localize copied to clipboard with function
* Update gulpfile.hygiene.js
* Move the gulpfile
* More updates
* more updates
* More updates
* re-delete file
* Fix compile error
* PR comments
Co-authored-by: Brian Bergeron <brberger@microsoft.com >
Co-authored-by: Brian Bergeron <brian.e.bergeron@gmail.com >
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
2020-06-09 13:40:15 -07:00
Charles Gagnon
684aedfffa
Clean up coverage for admin-tool-ext-win extension ( #10806 )
2020-06-09 12:56:03 -07:00
Kim Santiago
1aab8aba34
Add option for msdb reference in sql project ( #10810 )
...
* add msdb option
* add msdb dacpacs
* add tests
* fix system dacpac path for windows
2020-06-09 10:12:39 -07:00
Benjin Dubishar
02598621c3
Focus database projects view after open/import ( #10760 )
2020-06-09 09:42:52 -07:00
Cory Rivera
59575aa305
Wait for clientSession to become available before running a cell. ( #10796 )
2020-06-09 05:30:13 -07:00
Alan Ren
c8a3fbca47
change default version ( #10809 )
2020-06-08 23:03:35 -07:00
Maddy
22d7c9083e
highlight correct notebook on navigation. ( #10807 )
...
* highlight correct notebook on navigation.
* add back behavior of highight on viewlet visible
* optimize bookViewer create
* createTreeView for every book
2020-06-08 19:09:43 -07:00
Kim Santiago
252c31bd5d
remove dacpac references baseline ( #10803 )
2020-06-08 16:32:00 -07:00
Brian Bergeron
5c6f334113
Azure Arc Postgres - Support + Troubleshooting ( #10686 )
2020-06-08 12:03:51 -07:00
Sakshi Sharma
06590ad0a2
Schema Compare tests for utils ( #10759 )
...
* Added a few tests for utils file under Schema Compare
* Addressed comment- moved mock test data to a common location
2020-06-08 10:44:16 -07:00
Charles Gagnon
3e5421dc43
Add Azure region enum and helper methods to azurecore ( #10776 )
...
* Add Azure region enum and helper methods
* change module definition
* Add comments
* fix names
* Optional param
2020-06-08 07:39:45 -07:00
Kim Santiago
6e3d960d1d
Add support for adding dacpac references in sql database projects ( #10684 )
...
* add dacpacs
* able to add reference to appropriate master dacpac
* able to add reference to a dacpac
* Add a few tests
* fix tests
* fix wording
* fix adding reference to same database
* add project tests
* fix test for windows
* addressing comments
* Adding another test
* update tests
* fix build error
2020-06-05 17:53:21 -07:00
Udeesha Gautam
919275dadc
Changing the user visible command name for deploy ( #10770 )
...
* Changing the user visible command name for deploy
* Change to restart PR build
2020-06-05 15:31:11 -07:00
Kim Santiago
e80aec586b
fix sql project generate script ( #10697 )
2020-06-03 16:43:02 -07:00
Leila Lali
fbe0f91a9f
Updating ML extension version for the latest fixes ( #10708 )
2020-06-03 15:30:12 -07:00
Brian Bergeron
65a31de166
Add readOnly property to InputBoxComponent ( #10687 )
2020-06-03 14:59:54 -07:00
Cory Rivera
5d60254bb9
Add custom width to Python wizard to reduce wasted space. ( #10705 )
...
* Also use double quotes for localize calls in the wizard.
2020-06-03 14:41:39 -07:00
Anthony Dresser
a68e74527e
Merge branch 'ads-master-vscode-2020-05-31T19-47-47'
2020-06-03 14:05:57 -07:00
Sakshi Sharma
c903112451
Tests for round tripping with SSDT projects ( #10646 )
...
* Test code for round tripping feature
* Fixed tests. Edited updateImportedTargetsToProjFile method to push newly added import target to the list.
* Added couple more tests
* Addressed comment
2020-06-03 14:02:50 -07:00
Amir Omidi
3860f07cab
Make azure portal work from server area ( #10699 )
2020-06-03 14:02:23 -07:00
Anthony Dresser
15d8e09491
Merge remote-tracking branch 'origin/master' into ads-master-vscode-2020-05-31T19-47-47
2020-06-03 12:35:26 -07:00
Cory Rivera
2e4aee944c
Disable some unreliable notebook integration tests. ( #10701 )
2020-06-03 12:30:36 -07:00
Leila Lali
fb9ca4c021
fixed the issue with opening none SQL editor for predict script ( #10693 )
2020-06-03 10:56:30 -07:00
Arvind Ranasaria
f7c3484438
Unique title for opened notebooks ( #10673 )
...
* removing debug log
* Ensure unique title for Nb launch
* pr feedback
* pr feedback
* pr fedback
* pr feedback
2020-06-02 15:21:34 -07:00
Charles Gagnon
da41fda4bb
Update to latest vscodetestcover ( #10680 )
...
* Update to latest vscodetestcover
* Remove unused config
2020-06-02 13:33:30 -07:00
Charles Gagnon
4d6ec69eba
Fetch password from credential store before connecting to knox endpoint ( #10666 )
...
* Fetch password from credential store before connecting to knox endpoint
* Add combined code coverage script
* Revert "Add combined code coverage script"
This reverts commit e538f2fb2a79993a77f749f384fbc306b18b9f64.
2020-06-02 13:27:37 -07:00
Charles Gagnon
2879da5ca5
Add script to combine coverage files ( #10674 )
...
* Add script to combine coverage files
* add script
* Add core coverage file as well
* Add json reporting
* Update README
* more
2020-06-02 12:53:58 -07:00