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

fix: dont refresh tree if binary is not downloaded (#802) #809

Merged
merged 1 commit into from
May 15, 2024

Conversation

adietish
Copy link
Contributor

@adietish adietish commented Apr 26, 2024

Copy link

openshift-ci bot commented Apr 26, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@adietish adietish force-pushed the issue-802 branch 2 times, most recently from 794433c to a9174ae Compare April 26, 2024 18:09
@adietish adietish changed the title dont refresh tree if binary is not downloaded (#802) fix: dont refresh tree if binary is not downloaded (#802) Apr 26, 2024
@adietish adietish self-assigned this May 6, 2024
@adietish adietish force-pushed the issue-802 branch 2 times, most recently from e90fc66 to 33cef08 Compare May 8, 2024 16:27
@adietish adietish marked this pull request as ready for review May 8, 2024 16:28
@openshift-ci openshift-ci bot requested a review from sbouchet May 8, 2024 16:28
@adietish
Copy link
Contributor Author

adietish commented May 8, 2024

@sbouchet: we're back at jenkins not authenticating against nexus. Intellij-common 1.9.6-SNAPSHOT is thus missing and this PR not compiling:

[2024-05-08T16:38:13.310Z] * What went wrong:
[2024-05-08T16:38:13.310Z] Execution failed for task ':publishMavenJavaPublicationToJbossNexusRepository'.
[2024-05-08T16:38:13.310Z] > Failed to publish publication 'mavenJava' to repository 'jbossNexus'
[2024-05-08T16:38:13.310Z] > Could not PUT 'https://repository.jboss.org/nexus/content/repositories/snapshots/com/redhat/devtools/intellij/intellij-common/1.9.6-SNAPSHOT/maven-metadata.xml'. Received status code 401 from server: Unauthorized
[2024-05-08T16:38:13.310Z]

@sbouchet
Copy link
Collaborator

@adietish integration Tests have compilation failures :

/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/helm/HelmCliTest.java:29: error: incompatible types: Tool<Odo> cannot be converted to Odo
> Task :compileIntegrationTestJava FAILED
        Odo odo = ToolFactory.getInstance().createOdo(getProject()).get();
                                                                       ^
/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/helm/HelmCliTest.java:32: error: incompatible types: Tool<Helm> cannot be converted to Helm
        this.helm = ToolFactory.getInstance().createHelm(getProject()).get();
                                                                          ^
/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/helm/HelmCliTest.java:38: error: incompatible types: Tool<Odo> cannot be converted to Odo
        Odo odo = ToolFactory.getInstance().createOdo(getProject()).get();
                                                                       ^
/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/ToolFactoryTest.java:22: error: incompatible types: Tool<Odo> cannot be converted to Odo
        Odo odo = ToolFactory.getInstance().createOdo(getProject()).get();
                                                                       ^
/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/ToolFactoryTest.java:27: error: incompatible types: Tool<Helm> cannot be converted to Helm
        Helm helm = ToolFactory.getInstance().createHelm(getProject()).get();
                                                                          ^
/home/runner/work/intellij-openshift-connector/intellij-openshift-connector/src/it/java/org/jboss/tools/intellij/openshift/utils/odo/OdoCliTest.java:89: error: incompatible types: Tool<Odo> cannot be converted to Odo
      .thenApply(odoDelegate -> new ApplicationRootNodeOdo(odoDelegate, mock(ApplicationsRootNode.class), processHelper));

@adietish adietish force-pushed the issue-802 branch 2 times, most recently from 97199ef to 9fe5797 Compare May 13, 2024 15:31
@adietish
Copy link
Contributor Author

@sbouchet: corrected. Please re-review. thanks.

@adietish adietish force-pushed the issue-802 branch 4 times, most recently from 63d93fe to c3d2868 Compare May 15, 2024 09:39
@adietish
Copy link
Contributor Author

@sbouchet please review

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
28.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@adietish
Copy link
Contributor Author

/override ci/prow/e2e-openshift

Copy link

openshift-ci bot commented May 15, 2024

@adietish: Overrode contexts on behalf of adietish: ci/prow/e2e-openshift

In response to this:

/override ci/prow/e2e-openshift

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-sigs/prow repository.

Copy link
Collaborator

@sbouchet sbouchet left a comment

Choose a reason for hiding this comment

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

LGTM. very good UI contribution !

@openshift-ci openshift-ci bot added the lgtm label May 15, 2024
Copy link

openshift-ci bot commented May 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbouchet

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-merge-bot openshift-merge-bot bot merged commit e106b4e into redhat-developer:main May 15, 2024
16 checks passed
@adietish adietish deleted the issue-802 branch May 15, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm repositories that I expanded are collapsed again
2 participants