forked from chaoss/grimoirelab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
742 additions
and
837 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2023-08-06 21:22:34.066240 | ||
__version__ = "0.14.0" | ||
# File auto-generated by semverup on 2023-10-20 10:46:05.798252 | ||
__version__ = "0.15.0-rc.1" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
grimoirelab==0.14.0 | ||
grimoirelab-toolkit==0.3.6 | ||
perceval==0.22.3 | ||
perceval-mozilla==0.3.15 | ||
perceval-opnfv==0.2.15 | ||
perceval-puppet==0.2.15 | ||
perceval-weblate==0.2.15 | ||
grimoire-elk==0.108.1 | ||
sortinghat==0.13.0 | ||
kidash==0.5.9 | ||
grimoirelab-panels==0.2.0 | ||
sirmordred==0.9.3 | ||
cereslib==0.4.2 | ||
graal==0.4.13 | ||
grimoirelab==0.15.0-rc.1 | ||
grimoirelab-toolkit==0.4.0-rc.2 | ||
perceval==0.23.0-rc.2 | ||
perceval-mozilla==0.3.16-rc.2 | ||
perceval-opnfv==0.2.16-rc.2 | ||
perceval-puppet==0.2.16-rc.2 | ||
perceval-weblate==0.2.16-rc.2 | ||
grimoire-elk==0.109.0-rc.1 | ||
sortinghat==0.14.0-rc.1 | ||
kidash==0.6.0-rc.2 | ||
grimoirelab-panels==0.3.0-rc.1 | ||
sirmordred==0.10.0-rc.1 | ||
cereslib==0.4.3-rc.1 | ||
graal==0.4.14-rc.2 |
Submodule grimoirelab-cereslib
updated
9 files
+9 −7 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | cereslib/_version.py | |
+142 −143 | poetry.lock | |
+3 −3 | pyproject.toml | |
+8 −0 | releases/0.4.3-rc.1.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml |
Submodule grimoirelab-elk
updated
29 files
Submodule grimoirelab-graal
updated
11 files
+9 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | graal/_version.py | |
+351 −576 | poetry.lock | |
+5 −5 | pyproject.toml | |
+10 −0 | releases/0.4.14-rc.1.md | |
+3 −0 | releases/0.4.14-rc.2.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml | |
+7 −0 | releases/unreleased/processed/update-markdown-it-py-version.yml |
Submodule grimoirelab-kidash
updated
11 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | kidash/_version.py | |
+1 −1 | kidash/kidash.py | |
+155 −183 | poetry.lock | |
+4 −4 | pyproject.toml | |
+9 −0 | releases/0.6.0-rc.1.md | |
+7 −0 | releases/0.6.0-rc.2.md | |
+7 −0 | releases/unreleased/processed/bump-urllib3-version.yml | |
+9 −0 | releases/unreleased/processed/drop-python-37-support.yml |
Submodule grimoirelab-perceval
updated
17 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | perceval/_version.py | |
+34 −5 | perceval/backends/core/confluence.py | |
+25 −5 | perceval/backends/core/jira.py | |
+1 −1 | perceval/client.py | |
+387 −381 | poetry.lock | |
+7 −7 | pyproject.toml | |
+25 −0 | releases/0.23.0-rc.1.md | |
+7 −0 | releases/0.23.0-rc.2.md | |
+9 −0 | releases/unreleased/processed/add-token-auth-for-confluence.yml | |
+14 −0 | releases/unreleased/processed/add-token-auth-for-jira.yml | |
+7 −0 | releases/unreleased/processed/bump-urllib3-version.yml | |
+9 −0 | releases/unreleased/processed/drop-python-37-support.yml | |
+18 −0 | tests/test_jira.py |
Submodule grimoirelab-perceval-mozilla
updated
10 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/mozilla/_version.py | |
+194 −239 | poetry.lock | |
+2 −2 | pyproject.toml | |
+8 −0 | releases/0.3.16-rc.1.md | |
+3 −0 | releases/0.3.16-rc.2.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml |
Submodule grimoirelab-perceval-opnfv
updated
10 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+2 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/opnfv/_version.py | |
+194 −239 | poetry.lock | |
+2 −2 | pyproject.toml | |
+8 −0 | releases/0.2.16-rc.1.md | |
+3 −0 | releases/0.2.16-rc.2.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml |
Submodule grimoirelab-perceval-puppet
updated
10 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/puppet/_version.py | |
+194 −239 | poetry.lock | |
+2 −2 | pyproject.toml | |
+8 −0 | releases/0.2.16-rc.1.md | |
+3 −0 | releases/0.2.16-rc.2.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml |
Submodule grimoirelab-perceval-weblate
updated
10 files
+8 −6 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+2 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/weblate/_version.py | |
+194 −239 | poetry.lock | |
+2 −2 | pyproject.toml | |
+8 −0 | releases/0.2.16-rc.1.md | |
+3 −0 | releases/0.2.16-rc.2.md | |
+8 −0 | releases/unreleased/processed/drop-python-37.yml |
Submodule grimoirelab-sigils
updated
5 files
+2 −2 | panels/_version.py | |
+3 −3 | poetry.lock | |
+2 −2 | pyproject.toml | |
+9 −0 | releases/0.3.0-rc.1.md | |
+9 −0 | releases/unreleased/processed/drop-python-37-support.yml |
Submodule grimoirelab-sirmordred
updated
18 files
Submodule grimoirelab-sortinghat
updated
48 files
Submodule grimoirelab-toolkit
updated
10 files
+1 −1 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/tests.yml | |
+1 −0 | AUTHORS | |
+1 −1 | README.md | |
+2 −2 | grimoirelab_toolkit/_version.py | |
+57 −101 | poetry.lock | |
+3 −3 | pyproject.toml | |
+9 −0 | releases/0.4.0-rc.1.md | |
+3 −0 | releases/0.4.0-rc.2.md | |
+9 −0 | releases/unreleased/processed/drop-python-37-support.yml |