Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

S3 Signature on Worker #1702

Closed
wants to merge 19 commits into from

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    0d9c341 View commit details
    Browse the repository at this point in the history
  2. copy over build artifacts.

    fromkeith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    7d1e503 View commit details
    Browse the repository at this point in the history
  3. make a copy of the error before reporting it

    to stop a clone error on postMessage.
    fromkeith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    8f0d01e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e2f448 View commit details
    Browse the repository at this point in the history
  5. fix jshint errors on s3 signature worker parts.

    postMessage and onmessage are defined in the worker scope.
    we need to set qq on the worker prefix so that crypto has it defined inside the worker scope.
    fromkeith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    cd5aae7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. add tests and add worker manager

    New file to manage the workers.
    Add unit tests to ensure worker is working.
    Rename from useWorker to workerUrl.
    fromkeith committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    a056ce6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Fix some naming and add better error handling.

    'qq.s3.worker' func renamed to 'qq.s3.createS3InlineWorkerUrl'.
    Updated docs for 'useWorker' to 'workerUrl' option change.
    Propogate options.log to the manager.
    Get error handling for bad worker urls working.
    Set 'inline' as the text to set for using our default inline worker.
    fromkeith committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    27ad4cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24316a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop-upstream-tracker' into develop-worker-pr

    # Conflicts:
    #	package.json
    fromkeith committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    6408a8d View commit details
    Browse the repository at this point in the history
  4. fix lint.

    fromkeith committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    8b5a693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4bbf7e View commit details
    Browse the repository at this point in the history
  6. lint fixes in unit tests.

    fromkeith committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    1333b2a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    15e61c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2d0b6 View commit details
    Browse the repository at this point in the history
  3. remove underscores.

    fromkeith committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    da0fc05 View commit details
    Browse the repository at this point in the history
  4. remove unneeded check.

    fromkeith committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    51796ec View commit details
    Browse the repository at this point in the history
  5. merge upstream.

    conflicts: package.json.
    fromkeith committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    f335a7a View commit details
    Browse the repository at this point in the history
  6. move the worker manager into s3.XhrUploadHandler. This reduces the # …

    …of workers created to 1 per instance.
    fromkeith committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    5e58d5c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

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