Releases: chaoss/grimoirelab
0.16.0-rc.1
GrimoireLab 0.16.0-rc.1
The following list describes the changes by component:
kidash 0.6.1-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
sortinghat 0.15.0-rc.1 - (2023-11-03)
New features:
- Recommendations for individuals modified after a given date (#813)
Users can generate merge and affiliation recommendations for
individuals that have been created or modified after a date specified
with thelast_modified
parameter. - Add individual to workspace from their profile page (#816)
A new button on the individual's profile page allows users to save the
identity in the workspace to continue working with it later on the
dashboard. - Cache individuals table data (#821)
Using cached queries prevents the table from refetching all the data
from the server everytime any information is edited. This is
particularly helpful if there is a huge number of identities, where
reloading the table is very slow. However, there are some cases when
the queries need to be refetched, eg. when identities are merged or
split.
perceval 0.23.1-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
perceval-mozilla 0.3.17-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
perceval-opnfv 0.2.17-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
perceval-puppet 0.2.17-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
perceval-weblate 0.2.17-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
graal 0.4.15-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
grimoire-elk 0.109.1-rc.1 - (2023-11-03)
- Update Poetry's package dependencies
sirmordred 0.10.1-rc.1 - (2023-11-03)
Bug fixes:
- Periodic autorefresh not working
Periodic refresh of identities was not working for backend sections
that included:
in their name.
0.15.1
GrimoireLab 0.15.1
The following list describes the changes by component:
0.15.0-rc.1
GrimoireLab 0.15.0-rc.1
The following list describes the changes by component:
kidash 0.6.0-rc.2 - (2023-10-20)
Dependencies updateds:
- Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7
perceval 0.23.0-rc.2 - (2023-10-20)
Dependencies updateds:
- Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7
perceval-mozilla 0.3.16-rc.2 - (2023-10-20)
- Update Poetry's package dependencies
perceval-opnfv 0.2.16-rc.2 - (2023-10-20)
- Update Poetry's package dependencies
perceval-puppet 0.2.16-rc.2 - (2023-10-20)
- Update Poetry's package dependencies
perceval-weblate 0.2.16-rc.2 - (2023-10-20)
- Update Poetry's package dependencies
graal 0.4.14-rc.2 - (2023-10-20)
- Update Poetry's package dependencies
grimoire-elk 0.109.0-rc.1 - (2023-10-20)
New features:
- Anonymize repository URLs in graal backend
The raw data generated by the graal backend had non-anonymized URLs on
the meta fields 'origin' and 'tag'. This was necessary to generate
enriched data for non-public repositories. - Bug description in Bugzilla
Include the description of the bugs in Bugzilla. The new fields are
'description' and 'description_analyzed'. The second allows to query
any of the words of the description. - SortingHat backend name per data source
Allow to define the name of the backend for the identities stored in
SortingHat. From now on github2 is renamed as github in SortingHat
identities.
Bug fixes:
- Individual
id
incorrectly assigned
Correct a bug that results in enriched items using the individual ID
as the identity ID, and vice versa. - Error in OpenSearch response stops demography study
Fix an issue that stops demography study when OpenSearch occasionally
provides a response without some expected fields. - Undefined identities in GitHub comments
Fix a bug that causes certain identities from commentaries to not be
imported into SortingHat, resulting in them appearing as UNDEFINED in
OpenSearch.
Dependencies updateds:
- Add Python 3.9 and 3.10 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported. - Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7 - Remove Python pymsql dependency
Remove the dependency with PyMySQL because it is not used anymore.
sirmordred 0.10.0-rc.1 - (2023-10-20)
New features:
- Refresh identities in a shorter period
This update significantly reduces the time required for identity
refresh operations on large projects.
Bug fixes:
- Missing database parameters for SortingHat
SortingHat database parameters were not included during the
initialization of the enrich backend.
Breaking changes:
- Log format updated with the Mordred project name
Update the log format of SirMordred and MicroMordred to include the
name of the project.
Dependencies updateds:
- Add Python 3.9 and 3.10 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
0.15.0
GrimoireLab 0.15.0
The following list describes the changes by component:
grimoirelab-toolkit 0.4.0 - (2023-10-20)
Feature removals:
- Drop Python 3.7 support
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.
kidash 0.6.0 - (2023-10-20)
Feature removals:
- Drop Python 3.7 support
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.
Dependencies updateds:
- Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7
sortinghat 0.14.0 - (2023-10-20)
New features:
- Strict criteria for merge recommendations (#812)
The merge recommendations filter out invalid email adresses and names
that don't have at least a first and last name when looking for
matches. To disable this behavior, set thestrict
parameter on
recommendMatches
orunify
tofalse
. - Text field to update enrollment dates (#819)
Users have the option to enter the dates on a text field when editing
affiliations. - Improved organization selector (#820)
The organization selector that is used to affiliate individuals now
has the option to create an organization if the desired one is not
found. Its size is also increased to improve the readability of longer
names. - API method to create a scheduled task
Theadd_scheduled_task
API method adds a new scheduled task to the
registry. - Manage app settings from the user interface
Users can configure automatic affiliations, profile unification and
identity data synchronization from the newSettings
section on the
user interface.
Bug fixes:
- Remove tasks that fail to be scheduled
When there was an issue with the Redis connection when a task was
created, the task was added to the database but there was not
scheduled job linked to it. Tasks are now removed from the database
and an error is raised in this case.
Dependencies updateds:
- Add Python 3.9 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
cereslib 0.4.3 - (2023-10-20)
Dependencies updateds:
- Add Python 3.9 and 3.10 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
grimoirelab-panels 0.3.0 - (2023-10-20)
Feature removals:
- Drop Python 3.7 support
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.
perceval 0.23.0 - (2023-10-20)
New features:
- Jira authentication with token (#813)
Authentication injira
backend is supported using personal access
tokens. Jira Core/Software (8.14 and later), Jira Service Management
(4.15 and later) Data Center and server editions can use personal
access tokens without a username. For Jira Cloud, username and token
are required. Usage: perceval jira <YOUR_JIRA_SERVER> -u -p
perceval jira <YOUR_JIRA_SERVER> -t <PERSONAL_ACCESS_TOKEN>
perceval jira <YOUR_JIRA_CLOUD_SITE> -u -t - Clonfluence authentication with personal access tokens
Authentication inconfluence
backend is supported using personal
access tokens. Confluence Data Center and server editions 7.9 and
later can use personal access tokens without a username. For
Confluence Cloud, username and token are required.
Feature removals:
- Drop Python 3.7 support
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.
Dependencies updateds:
- Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7
perceval-mozilla 0.3.16 - (2023-10-20)
Dependencies updateds:
- Add Python 3.10 and 3.11 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
perceval-opnfv 0.2.16 - (2023-10-20)
Dependencies updateds:
- Add Python 3.10 and 3.11 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
perceval-puppet 0.2.16 - (2023-10-20)
Dependencies updateds:
- Add Python 3.10 and 3.11 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
perceval-weblate 0.2.16 - (2023-10-20)
Dependencies updateds:
- Add Python 3.10 and 3.11 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
graal 0.4.14 - (2023-10-20)
Dependencies updateds:
- Update markdown-it-py version
Usemarkdown-it-py^2.0.0
to be aligned with Perceval packages. - Add Python 3.9 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
grimoire-elk 0.109.0 - (2023-10-20)
New features:
- Anonymize repository URLs in graal backend
The raw data generated by the graal backend had non-anonymized URLs on
the meta fields 'origin' and 'tag'. This was necessary to generate
enriched data for non-public repositories. - Bug description in Bugzilla
Include the description of the bugs in Bugzilla. The new fields are
'description' and 'description_analyzed'. The second allows to query
any of the words of the description. - SortingHat backend name per data source
Allow to define the name of the backend for the identities stored in
SortingHat. From now on github2 is renamed as github in SortingHat
identities.
Bug fixes:
- Individual
id
incorrectly assigned
Correct a bug that results in enriched items using the individual ID
as the identity ID, and vice versa. - Error in OpenSearch response stops demography study
Fix an issue that stops demography study when OpenSearch occasionally
provides a response without some expected fields. - Undefined identities in GitHub comments
Fix a bug that causes certain identities from commentaries to not be
imported into SortingHat, resulting in them appearing as UNDEFINED in
OpenSearch.
Dependencies updateds:
- Add Python 3.9 and 3.10 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported. - Bump urllib3 version
Bump urllib3 from ^1.26 to ^2.0.7 - Remove Python pymsql dependency
Remove the dependency with PyMySQL because it is not used anymore.
sirmordred 0.10.0 - (2023-10-20)
New features:
- Refresh identities in a shorter period
This update significantly reduces the time required for identity
refresh operations on large projects.
Bug fixes:
- Missing database parameters for SortingHat
SortingHat database parameters were not included during the
initialization of the enrich backend.
Breaking changes:
- Log format updated with the Mordred project name
Update the log format of SirMordred and MicroMordred to include the
name of the project.
Dependencies updateds:
- Add Python 3.9 and 3.10 and drop 3.7 support
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
0.14.0-rc.1
GrimoireLab 0.14.0-rc.1
The following list describes the changes by component:
sortinghat 0.13.0-rc.1 - (2023-08-06)
Bug fixes:
- Sub-domain affiliation error (#805)
Theaffiliate
andrecommend affiliations
jobs no longer recommend
matches based on a domain's sub-domains if it is not marked as
top_domain
.
New deprecations:
- Use the task scheduler to import identities
Manage periodic tasks to import identities with thescheduleTask
,
updateScheduledTask
anddeleteScheduledTask
GraphQL mutations. The
tasks that were already scheduled using theaddImportIdentitiesTask
mutation are kept when the migrations are applied.
perceval 0.22.3-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
perceval-mozilla 0.3.15-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
perceval-opnfv 0.2.15-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
perceval-puppet 0.2.15-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
perceval-weblate 0.2.15-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
graal 0.4.13-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
grimoire-elk 0.108.1-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
sirmordred 0.9.3-rc.1 - (2023-08-06)
- Update Poetry's package dependencies
0.14.0
GrimoireLab 0.14.0
The following list describes the changes by component:
sortinghat 0.13.0 - (2023-08-06)
Bug fixes:
- Sub-domain affiliation error (#805)
Theaffiliate
andrecommend affiliations
jobs no longer recommend
matches based on a domain's sub-domains if it is not marked as
top_domain
.
New deprecations:
- Use the task scheduler to import identities
Manage periodic tasks to import identities with thescheduleTask
,
updateScheduledTask
anddeleteScheduledTask
GraphQL mutations. The
tasks that were already scheduled using theaddImportIdentitiesTask
mutation are kept when the migrations are applied.
perceval 0.22.3 - (2023-08-06)
- Update Poetry's package dependencies
perceval-mozilla 0.3.15 - (2023-08-06)
- Update Poetry's package dependencies
perceval-opnfv 0.2.15 - (2023-08-06)
- Update Poetry's package dependencies
perceval-puppet 0.2.15 - (2023-08-06)
- Update Poetry's package dependencies
perceval-weblate 0.2.15 - (2023-08-06)
- Update Poetry's package dependencies
graal 0.4.13 - (2023-08-06)
- Update Poetry's package dependencies
grimoire-elk 0.108.1 - (2023-08-06)
- Update Poetry's package dependencies
sirmordred 0.9.3 - (2023-08-06)
- Update Poetry's package dependencies
0.13.0-rc.1
GrimoireLab 0.13.0-rc.1
The following list describes the changes by component:
kidash 0.5.9-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
sortinghat 0.12.0-rc.1 - (2023-07-23)
New features:
- Job scheduler
This new feature allows users to schedule jobs, such asaffiliate
or
unify
, to run periodically. The tasks can be configured, updated and
deleted using the GraphQL API.
perceval 0.22.2-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
perceval-mozilla 0.3.14-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
perceval-opnfv 0.2.14-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
perceval-puppet 0.2.14-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
perceval-weblate 0.2.14-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
graal 0.4.12-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
grimoire-elk 0.108.0-rc.1 - (2023-07-23)
Bug fixes:
- Enrich items with multiple enrollments
Thedate
field must be a string since improved performance by
decreasing calls to thestr_to_datetime
method.
Performance improvements:
- Load identities performance
Improve the load identities process performance by reducing the number
of queries to SortingHat.
sirmordred 0.9.2-rc.1 - (2023-07-23)
- Update Poetry's package dependencies
0.13.0
GrimoireLab 0.13.0
The following list describes the changes by component:
kidash 0.5.9 - (2023-07-23)
- Update Poetry's package dependencies
sortinghat 0.12.0 - (2023-07-23)
New features:
- Job scheduler
This new feature allows users to schedule jobs, such asaffiliate
or
unify
, to run periodically. The tasks can be configured, updated and
deleted using the GraphQL API.
perceval 0.22.2 - (2023-07-23)
- Update Poetry's package dependencies
perceval-mozilla 0.3.14 - (2023-07-23)
- Update Poetry's package dependencies
perceval-opnfv 0.2.14 - (2023-07-23)
- Update Poetry's package dependencies
perceval-puppet 0.2.14 - (2023-07-23)
- Update Poetry's package dependencies
perceval-weblate 0.2.14 - (2023-07-23)
- Update Poetry's package dependencies
graal 0.4.12 - (2023-07-23)
- Update Poetry's package dependencies
grimoire-elk 0.108.0 - (2023-07-23)
Bug fixes:
- Enrich items with multiple enrollments
Thedate
field must be a string since improved performance by
decreasing calls to thestr_to_datetime
method.
Performance improvements:
- Load identities performance
Improve the load identities process performance by reducing the number
of queries to SortingHat.
sirmordred 0.9.2 - (2023-07-23)
- Update Poetry's package dependencies
0.12.0-rc.1
GrimoireLab 0.12.0-rc.1
The following list describes the changes by component:
grimoirelab-toolkit 0.3.6-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
kidash 0.5.8-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
sortinghat 0.11.1-rc.1 - (2023-07-11)
Bug fixes:
- Show an organization's members
Repeatedly clicking on the button to see the members of an
organization or team on the table sometimes showed the full
individuals list.
cereslib 0.4.2-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval 0.22.1-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval-mozilla 0.3.13-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval-opnfv 0.2.13-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval-puppet 0.2.13-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval-weblate 0.2.13-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
graal 0.4.11-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
grimoire-elk 0.107.0-rc.1 - (2023-07-11)
Performance improvements:
- Enrichment processing time reduced by 50%
The general performance was improved reducing the number of calls to
the identities manager (i.g.SortingHat
). There were some deprecated
calls that weren't needed any longer and also, we increased the cache
of individuals in ELKs. We were also able to reduce the processing
time of the Git backend by converting commit dates only once.
sirmordred 0.9.1-rc.1 - (2023-07-11)
- Update Poetry's package dependencies
0.12.0
GrimoireLab 0.12.0
The following list describes the changes by component:
grimoirelab-toolkit 0.3.6 - (2023-07-11)
- Update Poetry's package dependencies
kidash 0.5.8 - (2023-07-11)
- Update Poetry's package dependencies
sortinghat 0.11.1 - (2023-07-11)
Bug fixes:
- Show an organization's members
Repeatedly clicking on the button to see the members of an
organization or team on the table sometimes showed the full
individuals list.
cereslib 0.4.2 - (2023-07-11)
- Update Poetry's package dependencies
perceval 0.22.1 - (2023-07-11)
- Update Poetry's package dependencies
perceval-mozilla 0.3.13 - (2023-07-11)
- Update Poetry's package dependencies
perceval-opnfv 0.2.13 - (2023-07-11)
- Update Poetry's package dependencies
perceval-puppet 0.2.13 - (2023-07-11)
- Update Poetry's package dependencies
perceval-weblate 0.2.13 - (2023-07-11)
- Update Poetry's package dependencies
graal 0.4.11 - (2023-07-11)
- Update Poetry's package dependencies
grimoire-elk 0.107.0 - (2023-07-11)
Performance improvements:
- Enrichment processing time reduced by 50%
The general performance was improved reducing the number of calls to
the identities manager (i.g.SortingHat
). There were some deprecated
calls that weren't needed any longer and also, we increased the cache
of individuals in ELKs. We were also able to reduce the processing
time of the Git backend by converting commit dates only once.
sirmordred 0.9.1 - (2023-07-11)
- Update Poetry's package dependencies