Charles Gagnon
8b9bb2a8fc
Fix/add OE Context Menu tests ( #5543 )
...
* Fix/add OE Context Menu tests
* Add return types for helper functions
2019-05-20 13:48:49 -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
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
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
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
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
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
Charles Gagnon
2b8e0cc6c4
Bundle SsmsMin directly into extension ( #5450 )
2019-05-09 18:28:49 -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
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
Karl Burtram
0f25ad5676
Bump agent, import, profiler extension versions ( #5405 )
2019-05-07 12:55:26 -07:00
kisantia
a7e94d433f
bump dacpac extension version ( #5387 )
2019-05-06 17:10:51 -07:00
Yurong He
56ebbedbfd
Add log for output verification ( #5381 )
...
* Add log for output
2019-05-06 14:15:51 -07:00
Kevin Cunnane
022761aa4b
Fix #4089 Linked account cancel ( #5347 )
...
VSCode serialization changed rejection handling to only serialize errors, which caused things to break
- Changed to return either account info or a cancel message in the resolve
- Rewrote to use promises. Tracking how to return canceled through 4+ thenables was way trickier than just using a promise
- Updated unit tests to handle new scenario
- Tested integration tests, realized they a) didn't run and b) didn't passed.
- Added vscode dev dependency to fix run issue
- Fixed tests to account for behavior changes in tree state.
2019-05-06 09:13:03 -07:00
udeeshagautam
08ed9d285e
Changing the start for Schema compare and adding some text ( #5356 )
...
* Dialog Ok will not start Schema compare explit compare will. Adding wait text.
* Fixing variable name and spelling
2019-05-05 11:22:32 -07:00
Anthony Dresser
df7645e4e5
Merge from vscode da3c97f3668393ebfcb9f8208d7616018d6d1859 ( #5360 )
2019-05-03 21:59:40 -07:00
Aditya Bist
39f9c72390
fixed packaged icons for azure ( #5354 )
2019-05-03 18:47:45 -07:00
kisantia
ec9fdc517f
Fix schema compare dialog font sizes ( #5353 )
...
* make font sizes consistent
* fix order of source dialog options
* update fontsize to 13
* make fontsize a constant
2019-05-04 10:48:25 +12:00
Anthony Dresser
db387eb770
Fixing the layering in the base folder ( #5308 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
* enable strict tslint rules
* code layering of base
* wip
* working through changes to table data view
* fix tests
* update editabledropdown to not use layout service
* wip
* fix imports
* fix import
* fix compile error
* add more localization
* add comments to changes to import patterns
* add more import comments
2019-05-03 14:49:18 -07:00
kisantia
354ed22706
Fix #5314 : schema compare doesn't always open with correct default connection ( #5315 )
...
* fix schema compare default connection when there are multiple connections
2019-05-04 09:40:53 +12:00
Aditya Bist
f5d13319a2
Remove CMS from packaged builds ( #5349 )
...
* remove cmss from packaged builds
* add repo to package file
* added cms to recommendations
2019-05-03 13:25:47 -07:00
Yurong He
9a0e691635
Change toolbar icon back to black ( #5345 )
...
* Change it back to black icon
* Install package icon
2019-05-03 13:11:44 -07:00
kisantia
6c7cb185a1
group source and target components into formcomponentgroups ( #5329 )
2019-05-04 05:51:40 +12:00
Charles Gagnon
ab22b93ce0
SsmsMin integration clean-up and improvements ( #5339 )
...
* SsmsMin integration clean-up and improvements
* Fix tests
2019-05-03 08:44:21 -07:00
kisantia
fccd026812
Remove database name from schema compare source/target server field ( #5327 )
...
* remove database name from source/target server field
2019-05-03 11:20:28 +12:00
Charles Gagnon
d209ff7b9a
Fix broken CMS test and add to test-extensions-unit scripts ( #5301 )
2019-05-02 11:13:30 -07:00
Charles Gagnon
a89d7f327a
Update SsmsMin to 15.0.18120.0 ( #5293 )
2019-05-01 11:29:36 -07:00
Charles Gagnon
91bc4bde3c
Change default timeout value to 30sec to match SSMS ( #5289 )
2019-05-01 11:19:40 -07:00
Charles Gagnon
80da7ad496
Fix broken CMS commands ( #5296 )
2019-05-01 10:55:58 -07:00
Charles Gagnon
64bf211a45
Fix failing OE Tests caused by changes in connection API defaults ( #5295 )
...
* Fix failing OE Tests caused by changes in connection API defaults
* More spelling fixes
2019-05-01 10:18:23 -07:00
Anthony Dresser
2558a66a48
Merge from vscode 473af338e1bd9ad4d9853933da1cd9d5d9e07dc9 ( #5286 )
2019-04-30 21:53:52 -07:00
kisantia
df22eab4ec
fix diff editor title disappearing after swap ( #5280 )
2019-05-01 11:30:03 +12:00
Aditya Bist
c2678cf818
Committer work - Agent tests ( #5034 )
...
* added couple tests
* added unit tests for agent extension
* added agent test in test script
2019-04-30 16:25:16 -07:00