Skip to content

Releases: chaoss/grimoirelab-sirmordred

0.6.0-rc.3

23 Jan 11:04
Compare
Choose a tag to compare

sirmordred 0.6.0-rc.3 - (2023-01-23)

Bug fixes:

  • SortingHat mandatory parameters
    Include SortingHat 0.8.x mandatory parameters. Now sh_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

10 Jan 11:34
Compare
Choose a tag to compare

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

10 Jan 09:57
Compare
Choose a tag to compare

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

07 Nov 12:01
Compare
Choose a tag to compare

sirmordred 0.5.1 - (2022-11-07)

  • Update Poetry's package dependencies

0.5.0

31 Oct 10:41
Compare
Choose a tag to compare

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 and github_pull_requests-raw. This category
    used to share the default aliases for GitHub: github and github- raw.

0.5.0-rc.2

26 Oct 12:23
Compare
Choose a tag to compare

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 and github_pull_requests-raw. This category
    used to share the default aliases for GitHub: github and github- raw.

0.5.0-rc.1

26 Oct 09:19
Compare
Choose a tag to compare

sirmordred 0.5.0-rc.1 - (2022-10-26)

  • Update Poetry's package dependencies

0.4.1

27 Sep 13:12
Compare
Choose a tag to compare

sirmordred 0.4.1 - (2022-09-27)

  • Update Poetry's package dependencies

0.4.0-rc.1

26 Sep 12:40
Compare
Choose a tag to compare

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
    keyword studies_aliases. The following snippet shows an example of
    configuration. i.e. In this aliases.json file the name of the study
    is enrich_onion and the name of the alias is all_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

26 Sep 14:48
Compare
Choose a tag to compare

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
    keyword studies_aliases. The following snippet shows an example of
    configuration. i.e. In this aliases.json file the name of the study
    is enrich_onion and the name of the alias is all_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.