Releases: chaoss/grimoirelab-sirmordred
Releases · chaoss/grimoirelab-sirmordred
0.6.0-rc.3
sirmordred 0.6.0-rc.3 - (2023-01-23)
Bug fixes:
- SortingHat mandatory parameters
Include SortingHat 0.8.x mandatory parameters. Nowsh_port
,
sh_path
,sh_ssl
are available to configure SortingHat.
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. SirMordred now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.
0.6.0-rc.2
sirmordred 0.6.0-rc.2 - (2023-01-10)
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. SirMordred now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.
0.6.0-rc.1
sirmordred 0.6.0-rc.1 - (2023-01-10)
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. SirMordred now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.
0.5.1
sirmordred 0.5.1 - (2022-11-07)
- Update Poetry's package dependencies
0.5.0
sirmordred 0.5.0 - (2022-10-31)
New features:
- New default GitHub pull requests alias names
GitHub pull_request category (github:pull) has its own aliases now:
github_pull_requests
andgithub_pull_requests-raw
. This category
used to share the default aliases for GitHub:github
andgithub- raw
.
0.5.0-rc.2
sirmordred 0.5.0-rc.2 - (2022-10-26)
New features:
- New default GitHub pull requests alias names
GitHub pull_request category (github:pull) has its own aliases now:
github_pull_requests
andgithub_pull_requests-raw
. This category
used to share the default aliases for GitHub:github
andgithub- raw
.
0.5.0-rc.1
sirmordred 0.5.0-rc.1 - (2022-10-26)
- Update Poetry's package dependencies
0.4.1
sirmordred 0.4.1 - (2022-09-27)
- Update Poetry's package dependencies
0.4.0-rc.1
sirmordred 0.4.0-rc.1 - (2022-09-26)
New features:
- Configurable study names and aliases
Study aliases and names can be set in the configuration file using the
keywordstudies_aliases
. The following snippet shows an example of
configuration. i.e. In thisaliases.json
file the name of the study
isenrich_onion
and the name of the alias isall_onion
```
"studies_aliases": { "enrich": [ { "alias":
"all_onion", "name": "enrich_onion" }, ... ] }
Bug fixes:
- [git] pair-programming activation fixed
Git pair-programming can be activated if the data source contains a
tag like[git:pair]
- Study selection fixed
This fix solves the problem of executing the studies with no
associated aliases.
0.4.0
sirmordred 0.4.0 - (2022-09-26)
New features:
- Configurable study names and aliases
Study aliases and names can be set in the configuration file using the
keywordstudies_aliases
. The following snippet shows an example of
configuration. i.e. In thisaliases.json
file the name of the study
isenrich_onion
and the name of the alias isall_onion
```
"studies_aliases": { "enrich": [ { "alias":
"all_onion", "name": "enrich_onion" }, ... ] }
Bug fixes:
- [git] pair-programming activation fixed
Git pair-programming can be activated if the data source contains a
tag like[git:pair]
- Study selection fixed
This fix solves the problem of executing the studies with no
associated aliases.