Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: eSentire/grape

minor documentation updates for 0.6.x changes

27 Aug 19:21
df5c0f2
Compare
Choose a tag to compare

Release Notes

  1. Updated create documentation in README.
  2. Updated create help in create.py.

save grafana state after restart

27 Aug 18:45
9683556
Compare
Choose a tag to compare

Release Notes

  1. Fixed issue #35
  2. Fixed issue #36
  3. Minor restructuring of the mounts points and auto-generated start.sh script.s for grafana and postgres container. It is described in the README.
  4. Minor refactoring of the configuration code to provide **kwargs to the docker container creation.
  5. Some minor Makefile hygiene.
  6. Updated tests.

Minor release to enhance debug output

14 Aug 00:48
9683556
Compare
Choose a tag to compare

Release Notes

  1. Enhanced error output in create.py to show the entire log.
  2. Fixed the log format so that it converts to utf-8 strings correctly from bytes.

Fix pylint error: consider-using-dict-items

10 Aug 16:27
a03d8ea
Compare
Choose a tag to compare

Release Notes

  1. Minor refactor to fix pylint error in xextract.py: consider-using-dict-items

fix setup, linting and missing types errors

23 Jun 23:12
150ecc5
Compare
Choose a tag to compare

Release

  1. Add --install-types to mypy make targets
  2. Add types packages to Pipfile
  3. Update codeql-analysis.yml
  4. Update main.yml

Many thanks to JDup3 for making these changes.

Updated demo02 and added tools/csv2sql.py

01 Feb 17:55
b11ca47
Compare
Choose a tag to compare

Release Notes

  1. Change master to main for the main branch.
  2. Added csv2sql.py.
  3. Updated demo02 to use the scripts in the tools subdirectory: csv2sql.py and upload-json-dashboard.sh.
  4. Cleaned up hygiene issues in various tools including the scripts which led to adding a shellcheck target to the Makefile.
  5. Added tests to verify the tools scripts.

Add update-json-dashboard.sh tool

25 Jan 23:17
988b4d3
Compare
Choose a tag to compare

Releases

  1. Added tools/update-json-dashboard.sh tool to upload a single dashboard to a Grafana server.
  2. Updated the README.

Hygiene

11 Jan 21:48
9b2f216
Compare
Choose a tag to compare

Release Notes

  1. Convert source code documents to google style.
  2. Added port reporting to status. This has been needed for some time.
  3. Add mypy type checking.

Refactor tests and improve elapsed time reporting

09 Jan 02:02
6a50a91
Compare
Choose a tag to compare

Release Notes

  1. Improved the docker creation status logic so that is uses elapsed time.
  2. Allow manual github workflows for branches using workflow_dispatch.
  3. Improved the test logic by adding adding parameters and explicit dependencies.
  4. Stop the tests after the first failure because the tests are dependent on previous tests passing.
  5. Started the processing of having the code documentation so that it conforms to the google coding style.
  6. Improved code coverage reporting.

Fix issue #19

14 Oct 00:35
Compare
Choose a tag to compare

Release Notes

  1. Fix issue #19 - dashboards under General were sometimes lost.
  2. Updated the README to fix links.