Anthony Dresser
5cb9b36329
Add tests for statusmodeselect ( #10235 )
...
* add tests for statusmodeselect
* add another test
2020-05-01 13:52:20 -07:00
Anthony Dresser
92e0b2e130
Rework message panel ( #10177 )
...
* wip
* fix compile
* fix look
* fix hygiene errors
* add back functionality
* fix some issues with accessibility
* proper dispose template
* handle state properly in message panel
2020-04-30 13:49:18 -07:00
Charles Gagnon
0e6117f044
Only filter preview extensions when preview feat disabled ( #10212 )
...
* Filter database preview tabs
* Update comment
* Revert changes - just update comment
2020-04-30 10:46:16 -07:00
AzureDataStudio
f8232be553
fix compile
2020-04-29 21:40:29 -07:00
AzureDataStudio
2a71032284
wrong eslint command
2020-04-29 19:45:35 -07:00
AzureDataStudio
0cae38f8ae
ignore errors
2020-04-29 19:32:06 -07:00
ADS Merger
93f35ca321
Merge from vscode 27ada910e121e23a6d95ecca9cae595fb98ab568
2020-04-30 00:53:43 +00:00
Chris LaFreniere
0a3a0ec80f
Notebooks: Support User-Installed Kernels ( #10194 )
...
* Fixes for attach to. Still need to update cache
* Don't have jupyter hardcoded
* Handle DOTNET_ROOT env var
* Fix on load
* Put behind feature flag
* Cleanup
* Error check
* PR feedback
2020-04-29 10:34:27 -07:00
Charles Gagnon
793f189a83
Add CSSStyles to containers ( #10199 )
2020-04-28 16:57:03 -07:00
Charles Gagnon
750f6e6559
Fix properties container and overflow actionbar styles ( #10180 )
...
* Fix styles
* Undo bold
2020-04-28 16:27:07 -07:00
Chris LaFreniere
98f3f57f77
Improve code selection and undo, add tests ( #10160 )
2020-04-28 16:26:23 -07:00
Chris LaFreniere
fb1fbb214d
Notebook Cell Magic Mapper Tests ( #10172 )
...
* cell magic mapper tests
* Add space in description for test
2020-04-28 16:18:55 -07:00
Kim Santiago
11f6790630
Add support for target location in tasks ( #10179 )
...
* Add support for target location in tasks
* bump sqltoolsservice to get addition of targetLocation to TaskNode
2020-04-28 15:35:40 -07:00
Alan Ren
4ec281313f
extend the ListDatabasesRequest to allow more information to be returned ( #10186 )
...
* database detail
* revert sts change
* reuse databaseInfo interface
2020-04-28 13:32:19 -07:00
Charles Gagnon
7b6d24c3c6
Fix tasks pane styling ( #10188 )
2020-04-28 09:44:43 -07:00
Alan Ren
5aa8894686
server dashboard databases tab update ( #10159 )
...
* databases tab
* move icon to common-icons
2020-04-27 12:37:04 -07:00
Chris LaFreniere
e9339bb0d5
Cleanup and clientSession uncomment ( #10162 )
2020-04-27 11:07:35 -07:00
Barbara Valdez
8370a24f8c
Test content manager ( #9942 )
...
* Add tests
* Address comments, will add more tests on next PR
2020-04-27 10:59:52 -07:00
Maddy
4a87a12ac2
added more tests ( #10161 )
...
* added more tests
* typo fixes
* removed unused func
* added an extra assert
* fix typo
2020-04-26 23:34:53 -07:00
chgagnon
e8959214fb
Fix query history styles
2020-04-24 14:04:18 -07:00
Anthony Dresser
89cf3ff515
fix panel issues
2020-04-24 14:03:48 -07:00
Anthony Dresser
6cd2d213ca
fix eslint issue
2020-04-24 14:03:38 -07:00
Anthony Dresser
a1930bdc59
fix formatting
2020-04-24 14:03:37 -07:00
ADS Merger
7f1d8fc32f
Merge from vscode 2e5312cd61ff99c570299ecc122c52584265eda2
2020-04-24 14:03:37 -07:00
Charles Gagnon
a018058169
Remove properties widget height calculations ( #10152 )
...
* Remove height calculations
* Remove custom height setting
* Fix compile errors
2020-04-24 11:36:45 -07:00
Chris LaFreniere
7633c810aa
First tests for notebook markdown transformer ( #10072 )
...
* First tests for markdown toolbar
* Fix loader issues
* PR Feedback
2020-04-23 21:24:15 -07:00
Alan Ren
6a02287dc6
fix server/database dashboard content scroll ( #10138 )
...
* implementation-1
* updates
2020-04-23 21:21:23 -07:00
Charles Gagnon
b1081bb610
Fix some missed property name updates ( #10135 )
...
* Fix some missed property name updates
* Undo css addition
* Remove css
2020-04-23 07:44:16 -07:00
Charles Gagnon
7bd1dfdf0f
Move loading component out of common properties component ( #10134 )
2020-04-22 17:36:21 -07:00
Charles Gagnon
8311c3985d
Add PropertiesContainer ModelView component ( #10115 )
...
* Add PropertiesContainer ModelView component
* Switch to component
* Remove unneeded interface
* Update names
* Fix names
2020-04-22 16:29:46 -07:00
Charles Gagnon
a4ae2ca65f
Move properties container and loading spinner to common components ( #10058 )
...
* Move properties container and loading spinner to common components
* Fix compile error
* Fix tests
2020-04-21 09:36:47 -07:00
Chris LaFreniere
4f1d4276a0
Check for file scheme in linkhandler ( #10090 )
2020-04-20 17:18:38 -07:00
Amir Omidi
15e592647e
Revert "Create new row upon focus on last row ( #9046 )" ( #10039 )
...
This reverts commit 6b9184aa15 .
2020-04-20 14:26:17 -07:00
Hale Rankin
6f066e90ef
Notebook UI - Fixes navigation offset ( #10067 )
...
* Addresses bug: 10062. Replaced scrollTop with getBoundingClientRect.top minus the combined height of the top tabs and action bar.
* Setting initial value of chrome offset, and checking for existence of both tool bars before getting their heights.
2020-04-17 22:20:27 -07:00
Charles Gagnon
cb26c1c409
Fix arrow alignment for connection dialogs ( #10064 )
2020-04-17 19:11:41 -07:00
Barbara Valdez
6200075624
Fix relative paths on anchor links ( #9958 )
...
* Fix relative links in notebooks
2020-04-17 16:12:07 -07:00
Charles Gagnon
5304d65586
Fix logging for angular bootstrapping errors ( #10059 )
2020-04-17 14:51:44 -07:00
Charles Gagnon
ea310ff15d
Move helper functions into DOM ( #10051 )
...
* Move helper functions into DOM
* Add tests and comments
2020-04-17 13:21:35 -07:00
v-bbrady
b02a5f9e49
Fixes video and admin pack images ( #10038 )
...
* fixes the video images not showing when a 2nd welcome page is opened, and replace the admin pack image
* deletes unused image
* hardcodes video image src into html
* removes dead code
* embeds require.toUrl in markup
2020-04-17 09:45:10 -07:00
Maddy
9a5f5d224f
added proper check ( #10032 )
2020-04-17 09:18:40 -07:00
Hale Rankin
b568b8509d
UI - Markdown toolbar now behind preview flag ( #10024 )
...
* Adding enablePreviewFeatures check before showing the new toolbar.
* Removed unused code.
* Added hook to trigger onDidChangeConfiguration -- this makes the UI change after user has checked or unchecked, without having to restart the app.
* Initializing the component with the current config value of enablePreviewFeatures.
2020-04-16 20:55:58 -07:00
Kim Santiago
530ec8c19d
Update dashboard properties widget style for Reflow ( #9976 )
...
* layout properties in 2 columns
* fix height after collapsing
* update with reflow values
* set height better
* cleanup
* fix crashing when resizing while properties widget is loading
* Switch to grid layout
* Only two columns max
* Update comment
* Undo color change
* Cleanup
* Fix test
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2020-04-16 20:23:35 -07:00
Alan Ren
04ec347eeb
fix clipping issue ( #10020 )
...
* fix clipping issue
* remove hardcoded height
2020-04-16 15:59:26 -07:00
Anthony Dresser
5b19fe7c67
Revert "Stop executing the same code three times ( #9835 )" ( #10026 )
...
This reverts commit 97108bdeea .
2020-04-16 14:54:25 -07:00
v-bbrady
e8bc6f8f6b
Welcome responsive container ( #9946 ) ( #9870 )
...
* adds responsiveness to the left navigation pane
* fixes style
* removes color from css
* updates style
2020-04-16 12:49:38 -07:00
Chris LaFreniere
51f47fbdee
Bring back hover buttons for adding cells ( #10012 )
2020-04-16 11:22:29 -07:00
Charles Gagnon
f44e78aef4
Add typing for TabbedPanelLayout and set defaults ( #9955 )
...
* Add typing for TabbedPanelLayout on withLayout and set appropriate defaults
* Move enum def
2020-04-15 16:42:42 -07:00
v-bbrady
3566da328a
Fix duplicating list on extension pack ( #9992 ) ( #10003 )
...
* makes the preview button hover state stay active when hovering over tooltip
* fixes the duplicating list on the extension pack when a 2nd welcome page tab is opened
2020-04-15 16:36:48 -07:00
Amir Omidi
5089b5c8bd
Replace with the minified version of plotly ( #9840 )
2020-04-15 16:24:16 -07:00
Amir Omidi
97108bdeea
Stop executing the same code three times ( #9835 )
...
* Stop executing the same code three times
* Remove one more extra call
2020-04-15 13:56:12 -07:00