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

52 Коммитов

Автор SHA1 Сообщение Дата
Chaoyi Yuan 2c97b42dae
Bump version to 2.12.0 (#423) 2019-10-28 10:22:44 +08:00
Chaoyi Yuan cfc35c303d
Add DPS support (#419)
* Add DPS support

* Update readme, changelog and version
2019-10-21 14:48:54 +08:00
Chaoyi Yuan a9c274a087
udpate package-lock.json (#384)
* udpate package-lock.json

* change http to https
2019-09-24 13:28:55 +08:00
Chaoyi Yuan 9d62dafc43
Enhance send D2C message feature (#383) 2019-09-24 11:57:11 +08:00
Jun Han e217f84117 Fix 'set-value' vulnerability (#373)
* Fix 'set-value' vulnerability

* fix http issue

* Update package-lock.json
2019-09-03 13:01:49 +08:00
dependabot[bot] b1e2694830 Bump mixin-deep from 1.3.1 to 1.3.2 (#372)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 21:29:31 -05:00
Jun Han 0726474519
2.10.0 (#361)
* 2.10.0

* update
2019-08-05 21:58:13 -05:00
Jun Han 08cc565bc0
2.9.0 (#351) 2019-07-19 02:45:24 -05:00
dependabot[bot] bf406542db Bump lodash from 4.17.11 to 4.17.14 (#343)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 22:10:17 -05:00
dependabot[bot] e28a4d74a1 Bump lodash.merge from 4.6.1 to 4.6.2 (#342)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 21:57:44 -05:00
Jun Han ee8a6db5ab
Use keytar to store connection string (#339)
* Basic version

* Expose API
2019-07-10 03:28:26 -05:00
Jun Han d5d641ab31
2.8.0 (#336) 2019-06-26 01:45:18 -05:00
dependabot[bot] f41b9c9fa6 Bump axios from 0.18.0 to 0.18.1 (#332)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-13 02:41:00 -05:00
Jun Han 046916b224
Fix mqtt-packet vulnerability (#315) 2019-05-14 00:03:30 -05:00
Jun Han 285c0a7542
Custom Event Hub Endpoint (#312)
* tmp

* Basic version

* Store/delete IoT Hub info

* Stop Monitoring Custom Event Hub Endpoint

* Refresh button; Built-in ednpoint; Other Custom Endpoint

* Add BI

* Add more BI

* Add BI for built-in-events

* Fix security vulnerability

* Not show welcome page when azure-iot-tools is installed

* Handle there is no iot hub
2019-05-13 00:46:48 -05:00
Jun Han 5ede282e85
2.6.0 (#306) 2019-04-23 23:58:04 -05:00
Jun Han cd2410d9b3
Upgrade @azure/event-hubs npm to 2.0.0 (#297) 2019-04-11 04:18:00 -05:00
Renlong Tu 8affbdbbd1
2.5.1 (#295) 2019-04-04 03:22:47 -05:00
Renlong Tu 67b3e41c73
2.5.0 (#292)
* 2.5.0

* Update CHANGELOG.md

* Update CHANGELOG.md
2019-04-02 23:48:19 -05:00
Renlong Tu c9d2c83fa6
Add check for createOptions (#288)
* Add check for createOptions

* Show detailed error messages when createOptions is not valid

* Remove unnecessary promise

* Optimize code

* Update error messages

* Update version to 2.5.0-rc
2019-03-29 09:50:23 +01:00
Renlong Tu ea73821a1b
Add JSON schema check when create deployment (#285)
* Add JSON schema check when create deployment

* Use message box instead of output channel, add json string check

* Clean validate json schema logic

* simplify code

* clean code

* remove unnecessary file and reference

* Move validate json schema logic to getDeploymentJson function
2019-03-18 05:22:40 +00:00
Jun Han 14c23c772a
2.4.0 (#284)
* 2.4.0

* Update package-lock.json
2019-03-11 15:46:19 +08:00
Ray Fang b59aed8cb3
Remove unused webpack config (#274) 2019-02-20 10:56:48 +08:00
Ray Fang 6435914026
Switch to VS Code built-in clipboard API (#272) 2019-02-19 15:09:22 +08:00
Renlong Tu 9e2d2f9f5a
Allow user to configure distributed tracing setting (#241)
* Allow user to configure distributed tracing setting

* Add preview label

* Allow user to select multiple devices

* Add telemetry for distributed setting

* Update code according to the comments

* Put code into DistributedTracingManager.ts

* Use job to update distributed tracing setting

* Use (%) instead of % for sampling rate

* Use normal update twin calls instead of job when there is only one device

* Update hint

* Better naming

* Update code to support new format of distributed tracing reported property

* Update code according to the comments

* Update code according to the spec change for sampling mode

* Fix bug of still refresh if user cancel

* Remove unnecessary promise and fix bug when user use command palette

* Remove unnecessary await

* Fix import module error due to file name

* remove duplicated file ?

* Add new BI event
2019-01-25 03:43:58 +00: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 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
Ray Fang 018d5c6639
Use Webpack to improve extension performance (#226) 2018-12-20 17:14:07 +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 6e5297ca83
Update package-lock.json to fix security vulnerabilities (#142) 2018-08-20 19:16:21 +08:00
Jun Han ff7cce049a
Generate Code for C#, Go, Java, PHP and Ruby (#141)
* Generate Code for C#, Go, Java, PHP and Ruby

* Use latest verison of Java SDK

* Fix typo

* Add log4j2.xml
2018-08-20 16:47:06 +08:00
Jun Han f02cab9714
Create IoT Hub with Basic tier (#140) 2018-08-16 15:12:00 +08:00
Jun Han 4659c3198f
Fix security vulnerability, add 'Create IoT Hub' to default tree items (#132) 2018-08-06 12:02:23 +08:00
Jun Han 4733c9d061 Update vscode-extension-telemetry npm 2018-08-01 10:54:22 +08:00
Jun Han 262871479b
Create Deployment for IoT Edge Device at Scale (#112)
* Create Deployment for IoT Edge Device at scale

* Fix typo

* Refinement

* Add tests for target condition validation
2018-07-03 10:47:52 +08:00
Jun Han f660e56a5e
Generate SAS Token for IoT Hub and Device (#111)
* Generate SAS Token for IoT Hub and Device

* Add tests
2018-06-29 16:06:03 +08:00
Jun Han 448abafaae
Show warning when user selects deployment.template.json to do deployment (#104)
* Show warning when user selects deployment.template.json to do deployment

* Remove fqdn-multi
2018-06-25 12:00:12 +08:00
Jun Han d49ec7f47c 0.6.2 2018-05-23 10:30:47 +08:00
Jun Han c15f07d84c
Fix security vulnerability and #89 (#90) 2018-05-15 10:38:57 +08:00
Ray Fang 002906467e
Resolve security issue in moment.js (#77) 2018-03-20 22:26:19 +08:00
Ray Fang 7b0b19b32a
Improve wording to align with Edge extension (#72) 2018-03-12 10:52:26 +08:00
Ray Fang 05f8fdc104 Remove Edge snippets, update README and CHANGELOG (#70) 2018-03-08 11:33:07 +08:00
Ray Fang 21393ddc0c
Load module IDs into route snippet (#51) 2017-12-15 16:43:35 +08:00
Ray Fang d506a54258
Set default name of generated config files even no folder's open (#46) 2017-12-08 15:23:42 +08:00
Ray Fang 828937cc8f
Add command to create Edge device (#44) 2017-12-06 14:09:52 +08:00
Ray Fang 396fcbbd2a
Remove unused reference to Event Hub (#38) 2017-11-16 00:43:03 +08:00
Ray Fang dfbb56c867
Fix typos (#36) 2017-11-14 11:16:37 +08:00
Ray Fang 7430304151 Add "registries" array in generated launch config and replace hostname with FQDN (#30)
* Update config template

* Bug fix

* Bug fix

* Merge master branch

* Update
2017-11-10 17:56:10 +08:00
formulahendry 6517b2a9fa Add ms-rest-azure and ms-rest to package.json 2017-11-08 14:15:43 +08:00