Skip to content

Allow computing arbitrary namespace diffs #126

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

Merged
merged 9 commits into from
Aug 4, 2025

Conversation

ChrisPenner
Copy link
Member

@ChrisPenner ChrisPenner commented Jul 30, 2025

Overview

Allows computing diffs between arbitrary namespaces or releases with in a project.

You can access this feature via:

/users/<user>/projects/<slug>/diff/namespaces?old=<old>&new=<new>

Where old and new can be any branch, contributor branch, or release ref.

This uses the same code as the contribution diff, so on initial fetch it will simply respond with the "computing" status and will kick off a background job.

We should be able to get this to realtime for most cases soon 🤞🏼

Implementation notes

Switches the existing namespace diffing to use the new causal-diff-queue mechanism

Test coverage

Added new transcripts

@ChrisPenner ChrisPenner marked this pull request as ready for review July 30, 2025 21:01
@ChrisPenner ChrisPenner force-pushed the cp/arbitrary-namespace-diffs branch from e97b6c8 to 173b852 Compare August 4, 2025 22:51
@ChrisPenner ChrisPenner merged commit 2dc3007 into main Aug 4, 2025
4 checks passed
@ChrisPenner ChrisPenner deleted the cp/arbitrary-namespace-diffs branch August 4, 2025 23:07
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.

1 participant