-
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.12% 80.14% +0.02%
==========================================
Files 578 578
Lines 21554 21537 -17
Branches 5348 5336 -12
==========================================
- Hits 17270 17261 -9
+ Misses 4259 4250 -9
- Partials 25 26 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View 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.
@@ -394,14 +396,11 @@ const CustomizePipeline: React.FC<React.PropsWithChildren<Props>> = ({ | |||
{singleComponent ? 'Edit build pipeline plan' : 'Manage build pipelines'} |
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.
Remove 'Edit build pipeline plan'
, pluralize 'Manage build pipeline'
if there is more than one component
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.
@sahil143 Can you please suggest if we need to remove 'Edit build pipeline plan'?
This is the old code which was never changed by me
Updated the pluralize 'Manage build pipeline'
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.
yes, Remove Edit build pipeline
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.
Removed "Edit build pipeline plan".
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
@@ -228,7 +175,7 @@ const Row: React.FC< | |||
workspace, |
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.
should not here be namespace not workspace?
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 is present from the beginning. Please let me know if the change required.
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.
It gets changed in another PR so it should be fine.
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.
Okay, thanks.
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: