-
Notifications
You must be signed in to change notification settings - Fork 134
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
Ensure both private and shared domains are included in domain lists #3695
Conversation
…p downs - Before we were using `shared_domains` to fetch domains. This fetched all shared domains of the cf - In a lot of cases we just needed the domains available to the org - So the following usages have been updated to use org/<guid>/domain - app routes table - app create/bind stepper create form - app create/bind stepper bind form - deploy app stepper overrides step - Note - The create app stepper worked before as it fetched them directly from the org entity
✅ Hey richard-cox! The commit authors and yourself have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #3695 +/- ##
============================================
- Coverage 51.43% 51.4% -0.04%
============================================
Files 726 726
Lines 20569 20593 +24
Branches 3682 3687 +5
============================================
+ Hits 10579 10585 +6
- Misses 9990 10008 +18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix actions names
@@ -20,6 +30,10 @@ export const GET_ORGANIZATION_SPACES = '[Space] Get all org spaces'; | |||
export const GET_ORGANIZATION_SPACES_SUCCESS = '[Space] Get all org spaces success'; | |||
export const GET_ORGANIZATION_SPACES_FAILED = '[Space] Get all org spaces failed'; | |||
|
|||
export const GET_ORGANIZATION_DOMAINS = '[Space] Get all org spaces'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get all org domains - fix others as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…re-cf-reducers * origin/entity-catalogue-store: (196 commits) Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Fix persist of dashboard settings - side nav will now retain out/in state - added additional logging Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) Add logging ...
* entity-catalogue-store: (196 commits) Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) Add logging ...
* entity-catalogue-store: (197 commits) Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) ...
* entity-catalogue-store: (197 commits) Fix imports Improve disable polling messaging Remove console log Fix forever waiting waitForCFPermissions - seen in ibm endpoint causing users & other stats to not load (org card details) Fix orgSpacePostProcess Fix autoscaler compile errors Non-autoscaler fixes Tidy up some styling - Ensure autoscaller tiles take up full width when page is shrunk horizontally - position of polling indicator on recent apps - app-tile margin removed from top and added to bottom (fixes app/cf summary pages) - added min height to latest metrics card to avoid vertical wibble on refresh [autoscaler] using app-polling-indicator to replace refresh-icon Fix syntax error Fix unit tests Add app polling controller (#3683) Fix connect to IBM Cloud (#3715) Additional invite user logging and nav changes (#3716) Update package lock Ensure user invites template path is set Ensure both private and shared domains are included in domain lists (#3695) Fix typo in file path Ensuer user invite templates are included in the image Fix e2e tests when running against a UAA with no explicit zone (cfdev) (#3713) ...
shared_domains
to fetch domains. This fetched all shared domains of the cf and did not include private domains (those that are bound to orgs)organization/<guid>/domain