Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modular/stack-pr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: modular/stack-pr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.4
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 24, 2024

  1. Update changelog.

    ZolotukhinM committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    18c305c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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.
    AmaranthineCodices authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    efba3a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    2d93a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Add docs for command line options. (#59)

    Co-authored-by: Shay Nehmad <[email protected]>
    ZolotukhinM and TheCoreMan authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    fc03b38 View commit details
    Browse the repository at this point in the history
  2. Allow merging PRs with 'UNSTABLE' status on GH. (#60)

    Fixes #55.
    
    Co-authored-by: Shay Nehmad <[email protected]>
    ZolotukhinM and TheCoreMan authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    0917aa8 View commit details
    Browse the repository at this point in the history
  3. Ruff format. (#61)

    ZolotukhinM authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b49df6a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. 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.
    ZolotukhinM authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    52a6e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6319a1b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. 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.
    kernhanda authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    e3cf3da View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    b7927f3 View commit details
    Browse the repository at this point in the history
  2. Allow specifying the location for the branch number in the branch nam…

    …e template. (#73)
    
    Previously the branch number was always at the end after `/`. This PR
    generalizes it and allows it to be present anywhere in the template
    under the placeholder "$ID".
    
    Fixes #57.
    ZolotukhinM authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    dda58b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e64a48 View commit details
    Browse the repository at this point in the history
Loading