-
Notifications
You must be signed in to change notification settings - Fork 102
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
UI: Adds Instructions to add Tasks or Pipelines #316
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3a6c833
to
5a4a0ae
Compare
ui/src/containers/Header/index.tsx
Outdated
</TextListItem> | ||
</TextList> | ||
<Text component={TextVariants.blockquote}> | ||
Note: Added tasks or pipelines would be available on the Hub within 30 minutes once |
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.
Newly added resource
75d0fc9
to
77d9b3d
Compare
77d9b3d
to
76debdf
Compare
@pratap0007 by any chance can we reduce the space between the Login button and contribute dropdown? |
yes, will give a try |
71654f7
to
461e604
Compare
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
3848ca5
to
0e891b7
Compare
0e891b7
to
975a768
Compare
/test pull-tekton-hub-unit-tests |
975a768
to
4131fb4
Compare
4131fb4
to
f433b20
Compare
/test pull-tekton-hub-unit-tests |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
This patch adds an icon and onclick it opens a modal which shows instructions to add tasks or pipelines to Hub Signed-off-by: Shiv Verma <[email protected]>
f433b20
to
b54ff66
Compare
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@pratap0007: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/hold |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This patch adds a dropdown and onclick it opens a modal
which shows instructions to add a resource or catalog to Hub
Closes: #239
Signed-off-by: Shiv Verma [email protected]
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make api-check
make ui-check
See the contribution guide for more details.