Charles Gagnon
cbaa0a132f
Bump to 1.9.0 for July release ( #5925 )
2019-06-06 23:43:42 +00:00
Charles Gagnon
4ad5520568
Update azdata engine checks to include all future versions ( #5924 )
2019-06-06 22:36:43 +00:00
Gene Lee
43457c0184
Fixed run cell error message in Notebook ( #5912 )
2019-06-06 13:18:50 -07:00
Alan Ren
1150433c0a
update the strings ( #5904 )
...
* update the strings
* PR comments and remove the workaround
2019-06-06 13:03:03 -07:00
Anthony Dresser
76a84a2cf4
fix dimensions of the query editor ( #5910 )
2019-06-06 12:31:12 -07:00
Charles Gagnon
68328f65b5
Update README and CHANGELOG for June 2019 Release ( #5913 )
...
* Update README and CHANGELOG for June 2019 Release
* Add contribution thank-you
2019-06-06 18:28:21 +00:00
Charles Gagnon
b7956c5fbf
Update admin-tool-ext-win README ( #5911 )
2019-06-06 01:17:59 +00:00
Kevin Cunnane
44d6bb66da
Add saved and executed events to notebook changed ( #5848 )
...
- Updated the notebook API to add a change kind, and support saved, executed and other simplified status
- Plumbed this through to the main thread classes
- Support sending the events from cell / input to the notebook model so they loop over the extension host as a content changed event
- Add executed event from the cell
2019-06-05 16:34:26 -07:00
Charles Gagnon
7d67711336
Update admin-tool-ext-win extension to require ADS 1.8.0 ( #5905 )
...
* Update admin-tool-ext-win extension to require ADS 1.8.0
* Use correct version check
2019-06-05 23:15:01 +00:00
Charles Gagnon
f320deaa73
More CMS test fixes ( #5901 )
2019-06-05 22:22:30 +00:00
Gene Lee
a518c4a529
Making Notebook to scroll to output area only when Notebook command is executed ( #5893 )
2019-06-05 12:07:31 -07:00
Chris LaFreniere
da164cec0a
remove tabindex=0 for notebook component ( #5851 )
2019-06-05 08:28:00 -07:00
Charles Gagnon
bb470c3676
Fix CMS tests ( #5897 )
...
* Fix CMS tests
* Fix spacing and format
2019-06-05 06:07:13 +00:00
Aditya Bist
685a608518
Make sure the first Connection Dialog has correct provider. ( #5884 )
...
* force a restart for cms
* remove unneeded existing conditional
* fix for random provider when opening a connection dialog
2019-06-04 17:11:36 -07:00
Charles Gagnon
5be2121a3e
Only run pipeline tests if all previous steps succeeded ( #5886 )
2019-06-04 23:22:22 +00:00
Gene Lee
bf643cc85f
Fixed bug: Execute cell should scroll to its results ( #5861 )
2019-06-04 16:03:55 -07:00
Anthony Dresser
eda96c046a
fix strict-null check ( #5878 )
2019-06-04 15:31:34 -07:00
Charles Gagnon
137c78c04e
Remove VS redist license
...
This isn't necessary since we aren't providing the VS binaries as redist-able. VS has signed off as confirming that the main extension license is enough to cover the VS binaries as well. (#5880 )
2019-06-04 22:20:43 +00:00
Karl Burtram
d9e1aa57c9
Bump SQL Tools Service to 1.5.0-alpha.99 ( #5879 )
2019-06-04 14:17:13 -07:00
Anthony Dresser
912c80e496
store active tab so it isn't overwritten ( #5875 )
2019-06-04 12:55:55 -07:00
Anthony Dresser
7390dce536
Fix handling of state in the grid panel ( #5867 )
...
* fix handling of state in the grid panel
* trigger rebuild
* trigger rebuild
2019-06-04 12:55:20 -07:00
Anthony Dresser
67859ab139
dont focus panels when they are shown; dont swallow keys for message panel ( #5872 )
2019-06-04 12:54:54 -07:00
Anthony Dresser
540635c54f
make sure we update our sizes when we update the size of items ( #5874 )
2019-06-04 12:53:17 -07:00
Aditya Bist
6197279e83
remove SQL Login from CMS and add error messages ( #5873 )
2019-06-04 12:52:46 -07:00
Anthony Dresser
4ad226570a
Add no implicit any to the strict null check ( #5635 )
...
* wip
* working through adding no implicit any
2019-06-04 09:29:40 -07:00
Charles Gagnon
50242b2c35
Add test for opening existing SQL file and typing text into it ( #5816 )
...
* Add test for opening existing SQL file and typing text into it
* Clean up
* More cleanup, remove unneeded queryEditor and add smoke test scripts
* Update comments to be clearer
2019-06-04 02:42:39 +00:00
Gene Lee
9f7d96bad3
Fixed bug: Notebooks Vertical Scrollbar is Unnecessary for Some Grid Outputs ( #5847 )
2019-06-03 16:47:07 -07:00
Chris LaFreniere
8d70544374
Notebooks: Adding Change Kernel API, 3 Integration Tests ( #5287 )
...
* Notebook change kernel
* Fix notifying of k change too many times add tests
* Fix broken unit test
* Deal with comment
2019-06-03 14:49:40 -07:00
Charles Gagnon
4b6214c9a4
Remove install count widget from extension gallery view until we can actually have install counts ( #5828 )
2019-06-03 14:48:26 -07:00
Alan Ren
aaa2ef3a97
Alanren/tool check ( #5810 )
...
* tool check
* tools table update
* buttons
* update tools table
* remove tool status check
* updates
* PR comments
2019-06-03 14:32:10 -07:00
Charles Gagnon
639bd5a550
Fix typo in setting description ( #5837 )
2019-06-03 14:31:24 -07:00
udeeshagautam
763080aea0
Increasing schema compare and dacfx ext versions in Source code ( #5832 )
...
* increasing schema compare and dacfx ext versions
* updating azdata dependency version
2019-06-03 12:18:03 -07:00
Cory Rivera
fb713e0762
Automatically detect existing Python/Conda installs in Configure Python dialog. ( #5801 )
2019-06-03 11:56:06 -07:00
Aditya Bist
a8d41a6717
updated cms version to not break with old core ( #5812 )
2019-06-03 09:06:55 -07:00
Chris LaFreniere
34bc0efc1c
Check if sessionManager exists ( #5811 )
2019-05-31 17:42:12 -07:00
Anthony Dresser
23e4a30cd1
dispose and clear things out when they are not needed to free up memory ( #5805 )
2019-05-31 17:24:01 -07:00
Karl Burtram
ba58b0f429
Update CMS extension display name to be consistent with other extensions ( #5802 )
2019-05-31 16:04:13 -07:00
Charles Gagnon
89e6e062ab
Add licenses for SsmsMin extension ( #5806 )
...
* Add licenses to Admin Tool Extension
* Update license link
2019-05-31 15:37:48 -07:00
Anthony Dresser
33ff8ec5a3
Fix instances of listeners not being disposed in Query Editor ( #5798 )
...
* fix instances of listeners not being disposed
* spelling mistake
2019-05-31 15:14:03 -07:00
Yurong He
9f4053d051
Fixed #4113 Added integration tests to cover cell language unit tests ( #5788 )
...
* Fixed #4113
* Resolve PR comments
2019-05-31 15:03:21 -07:00
Aditya Bist
1bb9d142f1
CMS - error check ( #5796 )
...
* cms connections dont save
* added value to enum
* remove refresh and update provider name for cms
* removed ownerUri from saved connection and contributed to array
* removed owneruri
* ownerUri not needed any more
* removed AAD from cms
* initial review
* changed comments
* add back saveProfile option for connectionProfile
* review fixes and other UI improvements
* fixed auth
* added cms integration tests
* added constants
* removed utils from apiwrapper
* changed connection type name
* review comments
* clearer code and addressed reviews
* added more error checks
* add back functions in apiwrapper
2019-05-31 14:27:27 -07:00
Aditya Bist
b10bd70d67
bump agent version for june ( #5800 )
2019-05-31 13:52:10 -07:00
Anthony Dresser
dc2ff2295e
change message focus only on query end ( #5793 )
2019-05-31 13:23:17 -07:00
Anthony Dresser
f231d6945f
clear indicator when a query starts ( #5795 )
2019-05-31 13:19:03 -07:00
Kevin Cunnane
8786caf630
Fix #4976 AAD Login will not work from Azure ( #5768 )
...
- Azure token wasn't being copied into profile so expand didn't work, it spun forever
- Fixed this by saving in password/token after the connection profile copy, & refactored to be cleaner
- We should ideally ensure session notifies resolves even on fail so if there's a different error it'll break, not spin forever. Punting this part of the fix for now
- Also doesn't solve issue where we always try to connect even if user + password combo isn't saved. Will investigate / work in a separate PR on this.
2019-05-31 12:47:45 -07:00
Anthony Dresser
5c520bc82e
Apply title bar adjustment to edit data ( #5777 )
...
* apply title bar adjustment to edit data
* wi
* rework layout to be simplier
* fix layout
2019-05-31 12:03:52 -07:00
kisantia
1ccf408654
Fix #5702 Schema Compare Diff is editable ( #5703 )
...
* make diff readonly
* change to use ResourceEditorInput instead of UntitleEditorInput since it is readonly
* inject service
* use this instead of declaring local variables
* addressing comments
2019-05-31 11:45:04 -07:00
Anthony Dresser
76ebfe38a1
focus messages on error ( #5791 )
2019-05-31 11:43:15 -07:00
Anthony Dresser
364206010b
clear out tabs when a input is set ( #5789 )
2019-05-31 11:38:52 -07:00
Anthony Dresser
559c675164
Hide results tab when there are none ( #5763 )
...
* wip
* add behavior around hiding results when there are none
* fix strict null access
2019-05-31 11:18:33 -07:00