-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(FEC-11475): create service manager that allows registration and accessing of services #477
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RoyBregman
changed the title
feat(FEC-11475): create service manager that allow register\get\unregister services
feat(FEC-11475): create service manager that allows register / get / unregister services
Aug 11, 2021
RoyBregman
changed the title
feat(FEC-11475): create service manager that allows register / get / unregister services
feat(FEC-11475): create service manager that allows registration and accessing of services
Aug 11, 2021
RoyBregman
requested review from
yairans,
OrenMe,
JonathanTGold,
semarche-kaltura and
SivanA-Kaltura
August 11, 2021 10:21
yairans
approved these changes
Aug 11, 2021
@RoyBregman need to update ima and ima-dai as well |
RoyBregman
added a commit
to kaltura/playkit-js-ui
that referenced
this pull request
Aug 16, 2021
…accessing of services (#630) registration and accessing of services (previously known as managers) was moved from ui to KP KP PR - kaltura/kaltura-player-js#477
RoyBregman
added a commit
to kaltura/playkit-js-ima-dai
that referenced
this pull request
Aug 17, 2021
…accessing of services (#76) Registration and accessing of services (previously known as managers) was moved from ui to KP KP PR - kaltura/kaltura-player-js#477 UI PR - kaltura/playkit-js-ui#630 So changes needed to be updated also in ima-dai
RoyBregman
added a commit
to kaltura/playkit-js-timeline
that referenced
this pull request
Aug 18, 2021
…accessing of services (#4) registration and accessing of services (previously known as managers) was moved from ui to KP KP PR - kaltura/kaltura-player-js#477 UI PR - kaltura/playkit-js-ui#630 So changes needed to updated also in timeline
RoyBregman
added a commit
to kaltura/playkit-js-ima
that referenced
this pull request
Aug 18, 2021
…accessing of services (#205) Registration and accessing of services (previously known as managers) was moved from ui to KP KP PR - kaltura/kaltura-player-js#477 UI PR - kaltura/playkit-js-ui#630 So changes needed to be updated also in ima
borhandarabi
pushed a commit
to TasvirChi/playchi-js-ui
that referenced
this pull request
May 15, 2024
…accessing of services (#630) registration and accessing of services (previously known as managers) was moved from ui to KP KP PR - kaltura/kaltura-player-js#477
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Changes
service provider was moved from ui repo (was known there as managers) to KP to enable cross service registration and accessing
changes were also in:
UI PR - kaltura/playkit-js-ui#630
Timeline PR - kaltura/playkit-js-timeline#4
IMA - kaltura/playkit-js-ima#205
IMA-DAI - kaltura/playkit-js-ima-dai#76
solves FEC-11475
CheckLists