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

fix!: stop ignoring YouTube, and re-generate with latest API #2575

Merged
merged 2 commits into from Mar 29, 2021

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Mar 27, 2021

Fixes #2574.

During the great OnePlatform migration of 2020, at some point the YouTube discovery bindings got very, very broken. To unblock the pipeline, I started ignoring changes in the discovery file, and just kept on shipping the old client. This PR turns generation for YouTube back on, and gives the API it's first update in a long time. I can only assume there are some breaking changes in here.

@JustinBeckwith JustinBeckwith requested a review from a team as a code owner March 27, 2021 21:54
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 27, 2021
@JustinBeckwith JustinBeckwith changed the title fix: stop ignoring YouTube fix!: stop ignoring YouTube, and re-generate with latest API Mar 27, 2021
@codecov
Copy link

codecov bot commented Mar 27, 2021

Codecov Report

Merging #2575 (182e8f5) into master (1afade5) will increase coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2575      +/-   ##
==========================================
+ Coverage   82.75%   82.84%   +0.08%     
==========================================
  Files          11       11              
  Lines        1856     1854       -2     
  Branches      123      123              
==========================================
  Hits         1536     1536              
+ Misses        320      318       -2     
Impacted Files Coverage Δ
src/generator/generator.ts 48.56% <0.00%> (+0.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1afade5...182e8f5. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 7a6967f into master Mar 29, 2021
@JustinBeckwith JustinBeckwith deleted the yt3 branch March 29, 2021 18:48
@yoshi-code-bot yoshi-code-bot mentioned this pull request Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Youtube PlaylistItemSnippet doesn't have ts definition for 'videoOwnerChannelId' and 'videoOwnerChannelTitle'.
2 participants