Skip to content
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

Merge device-pkgs repo into the pallet, to simplify the developer experience #18

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ethanjli
Copy link
Member

This PR attempts to simplify the process of making/testing changes to Docker apps (such as the PlanktoScope backend's segmenter) by merging https://github.com/PlanktoScope/device-pkgs into this pallet. Specifically, this PR moves all packages from the device-pkgs repo into this pallet, so that modifying a package can be done directly in a PR on this pallet, without the need to make a separate PR on a separate GitHub repo (the device-pkgs repo) and to run a forklift dev plt require-repo github.com/PlanktoScope/device-pkgs@{branch name} command in the PR on this pallet.

This PR is made with the idea that people customizing the pallet will use pallet layering (i.e. requiring this pallet and importing all files from this pallet and then adding override files) rather than Git repo forking. Pallet layering is added by prereleases v0.8.0-alpha.1 and v0.8.0-alpha.2 of the forklift tool.

@ethanjli ethanjli marked this pull request as ready for review October 2, 2024 23:13
@ethanjli ethanjli added this pull request to the merge queue Oct 2, 2024
Merged via the queue into edge with commit ce34be0 Oct 2, 2024
1 check passed
@ethanjli ethanjli deleted the feature/merge-packages branch October 2, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant