Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 28, 2023
1 parent b3de43d commit 3873698
Show file tree
Hide file tree
Showing 19 changed files with 270 additions and 90 deletions.
99 changes: 99 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,104 @@
# Releases

## GrimoireLab 0.11.0 - (2023-06-28)

**New components:**

* sortinghat 0.11.0
* cereslib 0.4.1
* perceval 0.22.0
* perceval-mozilla 0.3.12
* perceval-opnfv 0.2.12
* perceval-puppet 0.2.12
* perceval-weblate 0.2.12
* graal 0.4.10
* grimoire-elk 0.106.0
* sirmordred 0.9.0

The following list describes the changes by component:

### sortinghat

**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

* Update Poetry's package dependencies

### perceval

**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

* 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

**Performance improvements:**

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

### sirmordred

**Performance improvements:**

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


## GrimoireLab 0.10.0 - (2023-05-17)

**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 "0.11.0-rc.3"
ENV GRIMOIRELAB_RELEASE "0.11.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 2023-06-23 10:17:28.283000
__version__ = "0.11.0-rc.3"
# File auto-generated by semverup on 2023-06-28 12:01:41.141652
__version__ = "0.11.0"
98 changes: 49 additions & 49 deletions poetry.lock

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

Loading

0 comments on commit 3873698

Please sign in to comment.