-
Notifications
You must be signed in to change notification settings - Fork 15
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(KFLUXUI-36): updated wordings in customizepipelines component fo… #96
base: main
Are you sure you want to change the base?
Conversation
…r install gitHub application
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 80.06% 80.08% +0.02%
==========================================
Files 544 544
Lines 21155 21138 -17
Branches 5326 5059 -267
==========================================
- Hits 16937 16928 -9
+ Misses 4194 4186 -8
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
/test |
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.
const gitlabURL = | ||
'https://konflux-ci.dev/docs/how-tos/configuring/creating-secrets/#creating-source-control-secrets'; |
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.
You can use the link in component, no need to create a variable.
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.
Also in some ticket we changed gitlab and github naming to git.
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.
Updated the changes.
…lt pipeline button
/test |
@@ -387,34 +296,43 @@ const CustomizePipeline: React.FC<React.PropsWithChildren<Props>> = ({ | |||
<> | |||
<TextContent | |||
className="pf-v5-u-text-align-center pf-v5-u-pt-lg" | |||
style={{ visibility: allLoading ? 'hidden' : undefined }} | |||
style={{ visibility: allLoading ? 'hidden' : undefined, textAlign: 'center' }} |
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.
pf-v5-u-text-align-center
should align the text to the center?
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.
Well this classname is not available now as part of v5 now
</Text> | ||
<Text component={TextVariants.p}> | ||
<ExternalLink | ||
href={githubAppURL} | ||
style={{ paddingLeft: 'var(--pf-v5-global--spacer--2xl)' }} | ||
href={'https://pipelinesascode.com/docs/install/github_apps/#manual-setup'} |
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.
this should be a link to install GitHub app?!
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.
Link is added as per https://issues.redhat.com/browse/KFLUXUI-36. Please let me know if any change required
repository. With custom build pipelines, commits to your main branch and pull requests | ||
will automatically rebuild. You can always roll back to default. | ||
</Text> | ||
<Text component={TextVariants.h2}>{'Manage build pipeline'}</Text> |
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.
<Text component={TextVariants.h2}>{'Manage build pipeline'}</Text> | |
<Text component={TextVariants.h2}>Manage build {pluralize(components.length, 'pipeline')}</Text> |
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.
updated
Fixes
https://issues.redhat.com/browse/KFLUXUI-36
Description
Type of change
Screen shots / Gifs for design review
How to test or reproduce?
Browser conformance: