-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Releases/v12.2.0 #2527
Open
kingson8210
wants to merge
11
commits into
facebook:main
Choose a base branch
from
kingson8210:releases/v12.2.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Releases/v12.2.0 #2527
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
Summary: Also updated the changelog Reviewed By: samodom Differential Revision: D32785335 fbshipit-source-id: 0868e96d66e9da67fc7969500a7da1a1378050c2
Summary: We need to fix: 1. AEM Conversion Filetring endpoint/request names 2. Add special processing for content id 3. Combine catalog networker and AEM networker Reviewed By: wx0165927473, samodom Differential Revision: D32782549 fbshipit-source-id: c02e20d9ff7e116ecdba2c784a164a1831acb553
Summary: See updated changelog. Reviewed By: NSProgrammer Differential Revision: D32809771 fbshipit-source-id: cefc568518155628503d0a3f13994c978c688825
Summary: This diff cleans up the payload parsing logic. It makes it easy to add new keys we need to listen for when parsing a gaming entry url into a native game. To add a new listener: Add it to the keys list. Create a new delegate Method Check for the key in the GameEntryInfo and The third party app implemented the delegate method for said key If so call the delegate method. Reviewed By: jawwad Differential Revision: D32808171 fbshipit-source-id: 799cd3bb2b1214ec3821e2bd37d59a2a55d9cc93
Summary: In this diff we add a listener to look for a tournament ID and payload when a third party game is started from a FB entry point. Reviewed By: jawwad Differential Revision: D32808372 fbshipit-source-id: fa552730519e354b43eef601c65eaa92a06caf41
Summary: This adds two new API's to tournaments share update and post score. We need these APIs to allow from developers to trigger updating a tournament using an ID giving when the user enters a native game by clicking a tournament on FB. Reviewed By: jawwad Differential Revision: D32808504 fbshipit-source-id: b59b01411c66685a1927b9d5835f24cd7511a8e0
Reviewed By: wx0165927473 Differential Revision: D32846912 fbshipit-source-id: f9f2998e3cfe49369e003a0e33ddb865dbb0901c
…2.2.0 Reviewed By: joesus Differential Revision: D32874575 fbshipit-source-id: 9b7dbc9c50fdb0133180488c63a94998a255e59e
Fodboldbane |
Hej |
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.
Thanks for proposing a pull request!
To help us review the request, please complete the following:
bug
for bug fixes)Pull Request Details
Describe what you accomplished in this pull request (for example, what happens before the change, and after the change)
Test Plan
Test Plan: Add your test plan here