Releases: chaoss/grimoirelab
Releases · chaoss/grimoirelab
0.21.0
GrimoireLab 0.21.0
The following list describes the changes by component:
sortinghat 0.20.0 - (2024-02-19)
New features:
- Organization aliases (#857)
Organizations can be known by different names. To avoid duplicates,
organizations can have aliases. Searching for an organization using
one of its aliases returns the organization. When an organization is
merged into another, its name becomes an alias of the target
organization. If a name exists as an alias, no organization can be
created with that name and viceversa. An organization's aliases can be
added and deleted both on the organizations table and the single
organization view.
perceval-mozilla 0.4.0 - (2024-02-19)
New features:
- Retry Kitsune when rate limited
Kitsune now includes the--sleep-for-rate
option to manage429 Too Many Requests
errors. You can configure retries and sleep duration
using the--max-retries
and--sleep-time
options respectively.
grimoire-elk 0.109.8 - (2024-02-19)
- Update Poetry's package dependencies
sirmordred 0.10.8 - (2024-02-19)
- Update Poetry's package dependencies
0.20.2-rc.1
GrimoireLab 0.20.2-rc.1
The following list describes the changes by component:
kidash 0.6.6-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
sortinghat 0.19.2-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
cereslib 0.5.3-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
perceval 0.23.6-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
perceval-mozilla 0.3.22-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
perceval-opnfv 0.2.22-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
perceval-puppet 0.2.22-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
perceval-weblate 0.2.22-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
graal 0.4.22-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
grimoire-elk 0.109.7-rc.1 - (2024-02-08)
Bug fixes:
- Bug on some backends enrichment
Mediawiki, Meetup are Jira were failing to retrieve the enrollment for
an identity.
sirmordred 0.10.7-rc.1 - (2024-02-08)
- Update Poetry's package dependencies
0.20.2
GrimoireLab 0.20.2
The following list describes the changes by component:
kidash 0.6.6 - (2024-02-08)
- Update Poetry's package dependencies
sortinghat 0.19.2 - (2024-02-08)
- Update Poetry's package dependencies
cereslib 0.5.3 - (2024-02-08)
- Update Poetry's package dependencies
perceval 0.23.6 - (2024-02-08)
- Update Poetry's package dependencies
perceval-mozilla 0.3.22 - (2024-02-08)
- Update Poetry's package dependencies
perceval-opnfv 0.2.22 - (2024-02-08)
- Update Poetry's package dependencies
perceval-puppet 0.2.22 - (2024-02-08)
- Update Poetry's package dependencies
perceval-weblate 0.2.22 - (2024-02-08)
- Update Poetry's package dependencies
graal 0.4.22 - (2024-02-08)
- Update Poetry's package dependencies
grimoire-elk 0.109.7 - (2024-02-08)
Bug fixes:
- Bug on some backends enrichment
Mediawiki, Meetup are Jira were failing to retrieve the enrollment for
an identity.
sirmordred 0.10.7 - (2024-02-08)
- Update Poetry's package dependencies
0.20.1-rc.1
GrimoireLab 0.20.1-rc.1
The following list describes the changes by component:
sortinghat 0.19.1-rc.1 - (2024-02-01)
Bug fixes:
- Fix "Table 'django_session' doesn't exist" error
Fixes the "Table 'django_session' doesn't exist" error for new
installs. For existing databases, run the following commands to create
the table:django-admin migrate --fake sessions zero django-admin migrate
graal 0.4.21-rc.1 - (2024-02-01)
- Update Poetry's package dependencies
grimoire-elk 0.109.6-rc.1 - (2024-02-01)
- Update Poetry's package dependencies
sirmordred 0.10.6-rc.1 - (2024-02-01)
- Update Poetry's package dependencies
0.20.1
GrimoireLab 0.20.1
The following list describes the changes by component:
sortinghat 0.19.1 - (2024-02-01)
Bug fixes:
- Fix "Table 'django_session' doesn't exist" error
Fixes the "Table 'django_session' doesn't exist" error for new
installs. For existing databases, run the following commands to create
the table:django-admin migrate --fake sessions zero django-admin migrate
graal 0.4.21 - (2024-02-01)
- Update Poetry's package dependencies
grimoire-elk 0.109.6 - (2024-02-01)
- Update Poetry's package dependencies
sirmordred 0.10.6 - (2024-02-01)
- Update Poetry's package dependencies
0.20.0-rc.1
GrimoireLab 0.20.0-rc.1
The following list describes the changes by component:
grimoire-elk 0.109.5-rc.1 - (2024-01-30)
- Update Poetry's package dependencies
sirmordred 0.10.5-rc.1 - (2024-01-30)
- Update Poetry's package dependencies
0.20.0
GrimoireLab 0.20.0
The following list describes the changes by component:
grimoirelab-toolkit 0.4.2 - (2024-01-30)
- Update Poetry's package dependencies
kidash 0.6.5 - (2024-01-30)
- Update Poetry's package dependencies
sortinghat 0.19.0 - (2024-01-30)
New features:
- Unify identities with same source
Include a new option to only recommend or unify identities from
trusted sources like GitHub or GitLab that have the same username and
backend.
Bug fixes:
- Use correct base URL for login and change password API calls (#851)
The URLs called to login and change password now use the public path
found in vue.config.js if no API URL is specified. - Authentication required fixed
When the AUTHENTICATION_REQUIRED setting is set to False, any query to
the API is allowed. - Display individual's most recent organization
The individual's current affiliation is now the most recent one
instead of the oldest. - CSRF token is only required on web requests
The GraphQL API required the 'X-CSRFToken' header, but the token could
only be retrieved by making a GET request. Now, requests authenticated
using JWT don't need to provide the CSRF token and only the user
interface, which is vulnerable to CSRF attacks and uses a different
authentication, requires it.
Performance improvements:
- Performance of organizations query
Improve organization query for the table by avoiding individual
queries.
cereslib 0.5.2 - (2024-01-30)
- Update Poetry's package dependencies
perceval 0.23.5 - (2024-01-30)
- Update Poetry's package dependencies
perceval-mozilla 0.3.21 - (2024-01-30)
- Update Poetry's package dependencies
perceval-opnfv 0.2.21 - (2024-01-30)
- Update Poetry's package dependencies
perceval-puppet 0.2.21 - (2024-01-30)
- Update Poetry's package dependencies
perceval-weblate 0.2.21 - (2024-01-30)
- Update Poetry's package dependencies
graal 0.4.20 - (2024-01-30)
- Update Poetry's package dependencies
grimoire-elk 0.109.5 - (2024-01-30)
- Update Poetry's package dependencies
sirmordred 0.10.5 - (2024-01-30)
- Update Poetry's package dependencies
0.19.0-rc.1
GrimoireLab 0.19.0-rc.1
The following list describes the changes by component:
kidash 0.6.4-rc.2 - (2023-12-19)
Dependencies updateds:
- Downgrade urllib3 from ^2.0.7 to ^1.26
Downgrade the version of urllib3 to match Perceval version.
sirmordred 0.10.4-rc.1 - (2023-12-19)
- Update Poetry's package dependencies
0.19.0
GrimoireLab 0.19.0
The following list describes the changes by component:
grimoirelab-toolkit 0.4.1 - (2023-12-19)
- Update Poetry's package dependencies
kidash 0.6.4 - (2023-12-19)
Dependencies updateds:
- Downgrade urllib3 from ^2.0.7 to ^1.26
Downgrade the version of urllib3 to match Perceval version.
sortinghat 0.18.0 - (2023-12-19)
New features:
- Link to profile in individual cards (#837)
The name on the individuals cards now links to the member's profile. - Open calendar to the side of the date input (#838)
The date picker calendar that is used to edit affiliation dates now
opens to the right side of the text field to avoid covering it. - Improved readability of job settings
The options for the "unify" and "recommend matches" jobs are now
displayed in a clearer way. - Improved loading time when looking for organizations
The autocomplete field that is used to affiliate individuals to
organizations now makes fewer and lighter requests to find them,
resulting in faster loading times.
Performance improvements:
- Performance on affiliation recommendations improved
We have improved the affiliation performance by one order of magnitude
removing unnecessary queries to the database.
cereslib 0.5.1 - (2023-12-19)
- Update Poetry's package dependencies
perceval 0.23.4 - (2023-12-19)
- Update Poetry's package dependencies
perceval-mozilla 0.3.20 - (2023-12-19)
- Update Poetry's package dependencies
perceval-opnfv 0.2.20 - (2023-12-19)
- Update Poetry's package dependencies
perceval-puppet 0.2.20 - (2023-12-19)
- Update Poetry's package dependencies
perceval-weblate 0.2.20 - (2023-12-19)
- Update Poetry's package dependencies
graal 0.4.19 - (2023-12-19)
- Update Poetry's package dependencies
grimoire-elk 0.109.4 - (2023-12-19)
- Update Poetry's package dependencies
sirmordred 0.10.4 - (2023-12-19)
- Update Poetry's package dependencies
0.18.0-rc.1
GrimoireLab 0.18.0-rc.1
The following list describes the changes by component:
sortinghat 0.17.0-rc.1 - (2023-11-28)
New features:
- Gitdm identities importer
New SortingHat identities importer for Gitdm format. This backend is
configured with three parameters: a URL pointing to the file that
matches emails with organizations, an optional URL for an aliases file
that associates emails, and a flag for email validation to verify the
validity of the provided email addresses.
perceval-mozilla 0.3.19-rc.2 - (2023-11-28)
- Update Poetry's package dependencies
grimoire-elk 0.109.3-rc.1 - (2023-11-28)
- Update Poetry's package dependencies
sirmordred 0.10.3-rc.1 - (2023-11-28)
- Update Poetry's package dependencies