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

fix issue with allowMultipleUploadBatches #5400

Merged
merged 6 commits into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. fix issue with allowMultipleUploadBatches

    fixes #5397
    also refactor from promise.then to async/await
    and fix what seems like broken logic with recursive this.#afterUpload call
    mifi authored and aduh95 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8f3235f View commit details
    Browse the repository at this point in the history
  2. attempt to fix test

    mifi authored and aduh95 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    68f307a View commit details
    Browse the repository at this point in the history
  3. throw better error when all files have been canceled

    after an assembly has been created
    also rewrite #createAssembly to async/await
    mifi authored and aduh95 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e973254 View commit details
    Browse the repository at this point in the history
  4. wait for updateAssembly when restoring

    fixes potential race condition
    mifi authored and aduh95 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3456c23 View commit details
    Browse the repository at this point in the history
  5. remove comment

    aduh95 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    08e46ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    854812c View commit details
    Browse the repository at this point in the history