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

Improved MM test fix for quickstarts #548

Merged
merged 26 commits into from
Feb 24, 2022
Merged

Commits on Feb 18, 2022

  1. Fixing error caused by route to * conflicing with /dapr/subscribe

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0b6ef93 View commit details
    Browse the repository at this point in the history
  2. Migrating from requests to axios to improve supportability

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7e919c1 View commit details
    Browse the repository at this point in the history
  3. Changed from " to ' matching existing styles for Javascript

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7c88336 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Changing axios from import to require('axios'), matching require('e…

    …xpress')
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    52acd06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895366d View commit details
    Browse the repository at this point in the history
  3. Consistent use of Async enabled http code

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    9963d09 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Migrated distributed calculator from request with pipe to axios w…

    …ith service invoke.
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    5906470 View commit details
    Browse the repository at this point in the history
  2. Fixed react * route bug that conflicts with /dapr/subscribe route

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3aec865 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Reducing log levels introduced by migration. added debug flag.

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a0263b8 View commit details
    Browse the repository at this point in the history
  2. Updating MM test to match improved precision of Express server.js wit…

    …h Axios.
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0d6ee64 View commit details
    Browse the repository at this point in the history
  3. updating console.log from console.debug (minor) for consistency.

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    54202d2 View commit details
    Browse the repository at this point in the history
  4. Updated vars to const, and then updated README to match.

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7657fcd View commit details
    Browse the repository at this point in the history
  5. Updating Axios release(s) in Distributed Calc and pub-sub to v0.26 per

    …@shubham1172 review.
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    78531cb View commit details
    Browse the repository at this point in the history
  6. Async posts needed await. Readme's tweaked to match updates.

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    9521820 View commit details
    Browse the repository at this point in the history
  7. Update pub-sub/README.md

    Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
    paulyuk and shubham1172 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3981718 View commit details
    Browse the repository at this point in the history
  8. Update pub-sub/README.md

    Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
    paulyuk and shubham1172 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bf17a2e View commit details
    Browse the repository at this point in the history
  9. Async should pair with await

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    04b8a5c View commit details
    Browse the repository at this point in the history
  10. Fixing comment

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    322760f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a2977a View commit details
    Browse the repository at this point in the history
  12. Removing commented out pipe

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a5dadaf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Per @XavierGeerinck review updated JS styles: return, casting, inlini…

    …ng URLs, and removing console.log
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ae22a28 View commit details
    Browse the repository at this point in the history
  2. Per @XavierGeerinck review migrated from BodyParser.json() middleware…

    … to Express.json() built in. Updated dependencies
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d4d3e5b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Hotfix to test, given precision sensitivity on test output number

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fcffa84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3882e4a View commit details
    Browse the repository at this point in the history
  3. Fixing all remaining decimal precision issues with MM tests in readme…

    …s, including observability which now fails
    
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    edbfc8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffa4459 View commit details
    Browse the repository at this point in the history