Skip to content

Commit

Permalink
sync develop to main (#36)
Browse files Browse the repository at this point in the history
* aggregating nodes in dist topo msg

* 24 pypi library (#25)

* Add release workflow for develop

* Add license and copyright

* Add virtualenv setting to poetry.toml
Updated authors and dependencies for project.

* Fix syntax issues with readme.

* Update author list

* Updated gitignore file

* remove .lock file

* Removed pytest cache file

* Removed spacing (#26)

* CIM-Graph refactor (#33)

* update with cimgraph service

* add service config

* removed dependency on cimgraph-topo repo

* renamed config file

---------

Co-authored-by: poorva1209 <[email protected]>

* Update develop so that we can merge (#35)

* Add auto assign and issue templates

* Update auto-assign-project.yml

* Add release workflow for develop

---------

Co-authored-by: Alexander Anderson <[email protected]>

* Update develop so that we can merge (#35) (#37)

* Add auto assign and issue templates

* Update auto-assign-project.yml

* Add release workflow for develop

---------

Co-authored-by: Alexander Anderson <[email protected]>

---------

Co-authored-by: shared_user <[email protected]>
Co-authored-by: Andy Fisher <[email protected]>
Co-authored-by: poorva1209 <[email protected]>
  • Loading branch information
4 people authored Feb 6, 2025
1 parent 528f9ea commit 1649af8
Show file tree
Hide file tree
Showing 18 changed files with 751 additions and 398 deletions.
55 changes: 27 additions & 28 deletions .github/workflows/deploy-dev-release.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
---
name: Deploy Pre-Release Artifacts

on:
push:
branches:
- develop
workflow_dispatch:

defaults:
run:
shell: bash

env:
LANG: en_US.utf-8
LC_ALL: en_US.utf-8
PYTHON_VERSION: '3.10'

jobs:
call-deploy-release:
permissions:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch

uses: GRIDAPPSD/.github/.github/workflows/deploy-dev-release.yml@main
secrets:
git-token: ${{ secrets.GITHUB_TOKEN }}
pypi-token: ${{ secrets.PYPI_TOKEN }}

name: Deploy Pre-Release Artifacts

on:
push:
branches:
- develop
workflow_dispatch:

defaults:
run:
shell: bash

env:
LANG: en_US.utf-8
LC_ALL: en_US.utf-8
PYTHON_VERSION: '3.10'

jobs:
call-deploy-release:
permissions:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch

uses: GRIDAPPSD/.github/.github/workflows/deploy-dev-release.yml@main
secrets:
git-token: ${{ secrets.GITHUB_TOKEN }}
pypi-token: ${{ secrets.PYPI_TOKEN }}
146 changes: 107 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,109 @@
*.ipynb_checkpoints/
.*.sw?
*.py[co]
*.egg-info
*~
.svn
.metadata
parser.out
node_modules
applications
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
# C extensions
*.so

# Distribution / packaging
.Python
poetry.lock
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.idea
/env/
.venv/
/Agents/*/{build,dist}/
/Agents/*.egg
/.project
/.pydevproject
/twistd.pid
/.settings
/build
/configs/
/config/
/docs/build/*
/docs/source/volttron-api
volttron.log
__pycache__
.vscode/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version
.pytest_cache
start-rabbitmq
stop-rabbitmq
rabbitmq.log
*.result.txt
.coverage
htmlcov/
MnesiaCore.*
rabbitmq-server.download.tar.xz
/MagicMock/mock/
/docs/source/volttron_api/
/dist/

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# idea project
.idea/

# visual studio code
.vscode/
poetry.lock
26 changes: 26 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Copyright 2023, Battelle Memorial Institute. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 changes: 29 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Copyright 2023 Battelle Memorial Institute

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
“AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit 1649af8

Please sign in to comment.