Reinier Criel
|
4bfc315b57
|
Skeleton
|
2025-11-26 14:13:49 -08:00 |
|
Reinier Criel
|
cab3a0aba3
|
Add uv (Astral Python package manager) support
- Add uv package manager implementation following pip pattern
- Configure MITM proxy with CA bundle for PyPI packages
- Add shell integration (bash/zsh/fish/PowerShell)
- Conditional on --include-python flag
- Add 33 comprehensive E2E tests covering:
- uv pip install/sync/compile commands
- uv add for project dependencies
- uv tool install for global tools
- uv run --with for ephemeral dependencies
- uv sync for project syncing
- Malware blocking verification for all methods
- Update documentation and package.json
- Install uv in Docker test environment
|
2025-11-25 14:10:20 -08:00 |
|
Sander Declerck
|
c6bcd6f646
|
Add feature flag in setup for python support.
|
2025-11-14 14:12:44 +01:00 |
|
Reinier Criel
|
61a53b24fd
|
Some cleanup
|
2025-11-06 13:24:00 -08:00 |
|
Reinier Criel
|
e88aede939
|
Remove some debug logging
|
2025-11-06 12:25:55 -08:00 |
|
Reinier Criel
|
f400c5576a
|
WIP
|
2025-11-06 08:32:25 -08:00 |
|
Reinier Criel
|
ccd59a2f17
|
Clean up code
|
2025-10-28 09:45:24 -07:00 |
|
Reinier Criel
|
c2e632ead2
|
Add e2e test for malware blocking + python3 fix
|
2025-10-28 09:15:00 -07:00 |
|
Reinier Criel
|
3c109fb5fd
|
Fix issue seen during Windows testing
|
2025-10-27 15:19:48 -07:00 |
|
Reinier Criel
|
a438175e8a
|
Fix tests
|
2025-10-27 13:28:35 -07:00 |
|
Reinier Criel
|
57bbb06f39
|
Add redirecting for explicit python(3) commands
|
2025-10-27 13:00:18 -07:00 |
|
Reinier Criel
|
190607de92
|
Adapt per review
|
2025-10-27 09:23:47 -07:00 |
|
Reinier Criel
|
f817bf887a
|
Update documentation
|
2025-10-23 10:23:42 -07:00 |
|
Reinier Criel
|
f086aeb2be
|
Skeleton
|
2025-10-22 06:59:32 -07:00 |
|
Reinier Criel
|
d0f2edec0a
|
Skeleton
|
2025-10-21 15:25:12 -07:00 |
|
Sander Declerck
|
43dcba8802
|
Wrap bun with safe-chain to block downloads of packages with malware
|
2025-10-08 15:12:06 +02:00 |
|
Sander Declerck
|
1514fb44c5
|
init-fish: split up if to prevent expanded args to break the condition
|
2025-09-24 14:51:32 +02:00 |
|
Sander Declerck
|
7673d32912
|
Move safe-chain package to packages/safe-chain
|
2025-09-05 11:19:37 +02:00 |
|