Commit Graph
100 Commits
Author SHA1 Message Date
Alan Ren 4a1537aac7 add margin for checkbox in modelview tree (#15522) 2021-05-19 15:50:37 -07:00
Alan Ren 04ede021f3 use local azdata.d.ts for sqlservices (#15520)
* use local azdata.d.ts

* remove unused task
2021-05-19 13:40:35 -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
Alan Ren b3d3906f76 update ads version after release (#15515) 2021-05-19 10:39:52 -07:00
Alan Ren 836550e1b8 May 2021 release updates (#15506)
* Update CHANGELOG.md

* Update README.md
2021-05-19 08:39:18 -07:00
Alan Ren dc42beb237 fix extension commands loc display issue (#15509) 2021-05-18 21:02:10 -07:00
Alan Ren c6a8b80ce5 set flex gap values (#15487) 2021-05-14 13:45:51 -07:00
Alan Ren 8ee8975f17 fix animated svg issue (#15471) 2021-05-13 19:15:57 -07:00
Alan Ren ed40a0b91e remove the filters not applicable to ads (#15409) 2021-05-11 13:57:20 -07:00
Alan Ren 7dca953660 fix line number display issue (#15368) 2021-05-07 18:57:22 -07:00
Alan Ren 24f29ca0a7 bring in latest sqltoolsservice (#15366) 2021-05-07 11:24:41 -07:00
Alan Ren 745c17da0a remove extension from recommended list (#15327) 2021-05-04 16:53:17 -07:00
Alan Ren 0e7bd8a939 add ADS checks back to install extension workflow (#15320) 2021-05-03 20:27:47 -07:00
Alan Ren 088d6353f0 keep title up to date when connection changes (#15306) 2021-04-30 22:41:55 -07:00
Alan Ren 5e39b1c7ed fix secrets api issue (#15300) 2021-04-30 13:27:42 -07:00
Alan Ren a155b9be40 GA connection browse feature (#15295)
* GA connection browse feature

* UPDATE TEXT
2021-04-30 11:29:37 -07:00
Alan Ren c72fdeb019 fix action label vertical alignment issue (#15293) 2021-04-29 18:12:36 -07:00
Alan Ren 2aed4e76e3 error handling for browse azure resources (#15291)
* custom error for throttling

* remove unused imports
2021-04-29 17:06:16 -07:00
Alan Ren 8d482a06e8 fix smoke test failure (#15276)
* add logging

* fix

* remove logging

* comment out code and add comments
2021-04-29 11:36:42 -07:00
Alan Ren e42da81005 connect dialog telemetry (#15267)
* add connection dialog telemetry

* reset source

* add to correct place
2021-04-28 14:44:31 -07:00
Alan Ren 2cf15b51f9 add nowrap to tree label (#15260) 2021-04-28 00:10:48 -07:00
Alan Ren 0ed2a5d431 fix result selection summary issues (#15245) 2021-04-26 23:07:55 -07:00
Alan Ren 1e42f0b923 enable inline actions for connection dialog's browse tab (#15227)
* enable inline actions

* comments
2021-04-26 14:01:00 -07:00
Alan Ren 222d8e12f4 a couple more table filter improvements (#15219)
* a few more fixes

* revert sortcolumn

* fix hygiene error

* add comment
2021-04-23 15:24:07 -07:00
Alan Ren 228a5d8e20 Table Filter improvements (#15207)
* use virutualized list

* comments
2021-04-22 12:03:17 -07:00
Alan Ren 556dd9d2b1 add padding to editable dropdown (#15192) 2021-04-19 23:46:23 -07:00
Alan Ren 1914546553 fix filter not applied issue (#15186) 2021-04-19 13:46:17 -07:00
Alan Ren 0a707c2b96 remove the preview flag check for tabs (#15155) 2021-04-15 16:11:50 -07:00
Alan Ren 4edbd6f3e7 fix the menu not hide issue (#15138) 2021-04-14 16:18:45 -07:00
Alan Ren 9066ea153f trap keyboard navigation (#15134) 2021-04-14 14:09:41 -07:00
Alan Ren 842a33e318 a couple more fixes for table filter (#15121)
* a few fixes

* add comments and fix for non-ideal scenario
2021-04-14 10:20:29 -07:00
Alan Ren 8d098c227d use context view provider to show the filter (#15106)
* use context view provider

* handle promise

* replace .then with .catch
2021-04-13 11:34:26 -07:00
Alan Ren 862ffcf7d2 fix search box issue (#15097)
* fix search box issue

* fix compilation error
2021-04-12 13:05:19 -07:00
Alan Ren 6a55c402a4 declarative table improvement (#15024) 2021-04-07 15:27:47 -07:00
Alan Ren 7fc991b678 fix chart's checkbox option type (#15014)
* fix chart's checkbox option type

* overwrite the useragent margin for checkbox
2021-04-07 10:19:00 -07:00
Alan Ren d8b2df5dbc check whether element is undefined (#14981) 2021-04-05 15:35:39 -07:00
Alan Ren 1a1bcf89c9 redraw table header (#14963) (#14972) 2021-04-05 13:28:51 -07:00
Alan Ren 1dad2f36e3 redraw table header (#14963) 2021-04-05 10:11:53 -07:00
Alan Ren 6b855a9776 fix checkbox and radio button click issue (#14965) 2021-04-05 10:11:39 -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
Alan Ren ef8396f783 fix query plan doc failed to load issue (#14943)
* fix query plan doc failed to load issue

* organize imports
2021-04-01 09:41:41 -07:00
Alan Ren 4c5a4215f8 fix maximum call stack size reached issue (#14878)
* fix maximum call stack size reached issue

* Revert "fix maximum call stack size reached issue"

This reverts commit 178675633032a508ddb5585d1adc4f83bb243f55.

* add a few array operations

* use new push
2021-03-29 12:07:23 -07:00
Alan Ren 94c0795fc7 add 'start migration' action to dashboard toolbar (#14869)
* add 'start migration' action to dashboard toolbar

* localization
2021-03-25 12:36:37 -07:00
Alan Ren 5db6857c49 only return visible elements as focusable (#14864) 2021-03-25 09:49:16 -07:00
Alan Ren f12c8cd5d3 fix issue that user is not able to interact with checkbox in declarative table using keyboard (#14863)
* handle space key press

* correct fix
2021-03-24 19:07:12 -07:00
Alan Ren 2b7535f377 fire selection event when re-entered (#14857) 2021-03-24 16:40:20 -07:00
Alan Ren 92e9a423a0 declarative table fix (#14844)
* declarative table fixes

* reset selectedRow

* use eventHelper
2021-03-24 10:45:43 -07:00
Alan Ren b148b91a9c fix the layout issue (#14850) 2021-03-24 10:03:21 -07:00
Alan Ren 7d94e247f6 card link styles (#14847) 2021-03-23 23:08:49 -07:00
Alan Ren 6c54059f89 query results filtering and sorting (#14833)
* query results filtering and sorting (#14589)

* enable filter

* attach button style

* add hybrid data provider

* make filter and sort work

* fix editor switch issue

* configuration

* fix sort and filter

* add more specific selector

* fix hidden items issue

* update text

* revert text change

* fix copy results issue

* put feature behind preview flag

* comments

* fix tslint error
2021-03-23 11:30:41 -07:00
Alan Ren 45fd89d6da radio button outline style (#14811) 2021-03-19 20:06:57 -07:00
Alan Ren 128d382c91 use label instead of handle for aria label (#14810) 2021-03-19 18:05:10 -07:00
Alan Ren a5d2870344 make tenant list not tab focusable (#14809) 2021-03-19 17:03:30 -07:00
Alan Ren 69d593007e fix contrast issue of view container and view header (#14800)
* bring in vscode colors

* background color
2021-03-19 09:56:33 -07:00
Alan Ren de91969b14 declarative table color (#14775) 2021-03-17 15:32:47 -07:00
Alan Ren 150dec7211 expose the resizable option for table column (#14757) 2021-03-16 15:45:25 -07:00
Alan Ren 7a9de9e708 vbump asde extension (#14720) 2021-03-12 17:26:25 -08:00
Alan Ren f83925ce38 fix vm creation issue (#14691) 2021-03-12 10:53:02 -08:00
Alan Ren c05ba883c4 handle query gallery with tags (#14633)
* handle query gallery with tags

* fix typo
2021-03-09 19:19:48 -08:00
Alan Ren 1d60287795 give more flexibility to the dialog width setting (#14570)
* give more flexibility to the dialog width setting

* one more place
2021-03-05 15:01:29 -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
Alan Ren 36e228ebf7 fix description not provided issue (#14510) 2021-03-02 18:07:40 -08:00
Alan Ren 18bdb0f37d pass in notification service (#14499)
* pass in notification service

* make the parameter required
2021-03-02 13:39:31 -08:00
Alan Ren a378a52b33 fix sorting issue in azure resource grid (#14459) 2021-02-26 10:30:48 -08:00
Alan Ren b28e845506 fix multiple button issue (#14443) 2021-02-25 13:23:56 -08:00
Alan Ren 48c456709e limit the digits after decimal point (#14422) 2021-02-24 13:07:37 -08:00
Alan Ren 561242a0d9 implement styler for infobutton (#14396)
* implement styler for infobutton

* comments

* one more comment
2021-02-23 13:28:48 -08:00
Alan Ren e266bbd562 fix the dashboard toolbar not load issue (#14397) 2021-02-23 09:43:04 -08:00
Alan Ren eb58cd74e7 add attach styler for modal dialog footer buttons (#14395) 2021-02-23 09:40:10 -08:00
Alan Ren 289dd3ba65 fix a few issues (#14378) 2021-02-21 17:58:39 -08:00
Alan Ren 83da03a728 selected cell summary for status bar (#14358) 2021-02-19 11:29:04 -08:00
Alan Ren 30f55be67d fix the header filter plugin issue (#14333) 2021-02-18 00:10:41 -08:00
Alan Ren 56a6557c6e show page first and then do the layout (#14307) 2021-02-16 14:41:39 -08:00
Alan Ren 54facabde3 remove the dirty flag (#14292) 2021-02-13 19:01:26 -08:00
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
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
Alan Ren e45fb010d3 toolbar (#14188) 2021-02-08 10:52:43 -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
Alan Ren 15fa03876d revert the changes (#14119) 2021-01-29 16:42:29 -08:00
Alan Ren 23999951d0 vbump server-report extension (#14099)
* vbump

* fix url
2021-01-28 15:50:47 -08:00
Alan Ren c16aee760f move server report ext to extensions (#14087)
* move server report ext to extensions

* limit the size of data

* comments
2021-01-28 13:23:30 -08:00
Alan Ren db8d06d628 update the email address (#14076) 2021-01-27 14:44:55 -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
Alan Ren 09cce42233 fix tree component and update sqlservices (#13968) 2021-01-14 16:26:30 -08:00
Alan Ren b6c80557ba handle azure account load error (#13940)
* handle azure account load error

* comments
2021-01-14 10:40:31 -08:00
Alan Ren c39c20cd4b fix focus trap issue (#13960) 2021-01-14 10:35:36 -08:00
Alan Ren 1d42431914 add confirm prompt for some profiler actions (#13952) 2021-01-13 15:02:05 -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
Alan Ren ab6d11596e remove update style (#13886)
* remove update style

* sample composite button
2021-01-05 13:28:31 -08:00
Alan Ren c90933eb1b archive logs step (#13860)
* one zip per folder

* use bash

* fix error
2020-12-23 16:22:19 -08:00
Alan Ren d8f8abb644 comment out the unstable unit test step (#13834)
* remove --build flag

* comment out unstable test

* add build tag back
2020-12-17 10:44:54 -08:00
Alan Ren ae6494f3e4 table component improvement (#13801)
* hyperlink column

* fixed width for image only button - old behavior
2020-12-14 20:28:43 -08:00
Alan Ren 4ab0f729e1 fix the recent list (#13770) 2020-12-10 18:35:31 -08:00
Alan Ren 0c82024cf3 add ability to control the enabled state of checkbox cells (#13644)
* control enabled state of checkbox cells

* add more check
2020-12-04 11:00:09 -08:00
Alan Ren 89d515d3ae vbump asde deployment extension (#13662)
do a patch version update, will adjust if the next change is a major one.
2020-12-03 21:03:44 -08:00
Alan Ren 0b1239b755 accessibility support for filtering (#13581) 2020-12-01 10:13:39 -08:00
Alan Ren c8632c255a scoped refresh commands (#13541) 2020-11-24 17:32:50 -08:00
Alan Ren 148e802f4a show the resources as soon as they become available (#13530)
* results streaming

* remove variable
2020-11-24 10:45:14 -08:00
Alan Ren 6e0a4f27de fix the icon sizing issue (#13522) 2020-11-23 13:02:52 -08:00