Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New SharedDomain extension #2025

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

New SharedDomain extension #2025

wants to merge 6 commits into from

Conversation

jyeshe
Copy link
Contributor

@jyeshe jyeshe commented Apr 24, 2024

Validation Steps

i) Register a new user
ii) Create a new user via super user UI
ii) Create a new project via super user UI

Notes for the reviewer

Allows adding other entities while registering a new user or creating a new project.
It's called whenever a new user is registered and a new project is created.

Related issue

Fixes #2029

Review checklist

  • I have performed a self-review of my code
  • I have verified that all appropriate authorization policies (:owner, :admin, :editor, :viewer) have been implemented and tested
  • If needed, I have updated the changelog
  • Product has QA'd this feature

@jyeshe jyeshe force-pushed the new-project-extension branch 4 times, most recently from 75e41e6 to 9792113 Compare April 24, 2024 21:15
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.07%. Comparing base (50e2efd) to head (117fd3e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2025      +/-   ##
==========================================
+ Coverage   90.04%   90.07%   +0.02%     
==========================================
  Files         249      251       +2     
  Lines        8219     8228       +9     
==========================================
+ Hits         7401     7411      +10     
+ Misses        818      817       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jyeshe jyeshe force-pushed the new-project-extension branch 2 times, most recently from 5863b64 to aea0282 Compare April 24, 2024 22:45
@jyeshe jyeshe changed the title New project extension New SharedDomain extension Apr 25, 2024
@jyeshe jyeshe self-assigned this Apr 25, 2024
@jyeshe jyeshe requested a review from stuartc April 25, 2024 09:47
@jyeshe jyeshe marked this pull request as ready for review April 25, 2024 12:46
@jyeshe jyeshe force-pushed the new-project-extension branch 3 times, most recently from 32cf4f8 to 6bf5cfc Compare April 30, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

Successfully merging this pull request may close these issues.

Allow umbrella apps to handle user registration and project creation
1 participant