Charles Gagnon
71b6e35231
Update installer warning to refer to ADS instead of VS Code ( #5540 )
2019-05-20 08:19:01 -07:00
Karl Burtram
9268513128
Detect when resultset length changes and force buffer recreation ( #5522 )
2019-05-20 08:14:12 -07:00
Anthony Dresser
5d44b6a6a7
Merge from vscode ada4bddb8edc69eea6ebaaa0e88c5f903cbd43d8 ( #5529 )
2019-05-19 18:52:19 -07:00
Alan Ren
586fe10525
resource deployment ext implementation -wip ( #5508 )
...
* resource types
* implement the dialog
* remove unused method
* fix issues
* formatting
* 5-17
* address comments and more tests
2019-05-17 20:24:02 -07:00
Cory Rivera
a59d1d3c05
Add functionality to use an existing Python installation for Notebook dependencies ( #5228 )
2019-05-17 14:39:44 -07:00
kisantia
1fce604a11
add css styling for text component ( #5491 )
2019-05-17 14:17:14 -07:00
Kevin Cunnane
8ea831c845
Fix #3439 Trusted doesn't get saved in Notebooks ( #5507 )
...
* Fix #3439 Trusted doesn't get saved in Notebooks
The main fix is to add a memento to store trust information. This is only needed for saved files - untitled files are always trusted as the user created them.
On clicking trusted or saving a file, the trusted state is cached. In the future, we will also handle code execution here too by sending notification on snapshot state.
I found issue #5506 during testing - existing issue where we should track trusted state changing on run. In the case all cells are ran, the whole notebook should become trusted.
Finally, I did a decent amount of refactoring to move more logic to the model - removing unnecessary calls from components which duplicated model behavior, moving trust notification to the model or at least the notebook service completely.
Added tests and logging for catch handling
2019-05-17 11:56:47 -07:00
Charles Gagnon
94061fa634
Fixes/improvements for SsmsMin extension ( #5495 )
...
* Fix server name in URN for Azure servers and update menu when clauses
* Use setStatusBarMessage instead of constructing our own. Remove server name from URN - it's not necessary.
* Clean up unused code
2019-05-17 09:38:15 -07:00
Karl Burtram
fe17955fa1
Add support for setting query options in settings and through API ( #5484 )
...
Initial query execution options PR. This is the second in a set of query editor extensibility improvements I'm making. The PRs include (1) bug fix for webview in query tab (2) dynamic toolbars and (3) fix query event sequencing and event metadata info.
2019-05-16 16:31:30 -07:00
kisantia
3158e9f63a
Change schema compare generated script filepath ( #5496 )
...
* generated script filepath defaults to folder last opened in file dialog
* use string interpolation
2019-05-16 14:55:08 -07:00
Karl Burtram
fcb2b53bf8
Update yarn.lock files ( #5489 )
2019-05-15 13:15:58 -07:00
udeeshagautam
5470702c16
Adding reset for options ( #5483 )
...
Adding reset for schema compare options (fix for bug #5483 )
2019-05-15 10:43:13 -07:00
kisantia
8c05c6e122
fix schema compare diff script formatting ( #5486 )
2019-05-15 09:03:14 -07:00
Charles Gagnon
cc397a012f
Revert "Switch to vscodetestcover for running extension tests ( #5458 )" ( #5487 )
...
This reverts commit dbac187b44 .
2019-05-14 17:16:01 -07:00
Charles Gagnon
e12827de3f
Add pipeline task to push coverage results to coveralls ( #5461 )
2019-05-14 17:14:04 -07:00
Gene Lee
02a646c7ea
Fixed bug: wrong handle usage in updateWizardPageInfo() in extHostModelViewDialog ( #5485 )
2019-05-14 16:17:59 -07:00
Charles Gagnon
86986efb15
Fix test cleanup to remove folders regardless if tests passed or failed ( #5482 )
2019-05-14 16:09:58 -07:00
Stephen
a718fb3cae
Corrected Keyboard Shortcut Execution Issue ( #5480 )
2019-05-14 15:41:12 -07:00
kisantia
48ba9ce175
Sanitize db name for dacpac/bacpac file names ( #5479 )
...
* Sanitize db name for filename
* Add unit tests
* lower timeout to 60 seconds
* add extra coverageConfig.json and missing character check
2019-05-14 15:00:28 -07:00
udeeshagautam
be60ad6766
Bug fix Backup dialog list box to allow selecting file ( #5472 )
...
* Fixing list box to allow selection and not show dropdown
* Adding PR comments
2019-05-14 13:45:25 -07:00
Alan Ren
b1b58f2550
resource deployment extension ( #5464 )
...
* initial checkin
* exclude from default ads package
* keep extensions.js in sync
* address review feedback
* PR comments
2019-05-13 22:38:59 -07:00
Gene Lee
99d00e2057
Differentiated server icons by server type: box, big data cluster, cloud... ( #5241 )
2019-05-13 14:52:56 -07:00
Chris LaFreniere
7da0dddaa9
Notebooks: Prevent Outputs from Rendering Too Many Times on Layout Change Events ( #5366 )
...
* Prevent output rendering too many times
* went from 250ms to 50ms without any perf penalties
2019-05-13 13:41:23 -07:00
Yurong He
3ea45e4ef5
Fixed #5463 Enable stricter compile options on extensions #5044 missed mkdir line ( #5469 )
2019-05-13 13:28:32 -07:00
Charles Gagnon
dbac187b44
Switch to vscodetestcover for running extension tests ( #5458 )
...
* Update vscode dependency (needed for test runner) to pull latest 1.x version
* Update to use 1.1.5 instead
* Undo change to vscode engine version
* Switch to using vscodetestcover for running tests
* Switch to cobertura output for coverage reports
* Remove vscode dependency from profiler extension
* Update yarn.lock with combined changes
2019-05-13 11:39:09 -07:00
Anthony Dresser
43293b98c0
Merge from vscode fa77b52b5e2067798006aaff8e463a2b425509d5 ( #5453 )
2019-05-13 10:57:51 -07:00
Charles Gagnon
34eef8e97d
Add download task for SsmsMin ( #5460 )
...
* Add SsmsMin files
* no message
* Add script to install extension
2019-05-10 14:08:43 -07:00
kisantia
5a48fd80cd
Fix #4460 : Add dacfx wizard to server and database folder context menus ( #4989 )
...
* add dacfx wizard to server and database folder context menus
* update object explorer test
2019-05-10 12:03:26 -07:00
Alan Yu
5260afc15d
Added Gif to Schema Compare readme ( #5424 )
2019-05-10 10:14:51 -07:00
Alan Ren
66b4e08026
produce the vsix files during windows build ( #5454 )
...
* vsix packages
* update path
2019-05-10 09:57:13 -07:00
Charles Gagnon
2b8e0cc6c4
Bundle SsmsMin directly into extension ( #5450 )
2019-05-09 18:28:49 -07:00
Karl Burtram
a501214bfa
Adjust estimated scrollbar height to avoid unneeded scrollbar ( #5452 )
2019-05-09 18:19:07 -07:00
Anthony Dresser
2b9a8b9136
Merge from vscode 8ef8aa6b3cb5b96870660fdd3bb8d0755e62fe51 ( #5422 )
2019-05-09 11:10:57 -07:00
Chris LaFreniere
1cc3cb5408
Notebook Port Test Fix ( #5433 )
...
* Test fixes to not rely on 7100
* PR comments
2019-05-08 13:16:09 -07:00
Karl Burtram
7df793f208
Update readme\changelog for May release ( #5421 )
2019-05-08 10:03:21 -07:00
Charles Gagnon
ca2b7cc4bc
Remove unnecessary 'use strict' lines and add hygiene check ( #5363 )
...
* Remove unnecessary 'use strict' lines and add hygiene check for them
* Move check to under tslint filters to reduce number of filters needed
* Only take first 10 lines of file
2019-05-07 22:57:08 -07:00
Aditya Bist
9e0a74da3d
Committer work: Import fixes and improvements ( #5357 )
...
* can make imports, but need to change success and failure views
* fixed error handling UX
* removed unused function
* cr comments
* fix typo
* requested change
2019-05-07 17:25:58 -07:00
Charles Gagnon
da5076a4dc
Clean up extension packaging ( #5416 )
...
* Clean up extension packaging
* Add sql image
2019-05-07 16:52:00 -07:00
Alan Yu
005808f003
Adding CMS readme ( #5417 )
2019-05-07 16:16:54 -07:00
Alan Ren
1dd1919200
bump the version of schema compare extension ( #5411 )
2019-05-07 14:45:28 -07:00
Aditya Bist
0a9db55dc4
Fix agent css in packaged builds ( #5409 )
...
* fix agent css in packaged
* fix agent css
2019-05-07 14:16:52 -07:00
Anthony Dresser
4551ba5b7c
update notebooks to use new message event ( #5395 )
2019-05-07 13:03:58 -07:00
Karl Burtram
0f25ad5676
Bump agent, import, profiler extension versions ( #5405 )
2019-05-07 12:55:26 -07:00
Anthony Dresser
c6564c0d84
Fix css to fix new dashboard tab dialog ( #5385 )
...
* fix css to fix new dashboard tab dialog
* add readonly
2019-05-06 17:25:51 -07:00
kisantia
a7e94d433f
bump dacpac extension version ( #5387 )
2019-05-06 17:10:51 -07:00
Karl Burtram
64480a35ac
Bump the VS Code version metadata ( #5392 )
2019-05-06 17:02:51 -07:00
Alan Ren
4f96d5caf2
fix profiler formatter issue ( #5372 )
2019-05-06 15:39:44 -07:00
Maddy
7cca1b9f48
Maddy/newline overrides edit data ( #5364 )
...
* formatting it before displaying
* replace with space
* added comments and method to handle the line break space conversion
2019-05-06 14:20:08 -07:00
Yurong He
56ebbedbfd
Add log for output verification ( #5381 )
...
* Add log for output
2019-05-06 14:15:51 -07:00
Anthony Dresser
4e5b8ce875
add a applystyle function with saftey checks in header filter ( #5380 )
2019-05-06 13:43:54 -07:00