Santiago Dueñas

Results 55 issues of Santiago Dueñas

Sometimes is good to have a user that can have access to see only the identities but not to modify certain things. It would be nice to have this kind...

enhancement

The new version of SortingHat provides an authentication method based on Django auth and JSON Web Tokens (JWT). OpenID is a good option for single sign on, specially if someone...

enhancement

Some implementation details about how relationships between teams are stored in the database are exposed using the GraphQL API. End users don't need this information so it shouldn't be available....

bug

Values with polish characters `l` and `ł` are considered equal in the database giving false positives when a similar identities with these characters are inserted. For example, having the next...

bug

The current schema allows to insert values for the current `Identity` properties: `source`, `email`, `name` and `username` that due to their length are truncated to fit in the fields of...

bug

It's useful to determine which individuals/identities have an empty value for name, email, or username fields. These filters are currently not supported and there's no way of knowing these identities...

enhancement

One of the main requirements for the new architecture of GrimoireLab is that it works asynchronously. We want that producers/consumers/workers perform their tasks when they can and not when they...

events
data model
2.x

The current messages displayed when the platform starts are the `uwsig` boot log messages. We need a better way to display that GrimoireLab is running and performing all its booting...

configuration
2.x

The platform (server, workers, consumers and producers) should check all the required services are up before it runs. Now, if any of these services is running the platform stops with...

configuration
2.x

We need to document all the activity within our platform. We need to be able to trace: - Operations that modify GrimoireLab data (tasks, repositories, users) - Who access which...

2.x
integration