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

Fixes #284 newly introduced Blob in nodejs not compatible with BlobClient #309

Merged
merged 14 commits into from
Apr 7, 2023

Commits on Apr 6, 2023

  1. try to skip test with issue

    Patrik Meijer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c0dae45 View commit details
    Browse the repository at this point in the history
  2. Call done with error

    Patrik Meijer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    fd03bba View commit details
    Browse the repository at this point in the history
  3. log progress

    Patrik Meijer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2b558ed View commit details
    Browse the repository at this point in the history
  4. Tracing down issue in artifact save

    Patrik Meijer committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1a0096a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. add logs in blob-server

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    322f3e8 View commit details
    Browse the repository at this point in the history
  2. log if Blob is used

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e313c88 View commit details
    Browse the repository at this point in the history
  3. Only use node 16 for now

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    914c97c View commit details
    Browse the repository at this point in the history
  4. Log exact node version

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    db08186 View commit details
    Browse the repository at this point in the history
  5. Check if running under node before using Blob

    Clean up and fix github action version matrix
    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    622ee13 View commit details
    Browse the repository at this point in the history
  6. Bump setup-node to 3

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    64a324a View commit details
    Browse the repository at this point in the history
  7. .node instead of .node-version

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0453cb5 View commit details
    Browse the repository at this point in the history
  8. Upgrade setup-python to 4

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    26af687 View commit details
    Browse the repository at this point in the history
  9. Let other job continue if one fails

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e186c83 View commit details
    Browse the repository at this point in the history
  10. Add CI badge

    Patrik Meijer committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    21f1766 View commit details
    Browse the repository at this point in the history