forked from chaoss/grimoirelab-sirmordred
-
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
1 parent
26ae7c9
commit bb01188
Showing
9 changed files
with
68 additions
and
43 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Santiago Dueñas <[email protected]> | ||
Quan Zhou <[email protected]> | ||
|
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,32 @@ | ||
# Releases | ||
|
||
## sirmordred 0.3.0 - (2022-05-31) | ||
|
||
**New features:** | ||
|
||
* Add extract spaces\ | ||
Extract spaces from the URL. By default it will extract labels but | ||
adding `tag_type="spaces"` it will extract spaces. | ||
|
||
**Bug fixes:** | ||
|
||
* Add pair-programming in '_get_enrich_backend' method\ | ||
Add the `pair-programming` to the `_get_enrich_backend` method if it | ||
exists in the setup.cfg file. | ||
|
||
**Feature removals:** | ||
|
||
* FINOS Meeting backend removed\ | ||
FINOS Meeting backend is not supported anymore. The Perceval backend | ||
was archived in Bitergia repository so it shouldn't be part of the | ||
core anymore because it's software not maintained. | ||
|
||
**Others:** | ||
|
||
* Add studies to the alias file\ | ||
Add onion, areas of code, and demographics studies to the file | ||
aliases.json. This is needed to keep this file updated with the | ||
aliases we use in the dashboards by adding them to the appropiate data | ||
sources. The included aliases: - all_onion - git_areas_of_code - | ||
demographics | ||
|
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,30 @@ | ||
## sirmordred 0.3.0 - (2022-05-31) | ||
|
||
**New features:** | ||
|
||
* Add extract spaces\ | ||
Extract spaces from the URL. By default it will extract labels but | ||
adding `tag_type="spaces"` it will extract spaces. | ||
|
||
**Bug fixes:** | ||
|
||
* Add pair-programming in '_get_enrich_backend' method\ | ||
Add the `pair-programming` to the `_get_enrich_backend` method if it | ||
exists in the setup.cfg file. | ||
|
||
**Feature removals:** | ||
|
||
* FINOS Meeting backend removed\ | ||
FINOS Meeting backend is not supported anymore. The Perceval backend | ||
was archived in Bitergia repository so it shouldn't be part of the | ||
core anymore because it's software not maintained. | ||
|
||
**Others:** | ||
|
||
* Add studies to the alias file\ | ||
Add onion, areas of code, and demographics studies to the file | ||
aliases.json. This is needed to keep this file updated with the | ||
aliases we use in the dashboards by adding them to the appropiate data | ||
sources. The included aliases: - all_onion - git_areas_of_code - | ||
demographics | ||
|
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/add-pair-programming-in-'_get_enrich_backend'-method.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 | ||
__version__ = "0.2.44" | ||
# File auto-generated by semverup on 2022-05-31 11:18:47.501489 | ||
__version__ = "0.3.0" |