-
Notifications
You must be signed in to change notification settings - Fork 186
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
18 changed files
with
483 additions
and
492 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 2024-08-30 17:41:30.982207 | ||
__version__ = "1.5.0" | ||
# File auto-generated by semverup on 2024-09-20 18:51:17.818891 | ||
__version__ = "1.6.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,54 @@ | ||
# GrimoireLab 1.6.0-rc.1 | ||
The following list describes the changes by component: | ||
|
||
|
||
|
||
|
||
## cereslib 1.0.5-rc.1 - (2024-09-20) | ||
|
||
**Dependencies updateds:** | ||
|
||
* Python minimum version updated\ | ||
Python 3.8 will reach its end of life in October 2024. Python 3.9 is | ||
the minimum version required by the project. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## grimoire-elk 1.2.0-rc.1 - (2024-09-20) | ||
|
||
**New features:** | ||
|
||
* Status in SUMO enriched index\ | ||
Add the missing status in the SUMO backend. The status could be | ||
`solved`, `archived`, `locked` or `open`. | ||
|
||
**Bug fixes:** | ||
|
||
* Avoid UNDEFINED values in author fields\ | ||
Avoid `-- UNDEFINED --` values for all SortingHat fields when Mordred | ||
loses connection to the SortingHat server during the enrichment or | ||
autorefresh execution. It will keep the values of the `name`, `email`, | ||
`id` and `uuid` fields. | ||
* Handle OpenSearch page info on pagination\ | ||
In OpenSearch and ElasticSearch < 7.x the page info on pagination is | ||
different. This will handle both of them. | ||
|
||
**Dependencies updateds:** | ||
|
||
* Python minimum version updated\ | ||
Python 3.8 will reach its end of life in October 2024. Python 3.9 is | ||
the minimum version required by the project. | ||
|
||
## sirmordred 1.1.1-rc.1 - (2024-09-20) | ||
|
||
**Dependencies updateds:** | ||
|
||
* Python minimum version updated\ | ||
Python 3.8 will reach its end of life in October 2024. Python 3.9 is | ||
the minimum version required by the project. | ||
|
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==1.5.0 | ||
grimoirelab-toolkit==1.0.4 | ||
perceval==1.0.6 | ||
perceval-mozilla==1.0.6 | ||
perceval-opnfv==1.0.6 | ||
perceval-puppet==1.0.6 | ||
perceval-weblate==1.0.6 | ||
grimoire-elk==1.1.5 | ||
sortinghat==1.3.0 | ||
kidash==1.0.5 | ||
grimoirelab-panels==1.1.0 | ||
sirmordred==1.1.0 | ||
cereslib==1.0.4 | ||
graal==1.0.6 | ||
grimoirelab==1.6.0-rc.1 | ||
grimoirelab-toolkit==1.0.5-rc.1 | ||
perceval==1.0.7-rc.1 | ||
perceval-mozilla==1.0.7-rc.1 | ||
perceval-opnfv==1.0.7-rc.1 | ||
perceval-puppet==1.0.7-rc.1 | ||
perceval-weblate==1.0.7-rc.1 | ||
grimoire-elk==1.2.0-rc.1 | ||
sortinghat==1.4.0-rc.1 | ||
kidash==1.0.6-rc.1 | ||
grimoirelab-panels==1.1.1-rc.1 | ||
sirmordred==1.1.1-rc.1 | ||
cereslib==1.0.5-rc.1 | ||
graal==1.0.7-rc.1 |
Submodule grimoirelab-cereslib
updated
12 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | cereslib/_version.py | |
+2 −2 | cereslib/dfutils/format.py | |
+9 −11 | cereslib/enrich/enrich.py | |
+178 −157 | poetry.lock | |
+4 −5 | pyproject.toml | |
+8 −0 | releases/1.0.5-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml | |
+1 −1 | tests/test_filter.py | |
+3 −2 | tests/test_format.py |
Submodule grimoirelab-elk
updated
20 files
Submodule grimoirelab-graal
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | graal/_version.py | |
+248 −244 | poetry.lock | |
+6 −5 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-kidash
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | kidash/_version.py | |
+35 −31 | poetry.lock | |
+5 −4 | pyproject.toml | |
+8 −0 | releases/1.0.6-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-perceval
updated
13 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+0 −19 | docker/images/Makefile | |
+0 −36 | docker/images/README.md | |
+0 −20 | docker/images/master/Dockerfile | |
+2 −2 | perceval/_version.py | |
+1 −1 | perceval/utils.py | |
+257 −258 | poetry.lock | |
+6 −6 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml | |
+1 −1 | tests/test_mediawiki.py |
Submodule grimoirelab-perceval-mozilla
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/mozilla/_version.py | |
+213 −209 | poetry.lock | |
+3 −3 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-perceval-opnfv
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/opnfv/_version.py | |
+215 −211 | poetry.lock | |
+4 −4 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-perceval-puppet
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/puppet/_version.py | |
+215 −211 | poetry.lock | |
+4 −4 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-perceval-weblate
updated
8 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+1 −1 | README.md | |
+2 −2 | perceval/backends/weblate/_version.py | |
+215 −211 | poetry.lock | |
+4 −4 | pyproject.toml | |
+8 −0 | releases/1.0.7-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-sigils
updated
5 files
+2 −2 | panels/_version.py | |
+3 −3 | poetry.lock | |
+2 −2 | pyproject.toml | |
+8 −0 | releases/1.1.1-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |
Submodule grimoirelab-sirmordred
updated
8 files
+2 −2 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/tests.yml | |
+624 −729 | poetry.lock | |
+6 −6 | pyproject.toml | |
+8 −0 | releases/1.1.1-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml | |
+2 −2 | sirmordred/_version.py | |
+2 −2 | sirmordred/task.py |
Submodule grimoirelab-sortinghat
updated
47 files
Submodule grimoirelab-toolkit
updated
7 files
+1 −1 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/tests.yml | |
+2 −2 | grimoirelab_toolkit/_version.py | |
+21 −21 | poetry.lock | |
+3 −3 | pyproject.toml | |
+8 −0 | releases/1.0.5-rc.1.md | |
+8 −0 | releases/unreleased/processed/python-minimum-version-updated.yml |