-
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
17 changed files
with
192 additions
and
66 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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2023-07-23 17:37:10.831360 | ||
__version__ = "0.13.0-rc.1" | ||
# File auto-generated by semverup on 2023-07-23 21:52:42.580964 | ||
__version__ = "0.13.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,53 @@ | ||
# GrimoireLab 0.13.0 | ||
The following list describes the changes by component: | ||
|
||
|
||
## kidash 0.5.9 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## sortinghat 0.12.0 - (2023-07-23) | ||
|
||
**New features:** | ||
|
||
* Job scheduler\ | ||
This new feature allows users to schedule jobs, such as `affiliate` or | ||
`unify`, to run periodically. The tasks can be configured, updated and | ||
deleted using the GraphQL API. | ||
|
||
|
||
|
||
## perceval 0.22.2 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-mozilla 0.3.14 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 0.2.14 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 0.2.14 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 0.2.14 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 0.4.12 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 0.108.0 - (2023-07-23) | ||
|
||
**Bug fixes:** | ||
|
||
* Enrich items with multiple enrollments\ | ||
The `date` field must be a string since improved performance by | ||
decreasing calls to the `str_to_datetime` method. | ||
|
||
**Performance improvements:** | ||
|
||
* Load identities performance\ | ||
Improve the load identities process performance by reducing the number | ||
of queries to SortingHat. | ||
|
||
## sirmordred 0.9.2 - (2023-07-23) | ||
|
||
* Update Poetry's package dependencies |
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.13.0-rc.1 | ||
grimoirelab==0.13.0 | ||
grimoirelab-toolkit==0.3.6 | ||
perceval==0.22.2-rc.1 | ||
perceval-mozilla==0.3.14-rc.1 | ||
perceval-opnfv==0.2.14-rc.1 | ||
perceval-puppet==0.2.14-rc.1 | ||
perceval-weblate==0.2.14-rc.1 | ||
grimoire-elk==0.108.0-rc.1 | ||
sortinghat==0.12.0-rc.1 | ||
kidash==0.5.9-rc.1 | ||
perceval==0.22.2 | ||
perceval-mozilla==0.3.14 | ||
perceval-opnfv==0.2.14 | ||
perceval-puppet==0.2.14 | ||
perceval-weblate==0.2.14 | ||
grimoire-elk==0.108.0 | ||
sortinghat==0.12.0 | ||
kidash==0.5.9 | ||
grimoirelab-panels==0.2.0 | ||
sirmordred==0.9.2-rc.1 | ||
sirmordred==0.9.2 | ||
cereslib==0.4.2 | ||
graal==0.4.12-rc.1 | ||
graal==0.4.12 |
Submodule grimoirelab-elk
updated
7 files
Submodule grimoirelab-graal
updated
5 files
+4 −0 | NEWS | |
+2 −2 | graal/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.4.12.md |
Submodule grimoirelab-kidash
updated
4 files
+4 −0 | NEWS | |
+2 −2 | kidash/_version.py | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.5.9.md |
Submodule grimoirelab-perceval
updated
4 files
+4 −0 | NEWS | |
+2 −2 | perceval/_version.py | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.22.2.md |
Oops, something went wrong.