-
Notifications
You must be signed in to change notification settings - Fork 0
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
fixes #3347 - use indented json on backpatch #3467
Merged
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
cdhanna
added a commit
that referenced
this pull request
Nov 1, 2024
* beam 3977 - metadata url (#3027) Co-authored-by: Chris Hanna <chris@beamable.com> * [BEAM-3950] Fixed `EventView` end time calculation (#3044) * [BEAM-3950] Fixed `EventView` end time calculation * Make endTime obsolete, fix microservices events * Apply PR feedback # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * beam 3917 (#3049) Co-authored-by: Chris Hanna <chris@beamable.com> * change logs * beam 3883 versioning - add version semantics (#2863) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # build/docker/scripts/build-cli.sh * meta file * [BEAM-4015] New storage path fix (#3071) * changelog * only use cli if it matches version exactly (#3102) Co-authored-by: Chris Hanna <chris@beamable.com> * use Channel safety for sending websocket messages (#3101) * easy websocket thing * tweaks * unused code * dont run tests good. --------- Co-authored-by: Chris Hanna <chris@beamable.com> * Feature/beam 4049 - ansi sink (#3100) * ansisink * use ansi sink * remove comments --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # cli/cli/App.cs # cli/cli/CHANGELOG.md * add more decimals (#3107) Co-authored-by: Chris Hanna <chris@beamable.com> * beam 3983 - content checksum issues (#3098) * beam 3983 - content checksum issues * test fixes --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * update autogen api * fix escape url * beam 4084 - add option to disable account merging for external flow. (#3119) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * beam 4060 - support ienumerable types in json serialize (#3121) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * beam 4082 - playerId of 0 should be null (#3120) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable.server/CHANGELOG.md * [BEAM-4085] Added support for complex types to be used in UE Microservice Callable signatures (UE Code-gen) (#3125) * Added support for complex types to be used in UE Microservice Callable signatures (UE Code-gen) * Changelog # Conflicts: # cli/cli/CHANGELOG.md # cli/cli/Services/UnrealSourceGenerator/UnrealSourceGenerator.cs * Improve AssumeUser memory usage and make object disposable (#3132) * Improve AssumeUser memory usage and make object disposable * docs for ticket * Add callback to configure builder when calling AssumeNewUser * fixing content compiler flags (#3151) * working * other half --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3155 (#3156) Co-authored-by: Chris Hanna <chris@beamable.com> * Issue 3158 - adds await OnReady to several psdk methods (#3159) * fixes 3158 - adds await OnReady to several psdk methods * use standard property representation --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/Runtime/Player/PlayerAccounts.cs * remove unused code * Unity SDK - Fix renaming content issue (#3165) * Fix renaming content issue * Add entry to changelog # Conflicts: # client/Packages/com.beamable/Editor/UI/Content/Components/ContentVisualElement/ContentVisualElement.cs * changelogs * code mistake * fixes 3201 - unity addressable stubs (#3202) * fixes 3201 - unity addressable stubs * sprite * casing * no the other casing --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/set-packages.sh # microservice/build.sh * casings for addressables # Conflicts: # microservice/build.sh * addressable build package * changelog * fixes 3176 - use separate location for baked content (#3218) * fixes 3176 - use separate location for baked content * fix bad content cache * revert minor changes to downloader * add another fail safe * pr updates --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md # client/Packages/com.beamable/Runtime/Modules/Content/ContentCache.cs * fixes 3149 - adds retry to platform requester based on ssl connection issue (#3223) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * fixes 3216 - docker uri fallbacks and override (#3221) Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # cli/cli/CHANGELOG.md # cli/cli/Services/BeamoLocalSystem.cs # cli/cli/Services/ConfigService.cs * Issue/3164 actually does the trick (#3236) * more delay * maybe * cleanup --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # client/Packages/com.beamable/Editor/Modules/Content/ContentIO.cs * fixes 3190 - generate env uses stdout instead of file (#3228) * fixes 3190 - generate env uses stdout instead of file * contracts * fix perf test * use prefix * revert * use the righ tmethod --------- Co-authored-by: Chris Hanna <chris@beamable.com> # Conflicts: # cli/cli/CHANGELOG.md # cli/cli/Commands/Project/GenerateEnvFileCommand.cs # cli/tests/Examples/Project/BeamProjectGenerateEnvFlows.cs # microservice/microservice/dbmicroservice/MicroserviceBootstrapper.cs * backport of cli version bug * oops - missing namespace from merge * rewrite content cache from main * porting set packages script * fixes for old style cli data pipe * missing meta file * include addressable mock in old style microservices * adds common implicits (#3318) Co-authored-by: Chris Hanna <chris@beamable.com> * fixes 3323 - async void no-no (#3343) * fixes 3323 * pr comment --------- Co-authored-by: Chris Hanna <chris@beamable.com> * [issue/3249] AssumeNewUser should not allow negative userId (#3342) * AssumeNewUser and AssumeUser does not allow 0 or negative values as userId * Fix thing * fixes 3326 (#3338) Co-authored-by: Chris Hanna <chris@beamable.com> * [Issue/3320] Prevent WebSocketConnection burst of exceptions when connection fails (#3352) * Add delayed retry logic to WebSocketConnection * Fix unity 2020 compiler error * fixes 3311 - jank solution to not bother with ssl certing our own address (#3348) Co-authored-by: Chris Hanna <chris@beamable.com> * fixes 3353 (#3407) Co-authored-by: Chris Hanna <chris@beamable.com> * [Issue/3312] Fix Lobby data field not being updated (#3387) * Fix player lobby not updating data field * add doc * Make all of LobbyService use the auto gen api * Remove rider annoying stuff * fixes 3359 - adds optional serialization for C#MS (#3444) (#3448) * fixes 3359 - adds optional serialization for C#MS * dont serialize optionals without a value --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes 3445 (#3446) Co-authored-by: Chris Hanna <chris@beamable.com> * changelog (#3449) Co-authored-by: Chris Hanna <chris@beamable.com> * adding dates to old releases (#3450) Co-authored-by: Chris Hanna <chris@beamable.com> * adding data options to update call in psdk (#3454) Co-authored-by: Chris Hanna <chris@beamable.com> * updating date on changelogs for release of 1.19.20 * fixes #3347 - use indented json on backpatch (#3467) * fixes #3347 - use indented json on backpatch * test * test fix --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3400 - adds analytics events for token changes (#3477) * zug zug fixes #3400 * bad namespace * minor fixes * remove bad class * pr feedback * no reason not to add null checks --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3452 - content perf improvements (#3483) * fixes #3452 - content perf improvements * pr comments --------- Co-authored-by: Chris Hanna <chris@beamable.com> * changelog for 1.19.21 * changelog update * changelogs for 1.19.21 * fixes #3530 (#3538) Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3518 - content ref ids (#3539) * fixes #3530 * fixes #3518 - content ref ids --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3395 - date header recog (#3540) * fixes #3530 * fixes #3518 - content ref ids * fixes #3395 - date header recog --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3495 - noconnectivity details (#3542) * fixes #3495 - noconnectivity details * add stub type * more stub info --------- Co-authored-by: Chris Hanna <chris@beamable.com> * fixes #3519 - content check tooltip (#3543) * fixes #3495 - noconnectivity details * add stub type * more stub info * fixes #3519 - content check tooltip --------- Co-authored-by: Chris Hanna <chris@beamable.com> * changelogs * Fixes #3705 Mark content dirty on tag update (#3709) * Fixes #3705 Mark content dirty on tag update * Update changelog * Update upload-artifact job * Fix #3617 implement IUserContext for BeamEditor, use it for refreshing token (#3711) * Fix #3617 implement IUserContext for BeamEditor, use it for refreshing token * Update Changelog * Changelog update * merge go boom * remove file --------- Co-authored-by: Chris Hanna <chris@beamable.com> Co-authored-by: MevLyshkin <piotr@beamable.com> Co-authored-by: PedroRauizBeamable <92586258+PedroRauizBeamable@users.noreply.github.com> Co-authored-by: gabrielbeamable <141041673+gabrielbeamable@users.noreply.github.com> Co-authored-by: Piotr Siuszko <siuszko@zoho.com>
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.
On old versions of the CLI, we should pretty-print the json config files 🤷