Skip to content

Releases: chaoss/grimoirelab

0.15.1

20 Oct 14:54
Compare
Choose a tag to compare

GrimoireLab 0.15.1

The following list describes the changes by component:

0.15.0-rc.1

20 Oct 10:50
Compare
Choose a tag to compare

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

20 Oct 12:30
Compare
Choose a tag to compare

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 the strict parameter on
    recommendMatches or unify to false.
  • 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
    The add_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 new Settings 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 in jira 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 in confluence 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
    Use markdown-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

06 Aug 18:24
Compare
Choose a tag to compare

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)
    The affiliate and recommend 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 the scheduleTask,
    updateScheduledTask and deleteScheduledTask GraphQL mutations. The
    tasks that were already scheduled using the addImportIdentitiesTask
    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

06 Aug 21:34
Compare
Choose a tag to compare

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)
    The affiliate and recommend 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 the scheduleTask,
    updateScheduledTask and deleteScheduledTask GraphQL mutations. The
    tasks that were already scheduled using the addImportIdentitiesTask
    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

23 Jul 17:48
Compare
Choose a tag to compare

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 as affiliate 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
    The date field must be a string since improved performance by
    decreasing calls to the str_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

23 Jul 22:02
Compare
Choose a tag to compare

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 as affiliate 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
    The date field must be a string since improved performance by
    decreasing calls to the str_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

11 Jul 15:27
Compare
Choose a tag to compare

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

11 Jul 16:58
Compare
Choose a tag to compare

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

0.11.0

28 Jun 12:10
Compare
Choose a tag to compare

GrimoireLab 0.11.0

The following list describes the changes by component:

sortinghat 0.11.0 - (2023-06-28)

New features:

  • Merge organizations (#571)
    Merging organizations automatically moves all the domains, teams and
    enrollments to the target organization. This is helpful in case an
    organization has duplicates or if an organization absorbs another one.
    Organizations can be merged using drag and drop on the user interface.
  • Recommendations by individual (#779)
    Users can generate matching recommendations for a specific individual
    by clicking on the drop down menu on each individual or on the
    individual's profile.

Bug fixes:

  • Show hidden buttons when the mouse is over the table row (#787)
    The buttons to lock an individual or mark it as a bot were only
    visible when the mouse wass over the individual's name, which made it
    hard to find them. Now they appear when the mouse is over the table
    row.
  • Email affiliation error (#793)
    Fix an error when the email domain ends with a dot, causing the
    affiliation process to stop.
  • ADD button doesn't affiliate individuals to organizations
    Affiliating an individual to an organization using the "+ ADD" button
    on the table expanded view failed.
  • Enrollment filter on organizations view
    Filtering individuals by their affiliation to an organization also
    returned results of organizations that contained that name. The filter
    now only returns organizations that match the exact name.

cereslib 0.4.1 - (2023-06-28)

  • Update Poetry's package dependencies

perceval 0.22.0 - (2023-06-28)

New features:

  • Git backend alternates mechanism
    Git alternates is a mechanism that lets a repository borrow objects
    from another repository on the same machine. Allow to execute Git
    Perceval backend using this mechanism.

perceval-mozilla 0.3.12 - (2023-06-28)

  • Update Poetry's package dependencies

perceval-opnfv 0.2.12 - (2023-06-28)

  • Update Poetry's package dependencies

perceval-puppet 0.2.12 - (2023-06-28)

  • Update Poetry's package dependencies

perceval-weblate 0.2.12 - (2023-06-28)

  • Update Poetry's package dependencies

graal 0.4.10 - (2023-06-28)

  • Update Poetry's package dependencies

grimoire-elk 0.106.0 - (2023-06-28)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.

sirmordred 0.9.0 - (2023-06-28)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.