-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add Cimpy 3_0 #40
base: cgmes3
Are you sure you want to change the base?
Add Cimpy 3_0 #40
Commits on Jun 17, 2024
-
Fix formatting with black formatter
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9896ea - Browse repository at this point
Copy the full SHA e9896eaView commit details -
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 807b1b6 - Browse repository at this point
Copy the full SHA 807b1b6View commit details -
Add GitHub actions workflow for running pre-commit
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c35fc9 - Browse repository at this point
Copy the full SHA 2c35fc9View commit details -
Fix missing newline at end-of-file
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3784b6 - Browse repository at this point
Copy the full SHA d3784b6View commit details -
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 360746e - Browse repository at this point
Copy the full SHA 360746eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c90cd2a - Browse repository at this point
Copy the full SHA c90cd2aView commit details -
Fix warnings and formatting from black and flake8
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aecadd0 - Browse repository at this point
Copy the full SHA aecadd0View commit details -
Make all filenames PEP-8 compliant
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 824caa6 - Browse repository at this point
Copy the full SHA 824caa6View commit details -
Update Python packaging files to use new best practices
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a99426 - Browse repository at this point
Copy the full SHA 9a99426View commit details -
Replace print with logging package
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f37a217 - Browse repository at this point
Copy the full SHA f37a217View commit details -
Use proper printf-style formatting for logging
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f63a10 - Browse repository at this point
Copy the full SHA 4f63a10View commit details -
Fix capitalization of comments
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8feb082 - Browse repository at this point
Copy the full SHA 8feb082View commit details -
Fix camelCase naming of variables
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e89379 - Browse repository at this point
Copy the full SHA 0e89379View commit details -
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a79f8eb - Browse repository at this point
Copy the full SHA a79f8ebView commit details -
Simplify CI action for building docs
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5caeeea - Browse repository at this point
Copy the full SHA 5caeeeaView commit details -
docs: Move workflow figure into images folder
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ae145b - Browse repository at this point
Copy the full SHA 5ae145bView commit details -
Fix code-smells detected by Sonar Cloud
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5eb9238 - Browse repository at this point
Copy the full SHA 5eb9238View commit details
Commits on Jun 19, 2024
-
Okay, this PR got a bit larger than anticipated. But there were just too many small things which I want to cleanup: - General code-style: - Formatting via [black](https://github.com/psf/black) - PEP-8 compliance via [flake8](https://flake8.pycqa.org/en/3.1.1/index.html) - Fix a bunch of code-smells detected by Sonar Cloud - Improve code-quality - Remove `print()` and replace by `logging` module - Replace `.format()`-style string formatting by printf-style for logging module - Revamp CI pipelines: - I removed the in-repo CI action for building the documentation and converted it to a normal workflow - This allowed removing a lot of stuff: - Dockerfile - docu.sh - action.yaml - entrypoint.sh - Removal of GitLab CI config - The documentation is now also build in PR pipelines, but just not deployed. - Migrate to more modern Python packaging practices: - `setup.py` has been replace by `pyproject.toml` - Check code-style, formatting and more with [pre-commit](https://pre-commit.com/) - Will also be enforced by CI workflow
Configuration menu - View commit details
-
Copy full SHA for d23596b - Browse repository at this point
Copy the full SHA d23596bView commit details
Commits on Jun 20, 2024
-
fix(ci): Fix permissions of GITHUB_TOKEN in order to deploy GitHub pages
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 932de3b - Browse repository at this point
Copy the full SHA 932de3bView commit details -
fix(ci): Fix permissions of
GITHUB_TOKEN
in order to deploy GitHub ……pages (sogno-platform#32) This is just a small follow-up PR for sogno-platform#30 I forgot to set the proper permissions for the GitHub actions workflow which deploys the documentation to GitHub pages.
Configuration menu - View commit details
-
Copy full SHA for 1376f9a - Browse repository at this point
Copy the full SHA 1376f9aView commit details -
fix(ci): Another take at fixing the pages deployment
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c3688e - Browse repository at this point
Copy the full SHA 8c3688eView commit details -
fix(doc): Update copyright year
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9c3abb - Browse repository at this point
Copy the full SHA b9c3abbView commit details -
fix(ci): Fix permissions of
GITHUB_TOKEN
in order to deploy GitHub … (sogno-platform#34) Take 2 of sogno-platform#32
Configuration menu - View commit details
-
Copy full SHA for ddbfae0 - Browse repository at this point
Copy the full SHA ddbfae0View commit details -
Signed-off-by: Steffen Vogel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d611e32 - Browse repository at this point
Copy the full SHA d611e32View commit details
Commits on Jun 22, 2024
-
Signed-off-by: Markus Mirz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb219e7 - Browse repository at this point
Copy the full SHA fb219e7View commit details
Commits on Jun 23, 2024
-
Switch to Apache license (sogno-platform#37)
Relicense cimpy as explained in sogno-platform#31
Configuration menu - View commit details
-
Copy full SHA for 06aaeee - Browse repository at this point
Copy the full SHA 06aaeeeView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b0ed7d - Browse repository at this point
Copy the full SHA 0b0ed7dView commit details