Skip to content

Resolve merge conflicts for PRs #95 and #96 by rebasing onto restructured sidebar - #124

Closed
David Pine (IEvangelist) with Copilot wants to merge 7 commits into
mainfrom
copilot/resolve-merge-conflicts
Closed

Resolve merge conflicts for PRs #95 and #96 by rebasing onto restructured sidebar#124
David Pine (IEvangelist) with Copilot wants to merge 7 commits into
mainfrom
copilot/resolve-merge-conflicts

Conversation

Copilot AI commented Dec 6, 2025

Copy link
Copy Markdown
Contributor

PRs #95 (GO Feature Flag) and #96 (SurrealDB) from David Bottiau (@Odonno) had conflicts due to sidebar.topics.ts being moved from src/frontend/ to src/frontend/config/sidebar/ in commit 0fbe528.

Changes

Created clean rebased branches:

  • rebase-pr-95-goff - GO Feature Flag integration
  • rebase-pr-96-surrealdb - SurrealDB integration

PR #95 - GO Feature Flag:

  • Added src/frontend/src/assets/icons/go-feature-flag.png
  • Added src/frontend/src/content/docs/integrations/devtools/goff.mdx (184 lines)
  • Updated IntegrationGrid.astro to register goff icon
  • Added goff entry to config/sidebar/sidebar.topics.ts (devtools section)
  • Added mapping to integration-docs.json

PR #96 - SurrealDB:

  • Added src/frontend/src/content/docs/integrations/databases/surrealdb.mdx (254 lines)
  • Added SurrealDB entry to config/sidebar/sidebar.topics.ts (databases section)

Usage

Original author can force-push rebased branches:

git fetch https://github.com/microsoft/aspire.dev rebase-pr-95-goff
git checkout goff && git reset --hard FETCH_HEAD && git push --force

git fetch https://github.com/microsoft/aspire.dev rebase-pr-96-surrealdb
git checkout surrealdb && git reset --hard FETCH_HEAD && git push --force

Or maintainers can merge individual branches or this combined PR directly.

See MERGE_CONFLICT_RESOLUTION.md for technical details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/CommunityToolkit/Aspire
    • Triggering command: /usr/local/bin/node node ./scripts/update-github-stats.js (http block)
  • https://api.github.com/repos/dotnet/aspire
    • Triggering command: /usr/local/bin/node node ./scripts/update-github-stats.js (http block)
  • https://api.github.com/repos/dotnet/aspire-samples
    • Triggering command: /usr/local/bin/node node ./scripts/update-github-stats.js (http block)
  • https://api.github.com/repos/microsoft/aspire.dev
    • Triggering command: /usr/local/bin/node node ./scripts/update-github-stats.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Both PRs #95 and #96 need to be rebased from main to resolve the merge conflicts, to help the op, please create a PR to resolve these merge conflicts in their branch.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 6 commits December 6, 2025 17:58
This commit resolves merge conflicts from PR #95 by applying the changes
to the current main branch structure. The sidebar.topics.ts file was moved
to config/sidebar/ in main, so the goff entry is added to the new location.

Original PR: #95
Original author: @Odonno
Changes include:
- Add goff icon
- Add goff documentation
- Update IntegrationGrid with goff icon
- Add goff entry to sidebar
- Add goff mapping to integration-docs.json
This commit resolves merge conflicts from PR #96 by applying the changes
to the current main branch structure. The sidebar.topics.ts file was moved
to config/sidebar/ in main, so the SurrealDB entry is added to the new location.

Original PR: #96
Original author: @Odonno
Changes include:
- Add SurrealDB documentation
- Add SurrealDB entry to sidebar
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot AI changed the title [WIP] Rebase PRs #95 and #96 from main to resolve conflicts Resolve merge conflicts for PRs #95 and #96 by rebasing onto restructured sidebar Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants