This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
[#857] Add skeleton for Conversion Hosts Settings components #858
Merged
michaelkro
merged 4 commits into
ManageIQ:master
from
mturley:857-conversion-hosts-settings-skeleton
Jan 25, 2019
Merged
[#857] Add skeleton for Conversion Hosts Settings components #858
michaelkro
merged 4 commits into
ManageIQ:master
from
mturley:857-conversion-hosts-settings-skeleton
Jan 25, 2019
Conversation
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
...script/react/screens/App/Settings/screens/ConversionHostsSettings/ConversionHostsSettings.js
Show resolved
Hide resolved
...script/react/screens/App/Settings/screens/ConversionHostsSettings/ConversionHostsSettings.js
Show resolved
Hide resolved
...script/react/screens/App/Settings/screens/ConversionHostsSettings/ConversionHostsSettings.js
Show resolved
Hide resolved
michaelkro
reviewed
Jan 25, 2019
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.
Might not be a bad idea to add some basic unit tests along with the scaffolding
@miq-bot add_reviewer @mzazrivec |
@mturley 'mzazrivec' is an invalid reviewer, ignoring... |
@michaelkro I started working on some unit tests for this and got distracted. Coming right up. |
app/javascript/react/screens/App/Settings/__tests__/SettingsActions.test.js
Show resolved
Hide resolved
app/javascript/react/screens/App/Settings/__tests__/SettingsActions.test.js
Show resolved
Hide resolved
app/javascript/react/screens/App/Settings/__tests__/SettingsActions.test.js
Show resolved
Hide resolved
app/javascript/react/screens/App/Settings/__tests__/SettingsActions.test.js
Show resolved
Hide resolved
mturley
force-pushed
the
857-conversion-hosts-settings-skeleton
branch
from
January 25, 2019 19:36
0b5dd31
to
0defd96
Compare
Checked commits mturley/manageiq-v2v@16c6790~...0defd96 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
michaelkro
approved these changes
Jan 25, 2019
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.
Good to go!
simaishi
pushed a commit
that referenced
this pull request
Apr 5, 2019
…eleton [#857] Add skeleton for Conversion Hosts Settings components (cherry picked from commit 6b37e54) https://bugzilla.redhat.com/show_bug.cgi?id=1696423
Hammer backport details:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
Part of the Conversion Hosts UI feature BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1693339
Closes #857.
This is a starting point for #854, #855 and #856.
To view the page, you'll need to enable it by changing the
hideConversionHostSettings
flag from true to false in Settings.js.