-
Notifications
You must be signed in to change notification settings - Fork 5
pushwork@2.0.0 #27
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
+5,097
−19,274
Merged
pushwork@2.0.0 #27
Changes from 22 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
7b1a6cd
update stale artie
chee 87acefb
switch to vitest
chee 67854c6
pushwork v2 v1
chee 2771130
add vfs and patchwork-folder strategy
chee 1d5a993
add branches
chee f52c38a
2.0.0-preview
chee 3123734
update tests
chee 9f678ed
allow switching from a tree that someone stranded you under before it…
chee c7efac3
2.0.0-preview.2
chee d9b16be
move qol patch to package json
chee 6cf36dc
rename cuts to clipboard (also snarfs)
chee 73c9e3d
2.0.0-preview.3
chee 9c81d4b
remove branches
chee cf7702c
ensure heads are always updated. also add heads subcommand
chee 754a2de
update subdeps
chee aa7910d
2.0.0-preview.5
chee 16d0aa6
upgrade to latest sub pkgs
chee 798453c
dot twenty
pvh 948c94a
Resolve merge conflicts for automerge-subduction dependency update
Copilot 868a280
Merge branch 'main' into two
chee 92f714f
Add GitHub Actions CI workflow to run tests
Copilot a50c5b3
Merge pull request #28 from inkandswitch/copilot/add-ci-to-run-tests
chee 94578a6
Apply suggestion from @chee
chee 6aed682
bump sub
chee 319c1c7
2.0.0-preview.7
chee 31099e0
bump sub versions
chee d7b0891
handle multiple shapes on clone
chee a97d7ae
2.0.0-preview.8
chee 6ccc309
add migrate
chee 364d455
make clone path required
chee b220c82
Merge branch 'main' into two
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: pnpm/action-setup@v4 | ||
| with: | ||
| version: 10 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 24 | ||
| cache: pnpm | ||
| - run: pnpm install | ||
| - run: pnpm test | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.