This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Releases: eSentire/grape
Releases · eSentire/grape
minor documentation updates for 0.6.x changes
save grafana state after restart
Release Notes
- Fixed issue #35
- Fixed issue #36
- Minor restructuring of the mounts points and auto-generated
start.sh
script.s for grafana and postgres container. It is described in theREADME
. - Minor refactoring of the configuration code to provide
**kwargs
to the docker container creation. - Some minor
Makefile
hygiene. - Updated tests.
Minor release to enhance debug output
Release Notes
- Enhanced error output in
create.py
to show the entire log. - Fixed the log format so that it converts to utf-8 strings correctly from bytes.
Fix pylint error: consider-using-dict-items
Release Notes
- Minor refactor to fix pylint error in xextract.py:
consider-using-dict-items
fix setup, linting and missing types errors
Release
- Add --install-types to mypy make targets
- Add types packages to Pipfile
- Update codeql-analysis.yml
- Update main.yml
Many thanks to JDup3 for making these changes.
Updated demo02 and added tools/csv2sql.py
Release Notes
- Change master to main for the main branch.
- Added
csv2sql.py
. - Updated
demo02
to use the scripts in the tools subdirectory:csv2sql.py
andupload-json-dashboard.sh
. - Cleaned up hygiene issues in various tools including the scripts which led to adding a
shellcheck
target to the Makefile. - Added tests to verify the tools scripts.
Add update-json-dashboard.sh tool
Releases
- Added
tools/update-json-dashboard.sh
tool to upload a single dashboard to a Grafana server. - Updated the README.
Hygiene
Refactor tests and improve elapsed time reporting
Release Notes
- Improved the docker creation status logic so that is uses elapsed time.
- Allow manual github workflows for branches using workflow_dispatch.
- Improved the test logic by adding adding parameters and explicit dependencies.
- Stop the tests after the first failure because the tests are dependent on previous tests passing.
- Started the processing of having the code documentation so that it conforms to the google coding style.
- Improved code coverage reporting.
Fix issue #19
Release Notes
- Fix issue #19 - dashboards under General were sometimes lost.
- Updated the README to fix links.