Skip to content
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

Synchronize develop with master after release v2.9.2 #38

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [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.
2 changes: 1 addition & 1 deletion 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.9.6",
"description": "A reporter for Governify project",
"homepage": "https://github.com/governify/reporter",
"main": "index.js",
Expand Down