fix: commit listing for changes was backward#4264
Merged
Merged
Conversation
Signed-off-by: Mark Phelps <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #4264 +/- ##
=====================================
Coverage ? 50.91%
=====================================
Files ? 122
Lines ? 13116
Branches ? 0
=====================================
Hits ? 6678
Misses ? 5874
Partials ? 564
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Mark Phelps <[email protected]>
markphelps
added a commit
that referenced
this pull request
May 29, 2025
* feat: add ability to delete branch env Signed-off-by: Mark Phelps <[email protected]> * fix: commit listing for changes was backward (#4264) * fix: commit listing for changes was backward Signed-off-by: Mark Phelps <[email protected]> * fix: fix propose changes too Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]> * feat: add ability to delete branch env Signed-off-by: Mark Phelps <[email protected]> * feat: start merging create proposals and branches into dropdown Signed-off-by: Mark Phelps <[email protected]> * chore: consolidate branched env stuff into dropdown Signed-off-by: Mark Phelps <[email protected]> * chore: change action language Signed-off-by: Mark Phelps <[email protected]> * chore: use our input for delete modal Signed-off-by: Mark Phelps <[email protected]> * chore: fix delete branch input Signed-off-by: Mark Phelps <[email protected]> * chore: add branch delete IT Signed-off-by: Mark Phelps <[email protected]> * chore: rename api parts Signed-off-by: Mark Phelps <[email protected]> * chore: branch from local Signed-off-by: Mark Phelps <[email protected]> * chore: default branch Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
i had the environments swapped around which meant the changes between branches were not showing correctly
turns out propose changes was backward too