Skip to content
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

move alizer command from gui to utility group #5726

Merged
merged 2 commits into from
Jun 7, 2022

Conversation

kadel
Copy link
Member

@kadel kadel commented May 10, 2022

alizer command looked a little bit weird in "GUI Commands" section.
It made it look like the command itself has some kind of GUI.

For now, I moved it into the utility section. Later we might consider some other placement.

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for odo-docusaurus-preview ready!

Name Link
🔨 Latest commit 0e7fec1
🔍 Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/629f5786722aa700083f37a3
😎 Deploy Preview https://deploy-preview-5726--odo-docusaurus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@openshift-ci openshift-ci bot requested review from rm3l and valaparthvi May 10, 2022 12:32
@@ -70,9 +70,6 @@ OpenShift Commands:{{range .Commands}}{{if eq .Annotations.command "openshift"}}
Utility Commands:{{range .Commands}}{{if eq .Annotations.command "utility" }}
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}

GUI Commands:{{range .Commands}}{{if or (eq .Annotations.command "gui") }}
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{ if .HasAvailableLocalFlags}}
Copy link
Contributor

@feloy feloy May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will need to keep {{end}}{{ if .HasAvailableLocalFlags}} at the end of the Utility command block

@odo-robot
Copy link

odo-robot bot commented May 10, 2022

Unit Tests on commit 6732164 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented May 10, 2022

Windows Tests (OCP) on commit 6732164 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented May 10, 2022

Kubernetes Tests on commit 6732164 finished successfully.
View logs: TXT HTML

@odo-robot
Copy link

odo-robot bot commented May 10, 2022

OpenShift Tests on commit 6732164 finished successfully.
View logs: TXT HTML

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

@odo-robot
Copy link

odo-robot bot commented Jun 7, 2022

Validate Tests on commit 6732164 finished successfully.
View logs: TXT HTML

@feloy
Copy link
Contributor

feloy commented Jun 7, 2022

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Jun 7, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 7, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: feloy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Jun 7, 2022
@feloy
Copy link
Contributor

feloy commented Jun 7, 2022

/override ci/prow/v4.10-integration-e2e
Tests pass on IBM Cloud

@openshift-ci
Copy link

openshift-ci bot commented Jun 7, 2022

@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.10-integration-e2e

In response to this:

/override ci/prow/v4.10-integration-e2e
Tests pass on IBM Cloud

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.

@openshift-merge-robot openshift-merge-robot merged commit a06447a into redhat-developer:main Jun 7, 2022
cdrage pushed a commit to cdrage/odo that referenced this pull request Aug 31, 2022
* move alizer command from gui to utility group

* fix help template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants