Skip to content

Releases: chaoss/grimoirelab

0.20.0

30 Jan 18:48
Compare
Choose a tag to compare

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

19 Dec 16:58
Compare
Choose a tag to compare

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

19 Dec 18:58
Compare
Choose a tag to compare

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

28 Nov 12:13
Compare
Choose a tag to compare

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

0.18.0

28 Nov 13:32
Compare
Choose a tag to compare

GrimoireLab 0.18.0

The following list describes the changes by component:

kidash 0.6.3 - (2023-11-28)

  • Update Poetry's package dependencies

sortinghat 0.17.0 - (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.

cereslib 0.5.0 - (2023-11-28)

New features:

  • TimeZone field in Git Areas of Code
    Include time zone field of commit date in Git Areas of Code index.

Bug fixes:

  • Future compatibility with Pandas method (#52)
    Set regex parameter to True in pandas.Series.str.replace for future
    compatibility.

perceval 0.23.3 - (2023-11-28)

  • Update Poetry's package dependencies

perceval-mozilla 0.3.19 - (2023-11-28)

  • Update Poetry's package dependencies

perceval-opnfv 0.2.19 - (2023-11-28)

  • Update Poetry's package dependencies

perceval-puppet 0.2.19 - (2023-11-28)

  • Update Poetry's package dependencies

perceval-weblate 0.2.19 - (2023-11-28)

  • Update Poetry's package dependencies

graal 0.4.18 - (2023-11-28)

  • Update Poetry's package dependencies

grimoire-elk 0.109.3 - (2023-11-28)

  • Update Poetry's package dependencies

sirmordred 0.10.3 - (2023-11-28)

  • Update Poetry's package dependencies

0.17.0

17 Nov 10:46
Compare
Choose a tag to compare

GrimoireLab 0.17.0

The following list describes the changes by component:

sortinghat 0.16.0 - (2023-11-17)

Bug fixes:

  • Fix individual page not loading
    The individual's view was not loading when the workspace had not been
    used before or the cache was cleared.

Performance improvements:

  • Recommendations performance improved
    Improve the recommendations performance by reducing the number of
    queries to the database and only generating recommendations between
    individuals that are directly related.

graal 0.4.17 - (2023-11-17)

  • Update Poetry's package dependencies

grimoire-elk 0.109.2 - (2023-11-17)

  • Update Poetry's package dependencies

sirmordred 0.10.2 - (2023-11-17)

  • Update Poetry's package dependencies

0.16.1-rc.1

14 Nov 17:13
Compare
Choose a tag to compare

GrimoireLab 0.16.1-rc.1

The following list describes the changes by component:

kidash 0.6.2-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

sortinghat 0.15.1-rc.1 - (2023-11-14)

Bug fixes:

  • Fix individual page not loading
    The individual's view was not loading when the workspace had not been
    used before or the cache was cleared.

perceval 0.23.2-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

perceval-mozilla 0.3.18-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

perceval-opnfv 0.2.18-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

perceval-puppet 0.2.18-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

perceval-weblate 0.2.18-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

graal 0.4.16-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

grimoire-elk 0.109.2-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

sirmordred 0.10.2-rc.1 - (2023-11-14)

  • Update Poetry's package dependencies

0.16.0

06 Nov 08:48
Compare
Choose a tag to compare

GrimoireLab 0.16.0

The following list describes the changes by component:

kidash 0.6.1 - (2023-11-03)

  • Update Poetry's package dependencies

sortinghat 0.15.0 - (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 the last_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 - (2023-11-03)

  • Update Poetry's package dependencies

perceval-mozilla 0.3.17 - (2023-11-03)

  • Update Poetry's package dependencies

perceval-opnfv 0.2.17 - (2023-11-03)

  • Update Poetry's package dependencies

perceval-puppet 0.2.17 - (2023-11-03)

  • Update Poetry's package dependencies

perceval-weblate 0.2.17 - (2023-11-03)

  • Update Poetry's package dependencies

graal 0.4.15 - (2023-11-03)

  • Update Poetry's package dependencies

grimoire-elk 0.109.1 - (2023-11-03)

  • Update Poetry's package dependencies

sirmordred 0.10.1 - (2023-11-06)

Bug fixes:

  • Periodic autorefresh not working
    Periodic refresh of identities was not working for backend sections
    that included : in their name.

0.16.0-rc.1

03 Nov 16:48
Compare
Choose a tag to compare

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 the last_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

20 Oct 14:54
Compare
Choose a tag to compare

GrimoireLab 0.15.1

The following list describes the changes by component: