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
Anthony Dresser
5c5ee50983
fix error icon ( #5373 )
2019-05-06 12:33:38 -07:00
Chris LaFreniere
0a67488447
Don't scroll when running code cell if in view ( #5365 )
2019-05-06 11:36:06 -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
Anthony Dresser
b9d985b663
remove event emitter and use event and emitter instead ( #5361 )
2019-05-06 00:27:55 -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
ab0cd71d10
Remove logging and clone utlities ( #5309 )
...
* remove log utility functions; remove custom mixin
* fix tests
* add log service as required by telemetry utils
* remove unused code
* replace some console.logs with logservice
2019-05-04 22:37:15 -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
Anthony Dresser
0023714884
Fix menu entry for tasks ( #5355 )
...
* fix menu entry for tasks
* change wording for action
2019-05-03 18:20:51 -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
a69f194d8b
Fixed CMS connection auth ( #5306 )
...
* fixed auth change to reflect in UI
* added comments
* fix bug where cms shows in dropdown
* added parameter to parent call
2019-05-03 13:26:04 -07: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
Karl Burtram
c7f5278430
Remove 'Try backup or restore task' from task message ( #5340 )
2019-05-02 18:52:11 -07:00
Anthony Dresser
56ad0dbaf2
revert changes to common file and move icons to specific folder ( #5335 )
2019-05-02 18:14:13 -07:00
Anthony Dresser
74c92cd460
disable page scrolling in slickgrid ( #5333 )
2019-05-02 18:13:49 -07:00
Alan Ren
16ebb4322a
fix insights dialog issue ( #5336 )
2019-05-02 18:13:33 -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
b6e49f2bc0
Fix connections from editor not saving to MRU ( #5328 )
2019-05-02 16:08:46 -07:00
Karl Burtram
188ccf849d
Fix nullref exception in connection profile ( #5330 )
...
* Fix nullref exception in connection profile
* Fix condition
2019-05-02 16:04:03 -07:00
Anthony Dresser
1bfdce9642
fix icons for various status; move menu entry to the other panels ( #5319 )
2019-05-02 14:31:58 -07:00
Karl Burtram
495254b0be
Remove package-lock.json from extension sample ( #5324 )
2019-05-02 13:41:48 -07:00
Charles Gagnon
d209ff7b9a
Fix broken CMS test and add to test-extensions-unit scripts ( #5301 )
2019-05-02 11:13:30 -07:00
Yurong He
98eeb50060
Fixed #4953 provider create file action when file is deleted ( #5283 )
...
* Fixed #4953 following query editor behavior provide create file option when file name doesn't exist
* Check active edtior is the correct one before closing
* close editor
* Removed codes not needed
* Check error null
2019-05-02 10:59:46 -07:00
Chris LaFreniere
8a68f0aaf9
Improvements to notebook editor code auto height ( #5291 )
2019-05-02 10:23:26 -07:00