Commit graph

18 commits

Author SHA1 Message Date
Jay Derinbogaz
61cfa97de5
Fix macOS extended attributes error in Docker container operations (#19)
Some checks failed
Build and Test / build (18.x) (push) Has been cancelled
Build and Test / build (20.x) (push) Has been cancelled
Build and Test / build (22.x) (push) Has been cancelled
Improve tar commands to properly exclude extended attributes on macOS that cause
"lsetxattr com.apple.provenance" errors in Docker operations. This extends the
previous fix to cover additional tar operations in the container setup process.

Changes:
- Add explicit --no-xattrs and --no-fflags flags for macOS tar operations
- Apply fix to both git history copying and Claude config directory copying
- Auto-fix ESLint style issues for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-06-19 15:29:12 +02:00
Onur Solmaz
15c1b97c48
Fix fs-extra related build error (#13)
Some checks failed
Build and Test / build (18.x) (push) Has been cancelled
Build and Test / build (20.x) (push) Has been cancelled
Build and Test / build (22.x) (push) Has been cancelled
* Fix fs-extra related build error

* Checkpoint
2025-06-12 17:09:52 +02:00
Onur Solmaz
55a36fcf1f
Add Podman support (#12)
* Add Podman support

* Add tests
2025-06-12 16:59:16 +02:00
Onur Solmaz
4237d506d0
Fix deletion of committed files excluded in .gitignore, show branch info (#7)
Some checks failed
Build and Test / build (20.x) (push) Has been cancelled
Build and Test / build (18.x) (push) Has been cancelled
Build and Test / build (22.x) (push) Has been cancelled
* Fix deletion of committed files excluded in .gitignore, show branch info

* Add clickable branch links and support for remote branch/PR checkout

- Branch names in UI are now clickable and link to GitHub
- Added --remote-branch option to checkout remote branches
- Added --pr option to checkout specific PRs by number
- Fixed shadow repo sync to preserve git-tracked files regardless of gitignore
- Updated documentation with shadow repo sync principles

* Save work before checking out remote branch

* Checkpoint

* Checkpoint

* Checkpoint
2025-06-07 00:22:15 +02:00
tugberkayartextcortex
2087429514
Enhance tar command to exclude extended attributes for better compatibility in Docker (#6)
Some checks are pending
Build and Test / build (18.x) (push) Waiting to run
Build and Test / build (20.x) (push) Waiting to run
Build and Test / build (22.x) (push) Waiting to run
2025-06-06 15:06:56 +02:00
Onur Solmaz
02c6300ec4 Checkpoint
Some checks are pending
Build and Test / build (18.x) (push) Waiting to run
Build and Test / build (20.x) (push) Waiting to run
Build and Test / build (22.x) (push) Waiting to run
2025-06-05 17:56:31 +02:00
Onur Solmaz
928aa13c72 Update README.md 2025-06-05 17:36:59 +02:00
Onur Solmaz
292918d6b3 npm install 2025-06-05 17:29:41 +02:00
Onur Solmaz
2ad995874a Add workflows 2025-06-05 17:28:12 +02:00
Onur Solmaz
f815760d73 Exclude .DS_Store files, run prettier 2025-06-04 21:16:09 +02:00
Onur Solmaz
56c120e7a8
Fix detection of deletions (#5)
* Fix detection of deletions

* Checkpoint

* Checkpoint

* Refactor
2025-05-29 01:14:49 +02:00
Onur Solmaz
312c366bd2
Improve GitHub implementation and state detection (#3)
* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Pushing to github works

* Sync with inotifywait + rsync

* Checkpoint

* Checkpoint

* Gitignore works

* Fix running setup commands

* Checkpoint

* Checkpoint

* Checkpoint
2025-05-28 15:30:58 +02:00
Onur Solmaz
cd93696d06
Update README.md 2025-05-27 14:56:44 +02:00
Onur Solmaz
ac1b443644
Add webui (#2)
* Add webui, wip

* Checkpoint

* Fixed terminal formatting

* Checkpoint

* Checkpoint

* Don't include untracked files by default

* Specify flag

* Checkpoint

* Checkpoint
2025-05-27 14:43:33 +02:00
Onur Solmaz
a35770b294 Update TODO 2025-05-27 11:23:14 +02:00
Onur Solmaz
b44cf1a84e
PoC (#1)
* Commit first run

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Checkpoint

* Copy credentials

* Add setupcommands

* Can push from inside the container

* Checkpoint

* Can launch dev server in sandbox

* Checkpoint

* Checkpoint

* Run prettier

* Checkpoint
2025-05-27 00:36:20 +02:00
Onur Solmaz
677713106b Checkpoint 2025-05-26 00:08:12 +02:00
Onur Solmaz
c33adb29ec First commit 2025-05-26 00:05:29 +02:00