grimoirelab-sirmordred

Orchestrate the execution of GrimoireLab tools to produce a dashboard

GPL-3.0 License

Downloads
3.7K
Stars
37
Committers
51

Bot releases are visible (Hide)

grimoirelab-sirmordred - 0.10.0

Published by github-actions[bot] about 1 year ago

sirmordred 0.10.0 - (2023-10-20)

New features:

  • Refresh identities in a shorter period
    This update significantly reduces the time required for identity
    refresh operations on large projects.

Bug fixes:

  • Missing database parameters for SortingHat
    SortingHat database parameters were not included during the
    initialization of the enrich backend.

Breaking changes:

  • Log format updated with the Mordred project name
    Update the log format of SirMordred and MicroMordred to include the
    name of the project.

Dependencies updateds:

  • Add Python 3.9 and 3.10 and drop 3.7 support
    Python 3.7 reached the end of life phase on June 27 2023 and is no
    longer supported.
grimoirelab-sirmordred - 0.10.0-rc.1

Published by github-actions[bot] about 1 year ago

sirmordred 0.10.0-rc.1 - (2023-10-20)

New features:

  • Refresh identities in a shorter period
    This update significantly reduces the time required for identity
    refresh operations on large projects.

Bug fixes:

  • Missing database parameters for SortingHat
    SortingHat database parameters were not included during the
    initialization of the enrich backend.

Breaking changes:

  • Log format updated with the Mordred project name
    Update the log format of SirMordred and MicroMordred to include the
    name of the project.

Dependencies updateds:

  • Add Python 3.9 and 3.10 and drop 3.7 support
    Python 3.7 reached the end of life phase on June 27 2023 and is no
    longer supported.
grimoirelab-sirmordred - 0.9.3

Published by github-actions[bot] about 1 year ago

sirmordred 0.9.3 - (2023-08-06)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.3-rc.1

Published by github-actions[bot] about 1 year ago

sirmordred 0.9.3-rc.1 - (2023-08-06)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.2

Published by github-actions[bot] about 1 year ago

sirmordred 0.9.2 - (2023-07-23)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.2-rc.1

Published by github-actions[bot] about 1 year ago

sirmordred 0.9.2-rc.1 - (2023-07-23)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.9.1 - (2023-07-11)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.1-rc.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.9.1-rc.1 - (2023-07-11)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.0

Published by github-actions[bot] over 1 year ago

sirmordred 0.9.0 - (2023-06-28)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.
grimoirelab-sirmordred - 0.9.0-rc.2

Published by github-actions[bot] over 1 year ago

sirmordred 0.9.0-rc.2 - (2023-06-23)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.9.0-rc.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.9.0-rc.1 - (2023-06-22)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.
grimoirelab-sirmordred - 0.8.0

Published by github-actions[bot] over 1 year ago

sirmordred 0.8.0 - (2023-05-17)

New features:

  • Optional configuration for SortingHat
    Include an optional configuration for SortingHat to define the name of
    the tenant when multi-tenancy is enabled.

Bug fixes:

  • Race condition initializing SirMordred
    There was a race condition when SirMordred initializes. The thread
    that read the list of projects didn't have time to even start before
    the manager finalizes it, so data backends didn't have any have any
    input to work with. This bug was originally reported by ncsibra-lab49
    on
    grimoirelab#585.
grimoirelab-sirmordred - 0.8.0-rc.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.8.0-rc.1 - (2023-05-17)

New features:

  • Optional configuration for SortingHat
    Include an optional configuration for SortingHat to define the name of
    the tenant when multi-tenancy is enabled.

Bug fixes:

  • Race condition initializing SirMordred
    There was a race condition when SirMordred initializes. The thread
    that read the list of projects didn't have time to even start before
    the manager finalizes it, so data backends didn't have any have any
    input to work with. This bug was originally reported by ncsibra-lab49
    on
    grimoirelab#585.
grimoirelab-sirmordred - 0.7.2

Published by github-actions[bot] over 1 year ago

sirmordred 0.7.2 - (2023-04-28)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.7.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.7.1 - (2023-04-27)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.7.0

Published by github-actions[bot] over 1 year ago

sirmordred 0.7.0 - (2023-04-21)

New features:

  • SirMordred logs available on console
    All SirMordred logs are now available on the console output. The
    logs_dir parameter in the general section is optional and it is
    only needed if you also want the logs in a file.
  • SortingHat option to verify SSL
    Include verify_ssl option to SortingHat configuration to verify the
    connection with the server. By default it is True.
grimoirelab-sirmordred - 0.7.0-rc.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.7.0-rc.1 - (2023-04-21)

New features:

  • SirMordred logs available on console
    All SirMordred logs are now available on the console output. The
    logs_dir parameter in the general section is optional and it is
    only needed if you also want the logs in a file.
  • SortingHat option to verify SSL
    Include verify_ssl option to SortingHat configuration to verify the
    connection with the server. By default it is True.
grimoirelab-sirmordred - 0.6.1

Published by github-actions[bot] over 1 year ago

sirmordred 0.6.1 - (2023-02-03)

  • Update Poetry's package dependencies
grimoirelab-sirmordred - 0.6.0

Published by github-actions[bot] over 1 year ago

sirmordred 0.6.0 - (2023-02-01)

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.
grimoirelab-sirmordred - 0.6.0-rc.4

Published by github-actions[bot] over 1 year ago

sirmordred 0.6.0-rc.4 - (2023-02-01)

  • Update Poetry's package dependencies
Package Rankings
Top 6.27% on Pypi.org
Badges
Extracted from project README
Build Status Coverage Status PyPI version
Related Projects