Skip to content

Tags: modular/stack-pr

Tags

0.1.7

Toggle 0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PR link display on first submit (#114)

Moves the stack display to after PR creation so that PR links are shown
correctly on first submission instead of showing "no PR".

stack-info: PR: #114, branch: laszlokindrat/stack/2

Co-authored-by: Laszlo Kindrat <laszlo@modular.com>

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark PRs temporarily draft while submitting (#111)

When running `stack-pr submit`, patches in a stack need to have their base branches temporarily changed to avoid accidental closures. This has the unfortunate side effect that in this transient state, the PRs seem like multi-commit PRs pointing to main, resulting in GH notifying reviewers for every commit on the branch (as opposed to just the one that corresponds to the stacked PR). This patch fixes this by marking PRs temporarily draft while we manipulate their bases.

0.1.5

Toggle 0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't generate table of contents for stacks with just 1 PR. (#103)

To unclutter the view.

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CI workflow for running unittests. (#74)

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a bug with replacing $USERNAME in the branch name. (#44)

0.1.2

Toggle 0.1.2's commit message
Formatting

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix relative imports and --target setting (#13)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pypi] add pdm.lock (#10)

0.0.1a1

Toggle 0.0.1a1's commit message

Verified

This commit was signed with the committer’s verified signature.
zbowling Zac Bowling
[pypi] change python version to supported and add ruff linter