Alan Ren
d8980ea711
custom home tab sample ( #16965 )
...
* add sample for custom home tab
* revert unexpected changes
2021-09-01 16:45:08 -07:00
Chris LaFreniere
502feba76d
Hide suggest widget on cell execution ( #16895 )
...
* Hide suggest widget on cell execution
* Also hide for query editor
* Fix compile issue with tests
2021-09-01 16:27:08 -07:00
Charles Gagnon
45e251c0d6
Add test ( #16953 )
2021-08-31 15:58:19 -07:00
Daniel Grajeda
e02ae0865a
Notebook Views Insert Cells Modal ( #16836 )
...
* Add html-to-image package
* Add image card type
2021-08-31 13:11:21 -07:00
Cory Rivera
0082031f97
Replace deprecated assert functions in test files. ( #16945 )
2021-08-31 09:04:17 -07:00
Vasu Bhog
529e4fe0de
Fix ADS Web notebook cross linking ( #16926 )
...
* fix cross linking files
* use host location instead
2021-08-30 15:43:16 -07:00
Alex Ma
abd6cd701c
Moved items around to handle new untitledQueryEditorInput location ( #16914 )
...
* moved items around to handle new untitledQueryEditorInput location
* added editor inputs to constants.
* added interface for untitledQueryEditorInput
* added IUntitledQueryEditorInput
* Revert "added IUntitledQueryEditorInput"
This reverts commit 67955eb289458e7ac4e7e5ce0ee077f38ed82a2c.
* Revert "added interface for untitledQueryEditorInput"
This reverts commit 88552dbd811b643fd51d5d21f4571b677d7bfc73.
* Revert "Revert "added interface for untitledQueryEditorInput""
This reverts commit 13a89c40e4cb0a3fa495f5b150c066892387e509.
* Revert "Revert "added IUntitledQueryEditorInput""
This reverts commit 8b2258ab49275a271a39036ea1734feca98ee753.
* added extends for IUntitledQueryEditorInput
* added casting in editorGroupView
* Revert "added casting in editorGroupView"
This reverts commit 61500ea43690b08ba2393808a8d118abc60da4ac.
2021-08-30 09:43:19 -07:00
Lucy Zhang
ea5f9091d1
add horizontal scroll bar to output ( #16918 )
2021-08-27 11:42:02 -07:00
Karl Burtram
a0f3d0873b
Enable scripting for triggers and other objects ( #16885 )
...
* WIP 1
* Add parentName to azdata
* Add some additional types for scripting
* Add parent type name to support view subobjects
* bump dependencies and address review comments
2021-08-26 14:43:36 -07:00
Charles Gagnon
0aede16aaa
Fix duplicate editor windows on reload ( #16893 )
2021-08-25 20:07:58 -07:00
Cory Rivera
cb7b7da0a4
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 ( #16569 )
2021-08-25 16:28:29 -07:00
Charles Gagnon
fe1f8fb2f3
Add setting for enabling using new markdown renderer ( #16864 )
...
* Add setting for enabling using new markdown renderer
* Use const
* Fix circular dependency
* Default setting to false
2021-08-25 12:43:32 -07:00
Charles Gagnon
2e92a903c7
Remove optimized table setting ( #16857 )
...
* Remove optimized table option
* comment out
* completely remove
* one more
2021-08-23 14:17:34 -07:00
Lewis Sanchez
02dbac3b5f
Enable Azure Data Studio's database selector to behave like SSMS' ( #16681 )
...
* Enable Azure Data Studio's database selector to behave like the one in SSMS
* Revert "Enable Azure Data Studio's database selector to behave like the one in SSMS"
This reverts commit d146eef998a3192f76df80794a31a45c8be7f786.
* Database selector auto commits selection
* Adds comment explaining change
* Auto commits selected database on blur
* Confirms db name changed before committing db selection
* Moves changed db check to selected database method
* Makes use of dbName instead of having to get value from dropdown
* Code review change
2021-08-23 11:26:33 -07:00
Lucy Zhang
1aee3498bc
Filter plugin: don't set columns if auto size column plugin is also on ( #16833 )
...
* don't rerender columns if autosize plugin is on
* add comments
* pr comments
* pr comments
* pr comments
* add comment
2021-08-23 08:32:30 -07:00
Daniel Grajeda
ed280cb003
Add html-to-image library ( #16845 )
...
For use by the Notebook Views insert cells modal
2021-08-20 17:18:23 -07:00
Daniel Grajeda
640c6f30f4
Notebook views UI 2 ( #15865 )
...
Provide access to the Notebook Views UI. Feature is hidden behind a feature flag.
Co-authored-by: rkselfhost <rkselfhost@outlook.com >
2021-08-17 14:15:28 -07:00
Charles Gagnon
82576e54a4
Add more marked.js tests ( #16800 )
2021-08-17 14:02:18 -07:00
Alan Ren
f2499fb01b
enable task cancellation for wizard operation ( #16804 )
2021-08-17 13:15:50 -07:00
Alan Ren
2e2e6e2767
remove special case ( #16779 )
2021-08-16 10:47:39 -07:00
Aditya Bist
2f8e2f3132
Synapse query editor dropdown fix ( #16684 )
...
* formatting
* update comment
* format doc
* fix connection test
* remove unused imports
* test server info mock
* try with mocks
* add server info check for tests
* added logic for corner case
2021-08-12 12:28:55 -07:00
Charles Gagnon
0f3be7dabc
Fix title icons ( #16750 )
2021-08-12 10:59:54 -07:00
Daniel Grajeda
10ee4f2d7c
Notebook Views Actions fix for ADS Web ( #16707 )
2021-08-11 13:19:02 -07:00
nasc17
7c9eaeea3c
PostgreSQL extension Accessibility issues ( #16620 )
...
* 1276734
* Set role to list
* Pr changes
* Set width to be a constant
* Remove minwidth
* Update button plugin
* Fix operators
* Pr
2021-08-10 09:22:00 -07:00
Lucy Zhang
9f761c44c4
Add incremental grid loading option to notebooks ( #16577 )
...
* render grids incrementally
* add loading spinner
* fix loading animation
* move rendergrids to notebook editor component
* add setting for incremental grid loading
* check configuration
* just use setTimeout to queue grids
* remove extra line
* add setter/getter for isloading
* add comment
2021-08-05 13:44:26 -07:00
Charles Gagnon
d189805bcc
Add marked.js parse differences tests ( #16554 )
...
* Add marked.js parse differences tests
* cleanup
2021-08-04 09:07:24 -07:00
Daniel Grajeda
0567141bc4
Notebook Views Actions ( #16207 )
...
This adds the actions currently needed by the views
2021-08-03 22:52:27 -07:00
Daniel Grajeda
e2dd257fa9
Add Notebook Views dropdown ( #16228 )
...
This adds the entry point to NVs. It is currently hidden behind a feature flag, which can be enabled in the settings.
2021-08-03 21:15:11 -07:00
Vasu Bhog
179678b495
Refactor Notebook Link Handling ( #16473 )
...
* add keep absolute paths instead convert setting
* update tests/config
* refactor links in NotebookLinkHandler
2021-07-30 19:20:38 -07:00
Vasu Bhog
788c84a1ee
fix email else condition ( #16491 )
2021-07-29 18:37:06 -07:00
Aasim Khan
0bbbb91adf
Trying to fix the scrollbar bug ( #16477 )
2021-07-29 10:19:28 -07:00
Cory Rivera
63a65f5821
Remove quotes from inserted markdown links ( #16457 )
2021-07-27 16:40:20 -07:00
Charles Gagnon
2d8e0d648a
Fix SQL/Notebook editors opening as plaintext ( #16442 )
...
* Register overrides at startup
* Always wait for extensions
* Fix compile errors
2021-07-27 13:46:16 -07:00
Vasu Bhog
151522013f
Notebook Markdown email rendering fix ( #16417 )
...
* fix email WYSIWYG rendering
2021-07-23 15:24:34 -07:00
Charles Gagnon
66c62fcce3
Fix relative path check in HtmlMarkdownConverter ( #16192 )
2021-07-23 12:33:45 -07:00
Daniel Grajeda
fd954ddcb2
Plotly output resize ( #16313 )
...
Allow plotly to resize based on the size of the output itself, not only when the window is resized. This allows cells in Notebook Views to adjust based on resize.
2021-07-21 21:06:26 -07:00
Daniel Grajeda
c5c7ca019d
Notebook Views autodash feature ( #16238 )
...
The autodash feature in notebook views creates an initial grid layout for users when a view is created. It is intended to reduce the effort required by the user to start editing their view. Instead of displaying every cell and stacking them vertically like the default notebook layout, we use guidelines to determine which cells are worth displaying and how to arrange them.
2021-07-21 20:46:58 -07:00
Daniel Grajeda
87633faaa4
Allow action bar to be hidden on Plotly tables ( #16178 )
...
Allow action bar to be hidden on tables
2021-07-21 15:59:15 -07:00
Justin M
ba6359e1ff
Fixed actions in scripting.contribution.ts for Azure Monitor ( #16158 )
2021-07-20 15:36:13 -07:00
Aasim Khan
3ce6f9e78c
adding cpu count and ram to server info ( #16109 )
2021-07-20 09:56:52 -07:00
Barbara Valdez
f17689319c
Revert to previous markdown renderer ( #16246 )
...
* Add marked files under sql/base/common
2021-07-16 17:51:53 -07:00
Alan Ren
ee0896ea5d
use modal confirmation dialog ( #16247 )
2021-07-16 16:40:13 -07:00
Vasu Bhog
63e97caa94
Fix Windows WYSIWYG linking issue (switching to splitview and resolving links in WYSIWYG) ( #16133 )
...
* fix relative links not correctly formatted due to marked js
* logic in one place
2021-07-16 13:27:45 -07:00
Alan Ren
eed792f3db
fix keyboard focus issues ( #16206 )
2021-07-16 13:27:15 -07:00
Charles Gagnon
8faa0cf0e2
Update compile pipeline and fix eslint ( #16129 )
...
* Update pipelines
* eslint
* Fix layering
* update tsec exemption
2021-07-14 14:43:23 -07:00
Aditya Bist
5524a3659c
Secondary actions ( #16122 )
...
* data menu shows up
* clean up code
* remove dead code
* string literal
* add menu item instead
* remove unused code
2021-07-14 12:35:10 -07:00
Vasu Bhog
27823e9900
Fix CalloutDialog not opening after bad link ( #16051 )
...
* fix null parentNode
2021-07-09 09:01:48 -07:00
Charles Gagnon
8f202d91b6
editorReplacer -> editorOverride ( #16041 )
...
* editorReplacer -> editorOverride
* Update lifecycle phsae
* add back input factories
* Add comment
* add back tests
* comments
* fix log
* comments
2021-07-09 08:46:50 -07:00
Alan Ren
c5893a488f
toolbar separator overlapping with other items ( #16012 )
...
* separator overlapping with other items
* Update notebook.css
2021-07-07 14:44:41 -07:00
Lucy Zhang
f8c4d332bb
add height css ( #16026 )
2021-07-07 13:49:33 -07:00