-
Notifications
You must be signed in to change notification settings - Fork 262
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
Improve email domain discovery page to incorporate new configuration for enabling email domain discovery for self-registration #7084
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7084 +/- ##
==========================================
+ Coverage 31.79% 32.02% +0.22%
==========================================
Files 41 41
Lines 890 893 +3
Branches 220 220
==========================================
+ Hits 283 286 +3
- Misses 557 587 +30
+ Partials 50 20 -30
Flags with carried forward coverage won't be shown. Click here to find out more. |
4fad846
to
9d66740
Compare
features/admin.organization-discovery.v1/api/use-get-organization-discovery-config.ts
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/api/use-get-organization-discovery-config.ts
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/components/discoverable-organizations-list-layout.scss
Show resolved
Hide resolved
features/admin.organization-discovery.v1/components/discoverable-organizations-list-layout.scss
Show resolved
Hide resolved
features/admin.organization-discovery.v1/components/discoverable-organizations-list-layout.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/components/discoverable-organizations-list-layout.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/pages/organization-discovery-domains-page.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/components/discoverable-organizations-list-layout.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/pages/organization-discovery-domains-page.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/pages/organization-discovery-domains-page.tsx
Outdated
Show resolved
Hide resolved
features/admin.organization-discovery.v1/pages/organization-discovery-domains-page.tsx
Outdated
Show resolved
Hide resolved
adcb98a
to
859fbcd
Compare
859fbcd
to
ba5ced4
Compare
modules/i18n/src/translations/en-US/portals/organization-discovery.ts
Outdated
Show resolved
Hide resolved
modules/i18n/src/translations/en-US/portals/organization-discovery.ts
Outdated
Show resolved
Hide resolved
9b9e2f5
to
3b6f94a
Compare
features/admin.server-configurations.v1/api/governance-connectors.ts
Outdated
Show resolved
Hide resolved
missing changeset for a changed package
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Purpose
Following improvements will be made to the existing email domain discovery page
Related issue