-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create a top-level ni-measurement-plugin-sdk meta package #781
Merged
Conversation
This file contains 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
dixonjoel
requested review from
csjall,
bkeryan,
nstokes-nati and
mshafer-NI
as code owners
July 9, 2024 15:35
dixonjoel
changed the title
[RFC] First pass at a top-level package
[DRAFT - Do Not Review] Create a top-level ni-measurement-plugin-sdk meta package
Jul 9, 2024
dixonjoel
changed the title
[DRAFT - Do Not Review] Create a top-level ni-measurement-plugin-sdk meta package
Create a top-level ni-measurement-plugin-sdk meta package
Jul 9, 2024
dixonjoel
commented
Jul 9, 2024
packages/service/tests/utilities/measurements/sample_measurement/_stubs/__init__.py
Outdated
Show resolved
Hide resolved
bkeryan
requested changes
Jul 9, 2024
bkeryan
reviewed
Jul 10, 2024
bkeryan
reviewed
Jul 10, 2024
@bkeryan I looked over all the caching steps to ensure they had valid keys. |
bkeryan
approved these changes
Jul 10, 2024
mshafer-NI
approved these changes
Jul 10, 2024
dixonjoel
added a commit
that referenced
this pull request
Jul 11, 2024
* chore(deps): lock file maintenance * Rename sequences to append _example (#776) * chore(deps): update dependency tox to v4.16.0 (#777) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance * fix(deps): update dependency nidaqmx to v1 (#779) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency tomlkit to v0.13.0 (#783) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Create a top-level ni-measurement-plugin-sdk meta package (#781) * First pass at a top-level package * Build and publish the SDK package * Lint and fix some dependencies. Delete foo.py. Remove click and mako * Reorganize the package hierarchy and pyproject.toml files * Fix the docs configuration path * Updated working directories * Update working directory for nims * Make a copy of color stubs * Fix lint errors * Working directory for docs * Move scripts into service * Working directory for docs build * Move _docs_source into service * Fix autoapi dir * Fix docs directory * Update proto path * Update working directory for service * Move README into sdk folder * Update working directory for system tests * Update SDK package version from tag during publish * Fix copying of .env.simulation with working directory * Add README to service so poetry install works * Fix tox working directory * Fix test_results path * Fix typo * Fix install_examples script * Clean out docs/ directory after building * Fix caching keys * Use rm -rf docs * Fix readthedocs configuration path * Update CNAME for readthedocs * Update caching keys and locations * Update poetry version for readthedocs * fix(deps): update dependency grpcio to v1.65.0 (#785) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this Pull Request accomplish?
Creates a new
ni-measurement-plugin-sdk
top-level package that pulls in the service and generator packages as dependencies.We're also reorganizing the repo to have a more consistent and clear package organization.
packages
directory withsdk
,service
, andgenerator
sub-folderWhy should this Pull Request be merged?
Makes installation simpler by providing a single package that brings in everything from the SDK and cleans up the organization of the packages so they're consistent.
What testing has been done?
Built locally.