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

Issue157 - YouTube Data API / Captions #158

Merged
merged 27 commits into from
Dec 21, 2016
Merged

Issue157 - YouTube Data API / Captions #158

merged 27 commits into from
Dec 21, 2016

Commits on May 19, 2016

  1. Logic adjusted, awaiting QA

    Fenel Joseph committed May 19, 2016
    Configuration menu
    Copy the full SHA
    d3b368b View commit details
    Browse the repository at this point in the history
  2. Adjusted incorrect syntax

    Fenel Joseph committed May 19, 2016
    Configuration menu
    Copy the full SHA
    8548613 View commit details
    Browse the repository at this point in the history
  3. qa commit

    Fenel Joseph committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ef9ad9b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. see result of youtube api call

    Fenel Joseph committed May 23, 2016
    Configuration menu
    Copy the full SHA
    f035d9b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. viewing api response

    Fenel Joseph committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ddce93e View commit details
    Browse the repository at this point in the history
  2. Extra logging

    Fenel Joseph committed May 24, 2016
    Configuration menu
    Copy the full SHA
    5d6d526 View commit details
    Browse the repository at this point in the history
  3. Fixed syntax

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ff0998d View commit details
    Browse the repository at this point in the history
  4. killing process to observe change in syntax

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    fbee996 View commit details
    Browse the repository at this point in the history
  5. die() no longer needed

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    bc9c0e7 View commit details
    Browse the repository at this point in the history
  6. testing..

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    aa6d6e9 View commit details
    Browse the repository at this point in the history
  7. testing..

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    44c9bd8 View commit details
    Browse the repository at this point in the history
  8. syntax fix

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8001e8d View commit details
    Browse the repository at this point in the history
  9. syntax to recognize string versus boolean added

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    c3cdd04 View commit details
    Browse the repository at this point in the history
  10. Switched to YouTube Captions api

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    af4ce3a View commit details
    Browse the repository at this point in the history
  11. full syntax for implementation added

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9886f06 View commit details
    Browse the repository at this point in the history
  12. adjusted syntax for correct detection

    fe805415 committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0c812f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Incremental docker build.

    Philip Carter committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    3d511e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Working test on docker-compose up.

    Philip Carter committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    c324aad View commit details
    Browse the repository at this point in the history
  2. Run all the tests on alpine.

    Philip Carter committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    98b6770 View commit details
    Browse the repository at this point in the history
  3. code within function restored

    fe805415 committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    f6ef423 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Merge pull request #178 from ucfcdl/issue/177-docker

    Issue/177 docker
    
    I've reviewed this thoroughly and UDOIT functions as expected as this issue is for the most part independent of all UDOIT current functions.
    Fenel Joseph authored Jul 7, 2016
    Configuration menu
    Copy the full SHA
    6639465 View commit details
    Browse the repository at this point in the history
  2. Pulled in master and resolved conflicts

    fe805415 committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    0d358c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Merged in master, changed Ufixit.php code to match master since they …

    …are functionally the same.
    bagofarms committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1a3769b View commit details
    Browse the repository at this point in the history
  2. Added test for YouTube API, updated travis.yml so that it doesn't run…

    … the functional tests automatically, and updated the README and HEROKU to contain better installation instructions.
    bagofarms committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    d8aa6c8 View commit details
    Browse the repository at this point in the history
  3. Moved functional tests into their own test suite so that i can keep T…

    …ravis from running them
    bagofarms committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    2aeb904 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    b0fcf7c View commit details
    Browse the repository at this point in the history
  2. Added warning about unlisted or deleted videos. Fixed bug that ignore…

    …d videos that were unlisted or deleted from caption detection.
    bagofarms committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    76637f8 View commit details
    Browse the repository at this point in the history