Santiago Dueñas

Results 35 issues of Santiago Dueñas

Perceval is composed by several backends that allow to analyze heterogeneous datasources. In some of this backends, the log messages are not clear or they are poor. The goal of...

hacktoberfest

When we implemented the `Archive` object, we considered it will only store the items of a single `fetch` call. It can't be reused to store the raw responses of several...

bug

To retrieve items from a data source, `Backend` abstract class implements the method `fetch`. This method creates a generator that will get data calling to `fetch_items`. By default, this method...

enhancement

Over the last few years we have been doing GrimoireLab releases manually. The process is long and tedious and full of steps. Moreover, the artifacts generated (pip packages, docker images...

### Rationale I think we should improve the release notes we generate in GrimoireLab. Right now they are not really useful for someone that wants to understand the latest features,...

When Arthur is ready, it will publish data into a Redis channel. These data will be consumed by other components. These components will need a common API to store and...

enhancement

## Rationale Currently, GrimoireLab uses the `projects.json` file to define the structure of the projects to analyze. This file stores a JSON structure that contains a list of projects and...

We need an interface to visualize which tasks and jobs are running, so the admins of the platform can have a better picture of what data the platform is fetching...

enhancement

We have to move forward and start using Arthur as the job scheduler to retrieve raw data. Arthur will be integrated as part of another component that will retrieve data...

enhancement

Once the service to manage projects is implemented we will need a user interface to make easier to manage the analysis scope: which projects, data sources, and repositories will be...

enhancement