This repository was archived by the owner on Sep 30, 2024. It is now read-only.
batches: fix fork name migration progress#47973
Merged
coury-clark merged 2 commits into4.5from Feb 21, 2023
Merged
Conversation
This is a part of #46967. `ForkName` is one of the fields on the webhook payload for a changeset, we don't currently expose `ForkName` via the GraphQL API, this PR fixes that. ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> * Manually tested * Update unit tests for forked changesets <img width="1199" alt="CleanShot 2023-02-20 at 19 30 43@2x" src="https://user-images.githubusercontent.com/25608335/220178496-7f7a19b6-4c85-4714-8f13-2aceab9cc1dc.png"> --------- Co-authored-by: Kelli Rockwell <kelli@sourcegraph.com>
Bundle size report 📦
Look at the Statoscope report for a full comparison between the commits 300de34 and e1ea5f6 or learn more. Open explanation
|
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cherry-picks commit for https://github.com/sourcegraph/sourcegraph/pull/47701 and one dependent commit (from https://github.com/sourcegraph/sourcegraph/pull/47911) into 4.5.
Test plan
Will wait to ensure buildkite passes.