Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 31, 2022
1 parent 77eab76 commit 85ee52d
Show file tree
Hide file tree
Showing 20 changed files with 397 additions and 160 deletions.
125 changes: 125 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,130 @@
# Releases

## GrimoireLab 0.7.0 - (2022-10-31)

**New components:**

* grimoirelab-toolkit 0.3.2
* kidash 0.5.2
* sortinghat 0.7.22
* cereslib 0.3.4
* perceval 0.21.0
* perceval-mozilla 0.3.4
* perceval-opnfv 0.2.4
* perceval-puppet 0.2.4
* perceval-weblate 0.2.4
* kingarthur 0.2.4
* graal 0.4.1
* grimoire-elk 0.103.2
* sirmordred 0.5.0

The following list describes the changes by component:

### grimoirelab-toolkit

* Update Poetry's package dependencies

### kidash

* Update Poetry's package dependencies

### sortinghat

* Update Poetry's package dependencies

### cereslib

* Update Poetry's package dependencies

### perceval

**New features:**

* [gitlab] Alias `--url` for `--enterprise-url` argument (#801)\
The argument `--enterprise-url` for Gitlab backend has the new alias
`--url`. With this argument, users can define the GitLab instance from
items will be fetched. This can be set to the SaaS GitLab
(`gitlab.com`) or to a self-managed instance (e.g.
`gitlab.example.com`). By default, this parameter points to
`https://gitlab.com`.
* [hyperkitty/mbox] Option `to-date` to fetch until that date\
This parameter allows fetching data until a specific date. By default,
this value is `2100-01-01`, but this can be changed adding `--to-
date`.

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

### kingarthur

* Update Poetry's package dependencies

### graal

* Update Poetry's package dependencies

### grimoire-elk

**New features:**

* Development and reviewing contributors fields for Git items\
New information about the participants during the development and the
reviewing processes are available in `Git` items. The Git backend
extracts these data from `Approved-by`, `Co-authored-by`, and
`Merged-by` trailers that some commit messages might include. For each
one of these trailers, new fields will be available with the suffixes:
`_bots`, `_domains`, `_names`, `_org_names`, and `_uuids`. Also for
each one of these suffixes, there will be extra fields with the prefix
`non_authored_`. This is an example of the fields available for the
the trailer `Merged-by`: - merged_by_multi_bots -
merged_by_multi_domains - merged_by_multi_names -
merged_by_multi_org_names - merged_by_multi_uuids -
non_authored_merged_by_multi_bots -
non_authored_merged_by_multi_domains -
non_authored_merged_by_multi_names -
non_authored_merged_by_multi_org_names
* Option 'to-date' on the backend sections\
The option `to-date` on the `setup.cfg` allows fetching data until a
specific date. By default, this value is `2100-01-01`.

**Bug fixes:**

* Onion study on Github pull requests fixed\
Github pull requests onion study is now updated to allow passing the
study alias name by parameter.
* Onion study on Gitlab fixed\
Gitlab onion study is now updated to allow passing the study alias
name by parameter.

**Dependencies updateds:**

* New Pandas version\
Update Pandas to the newest version compatible with Python 3.7+.

### sirmordred

**New features:**

* New default GitHub pull requests alias names\
GitHub pull_request category (github:pull) has its own aliases now:
`github_pull_requests` and `github_pull_requests-raw`. This category
used to share the default aliases for GitHub: `github` and `github-
raw`.


## GrimoireLab 0.4.0 - (2022-06-29)

**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.6.0"
ENV GRIMOIRELAB_RELEASE "0.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 2022-10-26 12:38:50.061395
__version__ = "0.7.0-rc.2"
# File auto-generated by semverup on 2022-10-31 11:01:09.924881
__version__ = "0.7.0"
Loading

0 comments on commit 85ee52d

Please sign in to comment.