-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: modular/stack-pr
base: 0.1.3
head repository: modular/stack-pr
compare: 0.1.4
- 12 commits
- 8 files changed
- 4 contributors
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c305c - Browse repository at this point
Copy the full SHA 18c305cView commit details
Commits on Nov 12, 2024
-
Allow merge state to be UNKNOWN (#49)
When validating whether a PR is mergeable on GitHub, sometimes the PR will get stuck in an `UNKNOWN` merge state and block merging, even if it's mergeable in the GitHub UI.
Configuration menu - View commit details
-
Copy full SHA for efba3a0 - Browse repository at this point
Copy the full SHA efba3a0View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d93a26 - Browse repository at this point
Copy the full SHA 2d93a26View commit details
Commits on Feb 5, 2025
-
Add docs for command line options. (#59)
Co-authored-by: Shay Nehmad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc03b38 - Browse repository at this point
Copy the full SHA fc03b38View commit details -
Allow merging PRs with 'UNSTABLE' status on GH. (#60)
Fixes #55. Co-authored-by: Shay Nehmad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0917aa8 - Browse repository at this point
Copy the full SHA 0917aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49df6a - Browse repository at this point
Copy the full SHA b49df6aView commit details
Commits on Feb 17, 2025
-
Fix a bug in 'abandon' when the current branch is 'main'. (#68)
Before this change we incorrectly tried to rebase the bottom commit which resulted in malformed state of the result.
Configuration menu - View commit details
-
Copy full SHA for 52a6e8c - Browse repository at this point
Copy the full SHA 52a6e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6319a1b - Browse repository at this point
Copy the full SHA 6319a1bView commit details
Commits on Feb 19, 2025
-
Adds the option to stash uncommitted changes before submitting PRs (#70)
This change adds the `--stash` or `-s` option to the `submit` command parser. If set, it will run `git stash save` before any commands in the normal `submit` workflow and, when done, it will run `git stash pop` to undo this mechanism.
Configuration menu - View commit details
-
Copy full SHA for e3cf3da - Browse repository at this point
Copy the full SHA e3cf3daView commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b7927f3 - Browse repository at this point
Copy the full SHA b7927f3View commit details -
Allow specifying the location for the branch number in the branch nam…
Configuration menu - View commit details
-
Copy full SHA for dda58b1 - Browse repository at this point
Copy the full SHA dda58b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e64a48 - Browse repository at this point
Copy the full SHA 4e64a48View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.3...0.1.4