Alan Ren
756454efa9
add support to accept visualization options ( #14254 )
...
* allow query provider to specify visual options
* make it reusable
* add comment
* fix error
* null check
2021-02-11 15:40:45 -08:00
Chris LaFreniere
e4c5af2663
Fix notebook views ( #14249 )
2021-02-10 16:24:12 -08:00
Charles Gagnon
d78d89e326
Fix race condition in account management ( #14218 )
2021-02-09 22:40:46 -08:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
6f192f9af5
Fix ModelView addItem/withItem ordering ( #14205 )
2021-02-09 08:37:30 -08:00
Alan Ren
a3cddbc8aa
align with portal button style ( #14187 )
...
* align with portal button style
* fix welcome page
* image button
* more fixes
* use withProperties
* add comment back
* add border radius
2021-02-08 15:12:54 -08:00
Lucy Zhang
c1bfed836b
add multi_connection_mode unit test ( #14195 )
2021-02-08 12:14:28 -08:00
Alan Ren
e45fb010d3
toolbar ( #14188 )
2021-02-08 10:52:43 -08:00
Charles Gagnon
86aa24e198
Fix service dependency startup warning ( #14180 )
...
* Fix service dependency startup warning
* fix tests
2021-02-06 15:01:16 -08:00
Maddy
63f9be6b5f
Fix/navigating find results on html elements ( #14079 )
...
* highlight current range in the marked html
* find ranges on textContent not innerHtml
* add comment
* highlight all and mark the specific in orange
* register highlights in color themes
* fix the closure on the last style
* undo delete locproj file
* add comment
* undo format on locProj file
2021-02-05 20:50:01 -08:00
Lucy Zhang
67829af0c5
Notebooks: add multi_connection field to notebook metadata ( #14097 )
...
* add multi_connection to nb metadata
* address PR comments
* pr comments
* adsd notebookmetadatakeys object
* pr comments
* use isUUID util method
2021-02-05 13:46:31 -08:00
Aasim Khan
71d9c91551
Removing other changes ( #14163 )
2021-02-04 18:47:59 -08:00
Barbara Valdez
cce8a961ac
Fix decorations for modified notebooks in Books View ( #14152 )
...
* Tree item resource uri should be the root when it's a book and notebook path for notebooks
2021-02-03 18:17:08 -08:00
Charles Gagnon
3a89731036
Add version to azdata api ( #14155 )
2021-02-03 17:56:01 -08:00
Charles Gagnon
395dfd6c52
Add setFilter to DeclarativeTableComponent ( #14143 )
...
* Add setFilter to DeclarativeTableComponent
* fix tests
* Update param name
2021-02-03 12:18:36 -08:00
Alan Ren
52a642f351
apply css style at the right element ( #14144 )
...
* apply css style at the right element
* make mergeCss protected
2021-02-03 10:27:12 -08:00
Chris LaFreniere
0e84dd240b
Notebook Cell Conversion Language Fixes ( #14120 )
...
* Cell language override fixes
* PR feedback
2021-02-01 14:21:24 -08:00
Justin M
8f5dc1526a
Initial commit for dSTS Auth ( #13802 )
...
* Initial commit for dSTS Auth
* Removed getDstsToken from accountManagementService. Renamed azureAccount to token.
* Renamed dstsToken to _token in connectionWidget
* Code Review Feedback. Renamed token to authToken in onFetchDatabases.
* Removed dsts options from Kusto package.json
2021-02-01 10:48:16 -08:00
Alan Ren
15fa03876d
revert the changes ( #14119 )
2021-01-29 16:42:29 -08:00
Lucy Zhang
667c12abdc
Notebooks: Fix Notebook validation Error when opened in Jupyter ( #14110 )
...
* delete transient node for display data
* add comment
2021-01-29 14:40:02 -08:00
Charles Gagnon
dd3fe7b613
Fix error when rendering empty declarative table ( #14102 )
2021-01-29 11:08:43 -08:00
Hale Rankin
5bf1f640e8
Notebook - text cell - minimum height fix ( #14080 )
...
* Adding minimum height to text cell element so whether empty or occupied with a single line of content, the container is the same height.
* Added styles to remove top padding/margin from first child element and set top-padding of container.
* Switch top padding to px value
* Removed line-height and min-height as these are no longer necessary to maintain text-cell height.
2021-01-28 15:52:40 -08:00
Charles Gagnon
c3a00c2cc6
Clean up telemetry keys ( #14093 )
2021-01-28 13:33:12 -08:00
Charles Gagnon
ff6f30505c
Skip adding empty list of items ( #14084 )
2021-01-28 09:08:40 -08:00
Charles Gagnon
45bdf2ed95
Fix tabbed panel error ( #14074 )
2021-01-27 13:07:09 -08:00
Chris LaFreniere
26bb3ca033
WYSIWYG Improvements to Nested Lists ( #14052 )
...
* indent/outdent working properly
* Add tests
* Latest fixes and tests
* PR comments + comments
2021-01-27 12:57:23 -08:00
Charles Gagnon
a04c2f3ba6
Fix resource viewer not showing on insiders builds ( #14063 )
2021-01-26 18:02:36 -08:00
Charles Gagnon
e79a80590a
Add multiple ModelView child items at once ( #14047 )
2021-01-26 15:33:45 -08:00
Maddy
5be2e01632
Notebook Telemetry initial changes ( #13929 )
...
* initial changes
* add ads-telemetry to nb extension
* add aiKey to notebook extension
* add run cell telemetry in cellmodel
* add NbTelemetryAction
* remove source
* remove telemtery for run notebook for now
* fix optional variable call
* addr comments
* changing the dependency package
* revert
* removed webpack config for telemetry compat
* add opentelemetry to externals
Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com >
2021-01-25 09:42:37 -08:00
Alan Ren
d059032dee
new component - infobox ( #14027 )
...
* new component: infobox
* comments
* new option
* add comments
2021-01-22 18:38:10 -08:00
Sai Avishkar Sreerama
0316d9ac57
Adding Dacpac extension telemetry and core wizard/page telemetry updates( #13859 )
...
* Dacpac telmetry code changes
* Removed added spaces
* Generate deployScript accessibility changed back to public
* code review suggessions updates
* dacpac extension tests fixes
* Updated time and filesize methods allowing general return values
* Telemetry code updates
* Dacpac Telemetry potential data loss capture and PII error excluded
* Dacpac telemetry code updates for comments
* Wizard pages navigation telemetry event capture moved to the core
* DacpacTelemetry code updates
* Extension wizard cancel telemetry for data loss
* Dacpac telemetry pagename and small code updates
* final Dacpac telemetry code updates...
2021-01-21 17:00:37 -06:00
Charles Gagnon
07d798c949
Clean up button component disposables ( #14011 )
...
* Clean up button component disposables
* consolidate logic
2021-01-21 12:08:16 -08:00
Charles Gagnon
a96caf82c3
Cleanup model component wrapper event handlers ( #14012 )
2021-01-21 12:07:57 -08:00
Charles Gagnon
f986b8cf78
Fix validation errors ( #14009 )
...
* Fix validation errors
* fix compile
* update return type
2021-01-21 10:40:46 -08:00
Cory Rivera
5f61becd36
Use a minimum cell height to prevent whitespace markdown cells from becoming invisible. ( #14008 )
2021-01-20 16:20:50 -08:00
Charles Gagnon
3cff682ae4
Remove unnecessary addItem from DeclarativeTable component ( #13997 )
2021-01-20 12:35:09 -08:00
Charles Gagnon
1108560780
Clean up a few proposed azdata things ( #14000 )
2021-01-20 11:32:29 -08:00
Aasim Khan
b089d880fc
Fixing radioButton checked status ( #13974 )
...
* Fixing radioButton checked status
* Fixed all kinds of event bugs in radio buttons
* removing uneeded checks
* Fixing the logic for radiobutton onChange event generation for all possible scenarios.
* Made small changes in radioButton logic.
2021-01-19 13:30:45 -08:00
Charles Gagnon
5810623e55
Don't capture query history events until service is started ( #13983 )
2021-01-15 12:54:29 -08:00
Lucy Zhang
8671b6aa5d
Fix redo keyboard shortcut in notebook markdown ( #13967 )
...
* add cmd+y for redo
* add ctrl+shift+z for redo
* remove listener for redo when in markdown mode
2021-01-15 08:24:06 -08:00
Alan Ren
09cce42233
fix tree component and update sqlservices ( #13968 )
2021-01-14 16:26:30 -08:00
Hale Rankin
a44b196a6f
Revised section scrolling logic to fix broken user experience. ( #13926 )
2021-01-14 12:08:55 -08:00
Alan Ren
c39c20cd4b
fix focus trap issue ( #13960 )
2021-01-14 10:35:36 -08:00
Charles Gagnon
452b7d744e
Fix account store silently failing ( #13956 )
...
* Fix account store silently failing
* Combine calls
* undo
2021-01-13 16:06:35 -08:00
Alan Ren
1d42431914
add confirm prompt for some profiler actions ( #13952 )
2021-01-13 15:02:05 -08:00
Lucy Zhang
569be8eb24
Add setting to customize notebook markdown preview line height ( #13923 )
...
* add md preview line height settings
* remove if condition
* listen for configuration change
* change setting description
* only change line height outside of edit mode
* set minimum line height to 1
* combine ondidchangeconfiguration callbacks
2021-01-08 14:45:26 -08:00
Vasu Bhog
df51f35be0
Enable Parameterization via Notebook URI ( #13869 )
...
* Enable Parameterization via Notebook URI
* Add Parameterization and Move notebookModel tests
* minor typos
* parameter typo
* Multiple parameters through uri fix
* Address PR comments and tests fix
* add new injected parameters after original injected parameters
* Add new test to verify notebookURi parameter is injected after both parameter and injected cell
* fix tests
2021-01-08 00:38:33 -08:00
Aasim Khan
5d1b328866
Fixing the checked variable in radio buttons ( #13909 )
...
* Fixing the checked variable in radio buttons
* Emitting the checked state of radio button.
* Adding onChanged event to radioButtons (exposing it)
Deprecating onClick event for radioButtons
Fixing radio button stubs
* Made some type fixes
* Firing event in checked event setter
* updating azdata-test to 1.1 in arc extension
* Some logic fixes in checked setter
* added proper typings and updated package version for azdata-data
* Renamed the event to onDidChangeCheckedState
* Fixed deprecation message
* Fixed broken Schema compare stubs
2021-01-07 23:25:21 -08:00
Alan Ren
6c2e713a92
toggle focus between query and results ( #13928 )
...
* toggle focus between query and results
* focus on tab
* comments
2021-01-07 18:39:31 -08:00
Monica Gupta
4af333d362
Fix for query select command text in manage tab for Kusto tables ( #13916 )
...
* Fix for text in manage tab for Kusto tables
* addressed comment
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2021-01-06 12:59:18 -08:00