Anthony Dresser
a940999c39
add more sourcemaps ( #10851 )
2020-06-10 14:51:45 -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
Anthony Dresser
d849ed9357
Add more smoke tests and abstract more code ( #10799 )
...
* add more smoke tests and abstract more code
* fix missing imports
2020-06-10 12:12:35 -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
Hale Rankin
6c68d742a7
Fixed notebook toolbar icon issue in dark and hc-black themes. ( #10802 )
2020-06-09 13:52:47 -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
Alan Ren
7687d6e22a
reset valid status ( #10813 )
2020-06-08 22:53:45 -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
Aasim Khan
75e3e4c8c9
Fix for "Run Current Query" keybind no longer behaving as expected ( #10538 ) ( #10557 )
...
* -"Run current" command runs the entire selection instead of only first statement in the selection
* -brought some logic back from the old code to correct the behavior
* -Added unit tests for runCurrent command
* -Fixed a comment
* - Added checks for run input parameters
* -Added some extra checks
* -Fixed some spacing issue
* Changed to using verify instead of a counter variable
2020-06-08 14:42:07 -07:00
Alan Ren
57201fe6c7
Revert "reduce max memory ( #10775 )" ( #10794 )
...
This reverts commit d62bb1e9fc .
2020-06-08 13:35:00 -07:00
Brian Bergeron
5c6f334113
Azure Arc Postgres - Support + Troubleshooting ( #10686 )
2020-06-08 12:03:51 -07:00
Alan Ren
9ca17dbe7f
fix button column click issue ( #10788 )
2020-06-08 11:48:50 -07:00
Amir Omidi
d08a224550
Fixes #10734 , register a container for the view ( #10750 )
...
* Fixes #10734 , register a container for the view
* Remove unused fields
2020-06-08 11:06:04 -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
Charles Gagnon
193ecddb98
Fix error when cancelling out of VSIX dialog ( #10752 )
2020-06-08 07:38:37 -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
Hale Rankin
52a12f0d51
Removed style that was interfering with text selection within code cell. ( #10769 )
2020-06-05 17:51:23 -07:00
Hale Rankin
eafe659ec9
10712, 10677 - Fixed focus indicators for both main toolbar and cell … ( #10756 )
...
* 10712, 10677 - Fixed focus indicators for both main toolbar and cell toolbar.
* Removed duplicated line
2020-06-05 17:46:19 -07:00
Hale Rankin
4339b5b7d3
Switched order of the two dropdowns in main toolbar in preview. ( #10717 )
...
* Switched order of the two dropdowns in main toolbar in preview.
* Reverting this single line b/c it's out of scope for the PR.
2020-06-05 17:41:14 -07:00
Anthony Dresser
72b2d9ef72
rework some of some, add query to smoke ( #10591 )
2020-06-05 17:25:24 -07:00
Hale Rankin
cf0f3b0426
Reduced margin between notebook cells. Increased space at top of page. ( #10735 )
2020-06-05 17:17:19 -07:00
Chris LaFreniere
48ec8e6dd8
Bring back hover state setting on cell model ( #10758 )
2020-06-05 17:14:36 -07:00
Alan Ren
3500ce08cc
fix profiler not launch issue ( #10757 )
2020-06-05 15:41:29 -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
Alan Ren
d62bb1e9fc
reduce max memory ( #10775 )
2020-06-05 15:09:43 -07:00
Alex Ma
1f519024db
Fix for edit data grid not showing ( #10737 )
...
* Added null check in getHorizontalSashWidth
* simplified using tertiary operator
* more simplification
2020-06-05 13:32:16 -07:00
Karl Burtram
acefe7b081
Add Redgate Search to recommendation list ( #10749 )
2020-06-05 09:02:44 -07:00
Amir Omidi
70af4cbe42
Fixes the azure auth for postgresql ( #10662 )
2020-06-04 16:01:50 -07:00
Anthony Dresser
6b7c286891
Add upload of sourcemaps ( #10714 )
...
* add upload of sourcemaps
* add storage account
2020-06-04 15:40:08 -07:00
Chris LaFreniere
258310ba81
Change markdown cell to text cell ( #10715 )
2020-06-04 12:38:30 -07:00
Chris LaFreniere
cc3554e987
Only show edit cell action for markdown cells ( #10719 )
2020-06-04 10:20:47 -07:00
Amir Omidi
ce17a73ede
Open connection dialog with URI ( #10700 )
...
* Add the openConnectionDialog code
* don't ignore case
2020-06-03 16:53:13 -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
Alan Ren
61dce39f5a
disable the sql proj tests ( #10704 )
2020-06-03 13:44:51 -07:00
Alan Ren
c4be667567
add custom width support for dialogs ( #10641 )
...
* add custom width support for dialogs
* comments
* fix test
2020-06-03 13:08:48 -07:00