Commit Graph
100 Commits
Author SHA1 Message Date
Alan Ren 1e49e47a37 ASDE updates (#12134)
* add storage account cleanup and other misc stuff

* force load

* cell -> code cell
2020-09-03 22:12:10 -07:00
Alan Ren 39d9eed585 give back the getter for container property (#12110)
* give back the getter for container property

* parameter type
2020-09-03 13:59:38 -07:00
Alan Ren 6cbfc0fb1c introduce data workspace extension (#12046)
* initial commit

* command name

* format file

* update view name

* spacing

* comments

* update yarn.lock

* comments

* Revert "comments"

This reverts commit 3aa7f68edbe87a3312e206df7b162cdd57419dd4.

* address comments

* use built-in icon
2020-09-01 13:26:37 -07:00
Alan Ren b0211b434a fix the issue that error dialog is not showing (#12061) 2020-09-01 13:08:38 -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
Alan Ren bc0753a95c hide edit data and script as create (#11737) 2020-08-10 13:40:35 -07:00
Alan Ren f8a6658128 make sure options is not undefined (#11715) 2020-08-07 14:50:09 -07:00
Alan Ren 3c647c4376 show backup/restore only for mssql (#11714) 2020-08-07 12:58:33 -07:00
Alan Ren 0a3d109073 custom hint text (#11705) 2020-08-06 21:21:50 -07:00
Alan Ren 50b6789e51 show hidden connection properties (#11646) 2020-08-05 10:15:56 -07:00
Alan Ren b71432523d replace obsolete command (#11650) 2020-08-05 10:15:36 -07:00
Alan Ren 656d944894 add some unit test for resource deployment ext (#11604)
* add some unit test for resource deployment ext

* feedback & remove unused method
2020-08-04 17:18:26 -07:00
Alan Ren 21d09cb975 remove the scheduled run info from yml (#11562) 2020-07-30 15:25:02 -07:00
Alan Ren 01957abf71 update to use correct environment variable (#11584) 2020-07-30 15:17:55 -07:00
Alan Ren 6fbb9c2773 deploy ASDE to multiple devices (#11518) 2020-07-30 12:20:48 -07:00
Alan Ren 6751dffbc3 update action name (#11565) 2020-07-28 17:56:51 -07:00
Alan Ren 83211d6e2d deploy to single existing device (#11494)
* deploy to single existing device

* comments
2020-07-23 17:54:32 -07:00
Alan Ren 154b75a0de implement review feedback (#11470) 2020-07-22 17:54:43 -07:00
Alan Ren 39ca386d2a let semver to parse the version (#11463)
* let semver to parse the version

* check
2020-07-21 16:01:01 -07:00
Alan Ren 238d643a8e handle invalid character in kubectl version output (#11460) 2020-07-21 13:36:23 -07:00
Alan Ren 92c8d890c4 0.18.0 just got released, bump the version (#11438) 2020-07-20 17:28:13 -07:00
Alan Ren ca900464e5 update import extension version (#11430) 2020-07-20 14:04:11 -07:00
Alan Ren 42fa5c3275 update change log for 1.20.1 (#11390)
* update change log for 1.20.1

* more info for known issue
2020-07-17 09:59:20 -07:00
Alan Ren b098ce64b5 expose realm field to the wizard UI (#11388)
* add realm

* optional fields

* use default values

* localized constant
2020-07-16 21:33:56 -07:00
Alan Ren 16f24d8c6a fix the issue with explorer widget context menu (#11373) 2020-07-16 10:22:47 -07:00
Alan Ren c7799168b0 post release vbump (#11351)
* v bump

* update vscode version
2020-07-15 09:21:35 -07:00
Alan Ren 59ad8b3e61 update change log and readme (#11352) 2020-07-15 08:46:09 -07:00
Alan Ren 6147e1cba4 bump import extension version (#11346) 2020-07-14 17:47:36 -07:00
Alan Ren 11aa2b73b4 update ASDE strings (#11317)
* update strings

* comments

* update license term link
2020-07-13 15:40:06 -07:00
Alan Ren e2b52b97c8 fix insight details dialog issue (#11309)
* fix show details dialog

* update viewlet id
2020-07-10 18:07:39 -07:00
Alan Ren 5a275209cc fix account dropdown list issue (#11266)
* fix the empty account list issue

* remove comments
2020-07-09 13:58:07 -07:00
Alan Ren 449a46d7fc fix the storage object parent (#11243) 2020-07-08 10:00:46 -07:00
Alan Ren b3121fae22 remove px from width string and then parse (#11241) 2020-07-07 22:00:58 -07:00
Alan Ren 3cf48fb207 SQL Edge deployment using Azure IoT hub (#11202)
* Azure IoT deployment type

* more updates

* organize fields

* a few more improvements

* resolve merge issues

* new rg improvement

* fix tests

* comments 1

* comments 2
2020-07-07 10:36:26 -07:00
Alan Ren 476e3f7299 move the macOS ESRP signing steps to a separate job (#11129)
* move ESRP signing to a separate job

* rename job

* depends on

* signing

* rename task
2020-06-29 13:41:02 -07:00
Alan Ren e452cd20d4 format file and add metadata (#11108) 2020-06-26 14:57:06 -07:00
Alan Ren dbf9d3426c icon for ASDE (#11111) 2020-06-26 11:54:29 -07:00
Alan Ren 710d0462d8 Alanren/notebook password notice (#11089)
* add note about the password

* wording

* more files

* more files
2020-06-24 19:55:44 -07:00
Alan Ren 20c612d9fb add note about the password (#11084)
* add note about the password

* wording
2020-06-24 19:48:41 -07:00
Alan Ren da9e58485b add to parameter to decide whether to print the command (#11052)
* don't print command

* show password as ******
2020-06-24 15:20:06 -07:00
Alan Ren c9c4ec2035 Feature/cu5 features (#11046)
* openshift bdc target (#10358)

* openshift bdc target

* openshift bdc target

* comments

* new ad settings (#10390)

* ad settings

* comments

* bump version requirement (#10587)

* fix error

* update the notebook description (#10888)

* update notebooks
2020-06-22 19:04:51 -07:00
Alan Ren 2242a80049 trying to trigger the schedule re-evaluation (#10961) 2020-06-17 10:44:25 -07:00
Alan Ren c390d62675 enable Azure SQL DB Edge deployment in ADS (#10927)
* local deployment

* eula update

* remote deployment

* fix wording

* new extension

* script

* spacing

* fix test

* loc strings
2020-06-16 20:00:46 -07:00
Alan Ren 4322234d0b use default row height and update button column (#10885) 2020-06-11 16:09:25 -07:00
Alan Ren 3f21caddb6 fix declarative table issue (#10833)
* fix declarative table issue

* check data

* comments

* comments and more fixes
2020-06-10 22:21:45 -07:00
Alan Ren 5c6516cbb3 enable tests in canary pipeline (#10854)
* enable tests in canary pipeline

* fix bat file
2020-06-10 17:40:42 -07:00
Alan Ren c8a3fbca47 change default version (#10809) 2020-06-08 23:03:35 -07:00
Alan Ren 7687d6e22a reset valid status (#10813) 2020-06-08 22:53:45 -07:00
Alan Ren 57201fe6c7 Revert "reduce max memory (#10775)" (#10794)
This reverts commit d62bb1e9fc.
2020-06-08 13:35:00 -07:00
Alan Ren 9ca17dbe7f fix button column click issue (#10788) 2020-06-08 11:48:50 -07:00
Alan Ren 3500ce08cc fix profiler not launch issue (#10757) 2020-06-05 15:41:29 -07:00
Alan Ren d62bb1e9fc reduce max memory (#10775) 2020-06-05 15:09:43 -07:00
Alan Ren 61dce39f5a disable the sql proj tests (#10704) 2020-06-03 13:44:51 -07:00
Alan Ren c4be667567 add custom width support for dialogs (#10641)
* add custom width support for dialogs

* comments

* fix test
2020-06-03 13:08:48 -07:00
Alan Ren c057dddb25 show username for azure sql db (#10679) 2020-06-02 12:49:24 -07:00
Alan Ren 1305743479 fix object filtering regression (#10609)
* fix object filtering regression

* add comments
2020-05-29 10:19:44 -07:00
Alan Ren 7e49eb85fb table style clean up (#10608) 2020-05-29 10:19:09 -07:00
Alan Ren 6cf8f9ff35 format and add metadata (#10598) 2020-05-28 10:23:56 -07:00
Alan Ren 3bcc2ce334 update bdc tab category (#10592) 2020-05-28 10:22:30 -07:00
Alan Ren 032b625ed1 check undefined (#10596) 2020-05-27 16:51:52 -07:00
Alan Ren 9680b1e2cf create a new connection (#10412) 2020-05-14 16:07:51 -07:00
Alan Ren f934dea6ea use listdatabases for sqlondemand (#10398)
* use listdatabases for sqlondemand

* comments

* use enum
2020-05-14 14:25:29 -07:00
Alan Ren 3212b06d49 set context (#10391) 2020-05-14 10:56:58 -07:00
Alan Ren 0ad2a351f8 move icon to where it is being used (#10375) 2020-05-13 13:40:31 -07:00
Alan Ren 3a70bea70d fix button column accessibility issue (#10307)
* fix accessibility issue

* comment
2020-05-08 14:24:03 -07:00
Alan Ren e27a57715c set provider (#10302) 2020-05-07 13:46:04 -07:00
Alan Ren d87855cf1f force the isDirty flag to always be false (#10295) 2020-05-07 10:08:22 -07:00
Alan Ren 0ace033a6f table based explorer widget (#10279)
* bump sts

* extend widget container

* remove title

* wip

* refactoring

* Revert "extend widget container"

* showTitle option

* fix properties widget error

* icon column

* icon and button columns

* use textwithicon column

* icon

* refactor and filter

* context menu

* refactor

* tests

* fix hygiene

* tests

* comments
2020-05-06 13:52:20 -07:00
Alan Ren 0fd3b25ccd remove table setActive (#10256)
* remove setActive method

* another place
2020-05-05 13:21:26 -07:00
Alan Ren cb2a02d82c add option to hide the widget title (#10222)
* extend widget container

* remove title

* Revert "extend widget container"

* showTitle option

* rename to showHeader

* comments and refactoring
2020-05-01 16:58:30 -07:00
Alan Ren 0999060827 bump sts (#10225) 2020-04-30 10:51:46 -07:00
Alan Ren 7275641849 use latest DMP (#10206) 2020-04-29 10:08:19 -07:00
Alan Ren 85b2e2ce6a extra space (#10205) 2020-04-29 10:07:03 -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
Alan Ren c818e7c391 update the tslint rule to use tabs (#10174) 2020-04-27 14:20:44 -07:00
Alan Ren 335f6de8ac update extension versions (#10176) 2020-04-27 13:58:57 -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
Alan Ren 53c726459e update whoisactive extension (#10164)
* update whoisactive extension

* update readme
2020-04-27 10:51:54 -07:00
Alan Ren 1d3568a2aa update server reports extension (#10165)
* update server reports extension

* add description
2020-04-27 10:51:01 -07:00
Alan Ren b202647090 update agent icon (#10163) 2020-04-27 10:50:00 -07:00
Alan Ren 6a02287dc6 fix server/database dashboard content scroll (#10138)
* implementation-1

* updates
2020-04-23 21:21:23 -07:00
Alan Ren 04ec347eeb fix clipping issue (#10020)
* fix clipping issue

* remove hardcoded height
2020-04-16 15:59:26 -07:00
Alan Ren be8acb058a update the cursor of toggle state button (#10005) 2020-04-16 10:21:02 -07:00
Alan Ren fb524af850 default deployment type for windows (#9959)
* change default deployment type for win32

* handling the initial deployment type
2020-04-14 10:08:35 -07:00
Alan Ren fc70ddd104 show databases for azure server (#9951) 2020-04-13 16:30:55 -07:00
Alan Ren 8c491d36f4 more dashboard fixes (#9937)
* unify the panel styles

* min-width

* min-width

* fix issues

* fix css selector
2020-04-13 13:20:32 -07:00
Alan Ren e450369d5e unify the panel styles (#9934) 2020-04-10 23:05:21 -07:00
Alan Ren 433049d1b2 pre-defined dashboard tab groups (#9916)
* pre-defined dashboard tab groups

* add back the tab group contribution

* comments
2020-04-09 14:57:46 -07:00
Alan Ren 06abda74a6 use the new icons from UX team (#9920) 2020-04-09 13:42:57 -07:00
Alan Ren 23f1a08aa0 add ability to dynamically update tabs (#9911)
* add dashboard and tabbedPanel samples

* add updateTabs to tabbedPanel component

* add updateTabs to tabbedPanel component
2020-04-09 12:02:00 -07:00
Alan Ren 82f21faf79 fix dashboard style (#9917) 2020-04-09 11:51:49 -07:00
Alan Ren db49a146b0 add dashboard and tabbedPanel samples (#9894)
* add dashboard and tabbedPanel samples

* comments
2020-04-08 15:35:29 -07:00
Alan Ren fd314ec030 convert the sql services extension to use yarn (#9891)
* convert the sql services extensions to use yarn

* update
2020-04-07 15:59:31 -07:00
Alan Ren c2b8fcde45 add options to customize the model view dashboard (#9872)
* add options to customize the mv dashboard

* rename the property
2020-04-06 20:04:38 -07:00
Alan Ren 2247682863 remove the docs folder (#9868) 2020-04-06 12:26:31 -07:00
Alan Ren 19a11ba94b tasks widget updates (#9860)
* fix toolbar and remove tasks widget

* update refresh action

* remove contribution

* fix missing learn more menu item

* Alanren/refresh widgets new (#9863)

* refresh widgets

* dashboard refresh

* update
2020-04-06 12:25:09 -07:00
Alan Ren 589de854d5 revert the changes impacting query editor and profiler editor (#9842)
* add the panel top border back

* more changes

* min-width and line height
2020-04-02 21:35:18 -07:00
Alan Ren fae73fe6ff update style of toggle tab header button (#9827) 2020-04-02 10:30:08 -07:00
Alan Ren 41d21d799c modelview dashboard (#9784)
* modelview dashboard

* styles

* toolbar support

* spaces

* add tab icon support
2020-04-01 17:30:33 -07:00
Alan Ren 0e27aaa61f new icon from UX team (#9816) 2020-03-31 21:50:50 -07:00