-
Notifications
You must be signed in to change notification settings - Fork 285
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: jetify-com/devbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jetify-com/devbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 19 files changed
- 2 contributors
Commits on Jul 14, 2025
-
Update packages to address vulnerabilities (#2648)
## Summary Update packages in devbox repo to address any vulnerabilities: - Updated drupal and other devbox examples - Update to typeid/v2 - Update to latest dependencies on opensource/pkg (and by extension update the transitive extract/v3 dependency to extract/v4) ## How was it tested? Ran all tests but ... tests do seem to be hanging and timing out. Hoping someone has run into this issue to help debug and make sure the tests do pass. ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
Configuration menu - View commit details
-
Copy full SHA for a235f7d - Browse repository at this point
Copy the full SHA a235f7dView commit details
Commits on Jul 28, 2025
-
[compliance] Update dependencies in some devbox examples (#2661)
## Summary - Updates `form-data` dependency from `^4.0.0` to `^4.0.4` in the VS Code extension - Updates `packageManager` from `[email protected]` to `[email protected]` in the documentation app ## How was it tested? N/A didn't change any core devbox functionality ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
Configuration menu - View commit details
-
Copy full SHA for 4427ad0 - Browse repository at this point
Copy the full SHA 4427ad0View commit details
Commits on Aug 5, 2025
-
[docker image] set filter-syscalls = false in nix.conf to workaround …
…missing `seccomp BPF program` in arm64 linux (#2665) ## Summary The docker-image is failing to build in GHA: https://github.com/jetify-com/devbox/actions/runs/16204700194/job/47358742840 The error indicates that the seccomp (secure computing mode) BPF (Berkeley Packet Filter) program that Nix tries to load is incompatible with the Docker container environment on ARM64. When filter-syscalls = true (the default), Nix uses seccomp BPF to filter system calls for security sandboxing. Setting filter-syscalls = false disables Nix's syscall filtering, which bypasses the seccomp BPF program entirely and prevents the error. This PR uses the approach from #1811 to fix this for arm64 platforms. ## How was it tested? `docker build --platform linux/arm64 -t devbox-image-arm64 -f /Users/savil/code/jetpack/devbox/internal/devbox/generate/tmpl/DevboxImageDockerfile .` `docker build --platform linux/arm64 -t devbox-image-arm64 -f /Users/savil/code/jetpack/devbox/internal/devbox/generate/tmpl/DevboxImageDockerfileRootUser .` BEFORE: these failed with the error seen in the GHA above AFTER: build successfully Also confirmed that --platform linux/amd64 would build successfully ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
Configuration menu - View commit details
-
Copy full SHA for 3ec2038 - Browse repository at this point
Copy the full SHA 3ec2038View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.15.0...0.15.1