-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improve dependencies config in pyproject.toml #193
Open
kefeimo
wants to merge
52
commits into
eclipse-volttron:main
Choose a base branch
from
kefeimo:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* add auto assign to project when new issue created * update version. * fix error says 'MY_GITHUB_TOKEN' not found. * fix doc issue * Add service loader (eclipse-volttron#77) * change to use the "No Status" column label. * Add types for service loader. * Add generic dynamic utilities for loading modules and classes. * restrict import to only ControlService * test dynamic helper * fix import of math_utils and cleanup. * use pathlib to verify volttron on path for tests. * update rebased dynamic helper. * move tests to integration and unit directory * Update serviceloader to handle services using ServiceInterface - Added service config to handling the book keeping between the services and the configuration files that are necessary for some of the services. * Move ExternalRPCService and PubSubService to the router service This is the only location in the code base that they are needed and therefore should not be considered "top level" services. * Update known_identities for new service names Service loader will by default use platform. for any service under volttron.services package so update * Update top level services to use ServiceInterface interface * Use known identity for control connection * Remove restricted code from project. * Add volttron_publickey to opts construct. * Bump to 0.5 alpha version as we have some breaking changes. * move conftest.py under tests. * fully open the running of pytests when python or poetry file is changed. * Added the ability to have default kwargs for adding to the server_config.yml file by default. * Issue with start up event not triggering. * Update README.md (eclipse-volttron#78) * Use default action to add to backlog. (eclipse-volttron#80) * Add issue templates for features and issues (eclipse-volttron#83) Co-authored-by: Chandrika <[email protected]>
…ing store for config_store agent
…auth entries for auth service and health service
…security_update Config store security update
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.
No description provided.