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

Refactor EventBus #3372

Merged

Commits on Aug 19, 2020

  1. Refactor EventBus:

    - add possibility to trigger events for specific stream id and media type, only listenesr that have been created for the given stream id and media type are called
    - add getStreamId() and getType() for classes, used by EventBus to filter listeners
    - remove all tests in listener methods to check for correct stream id and media type
    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0fd95a9 View commit details
    Browse the repository at this point in the history
  2. Refactor EventBus: update unit tests

    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    c05dea2 View commit details
    Browse the repository at this point in the history
  3. [temp] execute functional tests on this branch

    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    155e84d View commit details
    Browse the repository at this point in the history
  4. [temp] PR Dash-Industry-Forum#3372 functional tests

    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    70ed08f View commit details
    Browse the repository at this point in the history
  5. Refactor EventBus: fix MssHandler

    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    1c3e1f5 View commit details
    Browse the repository at this point in the history
  6. Revert "[temp] execute functional tests on this branch"

    This reverts commit 155e84d.
    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6a12802 View commit details
    Browse the repository at this point in the history
  7. Revert "[temp] PR Dash-Industry-Forum#3372 functional tests"

    This reverts commit 70ed08f.
    Bertrand Berthelot committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    826f7d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Register PLAYBACK_ENDED event with high priority in order to be notif…

    …ied before application (that can stop and reset the player before event handlers)
    Bertrand Berthelot committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f6e8d77 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Merge branch 'development' into refactor-eventbus

    Bertrand Berthelot committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2891e99 View commit details
    Browse the repository at this point in the history
  2. fix build error

    Bertrand Berthelot committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f5985cd View commit details
    Browse the repository at this point in the history
  3. do not check stream id and media type in event handlers

    Bertrand Berthelot committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    60fd2c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge branch 'development' into refactor-eventbus

    Bertrand Berthelot committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ebc5bbe View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fix regression on SegmentBaseLoader

    Bertrand Berthelot committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6f8526a View commit details
    Browse the repository at this point in the history
  2. EventBus: add filters (streamId, mediaType...) parameter in trigger()…

    … function
    Bertrand Berthelot committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    8acb1a3 View commit details
    Browse the repository at this point in the history
  3. code style

    Bertrand Berthelot committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e9023ec View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge branch 'development' into refactor-eventbus

    Bertrand Berthelot committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4f216ae View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. run functional tests

    Bertrand Berthelot committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b246c89 View commit details
    Browse the repository at this point in the history
  2. run functional tests

    Bertrand Berthelot committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    586bea5 View commit details
    Browse the repository at this point in the history
  3. run functional tests

    Bertrand Berthelot committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e6ddd34 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Revert "run functional tests"

    This reverts commit e6ddd34.
    Bertrand Berthelot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a8399df View commit details
    Browse the repository at this point in the history
  2. Revert "run functional tests"

    This reverts commit 586bea5.
    Bertrand Berthelot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d998748 View commit details
    Browse the repository at this point in the history
  3. Revert "run functional tests"

    This reverts commit b246c89.
    Bertrand Berthelot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d0e5625 View commit details
    Browse the repository at this point in the history
  4. Complete events trigger refactoring

    Bertrand Berthelot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ac4d1eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ab819 View commit details
    Browse the repository at this point in the history
  6. fix unit tests

    Bertrand Berthelot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8bf60e6 View commit details
    Browse the repository at this point in the history