-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(RHINENG-7074): Update inventory fec config #2194
Conversation
c79b3d1
to
d06d7bf
Compare
@adonispuente We should add |
src/components/InventoryGroups/Modals/ConfirmSystemsAddModal.js
Outdated
Show resolved
Hide resolved
a3a6aaf
to
159ec85
Compare
d4a2c3b
to
e2279ec
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2194 +/- ##
===========================================
- Coverage 76.08% 57.69% -18.39%
===========================================
Files 193 193
Lines 5038 5203 +165
Branches 1779 1902 +123
===========================================
- Hits 3833 3002 -831
- Misses 1205 2201 +996 ☔ View full report in Codecov by Sentry. |
0487f92
to
7f235f9
Compare
@adonispuente, I think we've got one merge conflict after the recent push to master. Can you please take a look? |
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! Conflicts seem to be minor. Thus approving. If you feel another eye is needed, feel free to ping
/retest |
1 similar comment
/retest |
Hi! I've been keeping tabs on this PR while working on something similar for the insights-runtimes-frontend repo. Just a couple of things I've come across:
|
@aptmac I took a look around some other applications and it seems that this is the case for the majority. |
It used to be in the |
@aptmac thank you! Im not against it, but now that I see the other converted apps are ran the same way im thinking maybe we wanted to remove the mock option for some reason, or if there was just going to be a short period before the new set up can handle it 'directly'. |
Was just snooping around the frontend-components repo and found RedHatInsights/frontend-components#2007, looks like that might address the LOCAL_APPS in the future, just a heads up! |
* feat(RHINENG-7047): Upgrade inventory FEC config
do I read it correctly image build for this have failed? |
Yes, it seems the image is not built. We will have a look why |
* feat(RHINENG-7047): Upgrade inventory FEC config
@@ -1,7 +1,7 @@ | |||
import { FormSpy, useFormApi } from '@data-driven-forms/react-form-renderer'; | |||
import { Button, Flex, Icon } from '@patternfly/react-core'; | |||
import ExclamationTriangleIcon from '@patternfly/react-icons/dist/js/icons/exclamation-triangle-icon'; | |||
import warningColor from '@patternfly/react-tokens/dist/esm/global_warning_color_100'; | |||
import { warningColor } from '@patternfly/react-tokens'; |
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.
No description provided.