Skip to content
Open
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [2.10.0](https://github.com/governify/reporter/compare/v2.9.6...v2.10.0) (2025-02-13)


### Bug Fixes

* update gauges atoms for dashboard ([34c1297](https://github.com/governify/reporter/commit/34c1297c761fd981e6fa64ffbd7a5dbb91281e34))


### Features

* env.example ([98c92f5](https://github.com/governify/reporter/commit/98c92f57879daa32d9b43927723796313b194dce))



## [2.9.6](https://github.com/governify/reporter/compare/v2.9.5...v2.9.6) (2023-11-08)



## [2.9.5](https://github.com/governify/reporter/compare/v2.9.4...v2.9.5) (2023-11-08)



## [2.9.4](https://github.com/governify/reporter/compare/v2.9.3...v2.9.4) (2023-11-08)



## [2.9.3](https://github.com/governify/reporter/compare/v2.9.2...v2.9.3) (2023-11-08)



## [2.9.2](https://github.com/governify/reporter/compare/v2.9.1...v2.9.2) (2023-11-08)



## [2.9.1](https://github.com/governify/reporter/compare/v2.9.0...v2.9.1) (2023-07-19)


Expand Down
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
# Governify Reporter
[![Node.js CI](https://github.com/governify/reporter/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/reporter/actions)
[![Coverage Status](https://coveralls.io/repos/github/governify/reporter/badge.svg)](https://coveralls.io/github/governify/reporter)
<!-- [![Node.js CI](https://github.com/governify/reporter/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/governify/reporter/actions)
[![Coverage Status](https://coveralls.io/repos/github/governify/reporter/badge.svg)](https://coveralls.io/github/governify/reporter) -->
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-semistandard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a>
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

Please refer to [Governify docs](https://docs.governify.io) to get the documentation.

GAUSS reporter is a component of the Governify ecosystem.
### Running the server
To run the server, run:

## Copyright notice

**governify-project-gauss-reporter** is open-source software available under the GNU General Public License (GPL) version 3 (GPL v3).

All including documentation and code are copyrighted and the copyright is owned by [ISA Group](http://www.isa.us.es),
[University of Sevilla](http://www.us.es), unauthorized reproduction or distribution of this copyrighted work is illegal.
For commercial licensing terms, please [contact](./extra/contact.md) for any inquiry.

For technical inquiry please contact to [engineering team](./extra/about.md).
```
npm start
```

## Latest release

The version 1.0.0 is the latest stable version of governify-project-gauss-reporter component.
see [release note](http://github.com/isa-group/governify-project-gauss-reporter/releases/tag/1.0.0) for details.

For running:
## Copyright notice

- Download latest version from [1.0.0](http://github.com/isa-group/governify-project-gauss-reporter/releases/tag/1.0.0)
Please refer to [Governify License](https://docs.governify.io/about/license/) to get Copyright and License details.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "governify-reporter",
"buildOn": "2020-11-05",
"version": "2.9.1",
"version": "2.10.0",
"description": "A reporter for Governify project",
"homepage": "https://github.com/governify/reporter",
"main": "index.js",
Expand Down Expand Up @@ -64,4 +64,4 @@
"docker": {
"url": "https://hub.docker.com/r/governify/reporter"
}
}
}