Alan Ren
aa3b4f0806
fix css selector ( #15945 )
2021-06-29 16:55:54 -07:00
Charles Gagnon
10ad6f7119
Hide dropdown loading container when not used ( #15934 )
...
* Hide dropdown loading container when not used
* Remove unused
2021-06-29 11:46:12 -07:00
Lucy Zhang
189fe762a9
remove layout call in output component init ( #15905 )
2021-06-28 14:48:44 -07:00
Alex Ma
7c6368b4b6
Carbon Edit Strings moved to Sql Folder ( #15884 )
...
* added first strings
* added more localized files
* translated all strings in vscode
* added exported strings to editStrings
* updated files
* more changes
* moved to base
2021-06-25 15:08:29 -07:00
Hai Cao
3eef3f2a0b
Fix missing add azure account button in accountDialog ( #15852 )
...
* fix missing add azure account button in accoundDialog
* add sql edit note
* fix other getActions overrides
* use registerAction2 for adding account button
* fix icon and cleanup
* fix big add account button
* lint
2021-06-24 17:21:11 -07:00
Aditya Bist
a1652a5ecb
fix icons getting cut off ( #15898 )
2021-06-24 12:44:12 -07:00
Chris LaFreniere
f7a723d98d
Notebooks A11Y: Add button role for Placeholder Links ( #15851 )
...
* Add button role
* Add aria-label
* localize aria label
2021-06-23 16:48:01 -07:00
Alan Ren
a180a6bc47
fix separator not visible issue ( #15886 )
2021-06-23 15:51:32 -07:00
Charles Gagnon
3a3d7f5271
withProperties -> withProps ( #15876 )
...
* withProperties -> withProps
* Fix errors
* remove ,
* fixes
* Update azdata-test
* Fix dacpac tests
* Add required and remove added layout
2021-06-23 14:26:14 -07:00
Maddy
90b90afeab
remove images from metadata on source update ( #15640 )
...
* remove images from metadata on update
* update comment
* reset only on html update
* add comment
* fixes
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-06-21 13:55:37 -07:00
Alan Ren
0e1a8ab8ea
support menu column ( #15754 )
...
* support menu column
* comments
2021-06-21 10:36:55 -07:00
Alan Ren
acfa5e1d1b
fix insights widget issue ( #15827 )
2021-06-18 23:12:06 -07:00
Alan Ren
03f31a865a
use more specific css selectors ( #15826 )
2021-06-18 18:33:25 -07:00
Cory Rivera
d92c1d5ca8
Add max size setting for Rich Text undo history in notebooks. ( #15793 )
2021-06-18 16:04:45 -07:00
Hai Cao
2eab870ca2
remove "Edit Data" menu option for SqlDataWarehouse ( #15816 )
2021-06-18 13:34:59 -07:00
Chris LaFreniere
06e7d4d489
Let parent control width for text cell preview ( #15800 )
2021-06-18 12:51:58 -07:00
Alan Ren
aeda95bb70
fix race condition in declarative table ( #15801 )
2021-06-18 11:40:19 -07:00
Charles Gagnon
d96835c083
Fix secondary actions for Notebook editor toolbar ( #15788 )
2021-06-17 14:52:36 -07:00
Charles Gagnon
331f8115dc
Fix input validation alert ( #15749 )
...
* Fix input validation alert
* Add override
2021-06-17 13:47:53 -07:00
Charles Gagnon
d871efc079
Fix SQL taskbar icons ( #15786 )
2021-06-17 12:47:44 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Alan Ren
3315214435
fix more issues related to query cancel ( #15727 )
...
* fix more issues related to query cancel
* comments
2021-06-15 21:10:41 -07:00
Alan Ren
5bd1552a59
add null check for errors in the console while using query editor ( #15711 )
...
* add null check
* another null check
* pr comments
* update typing
2021-06-15 16:05:38 -07:00
Alan Ren
a8f3d97f59
allow extension to select row in declarative table ( #15703 )
...
* allow extension to select row in declarative table
* pr comments
* use proper type for the event.
* update event arg
2021-06-15 15:41:37 -07:00
Charles Gagnon
ebe24046de
Log extension host commands ( #15721 )
...
* Log extension host commands
* Add more comments
2021-06-15 12:10:09 -07:00
Charles Gagnon
db3a0ef7ac
Trim pathname for link callout file paths ( #15716 )
...
* Don't use pathname for link URLs
* Trim pathname instead
2021-06-15 09:52:27 -07:00
Alan Ren
eea8c61b6e
add config for open after save behavior ( #15675 )
2021-06-10 13:32:05 -07:00
Charles Gagnon
c8ef4ee47a
Promote updated width parameter for createModelViewDialog to stable ( #15648 )
2021-06-09 12:28:12 -07:00
Alan Ren
d91660b66f
fix the input box validation ( #15634 )
...
* fix the input box validation
* fix one more place
2021-06-08 14:24:50 -07:00
Cory Rivera
a61462a2c0
Improve Undo and Redo functionality for notebook Rich Text editors ( #15627 )
2021-06-08 13:24:58 -07:00
Maddy
d04451985c
Highlight all matches in Notebook on Find ( #15562 )
...
* iterate over every cell and highlight ranges.
* fix yellow for all matches and orange for current
* fix
* avoid duplicate deltaDecorations call
* initialize on declare
2021-06-04 15:45:51 -07:00
Maddy
b490d53284
Add image as attachment on copy/paste into cell ( #15602 )
...
* add pasted image as attachment
* handle duplicate image logic
* replace with regex
* address PR comments
2021-06-04 15:20:18 -07:00
Maddy
ed7521e846
flex style in split mode ( #15612 )
2021-06-03 11:27:48 -07:00
Vasu Bhog
1de05a2339
Fix WYWIWYG Table cell adding new line in table cell ( #15594 )
...
* fixes new line in table cell
* add test and fix for table head
2021-05-28 13:47:50 -07:00
Alan Ren
ddb442f1e1
fix the missing asc/desc icons ( #15593 )
2021-05-27 17:20:48 -07:00
Daniel Grajeda
bf21db99c4
Fix Gridstack DD import ( #15573 )
...
* Gridstack dd native import fix
* Add gridstack package to remote
* Include gridstack to workbench.html and workbench-dev.html
2021-05-27 14:14:32 -07:00
Alan Ren
3946cee33c
fix input box issues ( #15587 )
2021-05-27 09:35:59 -07:00
Maddy
7f6ddc897b
fix css to contain image ( #15574 )
2021-05-26 12:25:13 -07:00
Vasu Bhog
730367494b
Run with Parameters learn more link to use correct format and kernels ( #15547 )
...
* indicate to users correct format and kernels
* add test for unsupported kernel
* replace with enum
2021-05-25 17:39:19 -07:00
Charles Gagnon
399406b732
Update action run return type ( #15568 )
...
* Update action run return type
* fix tests
* Update rest
* Add back null checks
2021-05-25 14:52:39 -07:00
Vasu Bhog
8a0c183114
fix changing kernels from kusto to other kernels ( #15545 )
2021-05-24 13:52:32 -07:00
Cory Rivera
d582a955dd
Add Markdown as a default editing option for text cells ( #15540 )
2021-05-21 10:05:55 -07:00
Alan Ren
cc232f195f
use svg for sorting state icons ( #15546 )
2021-05-20 23:32:45 -07:00
Alan Ren
a5db46b961
add sorting indicator ( #15542 )
2021-05-20 17:07:18 -07:00
Charles Gagnon
2ec720d5b9
Update server tree action contributions ( #15525 )
...
* Update server tree action contributions
* Fix test
2021-05-20 12:41:56 -07:00
Alan Ren
c61c53976a
fix tree view issue ( #15527 )
2021-05-20 09:55:11 -07:00
Alan Ren
4a1537aac7
add margin for checkbox in modelview tree ( #15522 )
2021-05-19 15:50:37 -07:00
Lucy Zhang
43e8fde775
Update Python to 3.8.8 ( #15278 )
...
* update python fwlinks and remove bundle ver
* start fixing path for users with python 36
* prompt user for python version upgrade
* update python path after removing 3.6
* prompt users to upgrade and show pkg warning
* make prompt async
* remove python bundle ver from ML extension
* shutdown python 3.6 before deleting
* check useExistingPython before update prompt
* add dont ask again option
* remove 3.6 after installing 3.8
fix merge conflict
* give option to remove python36
* list user installed pip packages in warning
* create notebook to install pip packages
* update getPythonExePath method and add comments
* clean up code
* add comments
* pr comments
* add comment
* remove option to keep python36
* shutdown active servers before removing python36
* fix error removing old python w/ path change
* update to 3.8.10
* restart sessions for mac/linux
2021-05-19 15:15:07 -07:00
Alan Ren
2e9555f24a
update typing file ( #15518 )
2021-05-19 13:04:26 -07:00
Alan Ren
d36918081a
Inform the user about the config for filtering ( #15510 )
...
* Inform the user about the config for filtering
* comments
2021-05-19 13:03:15 -07:00