Skip to content

Production deploy: promote staging → main#180

Merged
BhuvanArn merged 57 commits into
mainfrom
promote-main-from-staging
Jul 16, 2026
Merged

Production deploy: promote staging → main#180
BhuvanArn merged 57 commits into
mainfrom
promote-main-from-staging

Conversation

@BhuvanArn

Copy link
Copy Markdown
Owner

Production promote: staging → main

Promotes all merged staging work to production main.

What this is

Merge commit whose tree is byte-identical to origin/staging (verified: git rev-parse HEAD^{tree} == origin/staging^{tree}). Parents are current main + staging, so main now contains staging's history and future promotes stop re-conflicting on the same files.

Conflict resolution

staging and main diverged by 88 files — past promotes hand-resolved conflicts on main that never flowed back, so the same files re-conflict every promote. Resolved by making main's tree exactly staging's (staging is source-of-truth for a promote).

  • One orphaned route dropped: web/src/routes/applications/$applicationId/dashboard.tsx — dead since [140] Add new sidebar front #107; staging replaced the whole applications/$applicationId/ tree (roadmap/analytics/simulations).
  • ai/llm-core present on both branches (17 files each) — no loss.
  • Avoided a naive -X theirs resolution that duplicated a function + imports (would have broken the build).

Before merging

  • Confirm staging CI is green
  • Squash not applicable — this is a merge-promote; merge with a merge commit to preserve the staging parent

🤖 Generated with Claude Code

Andriamanampisoa and others added 30 commits January 17, 2026 21:22
Co-authored-by: badarouzia <ziane.badarou@epitech.eu>
Co-authored-by: badarouzia <ziane.badarou@epitech.eu>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
Co-authored-by: Andriamanampisoa <toavina.andriamanampisoa@epitech.eu>
Co-authored-by: Andriamanampisoa <114677493+Andriamanampisoa@users.noreply.github.com>
Co-authored-by: badarouzia <ziane.badarou@epitech.eu>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
Co-authored-by: badarouzia <ziane.badarou@epitech.eu>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
…n simulation (#135)

Co-authored-by: Andriamanampisoa <toavina.andriamanampisoa@epitech.eu>
Co-authored-by: Andriamanampisoa <114677493+Andriamanampisoa@users.noreply.github.com>
Co-authored-by: badarouzia <114598760+badarouzia@users.noreply.github.com>
Co-authored-by: badarouzia <ziane.badarou@epitech.eu>
Co-authored-by: Andriamanampisoa <toavina.andriamanampisoa@epitech.eu>
Co-authored-by: eregine <114678670+eregine@users.noreply.github.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
Co-authored-by: Bhupow <114442972+BhuvanArn@users.noreply.github.com>
BhuvanArn and others added 21 commits July 14, 2026 11:48
Co-authored-by: BhuvanArn <bhuvanarnaud@gmail.com>
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
talk-up-ai-dev Ready Ready Preview, Comment Jul 16, 2026 8:29am

@railway-app
railway-app Bot temporarily deployed to talk-up-ai / TalkUp.AI-pr-180 July 16, 2026 08:29 Destroyed
@BhuvanArn BhuvanArn self-assigned this Jul 16, 2026
@BhuvanArn
BhuvanArn marked this pull request as ready for review July 16, 2026 08:34
Copilot AI review requested due to automatic review settings July 16, 2026 08:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@BhuvanArn
BhuvanArn merged commit f780f64 into main Jul 16, 2026
12 checks passed
@BhuvanArn
BhuvanArn deleted the promote-main-from-staging branch July 16, 2026 08:37
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.

6 participants