Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating pnp-preview-refresh to master branch #853

Merged
merged 58 commits into from
Jul 20, 2020
Merged

chore: updating pnp-preview-refresh to master branch #853

merged 58 commits into from
Jul 20, 2020

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    025ff8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #737 from anthonyvercolano/fix-updateTwin-signature

    fix(azure-iothub): fix signature for getTwin, updateTwin, updateModule…
    anthonyvercolano committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    4d8f161 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    58111fc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. test(azure-iot-device-mqtt): reformat _mqtt_test.js (#741)

    Yoseph Maguire committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f2adef5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    3e4e8c9 View commit details
    Browse the repository at this point in the history
  2. Delete ISSUE_TEMPLATE.md

    elhorton committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    206d24e View commit details
    Browse the repository at this point in the history
  3. Update bug-report.md

    elhorton committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    650bcd6 View commit details
    Browse the repository at this point in the history
  4. fix(azure-iot-mqtt-base): forceReconnect for disconnecting hang in mq…

    …tt-base (#770)
    Yoseph Maguire committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    853fa05 View commit details
    Browse the repository at this point in the history
  5. release(2020-04-24): bump package versions (#771)

    Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
    anthonyvercolano and az-iot-builder-01 committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    096f2a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. refactor: update to mqtt.js v4 (#772)

    * build: update to mqtt.js v4
    
    * refactor: add debug logs
    
    * fix: eslint issue
    Yoseph Maguire committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    96f261d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    ed3eff9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. refactor: expose connection error in mqtt (#776)

    Yoseph Maguire committed May 4, 2020
    Configuration menu
    Copy the full SHA
    39200ae View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. release(2020-05-07): bump package versions (#788)

    * release(2020-05-07): bump package versions
    
    Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
    Yoseph Maguire and az-iot-builder-01 committed May 7, 2020
    Configuration menu
    Copy the full SHA
    f97e511 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. refactor(multipe packages): c2d states no longer using booleans (#797)

    This moves the logic of checking if C2D is enabled down to the transport level, since it is not necessarily accurate to represent it at the device client level. There is not enough information at that level to make totally accurate judgements of if it is connected or not.
    Yoseph Maguire committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f48db52 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. chore(azure-iot-device-amqp): debug logs for c2d (#804)

    * build: update to mqtt.js v4
    
    * chore: add debug logs
    Yoseph Maguire committed May 19, 2020
    Configuration menu
    Copy the full SHA
    8791422 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    abb6caf View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. improvement(azure-iot-mqtt-base): maintain knowledge of on the wire p…

    …ublishes (#808)
    
    By tracking the on the wire publishes we can reliably complete in case of disconnects or other
    errors.
    anthonyvercolano committed May 28, 2020
    Configuration menu
    Copy the full SHA
    8e6eac1 View commit details
    Browse the repository at this point in the history
  2. feat(azure-iot-mqtt-device): modelID option (#809)

    This adds the setOption for ModelID, which will enable users to use the existing device client library as a PnP library. To accomodate the lack of support in the existing service API, a switching API call has been added that will use the preview API version if the modelID is set.
    Yoseph Maguire committed May 28, 2020
    Configuration menu
    Copy the full SHA
    660cc86 View commit details
    Browse the repository at this point in the history
  3. release(2020-05-28): bump package versions (#810)

    Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
    Yoseph Maguire and az-iot-builder-01 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    f82d962 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Create synctodevops.yml

    elhorton committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1339db5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    526a84f View commit details
    Browse the repository at this point in the history
  2. Add CodeQL security scanning (#815)

    Co-authored-by: Anthony V. Ercolano <anthonyvercolano@users.noreply.github.com>
    jhutchings1 and anthonyvercolano committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a489ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. improvement(azure-iot-mqtt-base): add timeouts to publishes that have… (

    #818)
    
    * improvement(azure-iot-mqtt-base): add timeouts to publishes that have not been PUBACKed by the service
    
    744
    
    * update classes and unique identifiers.
    anthonyvercolano committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1ac8624 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. chore: create config.yml for issue templates (#823)

    * chore: create config.yml for issue templates
    
    * chore: update technical question for msft q&a
    
    * fix: add vanity link for IoT help
    
    * chore: update technical question options
    
    * fix: add https://
    
    * fix: add https://
    
    * fix: add https://
    
    * fix: add https://
    
    Co-authored-by: Anthony V. Ercolano <anthonyvercolano@users.noreply.github.com>
    elhorton and anthonyvercolano committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e6d8263 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. feat(azure-iot-device): adds emit to connect (#819)

    'connect' is emitted whenever the device transport FSM enters the "connected" state for MQTT, and "authenticated" for AMQP.
    Yoseph Maguire committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9713b2f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. fix(azure-iot-device): lint error on simple sample (#826)

    * fix(azure-iot-device): lint error on simple sample
    
    * fix(azure-iot-device): add sample linting to the CI
    Yoseph Maguire committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    8f7911a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. refactor(multiple): update to typescript 3.7.5 move to dist instead o…

    …f lib parameter checking and suppression (#824)
    anthonyvercolano committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    4ebabfb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    5b0e2cb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    0835327 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. chore: node pnp sample for summer

    olivakar committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e1aca6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff70df View commit details
    Browse the repository at this point in the history
  3. chore: node pnp sample for summer

    olivakar committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    314107e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    c220a59 View commit details
    Browse the repository at this point in the history
  2. chore: node pnp sample for summer

    olivakar committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    ae4dcf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857921e View commit details
    Browse the repository at this point in the history
  4. chore: node pnp sample for summer

    olivakar committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3865857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59d066f View commit details
    Browse the repository at this point in the history
  6. chore: node pnp sample for summer

    olivakar committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2ed2358 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    009ffdb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    c0b0fa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    4882cd4 View commit details
    Browse the repository at this point in the history
  2. chore: node pnp sample for summer

    olivakar committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    af20bd1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ok-pnp-summer-2' of https://github.com/olivakar/azure-i…

    …ot-sdk-node into ok-pnp-summer-2
    olivakar committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    c1845cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #832 from olivakar/ok-pnp-summer-2

    chore: node pnp sample for summer
    olivakar committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    73a320e View commit details
    Browse the repository at this point in the history
  5. release(2020-07-06): bump package versions (#838)

    Co-authored-by: Azure IoT Client Build <aziotclb@microsoft.com>
    anthonyvercolano and az-iot-builder-01 committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1a9cefe View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    9d5bc5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30f326 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. chore: some changes

    olivakar committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    16c048a View commit details
    Browse the repository at this point in the history
  2. chore: some changes

    olivakar committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d0668c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. chore: some changes

    olivakar committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    343d86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f298426 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #843 from olivakar/ok-handler-twin

    chore(azure-iot-device) : update the handler for twin
    olivakar committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    5712b44 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Updated file upload sample to reflect current SDK changes. (#834)

    * fix(sample): update sample to use current SDK changes
    
    * fix(sample): update to use latest SDK changes, add use strict
    
    * fix(sample): update sample to use current SDK changes, fix linting issue
    
    * Update upload_to_blob_advanced.js
    
    * Update upload_to_blob_advanced.js
    
    Co-authored-by: Chandler Lattin <chlattin@microsoft.com>
    Co-authored-by: Anthony V. Ercolano <anthonyvercolano@users.noreply.github.com>
    Co-authored-by: Yoseph Maguire <yoseph.maguire@microsoft.com>
    Co-authored-by: Yoseph Maguire <yoseph.maguire@gmail.com>
    5 people committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    33046fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad4586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e34977 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    11e4e7f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    d0fdf12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f83d5 View commit details
    Browse the repository at this point in the history