-
Notifications
You must be signed in to change notification settings - Fork 41
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
Pull in rhecosystem changes (need FEO support) #1635
Merged
fhlavac
merged 78 commits into
RedHatInsights:master
from
florkbr:pull-in-rhecosystem-changes
Jul 31, 2024
Merged
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
61316d1
Modified the user page to add activate user or deactivate user feature
yzhao583 e206f71
Merge pull request #1 from yzhao583/RHBKAAS-65-Modify-the-user-page-o…
yzhao583 52ebfda
use is_active to active or deactive user
yzhao583 d000e8d
Added the invite users modal without api call
yzhao583 b6b8620
Modified the activate/deactivate user feature, and added the invite u…
yzhao583 81b2c44
Modified the invite user modal to fetch users after invitation works
yzhao583 24c0128
remove orgid from body when call add users api
yzhao583 c4d5c73
remove unnecessary import
yzhao583 9669252
Merge pull request #2 from yzhao583/RHBKAAS-70-Modify-the-RBAC-consol…
yzhao583 d9ea4c2
fix conflict
yzhao583 69a182f
move from react router v4 to v6
yzhao583 e56b362
added route for invite user modal
yzhao583 f4b6508
fetch token from local storage
yzhao583 40ac903
Change the way of getting token
yzhao583 b5809d4
remove no reffer header
yzhao583 3cfdb41
Merge pull request #3 from yzhao583/RHBKAAS-89-fix-cors-issue
yzhao583 f6dbacb
Merge remote-tracking branch 'upstream/master'
yzhao583 d990296
Remove the description of the users page for FEDRAMP.
yzhao583 bcc60f2
Merge pull request #4 from yzhao583/RHBKAAS-91-remove-reference-to-UGC
yzhao583 34bf8d4
Added a switch to allow user to change user is_org_admin status
yzhao583 3ed7c06
small fix
yzhao583 7e4e65c
modified the change user admin status switch to use dropdown component
yzhao583 c7bfc35
Merge pull request #5 from yzhao583/RHBKAAS-92-Add-switch-to-change-t…
yzhao583 0ecff6f
Merge remote-tracking branch 'upstream/master'
yzhao583 43052a5
change id to external_source_id
yzhao583 d756e8d
fix issue for non-admin user
yzhao583 50ee39b
Merge pull request #6 from yzhao583/RHBKAAS-79-Hide-pages-when-user-i…
yzhao583 748ff13
add ability to avoid current user to deactivate themselves
yzhao583 6fe0896
Merge pull request #7 from RHEcosystemAppEng/RHBKAAS-139-add-ability-…
yzhao583 b777686
Small fix
yzhao583 0f37dd2
Merge pull request #8 from RHEcosystemAppEng/RHBKAAS-139-add-ability-…
yzhao583 28273b5
Disable checkbox for the current user
yzhao583 9cf7713
check user for external-idp
tchughesiv 6902b4e
Merge pull request #9 from tchughesiv/RHBKAAS-135
yzhao583 23d478d
modified the page to avoid the selection for the current logged in us…
yzhao583 301d713
Merge branch 'master' into RHBKAAS-139-add-ability-to-avoid-current-u…
yzhao583 0e2909f
Merge pull request #10 from RHEcosystemAppEng/RHBKAAS-139-add-ability…
yzhao583 3408ac5
Merge remote-tracking branch 'upstream/master'
yzhao583 b061a29
Merge pull request #11 from RHEcosystemAppEng/sync-upstream
yzhao583 a0a49ce
Fixed import issue
yzhao583 de0d39b
Merge pull request #12 from RHEcosystemAppEng/fix-issue-on-add-group-…
yzhao583 f56feb7
Modified description text on add group page
yzhao583 120dad5
Merge pull request #13 from RHEcosystemAppEng/Modify-text-on-the-add-…
yzhao583 831b6ba
throw error msg if the response code is 206 when invite user
yzhao583 1e55cc6
Merge pull request #14 from RHEcosystemAppEng/RHBKAAS-126-add-handlin…
yzhao583 195e8de
Display warming instead of error when partial inviting users succeed
yzhao583 6122c28
Merge pull request #15 from RHEcosystemAppEng/RHBKAAS-126-add-handlin…
yzhao583 def82e1
Add api url based on env
aneelac22 dab080a
Update scr env api url
aneelac22 c82db49
add a modal to allow admin to confirm when deactivate users
yzhao583 a41a530
Merge pull request #17 from RHEcosystemAppEng/RHBKAAS-297-add-a-modal…
yzhao583 1a2d0cf
Merge pull request #16 from aneelac22/feature/env-config
yzhao583 88b29df
FIxed add users to group issue
yzhao583 576310c
Merge pull request #18 from RHEcosystemAppEng/Fix-add-users-to-group-…
yzhao583 73a0cf1
Fix user access admin view issue
yzhao583 a6c1e97
Merge pull request #19 from RHEcosystemAppEng/Fix-add-users-to-group-…
yzhao583 e23081d
hide checkbox for non-admin user who has user admin access permission
yzhao583 dbedb1e
Merge pull request #20 from RHEcosystemAppEng/Hide-checkbox-for-non-a…
yzhao583 72660d9
Fixed selectable issue for user table
yzhao583 3116539
Merge pull request #21 from RHEcosystemAppEng/Hide-checkbox-for-non-a…
yzhao583 11b6b71
Updates for stage env
aneelac22 14212d8
Merge pull request #22 from RHEcosystemAppEng/stage-updates
aneelac22 943f4f1
Update prod env variables
aneelac22 ec79448
Merge pull request #23 from RHEcosystemAppEng/prod-updates
aneelac22 75ff5b9
update build command
aneelac22 3a496ef
Merge pull request #24 from RHEcosystemAppEng/prod-updates
aneelac22 2ea365b
Add beta build alias
aneelac22 7632c43
Merge pull request #26 from RHEcosystemAppEng/prod-updates
aneelac22 80e48dd
Fix getBaseUrl not working
aneelac22 153bd5f
Merge pull request #28 from RHEcosystemAppEng/prod-sso
aneelac22 c3db149
Fix typo in get api url
aneelac22 2caddd0
Merge pull request #30 from RHEcosystemAppEng/prod-sso
aneelac22 66b9f80
fix user-helper url bug
aneelac22 42bf310
Merge pull request #31 from RHEcosystemAppEng/prod-itless
aneelac22 a4974bf
update build commands
aneelac22 663a88b
Merge pull request #33 from RHEcosystemAppEng/build-updates
aneelac22 b6f0e35
Merge remote-tracking branch 'rhecosystem/master' into pull-in-rhecos…
florkbr d354f56
Code review comments for invite users logic
florkbr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const isEphem = insights.chrome.getEnvironment() === 'ephem'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a bit different from our |
||
export const isInt = insights.chrome.getEnvironment() === 'int'; | ||
export const isStage = insights.chrome.getEnvironment() === 'frhStage'; | ||
export const isITLessProd = insights.chrome.getEnvironment() === 'frh'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Note. We should be feeding it from chrome service and configure a env variable in the OC namespace. @florkbr can you create a ticket for this?
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.
@Hyperkid123 done! https://issues.redhat.com/browse/RHCLOUD-34107