Aditya Bist
90868bc0ad
fixed css for font family ( #15119 )
2021-04-13 18:37:55 -07:00
Alan Ren
c2d2cf5a82
limit the data size for chart rendering ( #14949 )
...
* limit the rows feed to charts
* add telemetry and option to hide
* fix typo
* updates
* comments
* notebook fix
2021-04-02 19:36:10 -07:00
Charles Gagnon
5151f337bc
Log full stack trace for editor opened errors ( #14932 )
...
* Log full stack trace for editor opened errors
* space
* Actually print name
2021-03-31 13:13:41 -07:00
Kim Santiago
af4ad1fcb1
fix revealFileInOS command ( #14913 )
2021-03-30 15:11:48 -07:00
Alan Ren
45fd89d6da
radio button outline style ( #14811 )
2021-03-19 20:06:57 -07:00
Charles Gagnon
1c671676bf
Disable auto sync service ( #14677 )
...
* Disable auto sync service
* skip tests
2021-03-11 17:28:01 -08:00
Aasim Khan
50ac3b0fdf
Fixing welcome page tour. ( #14640 )
...
* Fixing the icon names
* Fixing settings card position
* getting icon selectors from their source
* Changing var name from dataExplorer to dataExplorerId
2021-03-10 15:55:31 -08:00
Aditya Bist
46f805a8be
fix a few more tags ( #14648 )
2021-03-10 15:10:08 -08:00
Charles Gagnon
c33116c625
Remove Online Services Settings option ( #14624 )
2021-03-09 17:20:07 -08:00
Karl Burtram
1167e247af
Fix hover tooltips ( #14561 )
2021-03-04 17:38:59 -08:00
Alan Ren
99d46917e8
remove refreshNode method ( #14552 )
...
* remove refreshNode method
* fix issue with finding required node handles
2021-03-04 15:15:15 -08:00
Kim Santiago
9cfba8e8e0
Reload ADS when data-workspace extension opens a workspace ( #14540 )
...
* reload ADS when workspace is entered
* move reloading so that reload also happens for file save workspace as commands
* fix build error
2021-03-04 13:40:13 -08:00
Aditya Bist
2a125ee43b
normalize sql carbon tag ( #14445 )
2021-02-25 13:32:12 -08:00
Chris LaFreniere
f528ffea9b
Hide Open in Editor for notebook search ( #14356 )
...
* Hide Open in Editor for notebook search
* Add type to new parameter
2021-02-19 11:05:02 -08:00
Charles Gagnon
56d2f6b497
Fix extension recommendations ( #14275 )
...
* Fix extension recommendations
* revert header
2021-02-12 13:00:48 -08:00
Karl Burtram
7739f25f7f
Turn back on Linux CI test validation ( #14241 )
...
* Turn on Linux CI test validation
* Add checks around a code block raising exceptions in unit tests
* Bump node version to 12
* Add check around classList add
2021-02-11 18:59:40 -08:00
Charles Gagnon
49a989ac14
Remove AutomaticPortForwarding service ( #14248 )
...
* Remove AutomaticPortForwarding service
* fix hygiene
2021-02-11 07:27:32 -08:00
Karl Burtram
a226c75d8c
Fix typo in extension manager CSS file ( #14230 )
2021-02-09 20:38:00 -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
Monica Gupta
397354ebc3
Copy clipboard command in ADS (html/plain text supported) ( #13527 )
...
* draft commit
* few changes
* Changes to copy query with results in plain and html formatting
* undo changes
* undo unintended change
* remove comments
* Addressed comments
* Some clean up
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-11-25 21:08:29 -08:00
Karl Burtram
8b40e8e4bf
Update insider icons ( #13281 )
...
* Update insider icons
* Update welcome page icon
* Update distro
2020-11-06 13:27:43 -08:00
Aasim Khan
415a20f9f7
Adding custom focus outline-offset for checkboxes ( #13229 )
...
* adding focus outline styling for checkboxes
* Merge pull request #110038 from aasimkhan30/aasim/fix/checkboxOutline
Added outline offset to checkbox to make focus visible.
* Revert "adding focus outline styling for checkboxes"
This reverts commit 1f9de7a00f7e947725e9e935d0be5bca2d662600.
Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com >
2020-11-05 14:44:16 -08:00
Aditya Bist
6b2c409cff
Feature: Tasks (core) ( #12184 )
...
* initial
* string sanitize
* hygiene
* build task
* added build task
* hygiene
* initial tasks view
* finished tasks
* add sql carbon tags and undo changes
* remove task message
* fix tasks tests
* removed extension stuff
* add problem matcher
* remove extra space
* undo extension changes
* add problem matcher to mssql
2020-11-04 13:07:20 -08:00
Charles Gagnon
66da2a46c5
Add support for "More Actions" column in Resource Viewer ( #13093 )
...
* Add support for "More Actions" column in resource viewer
* update provider
* remove import
* Use menu contribution and make actions column always show
* cleanup
* move context menu anchor
* Comments
2020-10-29 10:50:27 -07:00
Alan Ren
79800902db
enable filtering, account node context menu and introduce flat account tree node ( #13066 )
...
* add search box
* switch back to the traditional azure tree
* Revert "switch back to the traditional azure tree"
This reverts commit 7904b9cd599591e94412ec79da23590068de46b6.
* flat account tree node and filtering
* add comment
* context menu
* fix test
* handle disposable
* add logging
2020-10-26 17:00:44 -07:00
Anthony Dresser
9fdb5037bc
Connection Browse Tab ( #12222 )
...
* add browse tab and flat tree provider for azure
* fix tests
* add comment
* fix build errors
* fix test cases
Co-authored-by: Alan Ren <alanren@microsoft.com >
2020-10-13 14:58:09 -07:00
Christopher Suh
6ff1e3866b
Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 ( #12295 )
...
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3
* Fix test build break
* Update distro
* Fix build errors
* Update distro
* Update REH build file
* Update build task names for REL
* Fix product build yaml
* Fix product REH task name
* Fix type in task name
* Update linux build step
* Update windows build tasks
* Turn off server publish
* Disable REH
* Fix typo
* Bump distro
* Update vscode tests
* Bump distro
* Fix type in disto
* Bump distro
* Turn off docker build
* Remove docker step from release
Co-authored-by: ADS Merger <andresse@microsoft.com >
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2020-10-03 11:42:05 -07:00
Barbara Valdez
b110e4dea1
In-Viewlet Notebooks Search ( #12455 )
...
* fix search
* Add sql carbon tags to vs files
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: abist <adbist@microsoft.com >
2020-09-19 14:38:27 -07:00
ADS Merger
6718c7565d
Merge from vscode 892353d48e17303de203bb5071f21ea69573367d
2020-09-05 03:17:42 +00:00
Anthony Dresser
704222b8d7
remove some vscode differences ( #12146 )
2020-09-04 18:04:30 -07:00
Anthony Dresser
b1ce53ade3
Merge branch 'ads-main-vscode-2020-09-03T02-34-50' into main
2020-09-03 19:05:37 -07:00
Charles Gagnon
1b4f6f8934
Add Data Grid Provider API ( #12097 )
...
* Add RegisterResourceDataProvider API
* Change to data grid provider
* fixes
* updates
2020-09-03 17:55:25 -07:00
Anthony Dresser
4eb98a9dcc
fix hygiene
...
remove sqllint for now
fix hygiene
Revert "remove sqllint for now"
This reverts commit 981ff90b9a5bbf3710d0f0ce58a8b67a92fe64eb.
distro
update smoke version
fix default theme
2020-09-03 16:27:59 -07:00
ADS Merger
a63578e6f7
Merge from vscode 7eaf220cafb9d9e901370ffce02229171cbf3ea6
2020-09-03 16:27:57 -07:00
Charles Gagnon
e6d250c640
Base resource viewer editor ( #12039 )
...
* Base resource viewer editor
* Use table more directly
* Dispose listeners
* Fix strict compile
* undo
* More strict fixes
* Remove theming logic
* comments
* more fixes
* cleanup
* Remove actions contribution
2020-09-02 13:02:58 -07:00
Anthony Dresser
8d88791a0b
fix hygiene
...
fix compile errors
fix build; disable a bunch of failing tests
update smoke extension
fix modals
fix icons
2020-08-31 12:35:57 -07:00
ADS Merger
4ad73d381c
Merge from vscode ad407028575a77ea387eb7cc219b323dc017b686
2020-08-31 12:35:56 -07:00
Anthony Dresser
f4f4271115
disable telemetry permently in web ( #11918 )
2020-08-21 17:14:01 -07:00
Anthony Dresser
9327624930
Add more to strict nulls ( #11871 )
...
* add more to strict nulls
* maintain error handling properly
* fix lint
2020-08-19 18:38:34 -07:00
Alan Ren
a3ae2df0ce
support aria-expand for actions ( #11869 )
...
* support aria-expand for actions
* update text
2020-08-19 14:18:52 -07:00
anjalia
28aa9b7912
Adding Link to ADS Extension Generator Documentation in Extensions Menu ( #11785 )
...
* Link to the extension generator documentation in the extension menu
* Moving actions to correct files
* Reverting changes to imports in vs folder
2020-08-13 18:28:57 -07:00
Anthony Dresser
8cf82c1f8b
Azure pane in connection dialog ( #11736 )
...
* azure pane in connection dialog
* fix layering
* fix issues
* fix test
* more test fixes
* add back double click to connect for non-contributed views
2020-08-13 17:02:42 -07:00
Anthony Dresser
a69b4bf662
Add check for disable telemetry when showing opt out ( #11796 )
...
* add check for disable telemtry when showing output
* remove previous fixes for smoke tests
* fix compile
* continue on error for smoke tests
2020-08-13 16:57:05 -07:00
Charles Gagnon
6e26261149
Move rest of DE actions into package contributions ( #11755 )
...
* Move rest of DE actions into package contributions
* Add sql-database-projects import
2020-08-11 15:37:03 -07:00
Charles Gagnon
aecb0efbc0
Fix up data explorer contributed actions on OE nodes ( #11685 )
...
* Fix up data explorer contributed actions on OE nodes
* sql carbon edit
* add Database node
2020-08-11 10:25:38 -07:00
Karl Burtram
4c4c22331d
Add welcomePageWithTour to startupEditor check ( #11702 )
2020-08-06 20:49:35 -07:00
AzureDataStudio
7fbc37058b
Merge branch 'ads-main-vscode-2020-08-06T07-08-45' into main
2020-08-06 13:50:20 -07:00
Maddy
adacbdc4cf
Fix/save defaults to txt ( #11623 )
...
* regression fix from vscode merge
* pass language not mode for getting the extension
* fix compile errors on vscode.
* case sensitive update
2020-08-06 10:17:58 -07:00
ADS Merger
540046ba00
Merge from vscode cfbd1999769f4f08dce29629fb92fdc0fac53829
2020-08-06 07:08:52 +00:00
Christopher Suh
aa151b280f
Added Column folder drag & drop ( #11595 )
...
* wip
* working folder drag/drop
* helper method
* cleanup
* cleanup
* cleanup
* added view
* helper method for nodeTypeId
* made method static for access from editordroptarget
* pr changes
2020-08-04 20:49:21 -04:00