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

Queue-based transcoding w/ monq #104

Closed
wants to merge 18 commits into from

Commits on Sep 14, 2017

  1. Typos

    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    7f44df2 View commit details
    Browse the repository at this point in the history
  2. Relax Node version pinning

    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    0013959 View commit details
    Browse the repository at this point in the history
  3. direnv support

    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    d3179e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72bbbd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    618cb75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29addf0 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    3752498 View commit details
    Browse the repository at this point in the history
  8. Log errors to the console

    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    2970690 View commit details
    Browse the repository at this point in the history
  9. Revert "Include mongo in docker-compose + map local files in"

    This reverts commit 72bbbd1.
    mojodna committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    742fb3e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Stub transcoder.queueImage

    mojodna committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    8bce595 View commit details
    Browse the repository at this point in the history
  2. Batch transcoding implementation

    Requires a queue and job definition to exist and be configured.
    mojodna committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    19307f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Disable host-only networking

    This was necessary to get the tests running on macOS where Mongo was
    running on the host (binding to 0.0.0.0), docker-compose'd app running
    in Docker (proxied to localhost using Docker for Mac), and the tests
    running on the host.
    mojodna committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b3ad3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70f057 View commit details
    Browse the repository at this point in the history
  3. Propagate metadata props

    mojodna committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    3c2505f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4582a55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4409240 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f89b2a4 View commit details
    Browse the repository at this point in the history
  7. Match updated metadata

    mojodna committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    30eb7be View commit details
    Browse the repository at this point in the history