Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 15, 2024
1 parent ed1d328 commit 717c643
Show file tree
Hide file tree
Showing 19 changed files with 263 additions and 79 deletions.
105 changes: 105 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
# Releases

## GrimoireLab 1.7.0 - (2024-10-15)

**New components:**

* grimoirelab-toolkit 1.0.6
* kidash 1.0.7
* sortinghat 1.5.0
* cereslib 1.0.6
* perceval 1.0.8
* perceval-mozilla 1.0.8
* perceval-opnfv 1.0.8
* perceval-puppet 1.0.8
* perceval-weblate 1.0.8
* graal 1.0.8
* grimoire-elk 1.3.0
* sirmordred 1.1.2

The following list describes the changes by component:

### grimoirelab-toolkit

* Update Poetry's package dependencies

### kidash

* Update Poetry's package dependencies

### sortinghat

**New features:**

* Mark individuals as reviewed\
Individuals can now be marked as reviewed to keep track of which
profiles have already been checked and when. A profile can be marked
as reviewed more than once, it will show the date of the last review.
If there have been any changes to the profile data since the last
review, the review button displays a warning icon. The list of
individuals can be filtered by whether they have been reviewed and by
their review date. The list can also be ordered by review date.

**Bug fixes:**

* Wrong arrong direction when merging recommendations (#934)\
When recommendations were merged, the arrow showing the direction of
the merge was wrong. It showed `foo → bar` but the resulting identity
will be named `foo` instead of `bar`. The arrow now points in the
other direction showing that `bar` will be merged on `foo`.

### cereslib

* Update Poetry's package dependencies

### perceval

* Update Poetry's package dependencies

### perceval-mozilla

* Update Poetry's package dependencies

### perceval-opnfv

* Update Poetry's package dependencies

### perceval-puppet

* Update Poetry's package dependencies

### perceval-weblate

* Update Poetry's package dependencies

### graal

* Update Poetry's package dependencies

### grimoire-elk

**New features:**

* Keywords data on enriched items\
Keywords field is included now on the enriched items of bugzilla and
bugzillarest indices.
* New reponse times on bugzilla items\
The Bugzilla enriched items include two new fields to track response
times on these type of repositories. The field
`time_to_first_attention` is the the time expressed in days between
the ticket creation and the first comment from a contributor different
from the author creating the bug. The field `last_comment_date` is the
date of the last comment posted in the bug.

**Bug fixes:**

* All references processed for the reference analysis study\
The `enrich_reference_analysis` study analyzes the cross-references
between "issues" and "pull request". When we use an aggregations
query, it returns only the first 10 items (ElasticSearch/OpenSearch by
default). By using 'composite aggregations', we can paginate the
result and thus, obtain all the references.

### sirmordred

* Update Poetry's package dependencies


## GrimoireLab 1.6.0 - (2024-09-23)

**New components:**
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEPLOY_USER grimoire
ENV DEPLOY_USER_DIR /home/${DEPLOY_USER}
ENV CONF_DIR ${DEPLOY_USER_DIR}/conf
ENV SCRIPTS_DIR ${DEPLOY_USER_DIR}/scripts
ENV GRIMOIRELAB_RELEASE "1.6.0"
ENV GRIMOIRELAB_RELEASE "1.7.0"

# Initial user
RUN useradd ${DEPLOY_USER} --create-home --shell /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-10-14 15:14:11.816195
__version__ = "1.7.0-rc.1"
# File auto-generated by semverup on 2024-10-15 07:58:10.993787
__version__ = "1.7.0"
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimoirelab"
version = "1.7.0-rc.1"
version = "1.7.0"
description = "Tool set for software development analytics"
authors = [
"GrimoireLab Developers"
Expand Down Expand Up @@ -38,19 +38,19 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"

grimoirelab-toolkit = {version = ">=1.0.6-rc.1", allow-prereleases = true}
perceval-mozilla = {version = ">=1.0.8-rc.1", allow-prereleases = true}
perceval-opnfv = {version = ">=1.0.8-rc.1", allow-prereleases = true}
perceval-puppet = {version = ">=1.0.8-rc.1", allow-prereleases = true}
perceval-weblate = {version = ">=1.0.8-rc.1", allow-prereleases = true}
sortinghat = {version = ">=1.5.0-rc.1", allow-prereleases = true}
kidash = {version = ">=1.0.7-rc.1", allow-prereleases = true}
grimoirelab-toolkit = {version = ">=1.0.6", allow-prereleases = true}
perceval-mozilla = {version = ">=1.0.8", allow-prereleases = true}
perceval-opnfv = {version = ">=1.0.8", allow-prereleases = true}
perceval-puppet = {version = ">=1.0.8", allow-prereleases = true}
perceval-weblate = {version = ">=1.0.8", allow-prereleases = true}
sortinghat = {version = ">=1.5.0", allow-prereleases = true}
kidash = {version = ">=1.0.7", allow-prereleases = true}
grimoirelab-panels = {version = ">=1.1.1", allow-prereleases = true}
grimoire-elk = {version = ">=1.3.0-rc.1", allow-prereleases = true}
sirmordred = {version = ">=1.1.2-rc.1", allow-prereleases = true}
cereslib = {version = ">=1.0.6-rc.1", allow-prereleases = true}
graal = {version = ">=1.0.8-rc.1", allow-prereleases = true}
perceval = {version = ">=1.0.8-rc.1", allow-prereleases = true}
grimoire-elk = {version = ">=1.3.0", allow-prereleases = true}
sirmordred = {version = ">=1.1.2", allow-prereleases = true}
cereslib = {version = ">=1.0.6", allow-prereleases = true}
graal = {version = ">=1.0.8", allow-prereleases = true}
perceval = {version = ">=1.0.8", allow-prereleases = true}

[tool.poetry.dev-dependencies]

Expand Down
Loading

0 comments on commit 717c643

Please sign in to comment.