Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Backport 5ce2eea to 5.5.x#64166

Merged
nelsonjr merged 2 commits into
5.5.xfrom
backport-5ce2eea-to-5.5.x
Jul 31, 2024
Merged

Backport 5ce2eea to 5.5.x#64166
nelsonjr merged 2 commits into
5.5.xfrom
backport-5ce2eea-to-5.5.x

Conversation

@arafatkatze

Copy link
Copy Markdown
Contributor

This is a backport PR to add changes from https://github.com/sourcegraph/sourcegraph/pull/64116 to v5.5.x to main to create a release of the frontend.

Test plan

Changelog

@cla-bot cla-bot Bot added the cla-signed label Jul 30, 2024
@arafatkatze arafatkatze changed the base branch from main to 5.5.x July 30, 2024 22:58
This PR adds special support for http requests to azure OpenAI and
changes special customer configs to use HTTP instead of HTTPS.

Tested this PR locally
<!-- REQUIRED; info at
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles
-->

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->

---------

Co-authored-by: Vincent <evict@users.noreply.github.com>
@arafatkatze arafatkatze force-pushed the backport-5ce2eea-to-5.5.x branch from 9a192cc to f05c2b8 Compare July 30, 2024 23:03
@nelsonjr nelsonjr merged commit 162d383 into 5.5.x Jul 31, 2024
@nelsonjr nelsonjr deleted the backport-5ce2eea-to-5.5.x branch July 31, 2024 16:19
@sourcegraph-release-bot

Copy link
Copy Markdown
Collaborator

The backport to 5.5.x failed at https://github.com/sourcegraph/sourcegraph/actions/runs/10183904057:

The process '/usr/bin/git' failed with exit code 1

To backport this PR manually, you can either:

Via the sg tool

Use the sg backport command to backport your commit to the release branch.

sg backport -r 5.5.x -p 64166
Via your terminal

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-5.5.x 5.5.x
# Navigate to the new working tree
cd .worktrees/backport-5.5.x
# Create a new branch
git switch --create backport-64166-to-5.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 162d3836dab3d3a6b6fd0a0da6a2f296c96d2c15
# Push it to GitHub
git push --set-upstream origin backport-64166-to-5.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-5.5.x

If you encouter conflict, first resolve the conflict and stage all files, then run the commands below:

git cherry-pick --continue
# Push it to GitHub
git push --set-upstream origin backport-64166-to-5.5.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-5.5.x
  • Follow above instructions to backport the commit.
  • Create a pull request where the base branch is 5.5.x and the compare/head branch is backport-64166-to-5.5.x., click here to create the pull request.

Once the pull request has been created, please ensure the following:

  • Make sure to tag @sourcegraph/release in the pull request description.

  • kindly remove the release-blocker from this pull request.

@sourcegraph-release-bot sourcegraph-release-bot added backports failed-backport-to-5.5.x release-blocker Prevents us from releasing: https://about.sourcegraph.com/handbook/engineering/releases labels Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport 5.5.x backports cla-signed failed-backport-to-5.5.x release-blocker Prevents us from releasing: https://about.sourcegraph.com/handbook/engineering/releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants