Граф коммитов

357 Коммитов

Автор SHA1 Сообщение Дата
Jun Han c9c7b713c4
2.1.0 (#249) 2019-01-03 17:13:06 +08:00
Ray Fang c984b50480 Fix issue copying on Linux (#247) 2019-01-03 15:44:48 +08:00
Ray Fang 0a33bbe615 Keep function names when minifying (#242)
* Keep func names when minifying

* Bump rc version
2019-01-02 13:03:51 +08:00
Jun Han c413287a49
Resolve #237 and #238 (#239)
* Resolve #237: Disable webpack minimize; Resolve #238: Add hint when stopping monitor

* Hide monitorStatusBarItem right after it is clicked
2018-12-29 13:55:07 +08:00
Jun Han 6e4a4f36cf
2.1.0-rc (#236) 2018-12-28 14:40:51 +08:00
Jun Han cf2a34de10
Add ThirdPartyNotice.html and use latest @azure/event-hubs npm (#235)
* Use latest @azure/event-hubs npm

* Reuse EventHubClient

* Add ThirdPartyNotice.html
2018-12-28 13:30:27 +08:00
Jun Han 6b297720b2
Reorder and group context menu (#234) 2018-12-27 15:27:09 +08:00
Jun Han 976d54af29
#228: Add confirmation prompt when deleting resource (#233) 2018-12-25 16:48:29 +08:00
Jun Han 533fcef50b
Add 'Stop' button for monitoring D2C message in Status Bar (#230)
* Add 'Stop' button for monitoring D2C message in Status Bar

* Add 'rimraf dist' back
2018-12-25 15:24:17 +08:00
Ray Fang aebc81d2a4
Fix issue hitting breakpoint (#231) 2018-12-25 12:28:43 +08:00
Jun Han 0edcbf8708
Add Direct Method template for Node.js (#227)
* Add Direct Method template for Node.js, Show 'Create IoT Hub' progress as notification instead of in the status bar

* Also show 'Create resource group' progress as notification
2018-12-21 17:02:12 +08:00
Ray Fang 018d5c6639
Use Webpack to improve extension performance (#226) 2018-12-20 17:14:07 +08:00
Jun Han 611ace1f00
2.0.0 (#224) 2018-12-13 10:38:38 +08:00
Jun Han fb1f3b30fc
2.0.0-rc (#220)
* 2.0.0-rc

* Add border to logo
2018-12-11 15:47:15 +08:00
Jun Han 4d11ec3c80
Add 'Stop Monitoring D2C Message' into context menu of explorer title (#219) 2018-12-11 13:26:13 +08:00
Chaoyi Yuan dc434c64bc
Fix #216
Fix #216
2018-12-05 11:34:05 +08:00
Chaoyi Yuan 0d6ad5c69f Fix typo 2018-12-05 10:24:34 +08:00
Wei Shen d775376c19
Merge pull request #215 from blackchoey/RenameExtension
Rename to Azure IoT Hub Toolkit
2018-12-03 12:42:55 +08:00
Chaoyi Yuan 14838ab984 Rename to Azure IoT Hub Toolkit 2018-11-30 13:48:10 +08:00
Jun Han 30ef26be6e
1.7.0 (#213) 2018-11-21 15:23:35 +08:00
Jun Han d1aa12bee4
1.7.0-rc (#210) 2018-11-20 12:42:04 +08:00
Jun Han 39866d1d12
Better hint user when loading tree failed (#208)
* Add options when failed to load device tree

* Better hint user when loading tree failed
2018-11-19 16:36:45 +08:00
Jun Han 74d42818b0
Better hint user when they fail to set IoT Hub connection string (#207)
* Basic version

* Better hint user when they fail to set IoT Hub connection string

* Add dispose

* Remove one br tag
2018-11-19 13:02:55 +08:00
Jun Han 5bfcac91b3
Support Azure National Clouds (#206) 2018-11-14 15:14:00 +08:00
Jun Han 809f19d09f
Fix typo (#204) 2018-11-13 10:34:08 +08:00
Jun Han c73b929900
Fix #202 (#203) 2018-11-12 16:37:15 +08:00
Jun Han 1af92d8c54
Enhancement and support for multi-arch (#201)
* [Direct method] Support passing JSON in payload

* Add 'Refresh' into context menu of normal device

* Support deployment for multi-arch

* Add refresh icon inline
2018-11-12 10:16:29 +08:00
Jun Han 2695555179
Use Node SDK instead of REST API (#199)
* Use Node SDK instead of REST API

* Upgrade @types/node npm
2018-11-08 11:26:51 +08:00
Jun Han 4bfff9cb24
1.6.0 (#197) 2018-11-02 10:36:54 +08:00
Jun Han 7eb333088d
1.6.0-rc (#191)
* 1.6.0-rc

* Add whitespace
2018-10-29 16:54:48 +08:00
blackchoey d60afae457 Update NSAT logic to filter IoT Workbench users (#190)
* Update NSAT logic to filter IoT Workbench users

* Resovle comments
2018-10-29 16:45:22 +08:00
blackchoey 16d80c3207 Add NSAT survey (#188)
* Add NSAT survey

* Resolve comments
2018-10-23 13:33:04 +08:00
Jun Han 4ce4b340b8
Add device twin templates for Node.js code generation (#187)
* Add device twin templates for Node.js code generation

* Remove process.exit(0)
2018-10-23 10:47:52 +08:00
blackchoey c4ce77c9a7 Add device type to telemetry (#186) 2018-10-19 14:11:30 +08:00
tomaszbartoszewski c273f34979 (GH-96) Add auto refresh with configuration to enable it and set refresh interval (#184)
* (GH-96) Add auto refresh with configuration to enable it and set refresh interval

* (GH-96) Apply PR comments
2018-10-19 10:44:29 +08:00
tomaszbartoszewski 3861db2643 (GH-126) Use sans-serif on non-Windows OS (#176) 2018-10-11 09:57:38 +08:00
tomaszbartoszewski 92b44b199e (GH-67) Display friendly info when no subscriptions are available (#174) 2018-10-11 09:41:51 +08:00
Jun Han 3f2fe0f72f
1.5.0 (#177) 2018-10-10 14:21:36 +08:00
Jun Han 80d8187f32
1.5.0-rc (#175) 2018-10-09 13:07:20 +08:00
tomaszbartoszewski ab756356b0 (GH-136) User experience improvement (#173)
* (GH-136) Device to cloud input box with ignoreFocusOut set to true

* (GH-136) Display error message when expiration time for SAS Token is not a number
2018-10-08 11:15:41 +08:00
Alessandro Vergani 7785f5e5a7 Remove unused imports (#171) 2018-10-08 10:39:56 +08:00
Alessandro Vergani 6245a3a209 Fix typo (#170)
Change "user strict" to the correct "use strict"
2018-10-08 10:34:29 +08:00
tomaszbartoszewski e1445e21de (GH-118) Add F# code generation for device to cloud communication (#172) 2018-10-08 10:29:09 +08:00
Jun Han 12fb03ef5c
Get module info, copy module connection string (#168) 2018-09-30 15:26:59 +08:00
Jun Han 59f247cf00
1.4.0 (#166) 2018-09-19 10:33:27 +08:00
Jun Han 68adc634c4
Prepare 1.4.0 release (#165)
* Prepare 1.4.0 release

* Update
2018-09-14 13:01:51 +08:00
Jun Han deb32551c4
Show module id when monitoring D2C message (#164) 2018-09-12 14:30:30 +08:00
Jun Han 5057219a4b
Module direct method (#159)
* Module direct method

* Resolve comment
2018-09-11 19:23:13 +08:00
Jun Han 3fd8bae2f5
Support passing subscriptionId and resourceGroupName to createIoTHub API (#157)
* Support passing subscriptionId and resourceGroupName to createIoTHub API

* Pass subscriptionId to selectIoTHub API

* Update public api

* Use subscriptions instead of filters
2018-09-10 12:56:01 +08:00
Jun Han 8972e48ecd
Let user input the priority of edge deployment (#158) 2018-09-06 13:40:57 +08:00