Skip to content

Add creator relationship to namespaces

Kai Armstrong requested to merge add-created-by-association-to-groups into master

What does this MR do and why?

Add creator relationship to namespaces

Changelog: added

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Summary by CodeRabbit

  • New Features

    • Introduced user association with namespace details, allowing users to be recognized as creators.
    • Implemented a method to assign creators to groups during creation.
    • Added database enhancements for managing creator relationships efficiently.
  • Database Changes

    • Added a creator_id column and index to the namespace_details table to support creator associations.
  • Bug Fixes

    • Updated transaction limits in test scenarios to accommodate new group creation processes.
Edited by CodeRabbit

Merge request reports