-
Notifications
You must be signed in to change notification settings - Fork 121
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
12 changed files
with
94 additions
and
70 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,9 @@ | ||
Valerio Cosentino <[email protected]> | ||
Alvaro del Castillo <[email protected]> | ||
Luis Cañas-Díaz <[email protected]> | ||
Quan Zhou <[email protected]> | ||
Miguel Ángel Fernández <[email protected]> | ||
Jose Javier Merchante <[email protected]> | ||
Angel Jara <[email protected]> | ||
Santiago Dueñas <[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,42 @@ | ||
# Releases | ||
|
||
## Sir Mordred 0.3.0 - (2022-06-07) | ||
|
||
**New features:** | ||
|
||
* Dependencies file for development\ | ||
Include a new requirements.txt file to install the development version | ||
from the repositories. | ||
* 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:** | ||
|
||
* Studies aliases relocated\ | ||
Relocate studies aliases so they are not created automatically by | ||
Mordred. | ||
* 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:** | ||
|
||
* Drop Python 3.6 support\ | ||
Python 3.6 reached the end of life at the end of 2021. This means it | ||
won't receive new updates or patches to fix security issues. | ||
Therefore, this package will only work with Python >= 3.7 from now on. | ||
* 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,40 @@ | ||
## Sir Mordred 0.3.0 - (2022-06-07) | ||
|
||
**New features:** | ||
|
||
* Dependencies file for development\ | ||
Include a new requirements.txt file to install the development version | ||
from the repositories. | ||
* 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:** | ||
|
||
* Studies aliases relocated\ | ||
Relocate studies aliases so they are not created automatically by | ||
Mordred. | ||
* 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:** | ||
|
||
* Drop Python 3.6 support\ | ||
Python 3.6 reached the end of life at the end of 2021. This means it | ||
won't receive new updates or patches to fix security issues. | ||
Therefore, this package will only work with Python >= 3.7 from now on. | ||
* 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 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-06-07 10:00:41.854609 | ||
__version__ = "0.3.0" |