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

Rename MasterPlaylistController to PlaylistController #1309

Merged
merged 3 commits into from
Aug 17, 2022
Merged

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Aug 16, 2022

No description provided.

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #1309 (fba5124) into next (206f099) will not change coverage.
The diff coverage is 93.91%.

@@           Coverage Diff           @@
##             next    #1309   +/-   ##
=======================================
  Coverage   86.27%   86.27%           
=======================================
  Files          39       39           
  Lines        9791     9791           
  Branches     2275     2275           
=======================================
  Hits         8447     8447           
  Misses       1344     1344           
Impacted Files Coverage Δ
src/segment-loader.js 96.37% <ø> (ø)
src/videojs-http-streaming.js 90.40% <84.00%> (ø)
src/dash-playlist-loader.js 90.05% <87.34%> (ø)
src/playlist-loader.js 95.02% <94.73%> (ø)
src/manifest.js 93.45% <100.00%> (ø)
src/media-groups.js 98.66% <100.00%> (ø)
src/playback-watcher.js 98.33% <100.00%> (ø)
src/playlist-controller.js 94.95% <100.00%> (ø)
src/playlist-selectors.js 87.05% <100.00%> (ø)
src/playlist.js 94.56% <100.00%> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small suggestion, but otherwise LGTM.

design/media-groups.md Outdated Show resolved Hide resolved
@gkatsev
Copy link
Member Author

gkatsev commented Aug 16, 2022

We should probably merge the other PRs into next first. I'll rebase this on top of them so that those PRs aren't a pain.

@gkatsev
Copy link
Member Author

gkatsev commented Aug 16, 2022

Merge with a BREAKING_CHANGE: footer about the renamed class/properties.

BREAKING CHANGE: rename PlaylistController
BREAKING CHANGE: rename HAVE_MASTER to HAVE_MAIN_MANIFEST
BREAKING CHANGE: playlist loaders updateMain and .main prop rename
BREAKING CHANGE: manifest.js exports mainForMedia and addPropertiesToMain
BREAKING CHANGE: rename media groups prop to isMainPlaylist
BREAKING CHANGE: rename property to mainPlaylistLoader_
BREAKING CHANGE: rename to PlaylistController#main()
@gkatsev gkatsev merged commit 54cbab3 into next Aug 17, 2022
@gkatsev gkatsev deleted the rename-things branch August 17, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants