Commit Graph
100 Commits
Author SHA1 Message Date
Alan Ren ab1112bfb3 fix refresh node and add sample (#16888) 2021-08-25 14:52:45 -07:00
Alan Ren 712a1b3a65 allow extension to provide custom icons to data explorer tree (#16868)
* expose icon path to extension for OE node

* remove node type

* pr comments
2021-08-24 17:52:19 -07:00
Alan Ren d281ec9d16 add default value for options (#16873) 2021-08-24 12:03:25 -07:00
Alan Ren 76c29f6dcf add attach to renderer (#16869)
* add attach to renderer

* increase timeout
2021-08-24 11:40:37 -07:00
Alan Ren 1490e75302 Update connectionProvider.ts (#16849) 2021-08-20 15:45:25 -07:00
Alan Ren 49e057f7ef rename folder (#16848) 2021-08-20 15:35:00 -07:00
Alan Ren 1d7accadbf sample code to implement providers (#15929)
* sample code to implement providers

* context menu

* comments

* more comments

* move comments to README
2021-08-20 14:19:50 -07:00
Alan Ren ac76409335 update typings file (#16832) 2021-08-19 13:33:53 -07:00
Alan Ren ae2fc70a60 layout the child component (#16826) 2021-08-19 09:42:27 -07:00
Alan Ren 9c45b87021 hook up validity changed event (#16824) 2021-08-18 15:45:57 -07:00
Alan Ren 8c858f9990 make custom buttons already secondary (#16812)
* make custom buttons already secondary

* move the logic to a single place
2021-08-18 12:09:38 -07:00
Alan Ren f2499fb01b enable task cancellation for wizard operation (#16804) 2021-08-17 13:15:50 -07:00
Alan Ren b7b23dcecc add page custom buttons (#16797) 2021-08-17 09:32:07 -07:00
Alan Ren c67a66c6ff only handle connection profile (#16790) 2021-08-16 13:31:06 -07:00
Alan Ren 560a8b7c9b add required indicator (#16777) 2021-08-16 10:48:23 -07:00
Alan Ren 2e2e6e2767 remove special case (#16779) 2021-08-16 10:47:39 -07:00
Alan Ren 491297be82 update modal.ts (#16736) 2021-08-11 23:11:33 -07:00
Alan Ren 57f5e04590 fix accessibility issue (#16603) 2021-08-06 16:04:14 -07:00
Alan Ren 748bb53173 handle the keyboard event properly in hyperlink (#16508)
* handle the keyboard event properly in hyperlink

* fix a couple more issues
2021-08-02 10:39:36 -07:00
Alan Ren 1000e97091 add toggle button for properties container (#16335) 2021-07-19 23:36:52 -07:00
Alan Ren 9cbcf9e2c6 update badge colors (#16252) 2021-07-19 13:26:07 -07:00
Alan Ren eaba5679d4 fix the icon size issue of info button (#16318) 2021-07-19 12:35:11 -07:00
Alan Ren 712633fadd set the focus back to table after sort/filter (#16250) 2021-07-17 20:58:51 -07:00
Alan Ren ee0896ea5d use modal confirmation dialog (#16247) 2021-07-16 16:40:13 -07:00
Alan Ren eed792f3db fix keyboard focus issues (#16206) 2021-07-16 13:27:15 -07:00
Alan Ren 49dbce5171 make button not focusable when disabled (#16185)
* make button not focusable when disabled

* update comment

* add carbon edit tag
2021-07-15 15:10:54 -07:00
Alan Ren f5e38482c3 left align the account information (#16086) 2021-07-12 16:10:50 -07:00
Alan Ren 6baf2ee982 make dropdown arrow larger to meet accessibility requirement (#127839) (#16073)
* make dropdown arrow bold

* Update style.css
2021-07-12 10:23:44 -07:00
Alan Ren f1bd5e09ce new taskbar separator style (#16059) 2021-07-09 17:12:11 -07:00
Alan Ren 1a32db1343 set the width of the 'clear list' button (#16036) 2021-07-07 18:45:59 -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
Alan Ren 64cee64516 make the toolbar items keyboard focusable (#16017)
* make the toolbar items keyboard focusable

* add comment
2021-07-07 13:45:07 -07:00
Alan Ren 24b77a6a40 add focus outline style for hyperlink (#15977) 2021-07-02 10:34:26 -07:00
Alan Ren aa3b4f0806 fix css selector (#15945) 2021-06-29 16:55:54 -07:00
Alan Ren a180a6bc47 fix separator not visible issue (#15886) 2021-06-23 15:51:32 -07:00
Alan Ren e21f56d719 open query editor as default editor (#15874) 2021-06-22 23:53:55 -07:00
Alan Ren 1e2cb1cdf9 increase the timeout for compile step (#15872)
give it 30 minutes more to see whether the compile step can finish within reasonable extra time.
2021-06-22 15:32:53 -07:00
Alan Ren a35f8ffc52 fix extension view issues (#15850) 2021-06-21 18:07:48 -07:00
Alan Ren 0e1a8ab8ea support menu column (#15754)
* support menu column

* comments
2021-06-21 10:36:55 -07:00
Alan Ren acfa5e1d1b fix insights widget issue (#15827) 2021-06-18 23:12:06 -07:00
Alan Ren 03f31a865a use more specific css selectors (#15826) 2021-06-18 18:33:25 -07:00
Alan Ren aeda95bb70 fix race condition in declarative table (#15801) 2021-06-18 11:40:19 -07:00
Alan Ren 3315214435 fix more issues related to query cancel (#15727)
* fix more issues related to query cancel

* comments
2021-06-15 21:10:41 -07:00
Alan Ren 5bd1552a59 add null check for errors in the console while using query editor (#15711)
* add null check

* another null check

* pr comments

* update typing
2021-06-15 16:05:38 -07:00
Alan Ren a8f3d97f59 allow extension to select row in declarative table (#15703)
* allow extension to select row in declarative table

* pr comments

* use proper type for the event.

* update event arg
2021-06-15 15:41:37 -07:00
Alan Ren eea8c61b6e add config for open after save behavior (#15675) 2021-06-10 13:32:05 -07:00
Alan Ren d91660b66f fix the input box validation (#15634)
* fix the input box validation

* fix one more place
2021-06-08 14:24:50 -07:00
Alan Ren 0f9f17fb1b update ubuntu version (#15604) 2021-06-02 05:23:21 -07:00
Alan Ren ddb442f1e1 fix the missing asc/desc icons (#15593) 2021-05-27 17:20:48 -07:00
Alan Ren 3946cee33c fix input box issues (#15587) 2021-05-27 09:35:59 -07:00
Alan Ren 27b3904f2f fix file compare issue (#15551) 2021-05-22 11:58:32 -07:00
Alan Ren f8fb0b8c49 Revert "Disable npm recompile step (#15548)" (#15554)
This reverts commit db5b68e04a.
2021-05-22 09:06:40 -07:00
Alan Ren cc232f195f use svg for sorting state icons (#15546) 2021-05-20 23:32:45 -07:00
Alan Ren a5db46b961 add sorting indicator (#15542) 2021-05-20 17:07:18 -07:00
Alan Ren c61c53976a fix tree view issue (#15527) 2021-05-20 09:55:11 -07:00
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